diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-14 23:27:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-14 23:27:13 -0300 |
commit | 364b373ddb7a5f536b0bcd92be144810f83780e5 (patch) | |
tree | 5dca0f1246c8137b0e5dc9e36f47b3beea7b88d5 /npc/items | |
parent | a0dc1fcfc94b82e2c69986f2aecf93d5f6014738 (diff) | |
download | serverdata-364b373ddb7a5f536b0bcd92be144810f83780e5.tar.gz serverdata-364b373ddb7a5f536b0bcd92be144810f83780e5.tar.bz2 serverdata-364b373ddb7a5f536b0bcd92be144810f83780e5.tar.xz serverdata-364b373ddb7a5f536b0bcd92be144810f83780e5.zip |
Make the potions really stronger, not just "artificially stronger"
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/inc_sc_bonus.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/items/inc_sc_bonus.txt b/npc/items/inc_sc_bonus.txt index a4f7cdac5..c4187d4d1 100644 --- a/npc/items/inc_sc_bonus.txt +++ b/npc/items/inc_sc_bonus.txt @@ -3,8 +3,10 @@ // Jesusalva // Description: // Applies effects for INC_* (STR doesn't exist) -// Valid values: INCAGI INCVIT INCINT INCDEX INCLUK INCHIT -/// Untested Values: INCHIT INCFLEE INCMHP INCMSP WALKSPEED INVINCIBLE +// Valid values: INCAGI INCVIT INCINT INCDEX INCLUK INCHIT INCFLEE +// Doesn't works: SC_STRUP +// Works if @min == @max: INCMHP INCMHPRATE INCMSP INCMSPRATE +/// Untested Values: WALKSPEED (reverse logic) INVINCIBLE (broken) // // Variables: // @delay Second of buffing |