boardgame-core/src/samples/slay-the-spire-like/data/heroItemFighter1.csv

2.7 KiB
Raw Blame History

1# type can be one of: weapon, armor, consumable, tool
2#
3# shape represents a tetris-like shape, consult ../utils/parse-shape.ts
4# n
5# w o e
6# s
7# costType can be one of: energy, uses
8#
9# targetType can be one of: single, none
10type,name,shape,costType,costCount,targetType,price,desc,effects
11string,string,string,'energy'|'uses',int,'single'|'none',int,string,['self'|'target'|'all'|'random'; @effectDesert; number][]
12weapon,剑,oee,energy,1,single,50,【攻击2】【攻击2】,[target;attack;2];[target;attack;2]
13weapon,长斧,oees,energy,2,none,80,对全体【攻击5】,[all;attack;5]
14weapon,长枪,oeee,energy,1,single,75,【攻击2】【攻击2】【攻击2】,[target;attack;2];[target;attack;2];[target;attack;2]
15weapon,短刀,oe,energy,1,single,40,【攻击3】【攻击3】,[target;attack;3];[target;attack;3]
16weapon,飞镖,o,energy,0,single,30,【攻击1】抓一张牌,[target;attack;1];[self;draw;1]
17weapon,十字弩,onrersrw,energy,2,single,120,【攻击6】。对同一目标打出其他十字弩,[target;attack;6];[self;crossbow;0]
18armor,盾,oesw,energy,1,none,50,【防御3】,[self;defend;3]
19armor,斗笠,oerwrn,energy,2,none,90,【防御8】,[self;defend;8]
20armor,披风,oers,energy,1,none,45,【防御2】下回合【防御2】,[self;defend;2];[self;defendNext;2]
21armor,护腕,o,energy,0,none,25,【防御1】抓1张牌,[self;defend;1];[self;draw;1]
22armor,大盾,oesswn,energy,1,none,70,【防御5】,[self;defend;5]
23armor,锁子甲,oesw,energy,1,none,60,本回合受到伤害-3,[self;damageReduce;3]
24consumable,绷带,o,uses,3,none,20,从牌堆或弃牌堆随机移除1张伤口,[self;removeWound;1]
25consumable,淬毒药剂,o,uses,3,none,30,周围物品的【攻击】+2,[self;attackBuff;2]
26consumable,强固药剂,o,uses,3,none,30,周围物品的【防御】+2,[self;defendBuff;2]
27consumable,活力药剂,o,uses,3,none,25,获得1点能量,[self;gainEnergy;1]
28consumable,集中药剂,o,uses,3,none,25,抓2张牌,[self;draw;2]
29consumable,治疗药剂,o,uses,3,none,35,从牌堆或弃牌堆移除3张伤口,[self;removeWound;3]
30tool,水袋,os,energy,1,none,35,下回合开始时获得1能量抓2张牌,[self;energyNext;1];[self;drawNext;2]
31tool,绳索,ose,energy,1,none,30,周围物品的牌【防御】+2直到打出,[self;defendBuffUntilPlay;2]
32tool,腰带,owre,energy,0,none,40,从牌堆周围物品的牌当中选择一张加入手牌,[self;drawChoice;1]
33tool,火把,on,energy,1,none,25,下次打出周围物品的牌时将其消耗并获得1能量,[self;burnForEnergy;1]
34tool,磨刀石,o,energy,1,none,30,周围物品的牌【攻击】+3直到打出,[self;attackBuffUntilPlay;3]
35tool,铁匠锤,oerwrs,energy,1,none,45,从牌堆/弃牌堆选择一张牌,随机变为一张周围物品的牌,[self;transformRandom;1]