소스 검색

Fix wrong power stat

vintage
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


불러오는 중...
취소
저장