diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-08 15:55:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-08 15:55:39 -0300 |
commit | f0e8cd98e77072038d3923dc25f086b2f95d9d10 (patch) | |
tree | 392c0c62af62e64cf68ce1356481c72f5960b7e6 /npc | |
parent | 99d34a1e7c73a3dd7cbda8a227f030a1fc82a254 (diff) | |
download | serverdata-f0e8cd98e77072038d3923dc25f086b2f95d9d10.tar.gz serverdata-f0e8cd98e77072038d3923dc25f086b2f95d9d10.tar.bz2 serverdata-f0e8cd98e77072038d3923dc25f086b2f95d9d10.tar.xz serverdata-f0e8cd98e77072038d3923dc25f086b2f95d9d10.zip |
This means I must beef up MaxHp bonus even more
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-4/tolchi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 5b9a4f69e..e21361592 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -341,7 +341,7 @@ function tolchi_tweaks { if (.@bonus > 5) .@bonus=rand2(5, .@bonus); if (.@vartp == VAR_MAXHPAMOUNT) - .@bonus+=rand2(25); + .@bonus+=rand2(5, 30); setitemoptionbyindex(.@id, 0, .@vartp, .@bonus); // First time item bonus |