mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
FIN: 4 Job select cards and support (#7520)
* Update CardFactoryUtil.java * Update Card.java * Update Keyword.java * Update white_mages_staff.txt * Update dragoons_lance.txt * Update black_mages_rod.txt * Update summoners_grimoire.txt --------- Co-authored-by: tool4ever <therealtoolkit@hotmail.com>
This commit is contained in:
committed by
GitHub
parent
fdcc33198b
commit
61c11b38a0
10
forge-gui/res/cardsfolder/upcoming/black_mages_rod.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/black_mages_rod.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Black Mage's Rod
|
||||
ManaCost:1 B
|
||||
Types:Artifact Equipment
|
||||
K:Job select
|
||||
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 1 | AddType$ Wizard | AddTrigger$ TrigSpellCast | Description$ Equipped creature gets +1/+0, has "Whenever you cast a noncreature spell, this creature deals 1 damage to each opponent," and is a Wizard in addition to its other types.
|
||||
SVar:TrigSpellCast:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | Execute$ TrigDamage | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a noncreature spell, this creature deals 1 damage to each opponent.
|
||||
SVar:TrigDamage:DB$ DealDamage | Defined$ Player.Opponent | NumDmg$ 1
|
||||
K:Equip:3
|
||||
DeckHas:Ability$Token & Type$Wizard
|
||||
Oracle:Job select (When this Equipment enters, create a 1/1 colorless Hero creature token, then attach this to it.)\nEquipped creature gets +1/+0, has "Whenever you cast a noncreature spell, this creature deals 1 damage to each opponent," and is a Wizard in addition to its other types.\nEquip {3}
|
||||
9
forge-gui/res/cardsfolder/upcoming/dragoons_lance.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/dragoons_lance.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Dragoon's Lance
|
||||
ManaCost:1 W
|
||||
Types:Artifact Equipment
|
||||
K:Job select
|
||||
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 1 | AddType$ Knight | Description$ Equipped creature gets +1/+0 and is a Knight in addition to its other types.
|
||||
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddKeyword$ Flying | Condition$ PlayerTurn | Description$ During your turn, equipped creature has flying.
|
||||
K:Equip:4
|
||||
DeckHas:Ability$Token & Type$Knight
|
||||
Oracle:Job select (When this Equipment enters, create a 1/1 colorless Hero creature token, then attach this to it.)\nEquipped creature gets +1/+0 and is a Knight in addition to its other types.\nDuring your turn, equipped creature has flying.\nGae Bolg — Equip {4}
|
||||
13
forge-gui/res/cardsfolder/upcoming/summoners_grimoire.txt
Normal file
13
forge-gui/res/cardsfolder/upcoming/summoners_grimoire.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Name:Summoner's Grimoire
|
||||
ManaCost:3 G
|
||||
Types:Artifact Equipment
|
||||
K:Job select
|
||||
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddType$ Shaman | AddTrigger$ TrigAttack | Description$ Equipped creature is a Shaman in addition to its other types and has "Whenever this creature attacks, you may put a creature card from your hand onto the battlefield. If that card is an enchantment card, it enters tapped and attacking."
|
||||
SVar:TrigAttack:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigChoose | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever this creature attacks, you may put a creature card from your hand onto the battlefield. If that card is an enchantment card, it enters tapped and attacking.
|
||||
SVar:TrigChoose:DB$ ChooseCard | Mandatory$ True | ChoiceZone$ Hand | Choices$ Creature.YouOwn | ChoiceTitle$ Choose a creature card in your hand | SubAbility$ DBChangeOne
|
||||
SVar:DBChangeOne:DB$ ChangeZone | Origin$ Hand | Destination$ Battlefield | Defined$ ChosenCard | ConditionDefined$ ChosenCard | ConditionPresent$ Card.Enchantment | Tapped$ True | Attacking$ True | SubAbility$ DBChangeTwo
|
||||
SVar:DBChangeTwo:DB$ ChangeZone | Origin$ Hand | Destination$ Battlefield | Defined$ ChosenCard | ConditionDefined$ ChosenCard | ConditionPresent$ Card.nonEnchantment | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True
|
||||
K:Equip:3
|
||||
DeckHas:Ability$Token & Type$Shaman
|
||||
Oracle:Job select\nEquipped creature is a Shaman in addition to its other types and has "Whenever this creature attacks, you may put a creature card from your hand onto the battlefield. If that card is an enchantment card, it enters tapped and attacking."\nAbraxas — Equip {3}
|
||||
10
forge-gui/res/cardsfolder/upcoming/white_mages_staff.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/white_mages_staff.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:White Mage's Staff
|
||||
ManaCost:1 W
|
||||
Types:Artifact Equipment
|
||||
K:Job select
|
||||
K:Equip:3
|
||||
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 1 | AddToughness$ 1 | AddTrigger$ TrigAttack | AddType$ Cleric | Description$ Equipped creature gets +1/+1, has "Whenever this creature attacks, you gain 1 life," and is a Cleric in addition to its its other types.
|
||||
SVar:TrigAttack:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ Whenever this creature attacks, you gain 1 life.
|
||||
SVar:TrigGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1
|
||||
DeckHas:Ability$LifeGain|Token & Type$Cleric
|
||||
Oracle:Job select (When this Equipment enters, create a 1/1 colorless Hero creature token, then attach this to it.)\nEquipped creature gets +1/+1, has "Whenever this creature attacks, you gain 1 life," and is a Cleric in addition to its its other types.\nEquip {3} ({3}: Attach to target creature you control. Equip only as a sorcery)
|
||||
Reference in New Issue
Block a user