summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-04-13 21:13:52 -0500
committerWushin <pasekei@gmail.com>2015-04-13 21:13:52 -0500
commitbf54afff27cd03ed535859009baa0b4c4fa663e9 (patch)
tree92b3e0ab2e6e668da98cc023b27858e7c5fef419 /tools
parentc776b7a5d8075ede4a364bfdd0c6fb3cb6f6c5fa (diff)
parent8e8876474eddefe474528c73851b3af2c6d9327f (diff)
downloadtmwa-bf54afff27cd03ed535859009baa0b4c4fa663e9.tar.gz
tmwa-bf54afff27cd03ed535859009baa0b4c4fa663e9.tar.bz2
tmwa-bf54afff27cd03ed535859009baa0b4c4fa663e9.tar.xz
tmwa-bf54afff27cd03ed535859009baa0b4c4fa663e9.zip
Merge pull request #41 from wushin/pvp-script-persistance
Make killer & killable script builtins
Diffstat (limited to 'tools')
-rwxr-xr-xtools/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/config.py b/tools/config.py
index 88b7644..a32e8ca 100755
--- a/tools/config.py
+++ b/tools/config.py
@@ -613,6 +613,7 @@ def build_config():
battle_conf.opt('mob_count_rate', percent, '100')
battle_conf.opt('basic_skill_check', bool, 'true')
battle_conf.opt('player_invincible_time', milliseconds, '5_s')
+ battle_conf.opt('player_pvp_time', milliseconds, '5_s')
battle_conf.opt('skill_min_damage', bool, 'false')
battle_conf.opt('natural_healhp_interval', milliseconds, '6_s', {map_h}, min='NATURAL_HEAL_INTERVAL')
battle_conf.opt('natural_healsp_interval', milliseconds, '8_s', {map_h}, min='NATURAL_HEAL_INTERVAL')