Skip to content

Commit

Permalink
Lowered Dragonlord's HP
Browse files Browse the repository at this point in the history
Lowered Dragonlord's HP to make him beatable at level 18.
  • Loading branch information
mcgrew committed Dec 2, 2015
1 parent ab8de4c commit c72dd20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dwrandomizer.py
Expand Up @@ -343,9 +343,10 @@ def main():
randomize(args)

remake_mp = (3, 2, 2, 2, 2, 6, 8, 2, 8, 5)
#dragonlord hp should be 204 and 350, but we want him beatable at lv 18
remake_hp = ( 2, 3, 5, 7, 12, 13, 13, 22, 26, 43, 16, 24, 28,
18, 33, 39, 3, 48, 37, 35, 44, 37, 40, 40,153,110,
47, 48, 38, 70, 72, 74, 65, 67, 98,135, 99,106,204,255)
47, 48, 38, 70, 72, 74, 65, 67, 98,135, 99,106,100,165)
remake_xp = ( 1, 2, 3, 4, 8, 12, 16, 14, 15, 18, 12, 25, 28,
31, 40, 42,255, 47, 52, 58, 58, 64, 70, 72,255, 6,
78, 83, 90,120,135,105,120,130,180,155,172,255, 0, 0)
Expand Down

0 comments on commit c72dd20

Please sign in to comment.