summaryrefslogtreecommitdiff
path: root/db/re/map_zone_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/map_zone_db.conf')
-rw-r--r--db/re/map_zone_db.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf
index 60956448e..a413962a6 100644
--- a/db/re/map_zone_db.conf
+++ b/db/re/map_zone_db.conf
@@ -138,6 +138,30 @@ zones: (
}
},
{
+ /* Ship Zone disables some skills */
+ name: "ship"
+
+ disabled_skills: {
+ MG_FIREBALL: "ALL"
+ SN_SHARPSHOOTER: "ALL"
+ SM_BASH: "ALL"
+ }
+
+ disabled_items: {
+ }
+
+ mapflags: (
+ "nosave 000-1,22,22",
+ )
+
+ /* "command:min-group-lv-to-override" e.g. "heal: 70" */
+ disabled_commands: {
+ }
+ skill_damage_cap: {
+ }
+},
+
+{
/* Normal zone is applied to all maps that are not pkable (where players cant fight each other) */
/* However, it wont be applied to maps with its own zones (specified thru mapflag) */
name: "Normal" /* changing this name requires MAP_ZONE_NORMAL_NAME to also be changed in src/map/map.h file */