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

709 B
Raw Blame History

1# 状态牌:由某些效果创建,洗入玩家牌堆或手牌
2# unplayable: 是否不可打出
3# effects: 状态牌在场时施加的效果
4id, name, desc, unplayable, effects
5string, string, string, boolean, ['self'; @effectDesert; number][]
6wound, 伤口, 无效果,占用手牌和牌堆, true,
7venom, 蛇毒, 1费打出时移除此牌。弃掉时受到3点伤害, true,
8curse, 诅咒, 受攻击时物品攻击-1直到弃掉一张该物品的牌, true, [self; curse; 1]
9static, 静电, 在手里时受电击伤害+1, true, [self; static; 1]
10fatigue, 疲劳, 1费/消耗,占用手牌, true,
11vultureEye, 秃鹫之眼, 0费打出时移除。抓到时获得3层暴露, true, [self; expose; 3]