浏览代码

Fix wrong power stat

master
Fen Dweller 5 年前
父节点
当前提交
8fa976ffa4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/game/creatures/withers.ts

+ 1
- 1
src/game/creatures/withers.ts 查看文件

@@ -309,7 +309,7 @@ export class Withers extends Creature {
new ProperNoun('Withers'),
new ImproperNoun('hellhound', 'hellhounds'),
FemalePronouns,
{ Toughness: 40, Power: 10, Speed: 30, Willpower: 40, Charm: 70 },
{ Toughness: 40, Power: 50, Speed: 30, Willpower: 40, Charm: 70 },
new Set(),
new Set([VoreType.Oral]),
5000


正在加载...
取消
保存