563 B
563 B
| 1 | # type EncounterType = 'minion'|'elite'|'event'|'shop'|'camp'|'curio' |
|---|---|
| 2 | # type EnemyList = [name: string; hp: int; effects: [effect: string;stacks: int][]][] |
| 3 | id,type,name,description,enemies,dialogue |
| 4 | string,EncounterType,string,string,EnemyList,string |
| 5 | cactus_pair,minion,仙人掌怪,概念:防+强化。【尖刺X】:对攻击者造成X点伤害。,[仙人掌怪;12;[]];[仙人掌怪;12;[]], |
| 6 | snake_pair,minion,蛇,概念:攻+强化。给玩家塞入蛇毒牌(1费:打出时移除此牌。弃掉时受到3点伤害)。,[蛇;10;[[poison;2];[quick;1]]], |