mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
CLB: Volo, Journal, support, etc. (#1211)
* volo_itinerant_scholar.txt * volos_journal.txt * TrackableProperty.NotedTypes * ChooseTypeEffect.resolve implement "TypesFromDefined" * ChooseTypeEffect.resolve implement "Note" * CardView.getNotedTypes / CardView.updateNotedTypes * CardDetailUtil.composeCardText add noted type area * Card.java implement notedTypes * AbilityUtils.xCount "CardNumNotedTypes"
This commit is contained in:
7
forge-gui/res/tokenscripts/volos_journal.txt
Normal file
7
forge-gui/res/tokenscripts/volos_journal.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Volo's Journal
|
||||
ManaCost:no cost
|
||||
Types:Legendary Artifact
|
||||
K:Hexproof
|
||||
T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ You | Execute$ TrigNoteType | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a creature spell, note one of its creature types that hasn't been noted for this artifact.
|
||||
SVar:TrigNoteType:DB$ ChooseType | Type$ Creature | TypesFromDefined$ TriggeredCard | Note$ True
|
||||
Oracle:Hexproof\nWhenever you cast a creature spell, note one of its creature types that hasn't been noted for this artifact.
|
||||
Reference in New Issue
Block a user