diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-16 19:35:27 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-16 19:35:27 +0000 |
commit | 0065f7bc871bb17c6d90994759cbf6c7dcee451b (patch) | |
tree | e4dbbe7e238f47d7424414ff0fb50f261ae61989 /conf-tmpl | |
parent | ee11b9de9b49e292fd6fb0fbf15100288eb2be38 (diff) | |
download | hercules-0065f7bc871bb17c6d90994759cbf6c7dcee451b.tar.gz hercules-0065f7bc871bb17c6d90994759cbf6c7dcee451b.tar.bz2 hercules-0065f7bc871bb17c6d90994759cbf6c7dcee451b.tar.xz hercules-0065f7bc871bb17c6d90994759cbf6c7dcee451b.zip |
- Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. Meaning you can do bonus bNoMagicDamage,50; To make all magic damage be reduced by half. This bonus stack, so two cards with bNoMagicDamage,50 will give magic immunity.
- Removed setting gtb_pvp_only and replaced it with gtb_sc_immunity which specifies the threshold before the bNoMagicDamage starts blocking support statuses as well. ie: gtb_sc_imunity: 75 will mean that "bonus bNoMagicDamage,70;" reduces magic damage by 70%, but does not blocks heal or support status, while "bonus bNoMagicDamage,80;" does.
- Updated GTB's card script to be "bonus bNoMagicDamage,100;"
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7212 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/items.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf-tmpl/battle/items.conf b/conf-tmpl/battle/items.conf index 4e790c3ea..b3243c188 100644 --- a/conf-tmpl/battle/items.conf +++ b/conf-tmpl/battle/items.conf @@ -76,10 +76,10 @@ item_use_interval: 100 // The ghostring fix makes mob attacks not be affected by ghostring armor wearing players.
mob_ghostring_fix: yes
-// Does the Golden Thief Bug card only work during pvp?
-// no or 0 - gtb works all the time
-// 1 - 100 - percentage of magic damage reduced only during pvp (or gvg)
-gtb_pvp_only: no
+//Required level of bNoMagicDamage before Status Changes are blocked (Golden Thief Bug card).
+//For example, if left at 50. An item can give bNoMagicDamage,40;
+// which reduces magic damage by 40%, but does not blocks status changes.
+gtb_sc_immunity: 50
// Enable autospell card effects to stack?
// NOTE: Different cards that grant the same skill will both
|