mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- C14: Added Loreseeker's Stone
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -8415,6 +8415,7 @@ forge-gui/res/cardsfolder/l/lord_of_the_void.txt -text
|
||||
forge-gui/res/cardsfolder/l/lord_of_tresserhorn.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/l/lore_broker.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/l/lorescale_coatl.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/l/loreseekers_stone.txt -text
|
||||
forge-gui/res/cardsfolder/l/lorthos_the_tidemaker.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/l/lose_hope.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/l/lost_auramancers.txt svneol=native#text/plain
|
||||
|
||||
@@ -249,6 +249,10 @@ public class ManaCostAdjustment {
|
||||
if (!sa.isMorphUp()) {
|
||||
return;
|
||||
}
|
||||
} else if (params.get("Type").equals("SelfIntrinsicAbility")) {
|
||||
if (!(sa instanceof AbilityActivated) || sa.isReplacementAbility() || sa.isTemporary()) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (params.containsKey("AffectedZone")) {
|
||||
|
||||
8
forge-gui/res/cardsfolder/l/loreseekers_stone.txt
Normal file
8
forge-gui/res/cardsfolder/l/loreseekers_stone.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Loreseeker's Stone
|
||||
ManaCost:6
|
||||
Types:Artifact
|
||||
A:AB$ Draw | Cost$ 3 T | NumCards$ 3 | References$ X | SpellDescription$ Draw three cards. This ability costs {1} more to activate for each card in your hand.
|
||||
S:Mode$ RaiseCost | ValidCard$ Card.Self | Type$ SelfIntrinsicAbility | Amount$ X | EffectZone$ All
|
||||
SVar:X:Count$InYourHand
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/loreseekers_stone.jpg
|
||||
Oracle:{3}, {T}: Draw three cards. This ability costs {1} more to activate for each card in your hand.
|
||||
Reference in New Issue
Block a user