mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Merge branch 'crew' into 'master'
Crew fix See merge request core-developers/forge!6126
This commit is contained in:
@@ -54,6 +54,9 @@ public class StaticAbilityCrewValue {
|
|||||||
if (!stAb.getParam("Mode").equals(MODE) || stAb.isSuppressed() || !stAb.checkConditions()) {
|
if (!stAb.getParam("Mode").equals(MODE) || stAb.isSuppressed() || !stAb.checkConditions()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
if (!stAb.matchesValidParam("ValidCard", card)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
int t = Integer.parseInt(stAb.getParam("Value"));
|
int t = Integer.parseInt(stAb.getParam("Value"));
|
||||||
i = i + t;
|
i = i + t;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Name:Giant Ox
|
|||||||
ManaCost:1 W
|
ManaCost:1 W
|
||||||
Types:Creature Ox
|
Types:Creature Ox
|
||||||
PT:0/6
|
PT:0/6
|
||||||
S:Mode$ CrewValue | Affected$ Card.Self | Value$ Toughness | Description$ CARDNAME crews Vehicles using its toughness rather than its power.
|
S:Mode$ CrewValue | ValidCard$ Card.Self | Value$ Toughness | Description$ CARDNAME crews Vehicles using its toughness rather than its power.
|
||||||
DeckHints:Type$Vehicle
|
DeckHints:Type$Vehicle
|
||||||
Oracle:Giant Ox crews Vehicles using its toughness rather than its power.
|
Oracle:Giant Ox crews Vehicles using its toughness rather than its power.
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Name:Hotshot Mechanic
|
|||||||
ManaCost:W
|
ManaCost:W
|
||||||
Types:Artifact Creature Fox Pilot
|
Types:Artifact Creature Fox Pilot
|
||||||
PT:2/1
|
PT:2/1
|
||||||
S:Mode$ CrewValue | Affected$ Card.Self | Value$ 2 | Description$ CARDNAME crews Vehicles as though its power were 2 greater.
|
S:Mode$ CrewValue | ValidCard$ Card.Self | Value$ 2 | Description$ CARDNAME crews Vehicles as though its power were 2 greater.
|
||||||
DeckHints:Type$Vehicle
|
DeckHints:Type$Vehicle
|
||||||
Oracle:Hotshot Mechanic crews Vehicles as though its power were 2 greater.
|
Oracle:Hotshot Mechanic crews Vehicles as though its power were 2 greater.
|
||||||
|
|||||||
@@ -2,5 +2,5 @@ Name:Pilot Token
|
|||||||
ManaCost:no cost
|
ManaCost:no cost
|
||||||
Types:Creature Pilot
|
Types:Creature Pilot
|
||||||
PT:1/1
|
PT:1/1
|
||||||
S:Mode$ CrewValue | Affected$ Card.Self | Value$ 2 | Description$ This creature crews Vehicles as though its power were 2 greater.
|
S:Mode$ CrewValue | ValidCard$ Card.Self | Value$ 2 | Description$ This creature crews Vehicles as though its power were 2 greater.
|
||||||
Oracle:This creature crews Vehicles as though its power were 2 greater.
|
Oracle:This creature crews Vehicles as though its power were 2 greater.
|
||||||
|
|||||||
Reference in New Issue
Block a user