From 30759600ce7ca4f62d83de7fedfaa561debe8d50 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 26 Dec 2021 01:05:50 -0300 Subject: Prepare alternative versions of MMO Regions. --- db/re/map_zone_db.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'db/re') diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index b6799eb3b..9370a7285 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -203,6 +203,26 @@ zones: ( skill_damage_cap: { } }, +{ + /* No Tricks Zone prevents penalty and NV_TRICKDEAD (and pets) */ + name: "MMO No Tricks" + inherit: ( "MMO" ) /* will import all mmo has */ + + disabled_skills: { + NV_TRICKDEAD: "ALL" + GD_EMERGENCYCALL: "ALL" + } +}, +{ + /* Same as MMO, but also prevents resurrection */ + name: "MMO No Revive" + inherit: ( "MMO" ) /* will import all mmo has */ + + disabled_skills: { + TMW2_RESURRECT: "ALL" + ALL_RESURRECTION: "ALL" + } +}, { /* Ship Zone disables some skills */ name: "ship" -- cgit v1.2.3-60-g2f50