generator-sts-protemplate
Version:
Yeoman generator for starting up new Slay the Spire mods
53 lines (52 loc) • 2.03 kB
JSON
{
"${ModID}:Strike": {
"NAME": "Strike",
"DESCRIPTION": "Deal !D! damage."
},
"${ModID}:Defend": {
"NAME": "Defend",
"DESCRIPTION": "Gain !B! Block."
},
"${ModID}:ExampleTwoAmountPowerCard": {
"NAME": "Example Power 2",
"DESCRIPTION": "Gains !M! amount. Sets Amount2."
},
"${ModID}:TemporaryPowerDemo": {
"NAME": "Auto-Generated Temporary Power",
"DESCRIPTION": "Whenever you Scry this turn, gain !M! Block."
},
"${ModID}:InlinePowerDemo": {
"NAME": "Inline Power",
"DESCRIPTION": "Strikes deal !M! more damage. NL At the end of your turn, gain !M! Block."
},
"${ModID}:SelectCardsPlusCardMods": {
"NAME": "Card Parsing, Card Selection, Card Mods",
"DESCRIPTION": "Choose from 1 of 3 cost 0 cards from any class. NL Add it into your hand. NL It gains Ethereal and Exhaust."
},
"${ModID}:InlineCardModDemo": {
"NAME": "Inline Card Mods",
"DESCRIPTION": "Add a random Strike of any color to your hand. NL Enchant it with \"Kills Spikers.\""
},
"${ModID}:NextTurnPowerDemo": {
"NAME": "Auto-Generated Next Turn Power",
"DESCRIPTION": "Next turn, gain !M! Thorns."
},
"${ModID}:MultiPreviewDemoCard": {
"NAME": "Multiple Previews - One Card",
"DESCRIPTION": "Ethereal. NL Add a random *Stinky *Watcher *Buddy into your hand. NL Exhaust.",
"UPGRADE_DESCRIPTION": "Ethereal. NL Add a random Upgraded *Stinky *Watcher *Buddy into your hand. NL Exhaust."
},
"${ModID}:EasyXCostDemo": {
"NAME": "Easy X Cost",
"DESCRIPTION": "Deal !D! damage X times. NL Gain X Strength. NL Exhaust.",
"UPGRADE_DESCRIPTION": "Deal !D! damage X+1 times. NL Gain X+1 Strength. NL Exhaust."
},
"${ModID}:EasyModalChoiceDemo": {
"NAME": "Easy Modal Choice",
"DESCRIPTION": "Choose one: Draw !M! cards or gain !${ModID}:m2! Strength."
},
"${ModID}:DrawAndShiv": {
"NAME": "Draw and Shiv",
"DESCRIPTION": "Draw 1 card. NL Add 1 *Shiv into your hand."
}
}