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