diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-23 15:41:29 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-23 15:41:29 -0200 |
commit | 4f0c992f36e5dc13f5205b59d36f426de19c04f8 (patch) | |
tree | cbf608e9eabd1f5316623d7e1b1eb833d026333a /conf | |
parent | 9f4f607e4a88b651ca1cd6eb38ea69c77d6633a8 (diff) | |
download | serverdata-4f0c992f36e5dc13f5205b59d36f426de19c04f8.tar.gz serverdata-4f0c992f36e5dc13f5205b59d36f426de19c04f8.tar.bz2 serverdata-4f0c992f36e5dc13f5205b59d36f426de19c04f8.tar.xz serverdata-4f0c992f36e5dc13f5205b59d36f426de19c04f8.zip |
[skip ci] Because I changed some stuff, modifying battle conf on these fields is
without effect: They'll be overriden by scripts within 15 minutes.
Rationale: I prefer this way.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/drops.conf | 1 | ||||
-rw-r--r-- | conf/map/battle/exp.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/map/battle/drops.conf b/conf/map/battle/drops.conf index f7a8ab8fb..91fc4e63e 100644 --- a/conf/map/battle/drops.conf +++ b/conf/map/battle/drops.conf @@ -59,6 +59,7 @@ mvp_item_second_get_time: 10000 mvp_item_third_get_time: 2000 // Item drop rates (Note 2) +// Modifying these values is without effect, as it is override during script runtime. // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 100 diff --git a/conf/map/battle/exp.conf b/conf/map/battle/exp.conf index f5b5b2a6c..07f81fee8 100644 --- a/conf/map/battle/exp.conf +++ b/conf/map/battle/exp.conf @@ -33,6 +33,7 @@ //========================================================================= // Rate at which exp. is given. (Note 2) +// Modifying this value is without effect, as it is override during script runtime. base_exp_rate: 100 // Rate at which job exp. is given. (Note 2) |