EN
Event Flow
Initial Scene
Scene
Navigating through an endless sea of corpses, you find a mad scientist scavenging for various scraps.

“Yes. Hi, hello! You look like a capable fighter... I need a tester for my next atrocity device! How about it?”
1
Choice
Accept
Immediate Effect
Create a custom card to add to your Deck.
→ Result CHOOSE_CARD_TYPE
“What kind of tool will help you kill everyone?”
Continues to another stage
Stage 1 CHOOSE_CARD_TYPE
Scene
“What kind of tool will help you kill everyone?”
1
Choice
Weapon
Immediate Effect
Make an Attack.
2
Choice
Gadget
Immediate Effect
Make a Power.
3
Choice
Protector
Immediate Effect
Make a Skill.
Stage 2 CHOOSE_RIDER
Scene
“Excellent choice! Now what should it DO?”
The scientist rubs her hands together with glee.
1
Choice
Chaos
Immediate Effect
Add a random card into your Hand. It's free to play this turn.
2
Choice
Choking
Immediate Effect
Whenever you play a card this turn, the enemy loses [Choking Damage] HP.
3
Choice
Curious
Immediate Effect
Powers cost 1 less.
4
Choice
Energized
Immediate Effect
Gain .
5
Choice
Expertise
Immediate Effect
Gain [Expertise Strength] Strength. Gain [Expertise Dexterity] Dexterity.
6
Choice
Improvement
Immediate Effect
At the end of combat, Upgrade a random card.
7
Choice
Sapping
Immediate Effect
Apply [Sapping Weak] Weak. Apply [Sapping Vulnerable] Vulnerable.
8
Choice
Violence
Immediate Effect
Hits 2 additional times.
9
Choice
Wisdom
Immediate Effect
Draw 3 cards.
Other Results
Result DONE
“Whew! All done. This is for you! Now get out there and slaughter!!”

Little did you know, that scientist went on to create hundreds of weapons, resulting in several thousand deaths within the Spire.
Update History
Update1
Version 0.99.1 → 0.103.3 · May 29, 2026
Pages
Before
[
{
"id": "CHOOSE_CARD_TYPE",
"description": "“What kind of tool will help you kill everyone?”",
"description_zh": "“你觉得什么样的工具能帮助你杀死所有人?”",
"options": [
{
"id": "ATTACK",
"title": "Weapon",
"description": "Make an Attack.",
"title_zh": "武器",
"description_zh": "制作一张攻击牌。"
},
{
"id": "POWER",
"title": "Gadget",
"description": "Make a Power.",
"title_zh": "装置",
"description_zh": "制作一张能力牌。"
},
{
"id": "SKILL",
"title": "Protector",
"description": "Make a Skill.",
"title_zh": "护具",
"description_zh": "制作一张技能牌。"
}
]
},
{
"id": "CHOOSE_RIDER",
"description": "“Excellent choice! Now what should it DO?”\nThe scientist rubs her hands together with glee.",
"description_zh": "“很棒的选择!那么,它应该发挥什么作用呢?”\n科学家开心地搓起了她的双手。",
"options": [
{
"id": "CHAOS",
"title": "Chaos",
"description": "Add a random card into your Hand. It costs 0 this turn.",
"title_zh": "混沌",
"description_zh": "将一张随机牌放入你的手牌。这张牌在本回合这张牌在本回合耗能变为0。"
},
{
"id": "CHOKING",
"title": "Choking",
"description": "Whenever you play a card this turn, the enemy loses [Choking Damage] HP.",
"title_zh": "扼杀",
"description_zh": "本回合,你每打出一张牌,该敌人失去[Choking Damage]点生命。"
},
{
"id": "CURIOUS",
"title": "Curious",
"description": "Powers cost 1 less.",
"title_zh": "好奇",
"description_zh": "能力牌的耗能减少1。"
},
{
"id": "ENERGIZED",
"title": "Energized",
"description": "Gain .",
"title_zh": "充能",
"description_zh": "获得。"
},
{
"id": "EXPERTISE",
"title": "Expertise",
"description": "Gain [Expertise Strength] Strength. Gain [Expertise Dexterity] Dexterity.",
"title_zh": "专长",
"description_zh": "获得[Expertise Strength]力量。获得[Expertise Dexterity]敏捷。"
},
{
"id": "IMPROVEMENT",
"title": "Improvement",
"description": "At the end of combat, Upgrade a random card.",
"title_zh": "精进",
"description_zh": "在战斗结束时,随机升级一张牌。"
},
{
"id": "SAPPING",
"title": "Sapping",
"description": "Apply [Sapping Weak] Weak. Apply [Sapping Vulnerable] Vulnerable.",
"title_zh": "削弱",
"description_zh": "给予[Sapping Weak]虚弱。给予[Sapping Vulnerable]易伤。"
},
{
"id": "VIOLENCE",
"title": "Violence",
"description": "Hits 2 additional times.",
"title_zh": "暴力",
"description_zh": "额外命中2次。"
},
{
"id": "WISDOM",
"title": "Wisdom",
"description": "Draw 3 cards.",
"title_zh": "智慧",
"description_zh": "抽3张牌。"
}
]
},
{
"id": "DONE",
"description": "“Whew! All done. This is for you! Now get out there and slaughter!!”\n\nLittle did you know, that scientist went on to create hundreds of weapons, resulting in several thousand deaths within the Spire.",
"description_zh": "“呼——!大功告成啦,这个送给你!现在出去好好杀个痛快吧!!”\n\n你不知道的是,这位科学家后来创造出了几百件武器,导致了高塔之中数以千计的死亡。"
},
{
"id": "INITIAL",
"description": "Navigating through an endless sea of corpses, you find a mad scientist scavenging for various scraps.\n\n“Yes. Hi, hello! You look like a capable fighter... I need a tester for my next atrocity device! How about it?”",
"description_zh": "你在翻越数不尽的尸山血海之时,遇到了一位正在搜寻破烂的疯狂科学家。\n\n“是的,嗨,你好!你看起来是个有实力的战士……我的下一件暴行装备正需要一个测试员!你觉得怎么样?”",
"options": [
{
"id": "CHOOSE_CARD_TYPE",
"title": "Accept",
"description": "Create a custom card to add to your Deck.",
"title_zh": "接受",
"description_zh": "制作一张定制卡牌加入你的牌组。"
}
]
}
]
After
[
{
"id": "CHOOSE_CARD_TYPE",
"description": "“What kind of tool will help you kill everyone?”",
"description_zh": "“你觉得什么样的工具能帮助你杀死所有人?”",
"options": [
{
"id": "ATTACK",
"title": "Weapon",
"description": "Make an Attack.",
"title_zh": "武器",
"description_zh": "制作一张攻击牌。"
},
{
"id": "POWER",
"title": "Gadget",
"description": "Make a Power.",
"title_zh": "装置",
"description_zh": "制作一张能力牌。"
},
{
"id": "SKILL",
"title": "Protector",
"description": "Make a Skill.",
"title_zh": "护具",
"description_zh": "制作一张技能牌。"
}
]
},
{
"id": "CHOOSE_RIDER",
"description": "“Excellent choice! Now what should it DO?”\nThe scientist rubs her hands together with glee.",
"description_zh": "“很棒的选择!那么,它应该发挥什么作用呢?”\n科学家开心地搓起了她的双手。",
"options": [
{
"id": "CHAOS",
"title": "Chaos",
"description": "Add a random card into your Hand. It's free to play this turn.",
"title_zh": "混沌",
"description_zh": "将一张随机牌放入你的手牌。这张牌在本回合可以免费打出。"
},
{
"id": "CHOKING",
"title": "Choking",
"description": "Whenever you play a card this turn, the enemy loses [Choking Damage] HP.",
"title_zh": "扼杀",
"description_zh": "本回合,你每打出一张牌,该敌人失去[Choking Damage]点生命。"
},
{
"id": "CURIOUS",
"title": "Curious",
"description": "Powers cost 1 less.",
"title_zh": "好奇",
"description_zh": "能力牌的耗能减少1。"
},
{
"id": "ENERGIZED",
"title": "Energized",
"description": "Gain .",
"title_zh": "充能",
"description_zh": "获得。"
},
{
"id": "EXPERTISE",
"title": "Expertise",
"description": "Gain [Expertise Strength] Strength. Gain [Expertise Dexterity] Dexterity.",
"title_zh": "专长",
"description_zh": "获得[Expertise Strength]力量。获得[Expertise Dexterity]敏捷。"
},
{
"id": "IMPROVEMENT",
"title": "Improvement",
"description": "At the end of combat, Upgrade a random card.",
"title_zh": "精进",
"description_zh": "在战斗结束时,随机升级一张牌。"
},
{
"id": "SAPPING",
"title": "Sapping",
"description": "Apply [Sapping Weak] Weak. Apply [Sapping Vulnerable] Vulnerable.",
"title_zh": "削弱",
"description_zh": "给予[Sapping Weak]虚弱。给予[Sapping Vulnerable]易伤。"
},
{
"id": "VIOLENCE",
"title": "Violence",
"description": "Hits 2 additional times.",
"title_zh": "暴力",
"description_zh": "额外命中2次。"
},
{
"id": "WISDOM",
"title": "Wisdom",
"description": "Draw 3 cards.",
"title_zh": "智慧",
"description_zh": "抽3张牌。"
}
]
},
{
"id": "DONE",
"description": "“Whew! All done. This is for you! Now get out there and slaughter!!”\n\nLittle did you know, that scientist went on to create hundreds of weapons, resulting in several thousand deaths within the Spire.",
"description_zh": "“呼——!大功告成啦,这个送给你!现在出去好好杀个痛快吧!!”\n\n你不知道的是,这位科学家后来创造出了几百件武器,导致了高塔之中数以千计的死亡。"
},
{
"id": "INITIAL",
"description": "Navigating through an endless sea of corpses, you find a mad scientist scavenging for various scraps.\n\n“Yes. Hi, hello! You look like a capable fighter... I need a tester for my next atrocity device! How about it?”",
"description_zh": "你在翻越数不尽的尸山血海之时,遇到了一位正在搜寻破烂的疯狂科学家。\n\n“是的,嗨,你好!你看起来是个有实力的战士……我的下一件暴行装备正需要一个测试员!你觉得怎么样?”",
"options": [
{
"id": "CHOOSE_CARD_TYPE",
"title": "Accept",
"description": "Create a custom card to add to your Deck.",
"title_zh": "接受",
"description_zh": "制作一张定制卡牌加入你的牌组。"
}
]
}
]