diff options
Diffstat (limited to 'npc/018-7-1/demure.txt')
-rw-r--r-- | npc/018-7-1/demure.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-7-1/demure.txt b/npc/018-7-1/demure.txt index 70eedfd74..639d66d37 100644 --- a/npc/018-7-1/demure.txt +++ b/npc/018-7-1/demure.txt @@ -182,7 +182,7 @@ OnDem1: // If player is solo'ing, put more ATK and less HP .@hp=.@p*@d_count*@d_mode3; if (@d_mode1 == MODE_SOLO) { - .@hp = .@hp * 2 / 3; + .@hp = .@hp * 3 / 5; // Raise ASPD based on difficulty setunitdata(.@m, UDT_ADELAY, getunitdata(.@m, UDT_ADELAY) - (@d_mode3 * 25)); |