diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-30 17:38:39 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-30 17:38:39 +0000 |
commit | bed9459f0edafeab823aa4c0a473828e77e43c15 (patch) | |
tree | 1fef3bbf08bb8d7b68307df619daad521aab53f6 /conf-tmpl/battle/battle.conf | |
parent | 6f24a7748e12e3dd2e24153bd0a5382d89273b98 (diff) | |
download | hercules-bed9459f0edafeab823aa4c0a473828e77e43c15.tar.gz hercules-bed9459f0edafeab823aa4c0a473828e77e43c15.tar.bz2 hercules-bed9459f0edafeab823aa4c0a473828e77e43c15.tar.xz hercules-bed9459f0edafeab823aa4c0a473828e77e43c15.zip |
- Corrected char deletion not working (column is called homun_id, not hom_id...)
- Collapsed config settings produce_item_name_input, produce_potion_name_input, making_arrow_name_input, holywater_name_input, cdp_name_input into a single config produce_item_name_input which uses bitmasks to determine what it affects.
- Updated arrow_decrement to have 3 possible values: Disabled, Enabled, and Enabled as well as giving arrow requirements to skills that do not have them when used with ranged weapons (auto-guess for plagiarized/item-granted skills)
- Minor cleanings
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9746 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/battle.conf')
-rw-r--r-- | conf-tmpl/battle/battle.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/conf-tmpl/battle/battle.conf b/conf-tmpl/battle/battle.conf index c951746e7..4b520dfee 100644 --- a/conf-tmpl/battle/battle.conf +++ b/conf-tmpl/battle/battle.conf @@ -164,5 +164,9 @@ equip_skill_break_rate: 100 // NOTE: The official setting is yes, even thought it degrades performance a bit. delay_battle_damage: yes -// Are arrows are consumed when used on a bow? (Note 1) -arrow_decrement: yes +// Are arrows/ammo consumed when used on a bow/gun? +// 0 - No, 1 - Yes +// 2 - Yes even for skills that do not specify arrow consumption when said +// skill is weapon-based and used with ranged weapons (auto-guesses which +// skills should consume ammo when it's acquired via a card or plagiarize) +arrow_decrement: 1 |