Skip to content

Commit

Permalink
ghost fix, now appear on limited levels
Browse files Browse the repository at this point in the history
  • Loading branch information
msx80 committed Jul 6, 2024
1 parent 306102e commit 5ad3446
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ public enum MonsterDef {
Loot.of(3, Item.CrabShell, Range.of(1,1)),
Loot.of(4, Item.Claw, Range.of(2,2))),

GHOST("GHOST",-5,range(15,20),range(2,5),
range(7,29), range(1,2),
Loot.of(1, Item.Ectoplasm, Range.of(2, 6))),


GOBLIN("GOBLIN",-11,range(6,14),range(4,5),
range(8,30), range(3,6),
Loot.of(3, Item.Shirt, Range.of(1,1)),
Expand Down Expand Up @@ -104,10 +109,6 @@ public enum MonsterDef {
GOLEM("GOLEM",-8,range(50,60),range(15,20),
range(40,1000), range(10,20),
Loot.of(3, Item.Rock, Range.of(5, 8))),
GHOST("GHOST",-5,range(15,20),range(2,5),
range(6,1000), range(1,2),
Loot.of(1, Item.Ectoplasm, Range.of(2, 6))),


SUCCUBUS("SUCCUBUS",-17,range(40,60),range(20, 25),
range(45,1000), range(10,12),
Expand Down

0 comments on commit 5ad3446

Please sign in to comment.