mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Renamed the quest deck Rogue 3 to Sabertooth 3.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -9235,7 +9235,7 @@ res/quest/decks/Riddler[!!-~]4.dck -text
|
|||||||
res/quest/decks/Rocky[!!-~]1.dck -text
|
res/quest/decks/Rocky[!!-~]1.dck -text
|
||||||
res/quest/decks/Rocky[!!-~]2.dck -text
|
res/quest/decks/Rocky[!!-~]2.dck -text
|
||||||
res/quest/decks/Rocky[!!-~]3.dck -text
|
res/quest/decks/Rocky[!!-~]3.dck -text
|
||||||
res/quest/decks/Rogue[!!-~]3.dck -text
|
res/quest/decks/Sabertooth[!!-~]3.dck -text
|
||||||
res/quest/decks/Samantha[!!-~]Stephens[!!-~]1.dck -text
|
res/quest/decks/Samantha[!!-~]Stephens[!!-~]1.dck -text
|
||||||
res/quest/decks/Samantha[!!-~]Stephens[!!-~]2.dck -text
|
res/quest/decks/Samantha[!!-~]Stephens[!!-~]2.dck -text
|
||||||
res/quest/decks/Samantha[!!-~]Stephens[!!-~]3.dck -text
|
res/quest/decks/Samantha[!!-~]Stephens[!!-~]3.dck -text
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Rogue 3
|
Sabertooth 3
|
||||||
[general]
|
[general]
|
||||||
constructed
|
constructed
|
||||||
[main]
|
[main]
|
||||||
@@ -93,7 +93,7 @@ Radiant 3
|
|||||||
Radioactive Man 3
|
Radioactive Man 3
|
||||||
Riddler 3
|
Riddler 3
|
||||||
Rocky 3
|
Rocky 3
|
||||||
Rogue 3
|
Sabertooth 3
|
||||||
Samantha Stephens 3
|
Samantha Stephens 3
|
||||||
Samwise Gamgee 3
|
Samwise Gamgee 3
|
||||||
Saruman 3
|
Saruman 3
|
||||||
|
|||||||
@@ -328,9 +328,9 @@ public class QuestBattle extends QuestSelectablePanel {
|
|||||||
addToDeckList("Rocky 1", "easy", "WUR Pro red deck with Flamebreak, Tremor, Pyroclasm");
|
addToDeckList("Rocky 1", "easy", "WUR Pro red deck with Flamebreak, Tremor, Pyroclasm");
|
||||||
addToDeckList("Rocky 2", "medium", "WUR Pro red deck with Flamebreak, Tremor, Pyroclasm");
|
addToDeckList("Rocky 2", "medium", "WUR Pro red deck with Flamebreak, Tremor, Pyroclasm");
|
||||||
addToDeckList("Rocky 3", "hard", "WUR Pro red deck with Flamebreak, Tremor, Pyroclasm");
|
addToDeckList("Rocky 3", "hard", "WUR Pro red deck with Flamebreak, Tremor, Pyroclasm");
|
||||||
addToDeckList("Rogue 3", "hard", "Mono R Dragon deck with Tarox Bladewing, Dragon Roost and Chandra Nalaar");
|
// addToDeckList("Rogue 3", "hard", "Mono R Dragon deck with Tarox Bladewing, Dragon Roost and Chandra Nalaar");
|
||||||
|
|
||||||
// addToDeckList("Sabertooth 2", "medium", "G Smokestack deck");
|
addToDeckList("Sabertooth 3", "hard", "Mono R Dragon deck with Tarox Bladewing, Dragon Roost and Chandra Nalaar");
|
||||||
addToDeckList("Samantha Stephens 1", "easy", "WU Painter's Servant anti-red deck");
|
addToDeckList("Samantha Stephens 1", "easy", "WU Painter's Servant anti-red deck");
|
||||||
addToDeckList("Samantha Stephens 2", "medium", "WU Painter's Servant anti-red deck");
|
addToDeckList("Samantha Stephens 2", "medium", "WU Painter's Servant anti-red deck");
|
||||||
addToDeckList("Samantha Stephens 3", "hard", "WU Painter's Servant anti-red deck with Grindstone combo");
|
addToDeckList("Samantha Stephens 3", "hard", "WU Painter's Servant anti-red deck with Grindstone combo");
|
||||||
|
|||||||
Reference in New Issue
Block a user