diff --git a/.gitignore b/.gitignore index 4a26522..aaaf83a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.mod +*.mod diff --git a/README.md b/README.md index 7e53f74..8605f48 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,7 @@ Repository for the PRC'd version of the Land of Thuul Persistent World module. -Supports 8 class slots w/ the PRC8. +## Requirements +* PRC8 +* CEP 2 +* ACP v4.1 diff --git a/_module/The Land of Thuul [PRC8-CEP2].mod b/_module/The Land of Thuul [PRC8-CEP2].mod index 744c492..bf962a8 100644 Binary files a/_module/The Land of Thuul [PRC8-CEP2].mod and b/_module/The Land of Thuul [PRC8-CEP2].mod differ diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index 6e585d6..dabbbf4 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -778,7 +778,7 @@ }, "Mod_CustomTlk": { "type": "cexostring", - "value": "prc8_cep269_mrg" + "value": "prc8_cep271_mrg" }, "Mod_CutSceneList": { "type": "list", @@ -795,7 +795,7 @@ "Mod_Description": { "type": "cexolocstring", "value": { - "0": "***PRC4 & CEP 3 REQUIRED***\n\nPRC'd by: Jaysyn\n\nv6.0\n\nThe demon Orcus has returned and is holed up in a vast underground non-linear dungeon crawl under a collapsed mountain. Enjoy countless hours of gameplay with many custom items, custom armor sets, custom weapons (including a complete line of martial arts weaponry), and of course custom creatures." + "0": "The Land of Thuul [PRC8-CEP2]\n\nPRC'd by: Jaysyn\n\nv6.0\n\nThe demon Orcus has returned and is holed up in a vast underground non-linear dungeon crawl under a collapsed mountain. Enjoy countless hours of gameplay with many custom items, custom armor sets, custom weapons (including a complete line of martial arts weaponry), and of course custom creatures." } }, "Mod_DuskHour": { @@ -841,7 +841,7 @@ "__struct_id": 8, "Mod_Hak": { "type": "cexostring", - "value": "prc8_cep269_mrg" + "value": "prc8_cep271_mrg" } }, { @@ -914,6 +914,13 @@ "value": "prc8_craft2das" } }, + { + "__struct_id": 8, + "Mod_Hak": { + "type": "cexostring", + "value": "acp_v4.1" + } + }, { "__struct_id": 8, "Mod_Hak": { @@ -1094,7 +1101,7 @@ }, "Mod_MinGameVer": { "type": "cexostring", - "value": "1.87" + "value": "1.88" }, "Mod_MinPerHour": { "type": "byte", @@ -1103,7 +1110,7 @@ "Mod_Name": { "type": "cexolocstring", "value": { - "0": "The Land of Thuul [PRC4-CEP3]" + "0": "The Land of Thuul [PRC8-CEP2]" } }, "Mod_OnAcquirItem": { @@ -1222,6 +1229,10 @@ "type": "cexostring", "value": "MODULE" }, + "Mod_UUID": { + "type": "cexostring", + "value": "" + }, "Mod_Version": { "type": "dword", "value": 3 @@ -1397,6 +1408,96 @@ "type": "int", "value": 0 } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_ACP_MANUAL" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_ACP_AUTOMATIC" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_MULTISUMMON" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_XP_USE_SIMPLE_LA" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_XP_USE_SIMPLE_RACIAL_HD" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_XP_USE_SIMPLE_RACIAL_HD_NO_FREE_XP" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } } ] } diff --git a/_module/itp/creaturepalcus.itp.json b/_module/itp/creaturepalcus.itp.json index 36ed4bc..8a1df4f 100644 --- a/_module/itp/creaturepalcus.itp.json +++ b/_module/itp/creaturepalcus.itp.json @@ -36097,7 +36097,7 @@ "__struct_id": 0, "CR": { "type": "float", - "value": 0.3333333432674408 + "value": 0.5 }, "FACTION": { "type": "cexostring", diff --git a/_module/ncs/bbs_post_notice.ncs b/_module/ncs/bbs_post_notice.ncs index 2d7f0a3..852b8ba 100644 Binary files a/_module/ncs/bbs_post_notice.ncs and b/_module/ncs/bbs_post_notice.ncs differ diff --git a/_module/ncs/bbs_scribe_conv.ncs b/_module/ncs/bbs_scribe_conv.ncs index 5005a80..c05f3f4 100644 Binary files a/_module/ncs/bbs_scribe_conv.ncs and b/_module/ncs/bbs_scribe_conv.ncs differ diff --git a/_module/ncs/bbs_scribe_give.ncs b/_module/ncs/bbs_scribe_give.ncs index 233954f..a7cd02b 100644 Binary files a/_module/ncs/bbs_scribe_give.ncs and b/_module/ncs/bbs_scribe_give.ncs differ diff --git a/_module/ncs/bbs_scribe_m_get.ncs b/_module/ncs/bbs_scribe_m_get.ncs index 5e3436b..7b64362 100644 Binary files a/_module/ncs/bbs_scribe_m_get.ncs and b/_module/ncs/bbs_scribe_m_get.ncs differ diff --git a/_module/ncs/bbs_scribe_spawn.ncs b/_module/ncs/bbs_scribe_spawn.ncs index 1890603..d878629 100644 Binary files a/_module/ncs/bbs_scribe_spawn.ncs and b/_module/ncs/bbs_scribe_spawn.ncs differ diff --git a/_module/ncs/bbs_scribe_t_get.ncs b/_module/ncs/bbs_scribe_t_get.ncs index 373cef9..bb6c07d 100644 Binary files a/_module/ncs/bbs_scribe_t_get.ncs and b/_module/ncs/bbs_scribe_t_get.ncs differ diff --git a/_module/ncs/bbs_show_next.ncs b/_module/ncs/bbs_show_next.ncs index f446fb6..a6e4072 100644 Binary files a/_module/ncs/bbs_show_next.ncs and b/_module/ncs/bbs_show_next.ncs differ diff --git a/_module/ncs/bbs_start.ncs b/_module/ncs/bbs_start.ncs index a49c173..cc1eeb4 100644 Binary files a/_module/ncs/bbs_start.ncs and b/_module/ncs/bbs_start.ncs differ diff --git a/_module/ncs/bwnpccesn_sit.ncs b/_module/ncs/bwnpccesn_sit.ncs index 4b932aa..dc487ff 100644 Binary files a/_module/ncs/bwnpccesn_sit.ncs and b/_module/ncs/bwnpccesn_sit.ncs differ diff --git a/_module/ncs/cd_10_onhostile.ncs b/_module/ncs/cd_10_onhostile.ncs index 7df1bcf..5f8525e 100644 Binary files a/_module/ncs/cd_10_onhostile.ncs and b/_module/ncs/cd_10_onhostile.ncs differ diff --git a/_module/ncs/cd_ondamaged.ncs b/_module/ncs/cd_ondamaged.ncs index 9b6a470..ab96620 100644 Binary files a/_module/ncs/cd_ondamaged.ncs and b/_module/ncs/cd_ondamaged.ncs differ diff --git a/_module/ncs/cheers.ncs b/_module/ncs/cheers.ncs index 6dbc18e..b41d879 100644 Binary files a/_module/ncs/cheers.ncs and b/_module/ncs/cheers.ncs differ diff --git a/_module/ncs/cheers2.ncs b/_module/ncs/cheers2.ncs index 3ffdc86..5faeed9 100644 Binary files a/_module/ncs/cheers2.ncs and b/_module/ncs/cheers2.ncs differ diff --git a/_module/ncs/cheers3.ncs b/_module/ncs/cheers3.ncs index c8248cc..a8570cc 100644 Binary files a/_module/ncs/cheers3.ncs and b/_module/ncs/cheers3.ncs differ diff --git a/_module/ncs/cheers4.ncs b/_module/ncs/cheers4.ncs index 37460ee..f5b5569 100644 Binary files a/_module/ncs/cheers4.ncs and b/_module/ncs/cheers4.ncs differ diff --git a/_module/ncs/cheers5.ncs b/_module/ncs/cheers5.ncs index 037adba..a83999b 100644 Binary files a/_module/ncs/cheers5.ncs and b/_module/ncs/cheers5.ncs differ diff --git a/_module/ncs/cheers6.ncs b/_module/ncs/cheers6.ncs index eb56e11..fa74c2f 100644 Binary files a/_module/ncs/cheers6.ncs and b/_module/ncs/cheers6.ncs differ diff --git a/_module/ncs/cheers7.ncs b/_module/ncs/cheers7.ncs index eb8400c..f670ec4 100644 Binary files a/_module/ncs/cheers7.ncs and b/_module/ncs/cheers7.ncs differ diff --git a/_module/ncs/chk_1000gold.ncs b/_module/ncs/chk_1000gold.ncs index f5751c6..2f1f677 100644 Binary files a/_module/ncs/chk_1000gold.ncs and b/_module/ncs/chk_1000gold.ncs differ diff --git a/_module/ncs/chk_10gold.ncs b/_module/ncs/chk_10gold.ncs index c1ea25f..a5ecef1 100644 Binary files a/_module/ncs/chk_10gold.ncs and b/_module/ncs/chk_10gold.ncs differ diff --git a/_module/ncs/chk_2000gold.ncs b/_module/ncs/chk_2000gold.ncs index 058f9fe..c7349c9 100644 Binary files a/_module/ncs/chk_2000gold.ncs and b/_module/ncs/chk_2000gold.ncs differ diff --git a/_module/ncs/chk_200gold.ncs b/_module/ncs/chk_200gold.ncs index e7eb8d1..b801e47 100644 Binary files a/_module/ncs/chk_200gold.ncs and b/_module/ncs/chk_200gold.ncs differ diff --git a/_module/ncs/chk_500gold.ncs b/_module/ncs/chk_500gold.ncs index e11f86b..7e64ffa 100644 Binary files a/_module/ncs/chk_500gold.ncs and b/_module/ncs/chk_500gold.ncs differ diff --git a/_module/ncs/chk_50kgold.ncs b/_module/ncs/chk_50kgold.ncs index e138fc8..4a4b9eb 100644 Binary files a/_module/ncs/chk_50kgold.ncs and b/_module/ncs/chk_50kgold.ncs differ diff --git a/_module/ncs/chk_lvl_5t8.ncs b/_module/ncs/chk_lvl_5t8.ncs index fc41056..2d7b90f 100644 Binary files a/_module/ncs/chk_lvl_5t8.ncs and b/_module/ncs/chk_lvl_5t8.ncs differ diff --git a/_module/ncs/chk_not1item.ncs b/_module/ncs/chk_not1item.ncs index 8b54020..6dfa5b2 100644 Binary files a/_module/ncs/chk_not1item.ncs and b/_module/ncs/chk_not1item.ncs differ diff --git a/_module/ncs/clean_store2.ncs b/_module/ncs/clean_store2.ncs index 4d2905d..4b75864 100644 Binary files a/_module/ncs/clean_store2.ncs and b/_module/ncs/clean_store2.ncs differ diff --git a/_module/ncs/collection.ncs b/_module/ncs/collection.ncs index 5c9f8a4..39e6d2e 100644 Binary files a/_module/ncs/collection.ncs and b/_module/ncs/collection.ncs differ diff --git a/_module/ncs/cv_pwstore_01.ncs b/_module/ncs/cv_pwstore_01.ncs index 466e0ba..ec8aad0 100644 Binary files a/_module/ncs/cv_pwstore_01.ncs and b/_module/ncs/cv_pwstore_01.ncs differ diff --git a/_module/ncs/da_autoclosedoor.ncs b/_module/ncs/da_autoclosedoor.ncs index f4635b9..f65991b 100644 Binary files a/_module/ncs/da_autoclosedoor.ncs and b/_module/ncs/da_autoclosedoor.ncs differ diff --git a/_module/ncs/da_relock_instnt.ncs b/_module/ncs/da_relock_instnt.ncs index 9308a50..9404c92 100644 Binary files a/_module/ncs/da_relock_instnt.ncs and b/_module/ncs/da_relock_instnt.ncs differ diff --git a/_module/ncs/darklamp_hb.ncs b/_module/ncs/darklamp_hb.ncs index 50c59da..8695577 100644 Binary files a/_module/ncs/darklamp_hb.ncs and b/_module/ncs/darklamp_hb.ncs differ diff --git a/_module/ncs/darklamp_spell.ncs b/_module/ncs/darklamp_spell.ncs index cc84a84..d43fa2c 100644 Binary files a/_module/ncs/darklamp_spell.ncs and b/_module/ncs/darklamp_spell.ncs differ diff --git a/_module/ncs/debugjump.ncs b/_module/ncs/debugjump.ncs index 6816831..2304e54 100644 Binary files a/_module/ncs/debugjump.ncs and b/_module/ncs/debugjump.ncs differ diff --git a/_module/ncs/distancecheck2.ncs b/_module/ncs/distancecheck2.ncs index 16d87e1..8e36ebd 100644 Binary files a/_module/ncs/distancecheck2.ncs and b/_module/ncs/distancecheck2.ncs differ diff --git a/_module/ncs/distancecheck4.ncs b/_module/ncs/distancecheck4.ncs index 57f07c3..7d2c07e 100644 Binary files a/_module/ncs/distancecheck4.ncs and b/_module/ncs/distancecheck4.ncs differ diff --git a/_module/ncs/distancecheck6.ncs b/_module/ncs/distancecheck6.ncs index ac91c3f..d9b0d18 100644 Binary files a/_module/ncs/distancecheck6.ncs and b/_module/ncs/distancecheck6.ncs differ diff --git a/_module/ncs/dj.ncs b/_module/ncs/dj.ncs index 9cccecf..6e62be0 100644 Binary files a/_module/ncs/dj.ncs and b/_module/ncs/dj.ncs differ diff --git a/_module/ncs/dlg_plott_05.ncs b/_module/ncs/dlg_plott_05.ncs index c38cf04..7ed181c 100644 Binary files a/_module/ncs/dlg_plott_05.ncs and b/_module/ncs/dlg_plott_05.ncs differ diff --git a/_module/ncs/dlg_plott_08.ncs b/_module/ncs/dlg_plott_08.ncs index a53e6d1..f35c954 100644 Binary files a/_module/ncs/dlg_plott_08.ncs and b/_module/ncs/dlg_plott_08.ncs differ diff --git a/_module/ncs/dm_anti_cheat.ncs b/_module/ncs/dm_anti_cheat.ncs index d98fb83..a4d8838 100644 Binary files a/_module/ncs/dm_anti_cheat.ncs and b/_module/ncs/dm_anti_cheat.ncs differ diff --git a/_module/ncs/dm_banter001.ncs b/_module/ncs/dm_banter001.ncs index 1829a37..e96a086 100644 Binary files a/_module/ncs/dm_banter001.ncs and b/_module/ncs/dm_banter001.ncs differ diff --git a/_module/ncs/dm_banter002.ncs b/_module/ncs/dm_banter002.ncs index 11480b2..a8634f5 100644 Binary files a/_module/ncs/dm_banter002.ncs and b/_module/ncs/dm_banter002.ncs differ diff --git a/_module/ncs/dm_calc.ncs b/_module/ncs/dm_calc.ncs index 2b9148e..31d1f67 100644 Binary files a/_module/ncs/dm_calc.ncs and b/_module/ncs/dm_calc.ncs differ diff --git a/_module/ncs/dm_calc_remove.ncs b/_module/ncs/dm_calc_remove.ncs index 5402c8b..697e740 100644 Binary files a/_module/ncs/dm_calc_remove.ncs and b/_module/ncs/dm_calc_remove.ncs differ diff --git a/_module/ncs/dm_calc_spell.ncs b/_module/ncs/dm_calc_spell.ncs index 6b6ff16..12a4dde 100644 Binary files a/_module/ncs/dm_calc_spell.ncs and b/_module/ncs/dm_calc_spell.ncs differ diff --git a/_module/ncs/dm_cost.ncs b/_module/ncs/dm_cost.ncs index 8f38c13..2f7226a 100644 Binary files a/_module/ncs/dm_cost.ncs and b/_module/ncs/dm_cost.ncs differ diff --git a/_module/ncs/dm_domods.ncs b/_module/ncs/dm_domods.ncs index ff4cf1e..550067b 100644 Binary files a/_module/ncs/dm_domods.ncs and b/_module/ncs/dm_domods.ncs differ diff --git a/_module/ncs/dm_domodsfree.ncs b/_module/ncs/dm_domodsfree.ncs index 7113b5f..4654116 100644 Binary files a/_module/ncs/dm_domodsfree.ncs and b/_module/ncs/dm_domodsfree.ncs differ diff --git a/_module/ncs/dm_doremoval.ncs b/_module/ncs/dm_doremoval.ncs index 2a6ec7d..fc26249 100644 Binary files a/_module/ncs/dm_doremoval.ncs and b/_module/ncs/dm_doremoval.ncs differ diff --git a/_module/ncs/dm_forg_ondist.ncs b/_module/ncs/dm_forg_ondist.ncs index bffcaf7..b5cf9e8 100644 Binary files a/_module/ncs/dm_forg_ondist.ncs and b/_module/ncs/dm_forg_ondist.ncs differ diff --git a/_module/ncs/dm_ilr_appraise.ncs b/_module/ncs/dm_ilr_appraise.ncs index c60b1bd..4890a1c 100644 Binary files a/_module/ncs/dm_ilr_appraise.ncs and b/_module/ncs/dm_ilr_appraise.ncs differ diff --git a/_module/ncs/dm_isnotweap.ncs b/_module/ncs/dm_isnotweap.ncs index c248cfa..05ce515 100644 Binary files a/_module/ncs/dm_isnotweap.ncs and b/_module/ncs/dm_isnotweap.ncs differ diff --git a/_module/ncs/dm_isweapon.ncs b/_module/ncs/dm_isweapon.ncs index edb0b5a..698e4a0 100644 Binary files a/_module/ncs/dm_isweapon.ncs and b/_module/ncs/dm_isweapon.ncs differ diff --git a/_module/ncs/dm_isweapon1.ncs b/_module/ncs/dm_isweapon1.ncs index c7014c2..585cfde 100644 Binary files a/_module/ncs/dm_isweapon1.ncs and b/_module/ncs/dm_isweapon1.ncs differ diff --git a/_module/ncs/dm_isweapon2.ncs b/_module/ncs/dm_isweapon2.ncs index 3367a62..a315e62 100644 Binary files a/_module/ncs/dm_isweapon2.ncs and b/_module/ncs/dm_isweapon2.ncs differ diff --git a/_module/ncs/dm_splv_chk4.ncs b/_module/ncs/dm_splv_chk4.ncs index 23da886..31664be 100644 Binary files a/_module/ncs/dm_splv_chk4.ncs and b/_module/ncs/dm_splv_chk4.ncs differ diff --git a/_module/ncs/dm_splv_chk5.ncs b/_module/ncs/dm_splv_chk5.ncs index 23da886..31664be 100644 Binary files a/_module/ncs/dm_splv_chk5.ncs and b/_module/ncs/dm_splv_chk5.ncs differ diff --git a/_module/ncs/dm_splv_chk6.ncs b/_module/ncs/dm_splv_chk6.ncs index 23da886..31664be 100644 Binary files a/_module/ncs/dm_splv_chk6.ncs and b/_module/ncs/dm_splv_chk6.ncs differ diff --git a/_module/ncs/dm_splv_chk7.ncs b/_module/ncs/dm_splv_chk7.ncs index 23da886..31664be 100644 Binary files a/_module/ncs/dm_splv_chk7.ncs and b/_module/ncs/dm_splv_chk7.ncs differ diff --git a/_module/ncs/dm_splv_chk8.ncs b/_module/ncs/dm_splv_chk8.ncs index 23da886..31664be 100644 Binary files a/_module/ncs/dm_splv_chk8.ncs and b/_module/ncs/dm_splv_chk8.ncs differ diff --git a/_module/ncs/druidquest4.ncs b/_module/ncs/druidquest4.ncs index db91cfd..a3fa40f 100644 Binary files a/_module/ncs/druidquest4.ncs and b/_module/ncs/druidquest4.ncs differ diff --git a/_module/ncs/druidquest8.ncs b/_module/ncs/druidquest8.ncs index cb3be4a..1b91444 100644 Binary files a/_module/ncs/druidquest8.ncs and b/_module/ncs/druidquest8.ncs differ diff --git a/_module/ncs/dw_lightning.ncs b/_module/ncs/dw_lightning.ncs index d4aa013..04d6977 100644 Binary files a/_module/ncs/dw_lightning.ncs and b/_module/ncs/dw_lightning.ncs differ diff --git a/_module/ncs/feartrap.ncs b/_module/ncs/feartrap.ncs index 536779c..05e93eb 100644 Binary files a/_module/ncs/feartrap.ncs and b/_module/ncs/feartrap.ncs differ diff --git a/_module/ncs/flamingskeltonsp.ncs b/_module/ncs/flamingskeltonsp.ncs index 0fdb69f..25b32fa 100644 Binary files a/_module/ncs/flamingskeltonsp.ncs and b/_module/ncs/flamingskeltonsp.ncs differ diff --git a/_module/ncs/ftk_05.ncs b/_module/ncs/ftk_05.ncs index a791c81..78850cf 100644 Binary files a/_module/ncs/ftk_05.ncs and b/_module/ncs/ftk_05.ncs differ diff --git a/_module/ncs/gen_color_test.ncs b/_module/ncs/gen_color_test.ncs index a9437ca..e2cd0cb 100644 Binary files a/_module/ncs/gen_color_test.ncs and b/_module/ncs/gen_color_test.ncs differ diff --git a/_module/ncs/gm_inbetween.ncs b/_module/ncs/gm_inbetween.ncs index 1ea66f4..585a528 100644 Binary files a/_module/ncs/gm_inbetween.ncs and b/_module/ncs/gm_inbetween.ncs differ diff --git a/_module/ncs/gm_slot.ncs b/_module/ncs/gm_slot.ncs index 4628bb0..ad1d39d 100644 Binary files a/_module/ncs/gm_slot.ncs and b/_module/ncs/gm_slot.ncs differ diff --git a/_module/ncs/gm_zowie_slot.ncs b/_module/ncs/gm_zowie_slot.ncs index 7add647..a495dfe 100644 Binary files a/_module/ncs/gm_zowie_slot.ncs and b/_module/ncs/gm_zowie_slot.ncs differ diff --git a/_module/ncs/golanattack.ncs b/_module/ncs/golanattack.ncs index 41fed16..b3d755d 100644 Binary files a/_module/ncs/golanattack.ncs and b/_module/ncs/golanattack.ncs differ diff --git a/_module/ncs/gz_chair_use.ncs b/_module/ncs/gz_chair_use.ncs index 607923d..594d978 100644 Binary files a/_module/ncs/gz_chair_use.ncs and b/_module/ncs/gz_chair_use.ncs differ diff --git a/_module/ncs/gz_healer_spawn.ncs b/_module/ncs/gz_healer_spawn.ncs index 2cdf982..1e04737 100644 Binary files a/_module/ncs/gz_healer_spawn.ncs and b/_module/ncs/gz_healer_spawn.ncs differ diff --git a/_module/ncs/gz_healer_ude.ncs b/_module/ncs/gz_healer_ude.ncs index 24504f1..869cb14 100644 Binary files a/_module/ncs/gz_healer_ude.ncs and b/_module/ncs/gz_healer_ude.ncs differ diff --git a/_module/ncs/gzcc_healertoken.ncs b/_module/ncs/gzcc_healertoken.ncs index 4ca9ff7..af11666 100644 Binary files a/_module/ncs/gzcc_healertoken.ncs and b/_module/ncs/gzcc_healertoken.ncs differ diff --git a/_module/ncs/gzcc_is_pc_abdmg.ncs b/_module/ncs/gzcc_is_pc_abdmg.ncs index 7e8270b..0683f1d 100644 Binary files a/_module/ncs/gzcc_is_pc_abdmg.ncs and b/_module/ncs/gzcc_is_pc_abdmg.ncs differ diff --git a/_module/ncs/gzcc_is_pc_blind.ncs b/_module/ncs/gzcc_is_pc_blind.ncs index 65fa811..6340b37 100644 Binary files a/_module/ncs/gzcc_is_pc_blind.ncs and b/_module/ncs/gzcc_is_pc_blind.ncs differ diff --git a/_module/ncs/gzcc_is_pc_curse.ncs b/_module/ncs/gzcc_is_pc_curse.ncs index b03efc7..b567575 100644 Binary files a/_module/ncs/gzcc_is_pc_curse.ncs and b/_module/ncs/gzcc_is_pc_curse.ncs differ diff --git a/_module/ncs/gzcc_is_pc_disea.ncs b/_module/ncs/gzcc_is_pc_disea.ncs index ce6f7ea..10103ec 100644 Binary files a/_module/ncs/gzcc_is_pc_disea.ncs and b/_module/ncs/gzcc_is_pc_disea.ncs differ diff --git a/_module/ncs/gzcc_is_pc_neglv.ncs b/_module/ncs/gzcc_is_pc_neglv.ncs index 7ae5982..5b67322 100644 Binary files a/_module/ncs/gzcc_is_pc_neglv.ncs and b/_module/ncs/gzcc_is_pc_neglv.ncs differ diff --git a/_module/ncs/gzcc_is_pc_poiso.ncs b/_module/ncs/gzcc_is_pc_poiso.ncs index 22c85fe..28bff16 100644 Binary files a/_module/ncs/gzcc_is_pc_poiso.ncs and b/_module/ncs/gzcc_is_pc_poiso.ncs differ diff --git a/_module/ncs/gzcc_needhealer.ncs b/_module/ncs/gzcc_needhealer.ncs index 7ffb0dc..0adcf8e 100644 Binary files a/_module/ncs/gzcc_needhealer.ncs and b/_module/ncs/gzcc_needhealer.ncs differ diff --git a/_module/ncs/gzcs_heal_damage.ncs b/_module/ncs/gzcs_heal_damage.ncs index 9a47bb6..f55f21b 100644 Binary files a/_module/ncs/gzcs_heal_damage.ncs and b/_module/ncs/gzcs_heal_damage.ncs differ diff --git a/_module/ncs/gzcs_rem_abdmg.ncs b/_module/ncs/gzcs_rem_abdmg.ncs index de24fcf..bae9e24 100644 Binary files a/_module/ncs/gzcs_rem_abdmg.ncs and b/_module/ncs/gzcs_rem_abdmg.ncs differ diff --git a/_module/ncs/gzcs_rem_all.ncs b/_module/ncs/gzcs_rem_all.ncs index 6b4ed14..0b47743 100644 Binary files a/_module/ncs/gzcs_rem_all.ncs and b/_module/ncs/gzcs_rem_all.ncs differ diff --git a/_module/ncs/gzcs_rem_blind.ncs b/_module/ncs/gzcs_rem_blind.ncs index 16571ec..47f549c 100644 Binary files a/_module/ncs/gzcs_rem_blind.ncs and b/_module/ncs/gzcs_rem_blind.ncs differ diff --git a/_module/ncs/gzcs_rem_curse.ncs b/_module/ncs/gzcs_rem_curse.ncs index d328905..4cf8a04 100644 Binary files a/_module/ncs/gzcs_rem_curse.ncs and b/_module/ncs/gzcs_rem_curse.ncs differ diff --git a/_module/ncs/gzcs_rem_disease.ncs b/_module/ncs/gzcs_rem_disease.ncs index ccbf385..8020660 100644 Binary files a/_module/ncs/gzcs_rem_disease.ncs and b/_module/ncs/gzcs_rem_disease.ncs differ diff --git a/_module/ncs/gzcs_rem_neglvls.ncs b/_module/ncs/gzcs_rem_neglvls.ncs index 9055bcb..de550dd 100644 Binary files a/_module/ncs/gzcs_rem_neglvls.ncs and b/_module/ncs/gzcs_rem_neglvls.ncs differ diff --git a/_module/ncs/gzcs_rem_poison.ncs b/_module/ncs/gzcs_rem_poison.ncs index 547388f..6486fec 100644 Binary files a/_module/ncs/gzcs_rem_poison.ncs and b/_module/ncs/gzcs_rem_poison.ncs differ diff --git a/_module/ncs/harpplayer.ncs b/_module/ncs/harpplayer.ncs index 87eee26..95207ef 100644 Binary files a/_module/ncs/harpplayer.ncs and b/_module/ncs/harpplayer.ncs differ diff --git a/_module/ncs/hc_pc_sit_chair.ncs b/_module/ncs/hc_pc_sit_chair.ncs index e0dc2e4..069e600 100644 Binary files a/_module/ncs/hc_pc_sit_chair.ncs and b/_module/ncs/hc_pc_sit_chair.ncs differ diff --git a/_module/ncs/healcheck75.ncs b/_module/ncs/healcheck75.ncs index f88ff7d..f610d2a 100644 Binary files a/_module/ncs/healcheck75.ncs and b/_module/ncs/healcheck75.ncs differ diff --git a/_module/ncs/hen_canset_sc.ncs b/_module/ncs/hen_canset_sc.ncs index bfdc2b6..5391335 100644 Binary files a/_module/ncs/hen_canset_sc.ncs and b/_module/ncs/hen_canset_sc.ncs differ diff --git a/_module/ncs/hen_chosetr1_at.ncs b/_module/ncs/hen_chosetr1_at.ncs index e1aaa14..b8eac0c 100644 Binary files a/_module/ncs/hen_chosetr1_at.ncs and b/_module/ncs/hen_chosetr1_at.ncs differ diff --git a/_module/ncs/hen_chosetr2_at.ncs b/_module/ncs/hen_chosetr2_at.ncs index 9f1b7ab..440c3df 100644 Binary files a/_module/ncs/hen_chosetr2_at.ncs and b/_module/ncs/hen_chosetr2_at.ncs differ diff --git a/_module/ncs/hen_chosetr3_at.ncs b/_module/ncs/hen_chosetr3_at.ncs index 3e541a6..2e4c364 100644 Binary files a/_module/ncs/hen_chosetr3_at.ncs and b/_module/ncs/hen_chosetr3_at.ncs differ diff --git a/_module/ncs/hen_chosetr4_at.ncs b/_module/ncs/hen_chosetr4_at.ncs index 710b89a..69f896f 100644 Binary files a/_module/ncs/hen_chosetr4_at.ncs and b/_module/ncs/hen_chosetr4_at.ncs differ diff --git a/_module/ncs/hen_chosetr5_at.ncs b/_module/ncs/hen_chosetr5_at.ncs index 6f016ef..a1aadb4 100644 Binary files a/_module/ncs/hen_chosetr5_at.ncs and b/_module/ncs/hen_chosetr5_at.ncs differ diff --git a/_module/ncs/hen_chosetr6_at.ncs b/_module/ncs/hen_chosetr6_at.ncs index 3862a7d..2308a02 100644 Binary files a/_module/ncs/hen_chosetr6_at.ncs and b/_module/ncs/hen_chosetr6_at.ncs differ diff --git a/_module/ncs/hen_chosetr7_at.ncs b/_module/ncs/hen_chosetr7_at.ncs index f625db6..5e64ce9 100644 Binary files a/_module/ncs/hen_chosetr7_at.ncs and b/_module/ncs/hen_chosetr7_at.ncs differ diff --git a/_module/ncs/hen_chosetr8_at.ncs b/_module/ncs/hen_chosetr8_at.ncs index d656ddb..c4e0d95 100644 Binary files a/_module/ncs/hen_chosetr8_at.ncs and b/_module/ncs/hen_chosetr8_at.ncs differ diff --git a/_module/ncs/hen_gentokens_at.ncs b/_module/ncs/hen_gentokens_at.ncs index cc9aa72..606e799 100644 Binary files a/_module/ncs/hen_gentokens_at.ncs and b/_module/ncs/hen_gentokens_at.ncs differ diff --git a/_module/ncs/hen_hascompa.ncs b/_module/ncs/hen_hascompa.ncs index 74149f4..0ce621a 100644 Binary files a/_module/ncs/hen_hascompa.ncs and b/_module/ncs/hen_hascompa.ncs differ diff --git a/_module/ncs/hen_hasfamil.ncs b/_module/ncs/hen_hasfamil.ncs index d33b075..a50ebf7 100644 Binary files a/_module/ncs/hen_hasfamil.ncs and b/_module/ncs/hen_hasfamil.ncs differ diff --git a/_module/ncs/hen_settrloc_at.ncs b/_module/ncs/hen_settrloc_at.ncs index 777e2d7..29d47f9 100644 Binary files a/_module/ncs/hen_settrloc_at.ncs and b/_module/ncs/hen_settrloc_at.ncs differ diff --git a/_module/ncs/hen_trcanset_sc.ncs b/_module/ncs/hen_trcanset_sc.ncs index 5342529..22af964 100644 Binary files a/_module/ncs/hen_trcanset_sc.ncs and b/_module/ncs/hen_trcanset_sc.ncs differ diff --git a/_module/ncs/hench1_onspawn.ncs b/_module/ncs/hench1_onspawn.ncs index 6a4ab22..1165ef0 100644 Binary files a/_module/ncs/hench1_onspawn.ncs and b/_module/ncs/hench1_onspawn.ncs differ diff --git a/_module/ncs/hench2_onspawn.ncs b/_module/ncs/hench2_onspawn.ncs index c68b329..68a83a8 100644 Binary files a/_module/ncs/hench2_onspawn.ncs and b/_module/ncs/hench2_onspawn.ncs differ diff --git a/_module/ncs/hench_i0_heal.ncs b/_module/ncs/hench_i0_heal.ncs deleted file mode 100644 index 6ef0126..0000000 Binary files a/_module/ncs/hench_i0_heal.ncs and /dev/null differ diff --git a/_module/ncs/hench_i0_spells.ncs b/_module/ncs/hench_i0_spells.ncs deleted file mode 100644 index 6ef0126..0000000 Binary files a/_module/ncs/hench_i0_spells.ncs and /dev/null differ diff --git a/_module/ncs/hench_o0_heal.ncs b/_module/ncs/hench_o0_heal.ncs index d200530..9660b0f 100644 Binary files a/_module/ncs/hench_o0_heal.ncs and b/_module/ncs/hench_o0_heal.ncs differ diff --git a/_module/ncs/hench_patrol.ncs b/_module/ncs/hench_patrol.ncs index 03905f6..3afd590 100644 Binary files a/_module/ncs/hench_patrol.ncs and b/_module/ncs/hench_patrol.ncs differ diff --git a/_module/ncs/henchcomp.ncs b/_module/ncs/henchcomp.ncs index 8646d55..7063ca3 100644 Binary files a/_module/ncs/henchcomp.ncs and b/_module/ncs/henchcomp.ncs differ diff --git a/_module/ncs/henchdualdis.ncs b/_module/ncs/henchdualdis.ncs index 1a0bd8e..459ebaa 100644 Binary files a/_module/ncs/henchdualdis.ncs and b/_module/ncs/henchdualdis.ncs differ diff --git a/_module/ncs/henchdualen.ncs b/_module/ncs/henchdualen.ncs index ba399c8..7266725 100644 Binary files a/_module/ncs/henchdualen.ncs and b/_module/ncs/henchdualen.ncs differ diff --git a/_module/ncs/henchendual.ncs b/_module/ncs/henchendual.ncs index d0cee21..39032cb 100644 Binary files a/_module/ncs/henchendual.ncs and b/_module/ncs/henchendual.ncs differ diff --git a/_module/ncs/henchfamilar.ncs b/_module/ncs/henchfamilar.ncs index 18b3213..6398191 100644 Binary files a/_module/ncs/henchfamilar.ncs and b/_module/ncs/henchfamilar.ncs differ diff --git a/_module/ncs/henchlightdis.ncs b/_module/ncs/henchlightdis.ncs index 19df58a..b88e9f0 100644 Binary files a/_module/ncs/henchlightdis.ncs and b/_module/ncs/henchlightdis.ncs differ diff --git a/_module/ncs/henchlighten.ncs b/_module/ncs/henchlighten.ncs index 1a4d002..c748e30 100644 Binary files a/_module/ncs/henchlighten.ncs and b/_module/ncs/henchlighten.ncs differ diff --git a/_module/ncs/henchrange0.ncs b/_module/ncs/henchrange0.ncs index e88ce0e..29a4811 100644 Binary files a/_module/ncs/henchrange0.ncs and b/_module/ncs/henchrange0.ncs differ diff --git a/_module/ncs/henchrange1.ncs b/_module/ncs/henchrange1.ncs index 71fcb96..5648744 100644 Binary files a/_module/ncs/henchrange1.ncs and b/_module/ncs/henchrange1.ncs differ diff --git a/_module/ncs/henchrange2.ncs b/_module/ncs/henchrange2.ncs index 0535b0c..09980fd 100644 Binary files a/_module/ncs/henchrange2.ncs and b/_module/ncs/henchrange2.ncs differ diff --git a/_module/ncs/henchrange3.ncs b/_module/ncs/henchrange3.ncs index 7b3d2fa..ccba6f9 100644 Binary files a/_module/ncs/henchrange3.ncs and b/_module/ncs/henchrange3.ncs differ diff --git a/_module/ncs/henchspell0.ncs b/_module/ncs/henchspell0.ncs index 35246b4..e180981 100644 Binary files a/_module/ncs/henchspell0.ncs and b/_module/ncs/henchspell0.ncs differ diff --git a/_module/ncs/henchspell1.ncs b/_module/ncs/henchspell1.ncs index 572980a..cf0dcae 100644 Binary files a/_module/ncs/henchspell1.ncs and b/_module/ncs/henchspell1.ncs differ diff --git a/_module/ncs/henchspell2.ncs b/_module/ncs/henchspell2.ncs index c554696..cf312f5 100644 Binary files a/_module/ncs/henchspell2.ncs and b/_module/ncs/henchspell2.ncs differ diff --git a/_module/ncs/henchspell3.ncs b/_module/ncs/henchspell3.ncs index 971b2be..c074f9d 100644 Binary files a/_module/ncs/henchspell3.ncs and b/_module/ncs/henchspell3.ncs differ diff --git a/_module/ncs/hire_henchman.ncs b/_module/ncs/hire_henchman.ncs index 8a2a569..92104bf 100644 Binary files a/_module/ncs/hire_henchman.ncs and b/_module/ncs/hire_henchman.ncs differ diff --git a/_module/ncs/hooker_act.ncs b/_module/ncs/hooker_act.ncs index 55752d5..8d483de 100644 Binary files a/_module/ncs/hooker_act.ncs and b/_module/ncs/hooker_act.ncs differ diff --git a/_module/ncs/hooker_act2.ncs b/_module/ncs/hooker_act2.ncs index f656627..842d372 100644 Binary files a/_module/ncs/hooker_act2.ncs and b/_module/ncs/hooker_act2.ncs differ diff --git a/_module/ncs/klaakuplant.ncs b/_module/ncs/klaakuplant.ncs index dbb98c6..9b50a80 100644 Binary files a/_module/ncs/klaakuplant.ncs and b/_module/ncs/klaakuplant.ncs differ diff --git a/_module/ncs/kq8.ncs b/_module/ncs/kq8.ncs index ae20803..b21055a 100644 Binary files a/_module/ncs/kq8.ncs and b/_module/ncs/kq8.ncs differ diff --git a/_module/ncs/lot_magicmushrm.ncs b/_module/ncs/lot_magicmushrm.ncs index 2365111..2c5bd10 100644 Binary files a/_module/ncs/lot_magicmushrm.ncs and b/_module/ncs/lot_magicmushrm.ncs differ diff --git a/_module/ncs/lot_mineaction.ncs b/_module/ncs/lot_mineaction.ncs index 4585f61..8f92a4b 100644 Binary files a/_module/ncs/lot_mineaction.ncs and b/_module/ncs/lot_mineaction.ncs differ diff --git a/_module/ncs/lot_musheattest.ncs b/_module/ncs/lot_musheattest.ncs index 27161ae..b504056 100644 Binary files a/_module/ncs/lot_musheattest.ncs and b/_module/ncs/lot_musheattest.ncs differ diff --git a/_module/ncs/lot_sleeptrap.ncs b/_module/ncs/lot_sleeptrap.ncs index ba6f5a5..55785a9 100644 Binary files a/_module/ncs/lot_sleeptrap.ncs and b/_module/ncs/lot_sleeptrap.ncs differ diff --git a/_module/ncs/lot_trashclose.ncs b/_module/ncs/lot_trashclose.ncs index 6e332ac..c312d43 100644 Binary files a/_module/ncs/lot_trashclose.ncs and b/_module/ncs/lot_trashclose.ncs differ diff --git a/_module/ncs/lrgwsat_sethome.ncs b/_module/ncs/lrgwsat_sethome.ncs index a7e18b4..10e0fba 100644 Binary files a/_module/ncs/lrgwsat_sethome.ncs and b/_module/ncs/lrgwsat_sethome.ncs differ diff --git a/_module/ncs/lrgwsat_setretrn.ncs b/_module/ncs/lrgwsat_setretrn.ncs index 5a48026..b78a597 100644 Binary files a/_module/ncs/lrgwsat_setretrn.ncs and b/_module/ncs/lrgwsat_setretrn.ncs differ diff --git a/_module/ncs/lrgwsaw_partlead.ncs b/_module/ncs/lrgwsaw_partlead.ncs index 33b0064..6c96a05 100644 Binary files a/_module/ncs/lrgwsaw_partlead.ncs and b/_module/ncs/lrgwsaw_partlead.ncs differ diff --git a/_module/ncs/lrgwspedt_hportl.ncs b/_module/ncs/lrgwspedt_hportl.ncs index 8ba8b51..8f735dc 100644 Binary files a/_module/ncs/lrgwspedt_hportl.ncs and b/_module/ncs/lrgwspedt_hportl.ncs differ diff --git a/_module/ncs/lrgwspedt_rportl.ncs b/_module/ncs/lrgwspedt_rportl.ncs index 896a560..81dc2ea 100644 Binary files a/_module/ncs/lrgwspedt_rportl.ncs and b/_module/ncs/lrgwspedt_rportl.ncs differ diff --git a/_module/ncs/lrgwspeus_hportl.ncs b/_module/ncs/lrgwspeus_hportl.ncs index 2b67da3..0c94ff2 100644 Binary files a/_module/ncs/lrgwspeus_hportl.ncs and b/_module/ncs/lrgwspeus_hportl.ncs differ diff --git a/_module/ncs/lrgwspeus_rportl.ncs b/_module/ncs/lrgwspeus_rportl.ncs index 5e756fa..3bd96e5 100644 Binary files a/_module/ncs/lrgwspeus_rportl.ncs and b/_module/ncs/lrgwspeus_rportl.ncs differ diff --git a/_module/ncs/lrgwsta_partlead.ncs b/_module/ncs/lrgwsta_partlead.ncs index bc52264..5c2f964 100644 Binary files a/_module/ncs/lrgwsta_partlead.ncs and b/_module/ncs/lrgwsta_partlead.ncs differ diff --git a/_module/ncs/lrgwymeus.ncs b/_module/ncs/lrgwymeus.ncs index 74edaae..c52fe98 100644 Binary files a/_module/ncs/lrgwymeus.ncs and b/_module/ncs/lrgwymeus.ncs differ diff --git a/_module/ncs/m1q4hemmel_d.ncs b/_module/ncs/m1q4hemmel_d.ncs index 84d045f..09f8594 100644 Binary files a/_module/ncs/m1q4hemmel_d.ncs and b/_module/ncs/m1q4hemmel_d.ncs differ diff --git a/_module/ncs/m1q4hemmelgive04.ncs b/_module/ncs/m1q4hemmelgive04.ncs index fc3994a..467f342 100644 Binary files a/_module/ncs/m1q4hemmelgive04.ncs and b/_module/ncs/m1q4hemmelgive04.ncs differ diff --git a/_module/ncs/m1q4hemmeltake01.ncs b/_module/ncs/m1q4hemmeltake01.ncs index e8e9b4e..df8125a 100644 Binary files a/_module/ncs/m1q4hemmeltake01.ncs and b/_module/ncs/m1q4hemmeltake01.ncs differ diff --git a/_module/ncs/m1q4hemmeltake02.ncs b/_module/ncs/m1q4hemmeltake02.ncs index 11d1505..3e0bae4 100644 Binary files a/_module/ncs/m1q4hemmeltake02.ncs and b/_module/ncs/m1q4hemmeltake02.ncs differ diff --git a/_module/ncs/m1q4hemmeltake04.ncs b/_module/ncs/m1q4hemmeltake04.ncs index 5b9f085..6ef16da 100644 Binary files a/_module/ncs/m1q4hemmeltake04.ncs and b/_module/ncs/m1q4hemmeltake04.ncs differ diff --git a/_module/ncs/mds_magicmouth.ncs b/_module/ncs/mds_magicmouth.ncs index 1cb7804..81242f8 100644 Binary files a/_module/ncs/mds_magicmouth.ncs and b/_module/ncs/mds_magicmouth.ncs differ diff --git a/_module/ncs/mds_magicmouth2.ncs b/_module/ncs/mds_magicmouth2.ncs index 40c16e7..8ea144d 100644 Binary files a/_module/ncs/mds_magicmouth2.ncs and b/_module/ncs/mds_magicmouth2.ncs differ diff --git a/_module/ncs/mds_magicmouth3.ncs b/_module/ncs/mds_magicmouth3.ncs index f69dd07..f463aa8 100644 Binary files a/_module/ncs/mds_magicmouth3.ncs and b/_module/ncs/mds_magicmouth3.ncs differ diff --git a/_module/ncs/measure_lag.ncs b/_module/ncs/measure_lag.ncs index 2f1c70b..1336487 100644 Binary files a/_module/ncs/measure_lag.ncs and b/_module/ncs/measure_lag.ncs differ diff --git a/_module/ncs/nw_c2_bossdie.ncs b/_module/ncs/nw_c2_bossdie.ncs index 00c9424..2e198a4 100644 Binary files a/_module/ncs/nw_c2_bossdie.ncs and b/_module/ncs/nw_c2_bossdie.ncs differ diff --git a/_module/ncs/nw_c2_bossspawn.ncs b/_module/ncs/nw_c2_bossspawn.ncs index a1b2b34..9ed5af0 100644 Binary files a/_module/ncs/nw_c2_bossspawn.ncs and b/_module/ncs/nw_c2_bossspawn.ncs differ diff --git a/_module/ncs/nw_c2_default1.ncs b/_module/ncs/nw_c2_default1.ncs index b553d1f..29a849d 100644 Binary files a/_module/ncs/nw_c2_default1.ncs and b/_module/ncs/nw_c2_default1.ncs differ diff --git a/_module/ncs/nw_c2_default2.ncs b/_module/ncs/nw_c2_default2.ncs index c99a93a..343542d 100644 Binary files a/_module/ncs/nw_c2_default2.ncs and b/_module/ncs/nw_c2_default2.ncs differ diff --git a/_module/ncs/nw_c2_default3.ncs b/_module/ncs/nw_c2_default3.ncs index edda852..30c94d3 100644 Binary files a/_module/ncs/nw_c2_default3.ncs and b/_module/ncs/nw_c2_default3.ncs differ diff --git a/_module/ncs/nw_c2_default4.ncs b/_module/ncs/nw_c2_default4.ncs index e430fc3..e3239a7 100644 Binary files a/_module/ncs/nw_c2_default4.ncs and b/_module/ncs/nw_c2_default4.ncs differ diff --git a/_module/ncs/nw_c2_default5.ncs b/_module/ncs/nw_c2_default5.ncs index 64d2e56..85befee 100644 Binary files a/_module/ncs/nw_c2_default5.ncs and b/_module/ncs/nw_c2_default5.ncs differ diff --git a/_module/ncs/nw_c2_default6.ncs b/_module/ncs/nw_c2_default6.ncs index 9b44a7e..72ba74c 100644 Binary files a/_module/ncs/nw_c2_default6.ncs and b/_module/ncs/nw_c2_default6.ncs differ diff --git a/_module/ncs/nw_c2_default8.ncs b/_module/ncs/nw_c2_default8.ncs index ea656ed..d2e3160 100644 Binary files a/_module/ncs/nw_c2_default8.ncs and b/_module/ncs/nw_c2_default8.ncs differ diff --git a/_module/ncs/nw_c2_defaultb.ncs b/_module/ncs/nw_c2_defaultb.ncs index addbc3f..e1c0797 100644 Binary files a/_module/ncs/nw_c2_defaultb.ncs and b/_module/ncs/nw_c2_defaultb.ncs differ diff --git a/_module/ncs/nw_c2_defaulte.ncs b/_module/ncs/nw_c2_defaulte.ncs index 3f87813..1eb9873 100644 Binary files a/_module/ncs/nw_c2_defaulte.ncs and b/_module/ncs/nw_c2_defaulte.ncs differ diff --git a/_module/ncs/nw_o2_boss.ncs b/_module/ncs/nw_o2_boss.ncs index 803e840..c5835be 100644 Binary files a/_module/ncs/nw_o2_boss.ncs and b/_module/ncs/nw_o2_boss.ncs differ diff --git a/_module/ncs/nw_o2_classweap.ncs b/_module/ncs/nw_o2_classweap.ncs index b27d20d..f7d00fa 100644 Binary files a/_module/ncs/nw_o2_classweap.ncs and b/_module/ncs/nw_o2_classweap.ncs differ diff --git a/_module/ncs/nw_o2_generalhig.ncs b/_module/ncs/nw_o2_generalhig.ncs index b9f4261..610c84b 100644 Binary files a/_module/ncs/nw_o2_generalhig.ncs and b/_module/ncs/nw_o2_generalhig.ncs differ diff --git a/_module/ncs/nw_o2_generallow.ncs b/_module/ncs/nw_o2_generallow.ncs index d8a3c97..1c000d2 100644 Binary files a/_module/ncs/nw_o2_generallow.ncs and b/_module/ncs/nw_o2_generallow.ncs differ diff --git a/_module/ncs/nw_o2_generalmed.ncs b/_module/ncs/nw_o2_generalmed.ncs index 817db13..f2b65e8 100644 Binary files a/_module/ncs/nw_o2_generalmed.ncs and b/_module/ncs/nw_o2_generalmed.ncs differ diff --git a/_module/ncs/nw_s1_aurablnda.ncs b/_module/ncs/nw_s1_aurablnda.ncs index 376b84a..69a359e 100644 Binary files a/_module/ncs/nw_s1_aurablnda.ncs and b/_module/ncs/nw_s1_aurablnda.ncs differ diff --git a/_module/ncs/nw_s1_auracoldc.ncs b/_module/ncs/nw_s1_auracoldc.ncs index 841ab57..25e81a4 100644 Binary files a/_module/ncs/nw_s1_auracoldc.ncs and b/_module/ncs/nw_s1_auracoldc.ncs differ diff --git a/_module/ncs/nw_s1_auraelecc.ncs b/_module/ncs/nw_s1_auraelecc.ncs index 6e622d9..7f66cf4 100644 Binary files a/_module/ncs/nw_s1_auraelecc.ncs and b/_module/ncs/nw_s1_auraelecc.ncs differ diff --git a/_module/ncs/nw_s1_aurafirec.ncs b/_module/ncs/nw_s1_aurafirec.ncs index 50fe632..7e37f9b 100644 Binary files a/_module/ncs/nw_s1_aurafirec.ncs and b/_module/ncs/nw_s1_aurafirec.ncs differ diff --git a/_module/ncs/nw_s1_auramenca.ncs b/_module/ncs/nw_s1_auramenca.ncs index ed889d3..864f53e 100644 Binary files a/_module/ncs/nw_s1_auramenca.ncs and b/_module/ncs/nw_s1_auramenca.ncs differ diff --git a/_module/ncs/nw_s1_auraprota.ncs b/_module/ncs/nw_s1_auraprota.ncs index 468539b..cea1eec 100644 Binary files a/_module/ncs/nw_s1_auraprota.ncs and b/_module/ncs/nw_s1_auraprota.ncs differ diff --git a/_module/ncs/nw_s1_aurastuna.ncs b/_module/ncs/nw_s1_aurastuna.ncs index 279ae96..93234a4 100644 Binary files a/_module/ncs/nw_s1_aurastuna.ncs and b/_module/ncs/nw_s1_aurastuna.ncs differ diff --git a/_module/ncs/nw_s1_auraunata.ncs b/_module/ncs/nw_s1_auraunata.ncs index adac269..8ebd947 100644 Binary files a/_module/ncs/nw_s1_auraunata.ncs and b/_module/ncs/nw_s1_auraunata.ncs differ diff --git a/_module/ncs/nw_s1_aurauneaa.ncs b/_module/ncs/nw_s1_aurauneaa.ncs index f2ae337..fc49bf0 100644 Binary files a/_module/ncs/nw_s1_aurauneaa.ncs and b/_module/ncs/nw_s1_aurauneaa.ncs differ diff --git a/_module/ncs/nw_s1_bltacid.ncs b/_module/ncs/nw_s1_bltacid.ncs index 9e9d57b..fcf323e 100644 Binary files a/_module/ncs/nw_s1_bltacid.ncs and b/_module/ncs/nw_s1_bltacid.ncs differ diff --git a/_module/ncs/nw_s1_bltcharm.ncs b/_module/ncs/nw_s1_bltcharm.ncs index 60db2a7..fa6e617 100644 Binary files a/_module/ncs/nw_s1_bltcharm.ncs and b/_module/ncs/nw_s1_bltcharm.ncs differ diff --git a/_module/ncs/nw_s1_bltchrdr.ncs b/_module/ncs/nw_s1_bltchrdr.ncs index d86707e..8f99f48 100644 Binary files a/_module/ncs/nw_s1_bltchrdr.ncs and b/_module/ncs/nw_s1_bltchrdr.ncs differ diff --git a/_module/ncs/nw_s1_bltcold.ncs b/_module/ncs/nw_s1_bltcold.ncs index 373a803..09b19ff 100644 Binary files a/_module/ncs/nw_s1_bltcold.ncs and b/_module/ncs/nw_s1_bltcold.ncs differ diff --git a/_module/ncs/nw_s1_bltcondr.ncs b/_module/ncs/nw_s1_bltcondr.ncs index e8c357f..5320de0 100644 Binary files a/_module/ncs/nw_s1_bltcondr.ncs and b/_module/ncs/nw_s1_bltcondr.ncs differ diff --git a/_module/ncs/nw_s1_bltconf.ncs b/_module/ncs/nw_s1_bltconf.ncs index 914f4a1..8b56a10 100644 Binary files a/_module/ncs/nw_s1_bltconf.ncs and b/_module/ncs/nw_s1_bltconf.ncs differ diff --git a/_module/ncs/nw_s1_bltdaze.ncs b/_module/ncs/nw_s1_bltdaze.ncs index 708985f..5ae5e30 100644 Binary files a/_module/ncs/nw_s1_bltdaze.ncs and b/_module/ncs/nw_s1_bltdaze.ncs differ diff --git a/_module/ncs/nw_s1_bltdeath.ncs b/_module/ncs/nw_s1_bltdeath.ncs index c1ecd7d..b66c290 100644 Binary files a/_module/ncs/nw_s1_bltdeath.ncs and b/_module/ncs/nw_s1_bltdeath.ncs differ diff --git a/_module/ncs/nw_s1_bltdexdr.ncs b/_module/ncs/nw_s1_bltdexdr.ncs index ecc2983..863e85b 100644 Binary files a/_module/ncs/nw_s1_bltdexdr.ncs and b/_module/ncs/nw_s1_bltdexdr.ncs differ diff --git a/_module/ncs/nw_s1_bltdisese.ncs b/_module/ncs/nw_s1_bltdisese.ncs index 8580d05..d90e269 100644 Binary files a/_module/ncs/nw_s1_bltdisese.ncs and b/_module/ncs/nw_s1_bltdisese.ncs differ diff --git a/_module/ncs/nw_s1_bltdomn.ncs b/_module/ncs/nw_s1_bltdomn.ncs index ab8a4be..063a389 100644 Binary files a/_module/ncs/nw_s1_bltdomn.ncs and b/_module/ncs/nw_s1_bltdomn.ncs differ diff --git a/_module/ncs/nw_s1_bltfire.ncs b/_module/ncs/nw_s1_bltfire.ncs index cf13fea..dd3f0df 100644 Binary files a/_module/ncs/nw_s1_bltfire.ncs and b/_module/ncs/nw_s1_bltfire.ncs differ diff --git a/_module/ncs/nw_s1_bltintdr.ncs b/_module/ncs/nw_s1_bltintdr.ncs index 33b3da4..732cb9d 100644 Binary files a/_module/ncs/nw_s1_bltintdr.ncs and b/_module/ncs/nw_s1_bltintdr.ncs differ diff --git a/_module/ncs/nw_s1_bltknckd.ncs b/_module/ncs/nw_s1_bltknckd.ncs index 5c09819..398ff64 100644 Binary files a/_module/ncs/nw_s1_bltknckd.ncs and b/_module/ncs/nw_s1_bltknckd.ncs differ diff --git a/_module/ncs/nw_s1_bltlightn.ncs b/_module/ncs/nw_s1_bltlightn.ncs index 9315527..7971f25 100644 Binary files a/_module/ncs/nw_s1_bltlightn.ncs and b/_module/ncs/nw_s1_bltlightn.ncs differ diff --git a/_module/ncs/nw_s1_bltlvldr.ncs b/_module/ncs/nw_s1_bltlvldr.ncs index 7f6d6ea..3dc34d7 100644 Binary files a/_module/ncs/nw_s1_bltlvldr.ncs and b/_module/ncs/nw_s1_bltlvldr.ncs differ diff --git a/_module/ncs/nw_s1_bltparal.ncs b/_module/ncs/nw_s1_bltparal.ncs index 352beb7..315054f 100644 Binary files a/_module/ncs/nw_s1_bltparal.ncs and b/_module/ncs/nw_s1_bltparal.ncs differ diff --git a/_module/ncs/nw_s1_bltpoison.ncs b/_module/ncs/nw_s1_bltpoison.ncs index d7368cb..f4a5a40 100644 Binary files a/_module/ncs/nw_s1_bltpoison.ncs and b/_module/ncs/nw_s1_bltpoison.ncs differ diff --git a/_module/ncs/nw_s1_bltshards.ncs b/_module/ncs/nw_s1_bltshards.ncs index b260bb7..f2b6876 100644 Binary files a/_module/ncs/nw_s1_bltshards.ncs and b/_module/ncs/nw_s1_bltshards.ncs differ diff --git a/_module/ncs/nw_s1_bltslow.ncs b/_module/ncs/nw_s1_bltslow.ncs index 779dedd..ab2bf8f 100644 Binary files a/_module/ncs/nw_s1_bltslow.ncs and b/_module/ncs/nw_s1_bltslow.ncs differ diff --git a/_module/ncs/nw_s1_bltstrdr.ncs b/_module/ncs/nw_s1_bltstrdr.ncs index 7ecf22e..4406f76 100644 Binary files a/_module/ncs/nw_s1_bltstrdr.ncs and b/_module/ncs/nw_s1_bltstrdr.ncs differ diff --git a/_module/ncs/nw_s1_bltstun.ncs b/_module/ncs/nw_s1_bltstun.ncs index 0b8993e..b37d887 100644 Binary files a/_module/ncs/nw_s1_bltstun.ncs and b/_module/ncs/nw_s1_bltstun.ncs differ diff --git a/_module/ncs/nw_s1_bltweb.ncs b/_module/ncs/nw_s1_bltweb.ncs index 25d622a..2905142 100644 Binary files a/_module/ncs/nw_s1_bltweb.ncs and b/_module/ncs/nw_s1_bltweb.ncs differ diff --git a/_module/ncs/nw_s1_bltwisdr.ncs b/_module/ncs/nw_s1_bltwisdr.ncs index f357cf1..cb60321 100644 Binary files a/_module/ncs/nw_s1_bltwisdr.ncs and b/_module/ncs/nw_s1_bltwisdr.ncs differ diff --git a/_module/ncs/nw_s1_coneacid.ncs b/_module/ncs/nw_s1_coneacid.ncs index bad0702..5207fc5 100644 Binary files a/_module/ncs/nw_s1_coneacid.ncs and b/_module/ncs/nw_s1_coneacid.ncs differ diff --git a/_module/ncs/nw_s1_conecold.ncs b/_module/ncs/nw_s1_conecold.ncs index 21c9e7e..791c116 100644 Binary files a/_module/ncs/nw_s1_conecold.ncs and b/_module/ncs/nw_s1_conecold.ncs differ diff --git a/_module/ncs/nw_s1_conedisea.ncs b/_module/ncs/nw_s1_conedisea.ncs index 3bac3eb..7ddb012 100644 Binary files a/_module/ncs/nw_s1_conedisea.ncs and b/_module/ncs/nw_s1_conedisea.ncs differ diff --git a/_module/ncs/nw_s1_coneelec.ncs b/_module/ncs/nw_s1_coneelec.ncs index f1cfdc7..0e50146 100644 Binary files a/_module/ncs/nw_s1_coneelec.ncs and b/_module/ncs/nw_s1_coneelec.ncs differ diff --git a/_module/ncs/nw_s1_conesonic.ncs b/_module/ncs/nw_s1_conesonic.ncs index f7b256b..df17416 100644 Binary files a/_module/ncs/nw_s1_conesonic.ncs and b/_module/ncs/nw_s1_conesonic.ncs differ diff --git a/_module/ncs/nw_s1_dragfear.ncs b/_module/ncs/nw_s1_dragfear.ncs index e0a66af..56b6f97 100644 Binary files a/_module/ncs/nw_s1_dragfear.ncs and b/_module/ncs/nw_s1_dragfear.ncs differ diff --git a/_module/ncs/nw_s1_dragfeara.ncs b/_module/ncs/nw_s1_dragfeara.ncs index 717ef4f..73206fb 100644 Binary files a/_module/ncs/nw_s1_dragfeara.ncs and b/_module/ncs/nw_s1_dragfeara.ncs differ diff --git a/_module/ncs/nw_s1_feroc3.ncs b/_module/ncs/nw_s1_feroc3.ncs index 25681cd..dfb32e0 100644 Binary files a/_module/ncs/nw_s1_feroc3.ncs and b/_module/ncs/nw_s1_feroc3.ncs differ diff --git a/_module/ncs/nw_s1_gazechaos.ncs b/_module/ncs/nw_s1_gazechaos.ncs index 584a1fd..c1fc41f 100644 Binary files a/_module/ncs/nw_s1_gazechaos.ncs and b/_module/ncs/nw_s1_gazechaos.ncs differ diff --git a/_module/ncs/nw_s1_gazecharm.ncs b/_module/ncs/nw_s1_gazecharm.ncs index b27cd59..dedb2e7 100644 Binary files a/_module/ncs/nw_s1_gazecharm.ncs and b/_module/ncs/nw_s1_gazecharm.ncs differ diff --git a/_module/ncs/nw_s1_gazeconfu.ncs b/_module/ncs/nw_s1_gazeconfu.ncs index f5a010f..bbb37a1 100644 Binary files a/_module/ncs/nw_s1_gazeconfu.ncs and b/_module/ncs/nw_s1_gazeconfu.ncs differ diff --git a/_module/ncs/nw_s1_gazedaze.ncs b/_module/ncs/nw_s1_gazedaze.ncs index d63fc80..8b1cb51 100644 Binary files a/_module/ncs/nw_s1_gazedaze.ncs and b/_module/ncs/nw_s1_gazedaze.ncs differ diff --git a/_module/ncs/nw_s1_gazedeath.ncs b/_module/ncs/nw_s1_gazedeath.ncs index 149369a..e129938 100644 Binary files a/_module/ncs/nw_s1_gazedeath.ncs and b/_module/ncs/nw_s1_gazedeath.ncs differ diff --git a/_module/ncs/nw_s1_gazedomn.ncs b/_module/ncs/nw_s1_gazedomn.ncs index ec2f33f..9faa11f 100644 Binary files a/_module/ncs/nw_s1_gazedomn.ncs and b/_module/ncs/nw_s1_gazedomn.ncs differ diff --git a/_module/ncs/nw_s1_gazedoom.ncs b/_module/ncs/nw_s1_gazedoom.ncs index 9b0f39a..6453677 100644 Binary files a/_module/ncs/nw_s1_gazedoom.ncs and b/_module/ncs/nw_s1_gazedoom.ncs differ diff --git a/_module/ncs/nw_s1_gazeevil.ncs b/_module/ncs/nw_s1_gazeevil.ncs index d5e209d..b7872e4 100644 Binary files a/_module/ncs/nw_s1_gazeevil.ncs and b/_module/ncs/nw_s1_gazeevil.ncs differ diff --git a/_module/ncs/nw_s1_gazefear.ncs b/_module/ncs/nw_s1_gazefear.ncs index bb9fe90..07fed1d 100644 Binary files a/_module/ncs/nw_s1_gazefear.ncs and b/_module/ncs/nw_s1_gazefear.ncs differ diff --git a/_module/ncs/nw_s1_gazegood.ncs b/_module/ncs/nw_s1_gazegood.ncs index 33deeef..d7913d2 100644 Binary files a/_module/ncs/nw_s1_gazegood.ncs and b/_module/ncs/nw_s1_gazegood.ncs differ diff --git a/_module/ncs/nw_s1_gazelaw.ncs b/_module/ncs/nw_s1_gazelaw.ncs index c4d06dc..7734b06 100644 Binary files a/_module/ncs/nw_s1_gazelaw.ncs and b/_module/ncs/nw_s1_gazelaw.ncs differ diff --git a/_module/ncs/nw_s1_gazestun.ncs b/_module/ncs/nw_s1_gazestun.ncs index 717ed05..e07d713 100644 Binary files a/_module/ncs/nw_s1_gazestun.ncs and b/_module/ncs/nw_s1_gazestun.ncs differ diff --git a/_module/ncs/nw_s1_golemgas.ncs b/_module/ncs/nw_s1_golemgas.ncs index 5d6dbb8..efb74ee 100644 Binary files a/_module/ncs/nw_s1_golemgas.ncs and b/_module/ncs/nw_s1_golemgas.ncs differ diff --git a/_module/ncs/nw_s1_hndbreath.ncs b/_module/ncs/nw_s1_hndbreath.ncs index aa1ea7e..17a0029 100644 Binary files a/_module/ncs/nw_s1_hndbreath.ncs and b/_module/ncs/nw_s1_hndbreath.ncs differ diff --git a/_module/ncs/nw_s1_howlconf.ncs b/_module/ncs/nw_s1_howlconf.ncs index 10cd020..09a038a 100644 Binary files a/_module/ncs/nw_s1_howlconf.ncs and b/_module/ncs/nw_s1_howlconf.ncs differ diff --git a/_module/ncs/nw_s1_howldaze.ncs b/_module/ncs/nw_s1_howldaze.ncs index 82237ef..606f8bd 100644 Binary files a/_module/ncs/nw_s1_howldaze.ncs and b/_module/ncs/nw_s1_howldaze.ncs differ diff --git a/_module/ncs/nw_s1_howldeath.ncs b/_module/ncs/nw_s1_howldeath.ncs index 06fe047..1e7e120 100644 Binary files a/_module/ncs/nw_s1_howldeath.ncs and b/_module/ncs/nw_s1_howldeath.ncs differ diff --git a/_module/ncs/nw_s1_howlfear.ncs b/_module/ncs/nw_s1_howlfear.ncs index a2af6c1..1878ff2 100644 Binary files a/_module/ncs/nw_s1_howlfear.ncs and b/_module/ncs/nw_s1_howlfear.ncs differ diff --git a/_module/ncs/nw_s1_howlparal.ncs b/_module/ncs/nw_s1_howlparal.ncs index aed4415..b3899ae 100644 Binary files a/_module/ncs/nw_s1_howlparal.ncs and b/_module/ncs/nw_s1_howlparal.ncs differ diff --git a/_module/ncs/nw_s1_howlsonic.ncs b/_module/ncs/nw_s1_howlsonic.ncs index 62c8872..5ea39cc 100644 Binary files a/_module/ncs/nw_s1_howlsonic.ncs and b/_module/ncs/nw_s1_howlsonic.ncs differ diff --git a/_module/ncs/nw_s1_howlstun.ncs b/_module/ncs/nw_s1_howlstun.ncs index 28a19f6..4505a09 100644 Binary files a/_module/ncs/nw_s1_howlstun.ncs and b/_module/ncs/nw_s1_howlstun.ncs differ diff --git a/_module/ncs/nw_s1_krenscare.ncs b/_module/ncs/nw_s1_krenscare.ncs index 484b807..430d2a3 100644 Binary files a/_module/ncs/nw_s1_krenscare.ncs and b/_module/ncs/nw_s1_krenscare.ncs differ diff --git a/_module/ncs/nw_s1_mephsalt.ncs b/_module/ncs/nw_s1_mephsalt.ncs index 0e92ae3..ab0b266 100644 Binary files a/_module/ncs/nw_s1_mephsalt.ncs and b/_module/ncs/nw_s1_mephsalt.ncs differ diff --git a/_module/ncs/nw_s1_mephsteam.ncs b/_module/ncs/nw_s1_mephsteam.ncs index 91107e1..ba8664b 100644 Binary files a/_module/ncs/nw_s1_mephsteam.ncs and b/_module/ncs/nw_s1_mephsteam.ncs differ diff --git a/_module/ncs/nw_s1_mumundead.ncs b/_module/ncs/nw_s1_mumundead.ncs index 6897b90..2205868 100644 Binary files a/_module/ncs/nw_s1_mumundead.ncs and b/_module/ncs/nw_s1_mumundead.ncs differ diff --git a/_module/ncs/nw_s1_pulschrdr.ncs b/_module/ncs/nw_s1_pulschrdr.ncs index e3f8c5a..1f7a0d2 100644 Binary files a/_module/ncs/nw_s1_pulschrdr.ncs and b/_module/ncs/nw_s1_pulschrdr.ncs differ diff --git a/_module/ncs/nw_s1_pulscold.ncs b/_module/ncs/nw_s1_pulscold.ncs index b17e5af..de7893f 100644 Binary files a/_module/ncs/nw_s1_pulscold.ncs and b/_module/ncs/nw_s1_pulscold.ncs differ diff --git a/_module/ncs/nw_s1_pulscondr.ncs b/_module/ncs/nw_s1_pulscondr.ncs index a130192..4f364f0 100644 Binary files a/_module/ncs/nw_s1_pulscondr.ncs and b/_module/ncs/nw_s1_pulscondr.ncs differ diff --git a/_module/ncs/nw_s1_pulsdeath.ncs b/_module/ncs/nw_s1_pulsdeath.ncs index 230f564..5f8049a 100644 Binary files a/_module/ncs/nw_s1_pulsdeath.ncs and b/_module/ncs/nw_s1_pulsdeath.ncs differ diff --git a/_module/ncs/nw_s1_pulsdexdr.ncs b/_module/ncs/nw_s1_pulsdexdr.ncs index a2fd884..c042b11 100644 Binary files a/_module/ncs/nw_s1_pulsdexdr.ncs and b/_module/ncs/nw_s1_pulsdexdr.ncs differ diff --git a/_module/ncs/nw_s1_pulsdis.ncs b/_module/ncs/nw_s1_pulsdis.ncs index 80e023b..39c19ba 100644 Binary files a/_module/ncs/nw_s1_pulsdis.ncs and b/_module/ncs/nw_s1_pulsdis.ncs differ diff --git a/_module/ncs/nw_s1_pulselec.ncs b/_module/ncs/nw_s1_pulselec.ncs index 40fc5cf..e8c36f9 100644 Binary files a/_module/ncs/nw_s1_pulselec.ncs and b/_module/ncs/nw_s1_pulselec.ncs differ diff --git a/_module/ncs/nw_s1_pulsfire.ncs b/_module/ncs/nw_s1_pulsfire.ncs index 20f097e..dd6247c 100644 Binary files a/_module/ncs/nw_s1_pulsfire.ncs and b/_module/ncs/nw_s1_pulsfire.ncs differ diff --git a/_module/ncs/nw_s1_pulsholy.ncs b/_module/ncs/nw_s1_pulsholy.ncs index c230207..91f2d46 100644 Binary files a/_module/ncs/nw_s1_pulsholy.ncs and b/_module/ncs/nw_s1_pulsholy.ncs differ diff --git a/_module/ncs/nw_s1_pulsintdr.ncs b/_module/ncs/nw_s1_pulsintdr.ncs index 6730fc8..44f629c 100644 Binary files a/_module/ncs/nw_s1_pulsintdr.ncs and b/_module/ncs/nw_s1_pulsintdr.ncs differ diff --git a/_module/ncs/nw_s1_pulslvldr.ncs b/_module/ncs/nw_s1_pulslvldr.ncs index de1184e..ba715d4 100644 Binary files a/_module/ncs/nw_s1_pulslvldr.ncs and b/_module/ncs/nw_s1_pulslvldr.ncs differ diff --git a/_module/ncs/nw_s1_pulsneg.ncs b/_module/ncs/nw_s1_pulsneg.ncs index 373c052..34c6acd 100644 Binary files a/_module/ncs/nw_s1_pulsneg.ncs and b/_module/ncs/nw_s1_pulsneg.ncs differ diff --git a/_module/ncs/nw_s1_pulspois.ncs b/_module/ncs/nw_s1_pulspois.ncs index cafb629..a381a67 100644 Binary files a/_module/ncs/nw_s1_pulspois.ncs and b/_module/ncs/nw_s1_pulspois.ncs differ diff --git a/_module/ncs/nw_s1_pulsspore.ncs b/_module/ncs/nw_s1_pulsspore.ncs index 723d855..4f7e590 100644 Binary files a/_module/ncs/nw_s1_pulsspore.ncs and b/_module/ncs/nw_s1_pulsspore.ncs differ diff --git a/_module/ncs/nw_s1_pulsstrdr.ncs b/_module/ncs/nw_s1_pulsstrdr.ncs index aa85653..6302414 100644 Binary files a/_module/ncs/nw_s1_pulsstrdr.ncs and b/_module/ncs/nw_s1_pulsstrdr.ncs differ diff --git a/_module/ncs/nw_s1_pulswind.ncs b/_module/ncs/nw_s1_pulswind.ncs index 92fccc7..09e520a 100644 Binary files a/_module/ncs/nw_s1_pulswind.ncs and b/_module/ncs/nw_s1_pulswind.ncs differ diff --git a/_module/ncs/nw_s1_pulswisdr.ncs b/_module/ncs/nw_s1_pulswisdr.ncs index 19253de..1b33c9a 100644 Binary files a/_module/ncs/nw_s1_pulswisdr.ncs and b/_module/ncs/nw_s1_pulswisdr.ncs differ diff --git a/_module/ncs/nw_s1_smokeclaw.ncs b/_module/ncs/nw_s1_smokeclaw.ncs index ebed03b..85ee73d 100644 Binary files a/_module/ncs/nw_s1_smokeclaw.ncs and b/_module/ncs/nw_s1_smokeclaw.ncs differ diff --git a/_module/ncs/nw_s1_stink_a.ncs b/_module/ncs/nw_s1_stink_a.ncs index bb2bc5b..30142be 100644 Binary files a/_module/ncs/nw_s1_stink_a.ncs and b/_module/ncs/nw_s1_stink_a.ncs differ diff --git a/_module/ncs/nw_s1_tyrantfga.ncs b/_module/ncs/nw_s1_tyrantfga.ncs index a28a1df..5ac4b25 100644 Binary files a/_module/ncs/nw_s1_tyrantfga.ncs and b/_module/ncs/nw_s1_tyrantfga.ncs differ diff --git a/_module/ncs/nw_s1_tyrantfog.ncs b/_module/ncs/nw_s1_tyrantfog.ncs index 609cad3..8ba90b5 100644 Binary files a/_module/ncs/nw_s1_tyrantfog.ncs and b/_module/ncs/nw_s1_tyrantfog.ncs differ diff --git a/_module/ncs/nw_s2_divprot.ncs b/_module/ncs/nw_s2_divprot.ncs index f82e447..b28c6e6 100644 Binary files a/_module/ncs/nw_s2_divprot.ncs and b/_module/ncs/nw_s2_divprot.ncs differ diff --git a/_module/ncs/nw_s3_balordeth.ncs b/_module/ncs/nw_s3_balordeth.ncs index 3ea0a56..6583786 100644 Binary files a/_module/ncs/nw_s3_balordeth.ncs and b/_module/ncs/nw_s3_balordeth.ncs differ diff --git a/_module/ncs/ondeath_copy.ncs b/_module/ncs/ondeath_copy.ncs index 020ab01..03765a2 100644 Binary files a/_module/ncs/ondeath_copy.ncs and b/_module/ncs/ondeath_copy.ncs differ diff --git a/_module/ncs/openstore001.ncs b/_module/ncs/openstore001.ncs index 72583c2..f1e1c5a 100644 Binary files a/_module/ncs/openstore001.ncs and b/_module/ncs/openstore001.ncs differ diff --git a/_module/ncs/openstore003.ncs b/_module/ncs/openstore003.ncs index 11806ae..a0bc143 100644 Binary files a/_module/ncs/openstore003.ncs and b/_module/ncs/openstore003.ncs differ diff --git a/_module/ncs/openstore004.ncs b/_module/ncs/openstore004.ncs index c408ffa..170c7d2 100644 Binary files a/_module/ncs/openstore004.ncs and b/_module/ncs/openstore004.ncs differ diff --git a/_module/ncs/openstore007.ncs b/_module/ncs/openstore007.ncs index 343063f..8fe6dc4 100644 Binary files a/_module/ncs/openstore007.ncs and b/_module/ncs/openstore007.ncs differ diff --git a/_module/ncs/openstore008.ncs b/_module/ncs/openstore008.ncs index e5f3457..4a92092 100644 Binary files a/_module/ncs/openstore008.ncs and b/_module/ncs/openstore008.ncs differ diff --git a/_module/ncs/openstore009.ncs b/_module/ncs/openstore009.ncs index 29c59fd..c09b98e 100644 Binary files a/_module/ncs/openstore009.ncs and b/_module/ncs/openstore009.ncs differ diff --git a/_module/ncs/openstore010.ncs b/_module/ncs/openstore010.ncs index 5af51f2..a59c00a 100644 Binary files a/_module/ncs/openstore010.ncs and b/_module/ncs/openstore010.ncs differ diff --git a/_module/ncs/openstore011.ncs b/_module/ncs/openstore011.ncs index 75270f7..385d528 100644 Binary files a/_module/ncs/openstore011.ncs and b/_module/ncs/openstore011.ncs differ diff --git a/_module/ncs/openstore012.ncs b/_module/ncs/openstore012.ncs index 3b436a5..29f723c 100644 Binary files a/_module/ncs/openstore012.ncs and b/_module/ncs/openstore012.ncs differ diff --git a/_module/ncs/openstore013.ncs b/_module/ncs/openstore013.ncs index 29c59fd..c09b98e 100644 Binary files a/_module/ncs/openstore013.ncs and b/_module/ncs/openstore013.ncs differ diff --git a/_module/ncs/openstore014.ncs b/_module/ncs/openstore014.ncs index d70020f..67a82f9 100644 Binary files a/_module/ncs/openstore014.ncs and b/_module/ncs/openstore014.ncs differ diff --git a/_module/ncs/openstore015.ncs b/_module/ncs/openstore015.ncs index 1d1bb0c..490363c 100644 Binary files a/_module/ncs/openstore015.ncs and b/_module/ncs/openstore015.ncs differ diff --git a/_module/ncs/openstore016.ncs b/_module/ncs/openstore016.ncs index e0be64f..7a714b4 100644 Binary files a/_module/ncs/openstore016.ncs and b/_module/ncs/openstore016.ncs differ diff --git a/_module/ncs/openstore017.ncs b/_module/ncs/openstore017.ncs index b1496b1..5b030d4 100644 Binary files a/_module/ncs/openstore017.ncs and b/_module/ncs/openstore017.ncs differ diff --git a/_module/ncs/openstore018.ncs b/_module/ncs/openstore018.ncs index 9b1248f..a0d21ad 100644 Binary files a/_module/ncs/openstore018.ncs and b/_module/ncs/openstore018.ncs differ diff --git a/_module/ncs/openstore019.ncs b/_module/ncs/openstore019.ncs index ff065b4..a067733 100644 Binary files a/_module/ncs/openstore019.ncs and b/_module/ncs/openstore019.ncs differ diff --git a/_module/ncs/openstore020.ncs b/_module/ncs/openstore020.ncs index fe9d87f..332c044 100644 Binary files a/_module/ncs/openstore020.ncs and b/_module/ncs/openstore020.ncs differ diff --git a/_module/ncs/openstore021.ncs b/_module/ncs/openstore021.ncs index a2127ac..9cdd1d0 100644 Binary files a/_module/ncs/openstore021.ncs and b/_module/ncs/openstore021.ncs differ diff --git a/_module/ncs/openstore022.ncs b/_module/ncs/openstore022.ncs index eb148db..bb1a33c 100644 Binary files a/_module/ncs/openstore022.ncs and b/_module/ncs/openstore022.ncs differ diff --git a/_module/ncs/openstore023.ncs b/_module/ncs/openstore023.ncs index 2a2dbea..5598760 100644 Binary files a/_module/ncs/openstore023.ncs and b/_module/ncs/openstore023.ncs differ diff --git a/_module/ncs/openstore024.ncs b/_module/ncs/openstore024.ncs index f7cb444..d40904f 100644 Binary files a/_module/ncs/openstore024.ncs and b/_module/ncs/openstore024.ncs differ diff --git a/_module/ncs/openstore025.ncs b/_module/ncs/openstore025.ncs index 343063f..8fe6dc4 100644 Binary files a/_module/ncs/openstore025.ncs and b/_module/ncs/openstore025.ncs differ diff --git a/_module/ncs/openstore026.ncs b/_module/ncs/openstore026.ncs index d70020f..67a82f9 100644 Binary files a/_module/ncs/openstore026.ncs and b/_module/ncs/openstore026.ncs differ diff --git a/_module/ncs/openstore027.ncs b/_module/ncs/openstore027.ncs index 36eb2e5..18812b7 100644 Binary files a/_module/ncs/openstore027.ncs and b/_module/ncs/openstore027.ncs differ diff --git a/_module/ncs/openstore028.ncs b/_module/ncs/openstore028.ncs index 1bf1845..92f1642 100644 Binary files a/_module/ncs/openstore028.ncs and b/_module/ncs/openstore028.ncs differ diff --git a/_module/ncs/openstore029.ncs b/_module/ncs/openstore029.ncs index 59086f6..3d2a40c 100644 Binary files a/_module/ncs/openstore029.ncs and b/_module/ncs/openstore029.ncs differ diff --git a/_module/ncs/openstore031.ncs b/_module/ncs/openstore031.ncs index 1e7124b..984d016 100644 Binary files a/_module/ncs/openstore031.ncs and b/_module/ncs/openstore031.ncs differ diff --git a/_module/ncs/openstore032.ncs b/_module/ncs/openstore032.ncs index 1bf1845..92f1642 100644 Binary files a/_module/ncs/openstore032.ncs and b/_module/ncs/openstore032.ncs differ diff --git a/_module/ncs/openstore033.ncs b/_module/ncs/openstore033.ncs index 2a2dbea..5598760 100644 Binary files a/_module/ncs/openstore033.ncs and b/_module/ncs/openstore033.ncs differ diff --git a/_module/ncs/openstore034.ncs b/_module/ncs/openstore034.ncs index 2a2dbea..5598760 100644 Binary files a/_module/ncs/openstore034.ncs and b/_module/ncs/openstore034.ncs differ diff --git a/_module/ncs/openstore035.ncs b/_module/ncs/openstore035.ncs index 8566aac..2a723ab 100644 Binary files a/_module/ncs/openstore035.ncs and b/_module/ncs/openstore035.ncs differ diff --git a/_module/ncs/openstore036.ncs b/_module/ncs/openstore036.ncs index 638b260..3019c72 100644 Binary files a/_module/ncs/openstore036.ncs and b/_module/ncs/openstore036.ncs differ diff --git a/_module/ncs/openstore037.ncs b/_module/ncs/openstore037.ncs index fe9d87f..332c044 100644 Binary files a/_module/ncs/openstore037.ncs and b/_module/ncs/openstore037.ncs differ diff --git a/_module/ncs/openstore038.ncs b/_module/ncs/openstore038.ncs index b3e8e44..d4be75f 100644 Binary files a/_module/ncs/openstore038.ncs and b/_module/ncs/openstore038.ncs differ diff --git a/_module/ncs/p000q002_show.ncs b/_module/ncs/p000q002_show.ncs index 61353e4..99bce4a 100644 Binary files a/_module/ncs/p000q002_show.ncs and b/_module/ncs/p000q002_show.ncs differ diff --git a/_module/ncs/p001q003_action.ncs b/_module/ncs/p001q003_action.ncs index 206dd44..f2abef5 100644 Binary files a/_module/ncs/p001q003_action.ncs and b/_module/ncs/p001q003_action.ncs differ diff --git a/_module/ncs/p001q004_action.ncs b/_module/ncs/p001q004_action.ncs index f8f1efc..c2ef0a2 100644 Binary files a/_module/ncs/p001q004_action.ncs and b/_module/ncs/p001q004_action.ncs differ diff --git a/_module/ncs/p001q005_show.ncs b/_module/ncs/p001q005_show.ncs index a69ab40..d6080eb 100644 Binary files a/_module/ncs/p001q005_show.ncs and b/_module/ncs/p001q005_show.ncs differ diff --git a/_module/ncs/p003q002_show.ncs b/_module/ncs/p003q002_show.ncs index 3b8beac..15a88c9 100644 Binary files a/_module/ncs/p003q002_show.ncs and b/_module/ncs/p003q002_show.ncs differ diff --git a/_module/ncs/p006q001_show.ncs b/_module/ncs/p006q001_show.ncs index 9521df2..8418127 100644 Binary files a/_module/ncs/p006q001_show.ncs and b/_module/ncs/p006q001_show.ncs differ diff --git a/_module/ncs/p007q003_action.ncs b/_module/ncs/p007q003_action.ncs index c149d2b..645e712 100644 Binary files a/_module/ncs/p007q003_action.ncs and b/_module/ncs/p007q003_action.ncs differ diff --git a/_module/ncs/pgs_award_100xp.ncs b/_module/ncs/pgs_award_100xp.ncs index 004f256..4671a2b 100644 Binary files a/_module/ncs/pgs_award_100xp.ncs and b/_module/ncs/pgs_award_100xp.ncs differ diff --git a/_module/ncs/pgs_award_200xp.ncs b/_module/ncs/pgs_award_200xp.ncs index f2b3720..c78b6b4 100644 Binary files a/_module/ncs/pgs_award_200xp.ncs and b/_module/ncs/pgs_award_200xp.ncs differ diff --git a/_module/ncs/pgs_award_25xp.ncs b/_module/ncs/pgs_award_25xp.ncs index 7d392a4..c60f5c7 100644 Binary files a/_module/ncs/pgs_award_25xp.ncs and b/_module/ncs/pgs_award_25xp.ncs differ diff --git a/_module/ncs/pgs_award_500xp.ncs b/_module/ncs/pgs_award_500xp.ncs index 007d9b2..2063039 100644 Binary files a/_module/ncs/pgs_award_500xp.ncs and b/_module/ncs/pgs_award_500xp.ncs differ diff --git a/_module/ncs/pgs_award_50xp.ncs b/_module/ncs/pgs_award_50xp.ncs index 5ca91fb..09b5425 100644 Binary files a/_module/ncs/pgs_award_50xp.ncs and b/_module/ncs/pgs_award_50xp.ncs differ diff --git a/_module/ncs/pgs_build_actvty.ncs b/_module/ncs/pgs_build_actvty.ncs index 732450c..1b2e0eb 100644 Binary files a/_module/ncs/pgs_build_actvty.ncs and b/_module/ncs/pgs_build_actvty.ncs differ diff --git a/_module/ncs/pgs_build_guild.ncs b/_module/ncs/pgs_build_guild.ncs index 4999f48..a5d06f1 100644 Binary files a/_module/ncs/pgs_build_guild.ncs and b/_module/ncs/pgs_build_guild.ncs differ diff --git a/_module/ncs/pgs_build_member.ncs b/_module/ncs/pgs_build_member.ncs index 7feb53f..bc6a4f7 100644 Binary files a/_module/ncs/pgs_build_member.ncs and b/_module/ncs/pgs_build_member.ncs differ diff --git a/_module/ncs/pgs_build_messag.ncs b/_module/ncs/pgs_build_messag.ncs index b40b8cb..481bf70 100644 Binary files a/_module/ncs/pgs_build_messag.ncs and b/_module/ncs/pgs_build_messag.ncs differ diff --git a/_module/ncs/pgs_build_plist.ncs b/_module/ncs/pgs_build_plist.ncs index 1c10308..40eefed 100644 Binary files a/_module/ncs/pgs_build_plist.ncs and b/_module/ncs/pgs_build_plist.ncs differ diff --git a/_module/ncs/pgs_build_reply.ncs b/_module/ncs/pgs_build_reply.ncs index 241485f..9af0d09 100644 Binary files a/_module/ncs/pgs_build_reply.ncs and b/_module/ncs/pgs_build_reply.ncs differ diff --git a/_module/ncs/pgs_build_terr.ncs b/_module/ncs/pgs_build_terr.ncs index bd89a09..652bc4a 100644 Binary files a/_module/ncs/pgs_build_terr.ncs and b/_module/ncs/pgs_build_terr.ncs differ diff --git a/_module/ncs/pgs_check_data.ncs b/_module/ncs/pgs_check_data.ncs index 71dc46d..77bf2ad 100644 Binary files a/_module/ncs/pgs_check_data.ncs and b/_module/ncs/pgs_check_data.ncs differ diff --git a/_module/ncs/pgs_check_messge.ncs b/_module/ncs/pgs_check_messge.ncs index 291df37..21ea249 100644 Binary files a/_module/ncs/pgs_check_messge.ncs and b/_module/ncs/pgs_check_messge.ncs differ diff --git a/_module/ncs/pgs_check_reply.ncs b/_module/ncs/pgs_check_reply.ncs index 0158bd4..3457547 100644 Binary files a/_module/ncs/pgs_check_reply.ncs and b/_module/ncs/pgs_check_reply.ncs differ diff --git a/_module/ncs/pgs_check_terr.ncs b/_module/ncs/pgs_check_terr.ncs index 8be7557..78bc56d 100644 Binary files a/_module/ncs/pgs_check_terr.ncs and b/_module/ncs/pgs_check_terr.ncs differ diff --git a/_module/ncs/pgs_chest_close.ncs b/_module/ncs/pgs_chest_close.ncs index a285351..289e42e 100644 Binary files a/_module/ncs/pgs_chest_close.ncs and b/_module/ncs/pgs_chest_close.ncs differ diff --git a/_module/ncs/pgs_chest_dsturb.ncs b/_module/ncs/pgs_chest_dsturb.ncs index f59e3eb..ab93c8c 100644 Binary files a/_module/ncs/pgs_chest_dsturb.ncs and b/_module/ncs/pgs_chest_dsturb.ncs differ diff --git a/_module/ncs/pgs_chest_used.ncs b/_module/ncs/pgs_chest_used.ncs index 7893f07..3f8704b 100644 Binary files a/_module/ncs/pgs_chest_used.ncs and b/_module/ncs/pgs_chest_used.ncs differ diff --git a/_module/ncs/pgs_claimed_y.ncs b/_module/ncs/pgs_claimed_y.ncs index bc7f5ab..29fe961 100644 Binary files a/_module/ncs/pgs_claimed_y.ncs and b/_module/ncs/pgs_claimed_y.ncs differ diff --git a/_module/ncs/pgs_con_abandon.ncs b/_module/ncs/pgs_con_abandon.ncs index 2e19eaf..129955c 100644 Binary files a/_module/ncs/pgs_con_abandon.ncs and b/_module/ncs/pgs_con_abandon.ncs differ diff --git a/_module/ncs/pgs_con_account.ncs b/_module/ncs/pgs_con_account.ncs index 8060fe4..df99836 100644 Binary files a/_module/ncs/pgs_con_account.ncs and b/_module/ncs/pgs_con_account.ncs differ diff --git a/_module/ncs/pgs_con_ally.ncs b/_module/ncs/pgs_con_ally.ncs index 6ecb462..01b1a1a 100644 Binary files a/_module/ncs/pgs_con_ally.ncs and b/_module/ncs/pgs_con_ally.ncs differ diff --git a/_module/ncs/pgs_con_claim.ncs b/_module/ncs/pgs_con_claim.ncs index a037797..206b94b 100644 Binary files a/_module/ncs/pgs_con_claim.ncs and b/_module/ncs/pgs_con_claim.ncs differ diff --git a/_module/ncs/pgs_con_dm_grant.ncs b/_module/ncs/pgs_con_dm_grant.ncs index 44526ee..3f1ec81 100644 Binary files a/_module/ncs/pgs_con_dm_grant.ncs and b/_module/ncs/pgs_con_dm_grant.ncs differ diff --git a/_module/ncs/pgs_con_dm_trgt.ncs b/_module/ncs/pgs_con_dm_trgt.ncs index 80cf7b8..7437262 100644 Binary files a/_module/ncs/pgs_con_dm_trgt.ncs and b/_module/ncs/pgs_con_dm_trgt.ncs differ diff --git a/_module/ncs/pgs_con_enemy.ncs b/_module/ncs/pgs_con_enemy.ncs index a5189e7..3fd5975 100644 Binary files a/_module/ncs/pgs_con_enemy.ncs and b/_module/ncs/pgs_con_enemy.ncs differ diff --git a/_module/ncs/pgs_con_faction.ncs b/_module/ncs/pgs_con_faction.ncs index 109dbb1..30af3b4 100644 Binary files a/_module/ncs/pgs_con_faction.ncs and b/_module/ncs/pgs_con_faction.ncs differ diff --git a/_module/ncs/pgs_con_gcolor.ncs b/_module/ncs/pgs_con_gcolor.ncs index 3d07632..03c9e5b 100644 Binary files a/_module/ncs/pgs_con_gcolor.ncs and b/_module/ncs/pgs_con_gcolor.ncs differ diff --git a/_module/ncs/pgs_con_neutral.ncs b/_module/ncs/pgs_con_neutral.ncs index ccbfac4..aa6c64b 100644 Binary files a/_module/ncs/pgs_con_neutral.ncs and b/_module/ncs/pgs_con_neutral.ncs differ diff --git a/_module/ncs/pgs_con_new.ncs b/_module/ncs/pgs_con_new.ncs index b57657c..dd856d7 100644 Binary files a/_module/ncs/pgs_con_new.ncs and b/_module/ncs/pgs_con_new.ncs differ diff --git a/_module/ncs/pgs_con_plist.ncs b/_module/ncs/pgs_con_plist.ncs index 3d07632..03c9e5b 100644 Binary files a/_module/ncs/pgs_con_plist.ncs and b/_module/ncs/pgs_con_plist.ncs differ diff --git a/_module/ncs/pgs_con_rankg2.ncs b/_module/ncs/pgs_con_rankg2.ncs index 1808752..f2838af 100644 Binary files a/_module/ncs/pgs_con_rankg2.ncs and b/_module/ncs/pgs_con_rankg2.ncs differ diff --git a/_module/ncs/pgs_con_tally.ncs b/_module/ncs/pgs_con_tally.ncs index a1bc7e3..c6abac9 100644 Binary files a/_module/ncs/pgs_con_tally.ncs and b/_module/ncs/pgs_con_tally.ncs differ diff --git a/_module/ncs/pgs_con_tenemy.ncs b/_module/ncs/pgs_con_tenemy.ncs index 1ab2d80..8ec13f5 100644 Binary files a/_module/ncs/pgs_con_tenemy.ncs and b/_module/ncs/pgs_con_tenemy.ncs differ diff --git a/_module/ncs/pgs_con_terr_lst.ncs b/_module/ncs/pgs_con_terr_lst.ncs index a8dff9b..ff3b30b 100644 Binary files a/_module/ncs/pgs_con_terr_lst.ncs and b/_module/ncs/pgs_con_terr_lst.ncs differ diff --git a/_module/ncs/pgs_con_tneutral.ncs b/_module/ncs/pgs_con_tneutral.ncs index da6bd60..a01cfef 100644 Binary files a/_module/ncs/pgs_con_tneutral.ncs and b/_module/ncs/pgs_con_tneutral.ncs differ diff --git a/_module/ncs/pgs_config_achat.ncs b/_module/ncs/pgs_config_achat.ncs index f77c307..a8bfdb7 100644 Binary files a/_module/ncs/pgs_config_achat.ncs and b/_module/ncs/pgs_config_achat.ncs differ diff --git a/_module/ncs/pgs_config_flter.ncs b/_module/ncs/pgs_config_flter.ncs index 0148e10..8b923a8 100644 Binary files a/_module/ncs/pgs_config_flter.ncs and b/_module/ncs/pgs_config_flter.ncs differ diff --git a/_module/ncs/pgs_config_gchat.ncs b/_module/ncs/pgs_config_gchat.ncs index da82a75..406ab60 100644 Binary files a/_module/ncs/pgs_config_gchat.ncs and b/_module/ncs/pgs_config_gchat.ncs differ diff --git a/_module/ncs/pgs_config_inv.ncs b/_module/ncs/pgs_config_inv.ncs index 9d7fd1a..c8b134b 100644 Binary files a/_module/ncs/pgs_config_inv.ncs and b/_module/ncs/pgs_config_inv.ncs differ diff --git a/_module/ncs/pgs_config_peace.ncs b/_module/ncs/pgs_config_peace.ncs index 834b7bb..76f47b2 100644 Binary files a/_module/ncs/pgs_config_peace.ncs and b/_module/ncs/pgs_config_peace.ncs differ diff --git a/_module/ncs/pgs_create_guild.ncs b/_module/ncs/pgs_create_guild.ncs index 2b3d251..1df5f0b 100644 Binary files a/_module/ncs/pgs_create_guild.ncs and b/_module/ncs/pgs_create_guild.ncs differ diff --git a/_module/ncs/pgs_create_msg.ncs b/_module/ncs/pgs_create_msg.ncs index 8af11b7..84338b7 100644 Binary files a/_module/ncs/pgs_create_msg.ncs and b/_module/ncs/pgs_create_msg.ncs differ diff --git a/_module/ncs/pgs_create_reply.ncs b/_module/ncs/pgs_create_reply.ncs index 433f1c7..4c45829 100644 Binary files a/_module/ncs/pgs_create_reply.ncs and b/_module/ncs/pgs_create_reply.ncs differ diff --git a/_module/ncs/pgs_default_gm.ncs b/_module/ncs/pgs_default_gm.ncs index 69f3d31..de3a25d 100644 Binary files a/_module/ncs/pgs_default_gm.ncs and b/_module/ncs/pgs_default_gm.ncs differ diff --git a/_module/ncs/pgs_default_vg.ncs b/_module/ncs/pgs_default_vg.ncs index 0f11ae8..749c4b8 100644 Binary files a/_module/ncs/pgs_default_vg.ncs and b/_module/ncs/pgs_default_vg.ncs differ diff --git a/_module/ncs/pgs_disp_iguild.ncs b/_module/ncs/pgs_disp_iguild.ncs index f117824..f0ca8ae 100644 Binary files a/_module/ncs/pgs_disp_iguild.ncs and b/_module/ncs/pgs_disp_iguild.ncs differ diff --git a/_module/ncs/pgs_disp_joinfee.ncs b/_module/ncs/pgs_disp_joinfee.ncs index ea70e84..7ac5075 100644 Binary files a/_module/ncs/pgs_disp_joinfee.ncs and b/_module/ncs/pgs_disp_joinfee.ncs differ diff --git a/_module/ncs/pgs_disp_lguild.ncs b/_module/ncs/pgs_disp_lguild.ncs index 2418aa3..04778d1 100644 Binary files a/_module/ncs/pgs_disp_lguild.ncs and b/_module/ncs/pgs_disp_lguild.ncs differ diff --git a/_module/ncs/pgs_disp_lprivac.ncs b/_module/ncs/pgs_disp_lprivac.ncs index b3ed28c..83a5be8 100644 Binary files a/_module/ncs/pgs_disp_lprivac.ncs and b/_module/ncs/pgs_disp_lprivac.ncs differ diff --git a/_module/ncs/pgs_disp_mlist.ncs b/_module/ncs/pgs_disp_mlist.ncs index a6e0c0e..6598600 100644 Binary files a/_module/ncs/pgs_disp_mlist.ncs and b/_module/ncs/pgs_disp_mlist.ncs differ diff --git a/_module/ncs/pgs_disp_paccnt.ncs b/_module/ncs/pgs_disp_paccnt.ncs index 13e2303..709b809 100644 Binary files a/_module/ncs/pgs_disp_paccnt.ncs and b/_module/ncs/pgs_disp_paccnt.ncs differ diff --git a/_module/ncs/pgs_disp_pguild.ncs b/_module/ncs/pgs_disp_pguild.ncs index 59fcb16..5de079b 100644 Binary files a/_module/ncs/pgs_disp_pguild.ncs and b/_module/ncs/pgs_disp_pguild.ncs differ diff --git a/_module/ncs/pgs_disp_prank.ncs b/_module/ncs/pgs_disp_prank.ncs index 938ede2..a1cb388 100644 Binary files a/_module/ncs/pgs_disp_prank.ncs and b/_module/ncs/pgs_disp_prank.ncs differ diff --git a/_module/ncs/pgs_disp_pxp.ncs b/_module/ncs/pgs_disp_pxp.ncs index eb39f3d..158980c 100644 Binary files a/_module/ncs/pgs_disp_pxp.ncs and b/_module/ncs/pgs_disp_pxp.ncs differ diff --git a/_module/ncs/pgs_disp_ranks.ncs b/_module/ncs/pgs_disp_ranks.ncs index b9d58d5..78f7984 100644 Binary files a/_module/ncs/pgs_disp_ranks.ncs and b/_module/ncs/pgs_disp_ranks.ncs differ diff --git a/_module/ncs/pgs_disp_reply.ncs b/_module/ncs/pgs_disp_reply.ncs index c1f6c98..0eafbb5 100644 Binary files a/_module/ncs/pgs_disp_reply.ncs and b/_module/ncs/pgs_disp_reply.ncs differ diff --git a/_module/ncs/pgs_disp_sets.ncs b/_module/ncs/pgs_disp_sets.ncs index 3523c24..fd1947e 100644 Binary files a/_module/ncs/pgs_disp_sets.ncs and b/_module/ncs/pgs_disp_sets.ncs differ diff --git a/_module/ncs/pgs_disp_terr.ncs b/_module/ncs/pgs_disp_terr.ncs index cc1a2ae..099b695 100644 Binary files a/_module/ncs/pgs_disp_terr.ncs and b/_module/ncs/pgs_disp_terr.ncs differ diff --git a/_module/ncs/pgs_disp_tguild.ncs b/_module/ncs/pgs_disp_tguild.ncs index 63cfa47..71fd9e6 100644 Binary files a/_module/ncs/pgs_disp_tguild.ncs and b/_module/ncs/pgs_disp_tguild.ncs differ diff --git a/_module/ncs/pgs_disp_trguild.ncs b/_module/ncs/pgs_disp_trguild.ncs index e52dfc8..19f654b 100644 Binary files a/_module/ncs/pgs_disp_trguild.ncs and b/_module/ncs/pgs_disp_trguild.ncs differ diff --git a/_module/ncs/pgs_display_list.ncs b/_module/ncs/pgs_display_list.ncs index 3d3b9f1..5bd696a 100644 Binary files a/_module/ncs/pgs_display_list.ncs and b/_module/ncs/pgs_display_list.ncs differ diff --git a/_module/ncs/pgs_dm_disband.ncs b/_module/ncs/pgs_dm_disband.ncs index 10fc149..19652bf 100644 Binary files a/_module/ncs/pgs_dm_disband.ncs and b/_module/ncs/pgs_dm_disband.ncs differ diff --git a/_module/ncs/pgs_dm_privacy.ncs b/_module/ncs/pgs_dm_privacy.ncs index 09ab514..3c7e22f 100644 Binary files a/_module/ncs/pgs_dm_privacy.ncs and b/_module/ncs/pgs_dm_privacy.ncs differ diff --git a/_module/ncs/pgs_dm_remove.ncs b/_module/ncs/pgs_dm_remove.ncs index 9d0fc1d..b88590c 100644 Binary files a/_module/ncs/pgs_dm_remove.ncs and b/_module/ncs/pgs_dm_remove.ncs differ diff --git a/_module/ncs/pgs_dm_unclaim.ncs b/_module/ncs/pgs_dm_unclaim.ncs index 2f45ebc..76bcdd7 100644 Binary files a/_module/ncs/pgs_dm_unclaim.ncs and b/_module/ncs/pgs_dm_unclaim.ncs differ diff --git a/_module/ncs/pgs_door_ofto.ncs b/_module/ncs/pgs_door_ofto.ncs index 0eb66f6..858c835 100644 Binary files a/_module/ncs/pgs_door_ofto.ncs and b/_module/ncs/pgs_door_ofto.ncs differ diff --git a/_module/ncs/pgs_door_open.ncs b/_module/ncs/pgs_door_open.ncs index 56de62f..da46f24 100644 Binary files a/_module/ncs/pgs_door_open.ncs and b/_module/ncs/pgs_door_open.ncs differ diff --git a/_module/ncs/pgs_edit_privacy.ncs b/_module/ncs/pgs_edit_privacy.ncs index 06ac85f..419ef4c 100644 Binary files a/_module/ncs/pgs_edit_privacy.ncs and b/_module/ncs/pgs_edit_privacy.ncs differ diff --git a/_module/ncs/pgs_fac_accept.ncs b/_module/ncs/pgs_fac_accept.ncs index 98f472c..1fde53d 100644 Binary files a/_module/ncs/pgs_fac_accept.ncs and b/_module/ncs/pgs_fac_accept.ncs differ diff --git a/_module/ncs/pgs_fac_reject.ncs b/_module/ncs/pgs_fac_reject.ncs index 79808ee..3fdc500 100644 Binary files a/_module/ncs/pgs_fac_reject.ncs and b/_module/ncs/pgs_fac_reject.ncs differ diff --git a/_module/ncs/pgs_faction_init.ncs b/_module/ncs/pgs_faction_init.ncs index c9b108a..e9194e7 100644 Binary files a/_module/ncs/pgs_faction_init.ncs and b/_module/ncs/pgs_faction_init.ncs differ diff --git a/_module/ncs/pgs_flag_init.ncs b/_module/ncs/pgs_flag_init.ncs index 4a6ea60..7220220 100644 Binary files a/_module/ncs/pgs_flag_init.ncs and b/_module/ncs/pgs_flag_init.ncs differ diff --git a/_module/ncs/pgs_flag_ou.ncs b/_module/ncs/pgs_flag_ou.ncs index 5c864f4..b3dbe72 100644 Binary files a/_module/ncs/pgs_flag_ou.ncs and b/_module/ncs/pgs_flag_ou.ncs differ diff --git a/_module/ncs/pgs_glist_fctn.ncs b/_module/ncs/pgs_glist_fctn.ncs index 4116a94..3f91bd9 100644 Binary files a/_module/ncs/pgs_glist_fctn.ncs and b/_module/ncs/pgs_glist_fctn.ncs differ diff --git a/_module/ncs/pgs_glist_next.ncs b/_module/ncs/pgs_glist_next.ncs index e4f9e70..43b1023 100644 Binary files a/_module/ncs/pgs_glist_next.ncs and b/_module/ncs/pgs_glist_next.ncs differ diff --git a/_module/ncs/pgs_glist_prev.ncs b/_module/ncs/pgs_glist_prev.ncs index 7dbe497..d682f3f 100644 Binary files a/_module/ncs/pgs_glist_prev.ncs and b/_module/ncs/pgs_glist_prev.ncs differ diff --git a/_module/ncs/pgs_gnome_donate.ncs b/_module/ncs/pgs_gnome_donate.ncs index 2dbe700..3d1562b 100644 Binary files a/_module/ncs/pgs_gnome_donate.ncs and b/_module/ncs/pgs_gnome_donate.ncs differ diff --git a/_module/ncs/pgs_gnome_end.ncs b/_module/ncs/pgs_gnome_end.ncs index 6c1c5e3..ed4ece3 100644 Binary files a/_module/ncs/pgs_gnome_end.ncs and b/_module/ncs/pgs_gnome_end.ncs differ diff --git a/_module/ncs/pgs_gnome_init.ncs b/_module/ncs/pgs_gnome_init.ncs index 866ae3b..db766d0 100644 Binary files a/_module/ncs/pgs_gnome_init.ncs and b/_module/ncs/pgs_gnome_init.ncs differ diff --git a/_module/ncs/pgs_gnome_oc.ncs b/_module/ncs/pgs_gnome_oc.ncs index 182bd3a..6a4fd12 100644 Binary files a/_module/ncs/pgs_gnome_oc.ncs and b/_module/ncs/pgs_gnome_oc.ncs differ diff --git a/_module/ncs/pgs_gnome_rem.ncs b/_module/ncs/pgs_gnome_rem.ncs index 00ff28a..0ec28a5 100644 Binary files a/_module/ncs/pgs_gnome_rem.ncs and b/_module/ncs/pgs_gnome_rem.ncs differ diff --git a/_module/ncs/pgs_gnome_wthdrw.ncs b/_module/ncs/pgs_gnome_wthdrw.ncs index ad4227f..c6124a4 100644 Binary files a/_module/ncs/pgs_gnome_wthdrw.ncs and b/_module/ncs/pgs_gnome_wthdrw.ncs differ diff --git a/_module/ncs/pgs_guild_remove.ncs b/_module/ncs/pgs_guild_remove.ncs index 27770d4..8787e22 100644 Binary files a/_module/ncs/pgs_guild_remove.ncs and b/_module/ncs/pgs_guild_remove.ncs differ diff --git a/_module/ncs/pgs_guild_verify.ncs b/_module/ncs/pgs_guild_verify.ncs index 20bfc0e..97e9f3a 100644 Binary files a/_module/ncs/pgs_guild_verify.ncs and b/_module/ncs/pgs_guild_verify.ncs differ diff --git a/_module/ncs/pgs_inv_accept.ncs b/_module/ncs/pgs_inv_accept.ncs index 0fd5747..e97961d 100644 Binary files a/_module/ncs/pgs_inv_accept.ncs and b/_module/ncs/pgs_inv_accept.ncs differ diff --git a/_module/ncs/pgs_inv_reject.ncs b/_module/ncs/pgs_inv_reject.ncs index 7bb5a51..b1ce9ca 100644 Binary files a/_module/ncs/pgs_inv_reject.ncs and b/_module/ncs/pgs_inv_reject.ncs differ diff --git a/_module/ncs/pgs_invite_init.ncs b/_module/ncs/pgs_invite_init.ncs index 5ad9113..d948c80 100644 Binary files a/_module/ncs/pgs_invite_init.ncs and b/_module/ncs/pgs_invite_init.ncs differ diff --git a/_module/ncs/pgs_list_init.ncs b/_module/ncs/pgs_list_init.ncs index b7af1d8..47ed3e9 100644 Binary files a/_module/ncs/pgs_list_init.ncs and b/_module/ncs/pgs_list_init.ncs differ diff --git a/_module/ncs/pgs_listen_rank1.ncs b/_module/ncs/pgs_listen_rank1.ncs index 5622f9e..993a711 100644 Binary files a/_module/ncs/pgs_listen_rank1.ncs and b/_module/ncs/pgs_listen_rank1.ncs differ diff --git a/_module/ncs/pgs_listen_rank2.ncs b/_module/ncs/pgs_listen_rank2.ncs index 12c4320..e56d941 100644 Binary files a/_module/ncs/pgs_listen_rank2.ncs and b/_module/ncs/pgs_listen_rank2.ncs differ diff --git a/_module/ncs/pgs_listen_rank3.ncs b/_module/ncs/pgs_listen_rank3.ncs index a0f55c8..224e48a 100644 Binary files a/_module/ncs/pgs_listen_rank3.ncs and b/_module/ncs/pgs_listen_rank3.ncs differ diff --git a/_module/ncs/pgs_listen_rank4.ncs b/_module/ncs/pgs_listen_rank4.ncs index 2ccb8dd..12b7acc 100644 Binary files a/_module/ncs/pgs_listen_rank4.ncs and b/_module/ncs/pgs_listen_rank4.ncs differ diff --git a/_module/ncs/pgs_main_c_end.ncs b/_module/ncs/pgs_main_c_end.ncs index c7ad7b9..aa84550 100644 Binary files a/_module/ncs/pgs_main_c_end.ncs and b/_module/ncs/pgs_main_c_end.ncs differ diff --git a/_module/ncs/pgs_marker_ou.ncs b/_module/ncs/pgs_marker_ou.ncs index 9d7e5ce..8ec1b7c 100644 Binary files a/_module/ncs/pgs_marker_ou.ncs and b/_module/ncs/pgs_marker_ou.ncs differ diff --git a/_module/ncs/pgs_mistress_oc.ncs b/_module/ncs/pgs_mistress_oc.ncs index a37d70f..ea1439e 100644 Binary files a/_module/ncs/pgs_mistress_oc.ncs and b/_module/ncs/pgs_mistress_oc.ncs differ diff --git a/_module/ncs/pgs_mod_heartbea.ncs b/_module/ncs/pgs_mod_heartbea.ncs index 98a1dfa..d03587d 100644 Binary files a/_module/ncs/pgs_mod_heartbea.ncs and b/_module/ncs/pgs_mod_heartbea.ncs differ diff --git a/_module/ncs/pgs_mod_onenter.ncs b/_module/ncs/pgs_mod_onenter.ncs index 15d9642..5a5d82c 100644 Binary files a/_module/ncs/pgs_mod_onenter.ncs and b/_module/ncs/pgs_mod_onenter.ncs differ diff --git a/_module/ncs/pgs_mod_onload.ncs b/_module/ncs/pgs_mod_onload.ncs index ac3f50d..2a5767a 100644 Binary files a/_module/ncs/pgs_mod_onload.ncs and b/_module/ncs/pgs_mod_onload.ncs differ diff --git a/_module/ncs/pgs_mssngr_follw.ncs b/_module/ncs/pgs_mssngr_follw.ncs index 3a569fb..08019da 100644 Binary files a/_module/ncs/pgs_mssngr_follw.ncs and b/_module/ncs/pgs_mssngr_follw.ncs differ diff --git a/_module/ncs/pgs_mssngr_hb.ncs b/_module/ncs/pgs_mssngr_hb.ncs index 499a86a..75799b5 100644 Binary files a/_module/ncs/pgs_mssngr_hb.ncs and b/_module/ncs/pgs_mssngr_hb.ncs differ diff --git a/_module/ncs/pgs_mssngr_oc.ncs b/_module/ncs/pgs_mssngr_oc.ncs index bd96d5e..9a2a4ab 100644 Binary files a/_module/ncs/pgs_mssngr_oc.ncs and b/_module/ncs/pgs_mssngr_oc.ncs differ diff --git a/_module/ncs/pgs_mssngr_od.ncs b/_module/ncs/pgs_mssngr_od.ncs index b1f152e..8c92605 100644 Binary files a/_module/ncs/pgs_mssngr_od.ncs and b/_module/ncs/pgs_mssngr_od.ncs differ diff --git a/_module/ncs/pgs_mssngr_rem.ncs b/_module/ncs/pgs_mssngr_rem.ncs index e13120e..1936f83 100644 Binary files a/_module/ncs/pgs_mssngr_rem.ncs and b/_module/ncs/pgs_mssngr_rem.ncs differ diff --git a/_module/ncs/pgs_new_access.ncs b/_module/ncs/pgs_new_access.ncs index a01a41d..4945091 100644 Binary files a/_module/ncs/pgs_new_access.ncs and b/_module/ncs/pgs_new_access.ncs differ diff --git a/_module/ncs/pgs_new_check.ncs b/_module/ncs/pgs_new_check.ncs index dae3b3a..cafdbd3 100644 Binary files a/_module/ncs/pgs_new_check.ncs and b/_module/ncs/pgs_new_check.ncs differ diff --git a/_module/ncs/pgs_new_messnger.ncs b/_module/ncs/pgs_new_messnger.ncs index cb233cb..b9c66aa 100644 Binary files a/_module/ncs/pgs_new_messnger.ncs and b/_module/ncs/pgs_new_messnger.ncs differ diff --git a/_module/ncs/pgs_send_invite.ncs b/_module/ncs/pgs_send_invite.ncs index 5452fdd..39129a0 100644 Binary files a/_module/ncs/pgs_send_invite.ncs and b/_module/ncs/pgs_send_invite.ncs differ diff --git a/_module/ncs/pgs_set_ally.ncs b/_module/ncs/pgs_set_ally.ncs index c6f0ea7..50c8eb2 100644 Binary files a/_module/ncs/pgs_set_ally.ncs and b/_module/ncs/pgs_set_ally.ncs differ diff --git a/_module/ncs/pgs_set_blue.ncs b/_module/ncs/pgs_set_blue.ncs index 5bfe701..240acda 100644 Binary files a/_module/ncs/pgs_set_blue.ncs and b/_module/ncs/pgs_set_blue.ncs differ diff --git a/_module/ncs/pgs_set_enemy.ncs b/_module/ncs/pgs_set_enemy.ncs index 4560d50..7ac45b1 100644 Binary files a/_module/ncs/pgs_set_enemy.ncs and b/_module/ncs/pgs_set_enemy.ncs differ diff --git a/_module/ncs/pgs_set_green.ncs b/_module/ncs/pgs_set_green.ncs index eb09bc0..642aeba 100644 Binary files a/_module/ncs/pgs_set_green.ncs and b/_module/ncs/pgs_set_green.ncs differ diff --git a/_module/ncs/pgs_set_list1.ncs b/_module/ncs/pgs_set_list1.ncs index 7667061..bd8b4e1 100644 Binary files a/_module/ncs/pgs_set_list1.ncs and b/_module/ncs/pgs_set_list1.ncs differ diff --git a/_module/ncs/pgs_set_list2.ncs b/_module/ncs/pgs_set_list2.ncs index 6e986f2..d816a65 100644 Binary files a/_module/ncs/pgs_set_list2.ncs and b/_module/ncs/pgs_set_list2.ncs differ diff --git a/_module/ncs/pgs_set_list3.ncs b/_module/ncs/pgs_set_list3.ncs index 34abc8c..121d5f5 100644 Binary files a/_module/ncs/pgs_set_list3.ncs and b/_module/ncs/pgs_set_list3.ncs differ diff --git a/_module/ncs/pgs_set_list4.ncs b/_module/ncs/pgs_set_list4.ncs index 56ddfdf..01bca93 100644 Binary files a/_module/ncs/pgs_set_list4.ncs and b/_module/ncs/pgs_set_list4.ncs differ diff --git a/_module/ncs/pgs_set_list5.ncs b/_module/ncs/pgs_set_list5.ncs index 15e9608..7fd502e 100644 Binary files a/_module/ncs/pgs_set_list5.ncs and b/_module/ncs/pgs_set_list5.ncs differ diff --git a/_module/ncs/pgs_set_list6.ncs b/_module/ncs/pgs_set_list6.ncs index d6a8507..32bb944 100644 Binary files a/_module/ncs/pgs_set_list6.ncs and b/_module/ncs/pgs_set_list6.ncs differ diff --git a/_module/ncs/pgs_set_list7.ncs b/_module/ncs/pgs_set_list7.ncs index cf94207..891196b 100644 Binary files a/_module/ncs/pgs_set_list7.ncs and b/_module/ncs/pgs_set_list7.ncs differ diff --git a/_module/ncs/pgs_set_list8.ncs b/_module/ncs/pgs_set_list8.ncs index b7eaad9..e1c2729 100644 Binary files a/_module/ncs/pgs_set_list8.ncs and b/_module/ncs/pgs_set_list8.ncs differ diff --git a/_module/ncs/pgs_set_neutral.ncs b/_module/ncs/pgs_set_neutral.ncs index a8f6da4..2415b17 100644 Binary files a/_module/ncs/pgs_set_neutral.ncs and b/_module/ncs/pgs_set_neutral.ncs differ diff --git a/_module/ncs/pgs_set_none.ncs b/_module/ncs/pgs_set_none.ncs index 816a80a..3d876ac 100644 Binary files a/_module/ncs/pgs_set_none.ncs and b/_module/ncs/pgs_set_none.ncs differ diff --git a/_module/ncs/pgs_set_orange.ncs b/_module/ncs/pgs_set_orange.ncs index 9bddd84..6c6f7d3 100644 Binary files a/_module/ncs/pgs_set_orange.ncs and b/_module/ncs/pgs_set_orange.ncs differ diff --git a/_module/ncs/pgs_set_privacy.ncs b/_module/ncs/pgs_set_privacy.ncs index d64e0ac..1dca357 100644 Binary files a/_module/ncs/pgs_set_privacy.ncs and b/_module/ncs/pgs_set_privacy.ncs differ diff --git a/_module/ncs/pgs_set_purple.ncs b/_module/ncs/pgs_set_purple.ncs index 2e5b63c..6a12711 100644 Binary files a/_module/ncs/pgs_set_purple.ncs and b/_module/ncs/pgs_set_purple.ncs differ diff --git a/_module/ncs/pgs_set_rank1.ncs b/_module/ncs/pgs_set_rank1.ncs index c404e2b..ff55c3a 100644 Binary files a/_module/ncs/pgs_set_rank1.ncs and b/_module/ncs/pgs_set_rank1.ncs differ diff --git a/_module/ncs/pgs_set_rank2.ncs b/_module/ncs/pgs_set_rank2.ncs index 6454525..e0cce1f 100644 Binary files a/_module/ncs/pgs_set_rank2.ncs and b/_module/ncs/pgs_set_rank2.ncs differ diff --git a/_module/ncs/pgs_set_rank3.ncs b/_module/ncs/pgs_set_rank3.ncs index 30a2717..fe643d5 100644 Binary files a/_module/ncs/pgs_set_rank3.ncs and b/_module/ncs/pgs_set_rank3.ncs differ diff --git a/_module/ncs/pgs_set_rank4.ncs b/_module/ncs/pgs_set_rank4.ncs index 124fd60..6af04ad 100644 Binary files a/_module/ncs/pgs_set_rank4.ncs and b/_module/ncs/pgs_set_rank4.ncs differ diff --git a/_module/ncs/pgs_set_red.ncs b/_module/ncs/pgs_set_red.ncs index 03144f8..41953e9 100644 Binary files a/_module/ncs/pgs_set_red.ncs and b/_module/ncs/pgs_set_red.ncs differ diff --git a/_module/ncs/pgs_set_tally.ncs b/_module/ncs/pgs_set_tally.ncs index 0d835a6..b3a97b5 100644 Binary files a/_module/ncs/pgs_set_tally.ncs and b/_module/ncs/pgs_set_tally.ncs differ diff --git a/_module/ncs/pgs_set_tenemy.ncs b/_module/ncs/pgs_set_tenemy.ncs index c76ba67..c4dac2c 100644 Binary files a/_module/ncs/pgs_set_tenemy.ncs and b/_module/ncs/pgs_set_tenemy.ncs differ diff --git a/_module/ncs/pgs_set_tneutral.ncs b/_module/ncs/pgs_set_tneutral.ncs index 8b1a0ce..5c28ee3 100644 Binary files a/_module/ncs/pgs_set_tneutral.ncs and b/_module/ncs/pgs_set_tneutral.ncs differ diff --git a/_module/ncs/pgs_set_yellow.ncs b/_module/ncs/pgs_set_yellow.ncs index c9bbf70..7fb72b7 100644 Binary files a/_module/ncs/pgs_set_yellow.ncs and b/_module/ncs/pgs_set_yellow.ncs differ diff --git a/_module/ncs/pgs_target_rem.ncs b/_module/ncs/pgs_target_rem.ncs index 450bd81..66d72e3 100644 Binary files a/_module/ncs/pgs_target_rem.ncs and b/_module/ncs/pgs_target_rem.ncs differ diff --git a/_module/ncs/pgs_terr_abandon.ncs b/_module/ncs/pgs_terr_abandon.ncs index 19ca4d4..16d8eec 100644 Binary files a/_module/ncs/pgs_terr_abandon.ncs and b/_module/ncs/pgs_terr_abandon.ncs differ diff --git a/_module/ncs/pgs_terr_claim.ncs b/_module/ncs/pgs_terr_claim.ncs index 7421a4b..6a9d734 100644 Binary files a/_module/ncs/pgs_terr_claim.ncs and b/_module/ncs/pgs_terr_claim.ncs differ diff --git a/_module/ncs/pgs_terr_name.ncs b/_module/ncs/pgs_terr_name.ncs index 8790056..478333f 100644 Binary files a/_module/ncs/pgs_terr_name.ncs and b/_module/ncs/pgs_terr_name.ncs differ diff --git a/_module/ncs/pgs_territory_en.ncs b/_module/ncs/pgs_territory_en.ncs index 448891c..5108574 100644 Binary files a/_module/ncs/pgs_territory_en.ncs and b/_module/ncs/pgs_territory_en.ncs differ diff --git a/_module/ncs/pgs_update_color.ncs b/_module/ncs/pgs_update_color.ncs index 1181de2..45ca904 100644 Binary files a/_module/ncs/pgs_update_color.ncs and b/_module/ncs/pgs_update_color.ncs differ diff --git a/_module/ncs/pr_ba_checkcell.ncs b/_module/ncs/pr_ba_checkcell.ncs index bb8fc25..c943838 100644 Binary files a/_module/ncs/pr_ba_checkcell.ncs and b/_module/ncs/pr_ba_checkcell.ncs differ diff --git a/_module/ncs/pr_ba_pers_chk.ncs b/_module/ncs/pr_ba_pers_chk.ncs index 72cbd1b..1a5b91c 100644 Binary files a/_module/ncs/pr_ba_pers_chk.ncs and b/_module/ncs/pr_ba_pers_chk.ncs differ diff --git a/_module/ncs/pr_ba_release.ncs b/_module/ncs/pr_ba_release.ncs index fe3376a..4b61a52 100644 Binary files a/_module/ncs/pr_ba_release.ncs and b/_module/ncs/pr_ba_release.ncs differ diff --git a/_module/ncs/pr_goto.ncs b/_module/ncs/pr_goto.ncs index c64906c..5ce6b01 100644 Binary files a/_module/ncs/pr_goto.ncs and b/_module/ncs/pr_goto.ncs differ diff --git a/_module/ncs/pri_assassin.ncs b/_module/ncs/pri_assassin.ncs index 81f468a..1669709 100644 Binary files a/_module/ncs/pri_assassin.ncs and b/_module/ncs/pri_assassin.ncs differ diff --git a/_module/ncs/pri_barmaid_spwn.ncs b/_module/ncs/pri_barmaid_spwn.ncs index 65fdaf7..a2b6301 100644 Binary files a/_module/ncs/pri_barmaid_spwn.ncs and b/_module/ncs/pri_barmaid_spwn.ncs differ diff --git a/_module/ncs/pri_barmaid_user.ncs b/_module/ncs/pri_barmaid_user.ncs index 7d455e7..63d51f3 100644 Binary files a/_module/ncs/pri_barmaid_user.ncs and b/_module/ncs/pri_barmaid_user.ncs differ diff --git a/_module/ncs/pri_bedrest.ncs b/_module/ncs/pri_bedrest.ncs index e69b915..0bd6ab4 100644 Binary files a/_module/ncs/pri_bedrest.ncs and b/_module/ncs/pri_bedrest.ncs differ diff --git a/_module/ncs/pri_bedyesno.ncs b/_module/ncs/pri_bedyesno.ncs index 5569f1a..a363f70 100644 Binary files a/_module/ncs/pri_bedyesno.ncs and b/_module/ncs/pri_bedyesno.ncs differ diff --git a/_module/ncs/pri_butlercook.ncs b/_module/ncs/pri_butlercook.ncs index 7cd2be8..3cdb8dd 100644 Binary files a/_module/ncs/pri_butlercook.ncs and b/_module/ncs/pri_butlercook.ncs differ diff --git a/_module/ncs/pri_com_spwn.ncs b/_module/ncs/pri_com_spwn.ncs index 92cedc2..2154691 100644 Binary files a/_module/ncs/pri_com_spwn.ncs and b/_module/ncs/pri_com_spwn.ncs differ diff --git a/_module/ncs/pri_con_butslp1.ncs b/_module/ncs/pri_con_butslp1.ncs index 085f5f5..f6f03f7 100644 Binary files a/_module/ncs/pri_con_butslp1.ncs and b/_module/ncs/pri_con_butslp1.ncs differ diff --git a/_module/ncs/pri_con_butslp2.ncs b/_module/ncs/pri_con_butslp2.ncs index 00e5c1a..b55bce3 100644 Binary files a/_module/ncs/pri_con_butslp2.ncs and b/_module/ncs/pri_con_butslp2.ncs differ diff --git a/_module/ncs/pri_con_butslp3.ncs b/_module/ncs/pri_con_butslp3.ncs index ec484b0..0f8d6f6 100644 Binary files a/_module/ncs/pri_con_butslp3.ncs and b/_module/ncs/pri_con_butslp3.ncs differ diff --git a/_module/ncs/pri_con_butslp4.ncs b/_module/ncs/pri_con_butslp4.ncs index 87383e0..c5826ed 100644 Binary files a/_module/ncs/pri_con_butslp4.ncs and b/_module/ncs/pri_con_butslp4.ncs differ diff --git a/_module/ncs/pri_con_butslp5.ncs b/_module/ncs/pri_con_butslp5.ncs index 8adb009..e7135dc 100644 Binary files a/_module/ncs/pri_con_butslp5.ncs and b/_module/ncs/pri_con_butslp5.ncs differ diff --git a/_module/ncs/pri_con_butslp6.ncs b/_module/ncs/pri_con_butslp6.ncs index 6a081d1..03d85a9 100644 Binary files a/_module/ncs/pri_con_butslp6.ncs and b/_module/ncs/pri_con_butslp6.ncs differ diff --git a/_module/ncs/pri_con_butslpov.ncs b/_module/ncs/pri_con_butslpov.ncs index 8a4d7c6..d42227b 100644 Binary files a/_module/ncs/pri_con_butslpov.ncs and b/_module/ncs/pri_con_butslpov.ncs differ diff --git a/_module/ncs/pri_fullpr1.ncs b/_module/ncs/pri_fullpr1.ncs index 4fe2cfd..8e2b1c3 100644 Binary files a/_module/ncs/pri_fullpr1.ncs and b/_module/ncs/pri_fullpr1.ncs differ diff --git a/_module/ncs/pri_fullpr2.ncs b/_module/ncs/pri_fullpr2.ncs index fbfd6fd..eb1ddc5 100644 Binary files a/_module/ncs/pri_fullpr2.ncs and b/_module/ncs/pri_fullpr2.ncs differ diff --git a/_module/ncs/pri_fullpr3.ncs b/_module/ncs/pri_fullpr3.ncs index a9b1123..9fcd732 100644 Binary files a/_module/ncs/pri_fullpr3.ncs and b/_module/ncs/pri_fullpr3.ncs differ diff --git a/_module/ncs/pri_fullpr4.ncs b/_module/ncs/pri_fullpr4.ncs index 157e26e..e5205cf 100644 Binary files a/_module/ncs/pri_fullpr4.ncs and b/_module/ncs/pri_fullpr4.ncs differ diff --git a/_module/ncs/pri_fullrr1.ncs b/_module/ncs/pri_fullrr1.ncs index 25c6b8a..d856ff9 100644 Binary files a/_module/ncs/pri_fullrr1.ncs and b/_module/ncs/pri_fullrr1.ncs differ diff --git a/_module/ncs/pri_fullrr2.ncs b/_module/ncs/pri_fullrr2.ncs index 62c8280..c09b042 100644 Binary files a/_module/ncs/pri_fullrr2.ncs and b/_module/ncs/pri_fullrr2.ncs differ diff --git a/_module/ncs/pri_fullrr3.ncs b/_module/ncs/pri_fullrr3.ncs index d07897e..1a595f1 100644 Binary files a/_module/ncs/pri_fullrr3.ncs and b/_module/ncs/pri_fullrr3.ncs differ diff --git a/_module/ncs/pri_fullrr4.ncs b/_module/ncs/pri_fullrr4.ncs index 901b334..45def6c 100644 Binary files a/_module/ncs/pri_fullrr4.ncs and b/_module/ncs/pri_fullrr4.ncs differ diff --git a/_module/ncs/pri_fullsuite.ncs b/_module/ncs/pri_fullsuite.ncs index 412f52e..dc050e1 100644 Binary files a/_module/ncs/pri_fullsuite.ncs and b/_module/ncs/pri_fullsuite.ncs differ diff --git a/_module/ncs/pri_guestclose.ncs b/_module/ncs/pri_guestclose.ncs index 7fd3553..096c07e 100644 Binary files a/_module/ncs/pri_guestclose.ncs and b/_module/ncs/pri_guestclose.ncs differ diff --git a/_module/ncs/pri_guestleave.ncs b/_module/ncs/pri_guestleave.ncs index a06ec63..e0afaab 100644 Binary files a/_module/ncs/pri_guestleave.ncs and b/_module/ncs/pri_guestleave.ncs differ diff --git a/_module/ncs/pri_guestnum.ncs b/_module/ncs/pri_guestnum.ncs index eeb5e63..013e5f5 100644 Binary files a/_module/ncs/pri_guestnum.ncs and b/_module/ncs/pri_guestnum.ncs differ diff --git a/_module/ncs/pri_guestnumm.ncs b/_module/ncs/pri_guestnumm.ncs index 1052e5b..77d7259 100644 Binary files a/_module/ncs/pri_guestnumm.ncs and b/_module/ncs/pri_guestnumm.ncs differ diff --git a/_module/ncs/pri_guestnump.ncs b/_module/ncs/pri_guestnump.ncs index 348f5bb..f3bc1e7 100644 Binary files a/_module/ncs/pri_guestnump.ncs and b/_module/ncs/pri_guestnump.ncs differ diff --git a/_module/ncs/pri_guestopen.ncs b/_module/ncs/pri_guestopen.ncs index 8881722..00a9936 100644 Binary files a/_module/ncs/pri_guestopen.ncs and b/_module/ncs/pri_guestopen.ncs differ diff --git a/_module/ncs/pri_guestopen2.ncs b/_module/ncs/pri_guestopen2.ncs index 4fc584e..3e6060a 100644 Binary files a/_module/ncs/pri_guestopen2.ncs and b/_module/ncs/pri_guestopen2.ncs differ diff --git a/_module/ncs/pri_guestpoison.ncs b/_module/ncs/pri_guestpoison.ncs index cbf7ad5..a652564 100644 Binary files a/_module/ncs/pri_guestpoison.ncs and b/_module/ncs/pri_guestpoison.ncs differ diff --git a/_module/ncs/pri_guests.ncs b/_module/ncs/pri_guests.ncs index ecfb264..fd9b031 100644 Binary files a/_module/ncs/pri_guests.ncs and b/_module/ncs/pri_guests.ncs differ diff --git a/_module/ncs/pri_guestskill.ncs b/_module/ncs/pri_guestskill.ncs index f5939d4..1bf3f1c 100644 Binary files a/_module/ncs/pri_guestskill.ncs and b/_module/ncs/pri_guestskill.ncs differ diff --git a/_module/ncs/pri_guestsleep.ncs b/_module/ncs/pri_guestsleep.ncs index 4d1fb22..c08f8bb 100644 Binary files a/_module/ncs/pri_guestsleep.ncs and b/_module/ncs/pri_guestsleep.ncs differ diff --git a/_module/ncs/pri_innautodoor.ncs b/_module/ncs/pri_innautodoor.ncs index 5648834..ff7ccb3 100644 Binary files a/_module/ncs/pri_innautodoor.ncs and b/_module/ncs/pri_innautodoor.ncs differ diff --git a/_module/ncs/pri_innbook.ncs b/_module/ncs/pri_innbook.ncs index 12ee589..f8f4e42 100644 Binary files a/_module/ncs/pri_innbook.ncs and b/_module/ncs/pri_innbook.ncs differ diff --git a/_module/ncs/pri_norm1done.ncs b/_module/ncs/pri_norm1done.ncs index 72a87c5..8f93495 100644 Binary files a/_module/ncs/pri_norm1done.ncs and b/_module/ncs/pri_norm1done.ncs differ diff --git a/_module/ncs/pri_norm2done.ncs b/_module/ncs/pri_norm2done.ncs index 959b1f2..3a146a3 100644 Binary files a/_module/ncs/pri_norm2done.ncs and b/_module/ncs/pri_norm2done.ncs differ diff --git a/_module/ncs/pri_norm3done.ncs b/_module/ncs/pri_norm3done.ncs index 1da28cd..bb9706d 100644 Binary files a/_module/ncs/pri_norm3done.ncs and b/_module/ncs/pri_norm3done.ncs differ diff --git a/_module/ncs/pri_norm4done.ncs b/_module/ncs/pri_norm4done.ncs index b0b7c7f..4fe6771 100644 Binary files a/_module/ncs/pri_norm4done.ncs and b/_module/ncs/pri_norm4done.ncs differ diff --git a/_module/ncs/pri_normalroom.ncs b/_module/ncs/pri_normalroom.ncs index c77fc63..35f3ef8 100644 Binary files a/_module/ncs/pri_normalroom.ncs and b/_module/ncs/pri_normalroom.ncs differ diff --git a/_module/ncs/pri_on_play_rest.ncs b/_module/ncs/pri_on_play_rest.ncs index b20b092..38d40c8 100644 Binary files a/_module/ncs/pri_on_play_rest.ncs and b/_module/ncs/pri_on_play_rest.ncs differ diff --git a/_module/ncs/pri_poor1done.ncs b/_module/ncs/pri_poor1done.ncs index 6f614b4..51525c4 100644 Binary files a/_module/ncs/pri_poor1done.ncs and b/_module/ncs/pri_poor1done.ncs differ diff --git a/_module/ncs/pri_poor2done.ncs b/_module/ncs/pri_poor2done.ncs index c3db9f3..198fa4b 100644 Binary files a/_module/ncs/pri_poor2done.ncs and b/_module/ncs/pri_poor2done.ncs differ diff --git a/_module/ncs/pri_poor3done.ncs b/_module/ncs/pri_poor3done.ncs index eb2f6d3..656a53f 100644 Binary files a/_module/ncs/pri_poor3done.ncs and b/_module/ncs/pri_poor3done.ncs differ diff --git a/_module/ncs/pri_poor4done.ncs b/_module/ncs/pri_poor4done.ncs index 8771e35..40aa8f3 100644 Binary files a/_module/ncs/pri_poor4done.ncs and b/_module/ncs/pri_poor4done.ncs differ diff --git a/_module/ncs/pri_poorroom.ncs b/_module/ncs/pri_poorroom.ncs index 7b5629c..603bff5 100644 Binary files a/_module/ncs/pri_poorroom.ncs and b/_module/ncs/pri_poorroom.ncs differ diff --git a/_module/ncs/pri_renorm1.ncs b/_module/ncs/pri_renorm1.ncs index d4ad448..2017663 100644 Binary files a/_module/ncs/pri_renorm1.ncs and b/_module/ncs/pri_renorm1.ncs differ diff --git a/_module/ncs/pri_renorm2.ncs b/_module/ncs/pri_renorm2.ncs index 9964705..9130e9f 100644 Binary files a/_module/ncs/pri_renorm2.ncs and b/_module/ncs/pri_renorm2.ncs differ diff --git a/_module/ncs/pri_renorm3.ncs b/_module/ncs/pri_renorm3.ncs index 05450e2..02872ab 100644 Binary files a/_module/ncs/pri_renorm3.ncs and b/_module/ncs/pri_renorm3.ncs differ diff --git a/_module/ncs/pri_renorm4.ncs b/_module/ncs/pri_renorm4.ncs index 7fa7eee..9731bcf 100644 Binary files a/_module/ncs/pri_renorm4.ncs and b/_module/ncs/pri_renorm4.ncs differ diff --git a/_module/ncs/pri_repoor1.ncs b/_module/ncs/pri_repoor1.ncs index 398284c..d70ba5e 100644 Binary files a/_module/ncs/pri_repoor1.ncs and b/_module/ncs/pri_repoor1.ncs differ diff --git a/_module/ncs/pri_repoor2.ncs b/_module/ncs/pri_repoor2.ncs index cdcc842..381b904 100644 Binary files a/_module/ncs/pri_repoor2.ncs and b/_module/ncs/pri_repoor2.ncs differ diff --git a/_module/ncs/pri_repoor3.ncs b/_module/ncs/pri_repoor3.ncs index d41156e..846b1ed 100644 Binary files a/_module/ncs/pri_repoor3.ncs and b/_module/ncs/pri_repoor3.ncs differ diff --git a/_module/ncs/pri_repoor4.ncs b/_module/ncs/pri_repoor4.ncs index c0a84d6..d6042bd 100644 Binary files a/_module/ncs/pri_repoor4.ncs and b/_module/ncs/pri_repoor4.ncs differ diff --git a/_module/ncs/pri_resuite.ncs b/_module/ncs/pri_resuite.ncs index 285f3f4..105ae8b 100644 Binary files a/_module/ncs/pri_resuite.ncs and b/_module/ncs/pri_resuite.ncs differ diff --git a/_module/ncs/pri_richroom.ncs b/_module/ncs/pri_richroom.ncs index eb1355e..8c179a2 100644 Binary files a/_module/ncs/pri_richroom.ncs and b/_module/ncs/pri_richroom.ncs differ diff --git a/_module/ncs/pri_roomsfull.ncs b/_module/ncs/pri_roomsfull.ncs index b122986..5d3fe03 100644 Binary files a/_module/ncs/pri_roomsfull.ncs and b/_module/ncs/pri_roomsfull.ncs differ diff --git a/_module/ncs/pri_sindoneroom.ncs b/_module/ncs/pri_sindoneroom.ncs index 4603499..769cf52 100644 Binary files a/_module/ncs/pri_sindoneroom.ncs and b/_module/ncs/pri_sindoneroom.ncs differ diff --git a/_module/ncs/pri_slpover1.ncs b/_module/ncs/pri_slpover1.ncs index f2061d2..d07e727 100644 Binary files a/_module/ncs/pri_slpover1.ncs and b/_module/ncs/pri_slpover1.ncs differ diff --git a/_module/ncs/pri_slpover2.ncs b/_module/ncs/pri_slpover2.ncs index d0b3983..0c6c3bc 100644 Binary files a/_module/ncs/pri_slpover2.ncs and b/_module/ncs/pri_slpover2.ncs differ diff --git a/_module/ncs/pri_slpover3.ncs b/_module/ncs/pri_slpover3.ncs index 3d88d34..2d875a7 100644 Binary files a/_module/ncs/pri_slpover3.ncs and b/_module/ncs/pri_slpover3.ncs differ diff --git a/_module/ncs/pri_slpover4.ncs b/_module/ncs/pri_slpover4.ncs index 600582e..592bb38 100644 Binary files a/_module/ncs/pri_slpover4.ncs and b/_module/ncs/pri_slpover4.ncs differ diff --git a/_module/ncs/pri_slpover5.ncs b/_module/ncs/pri_slpover5.ncs index 4d2a7fd..71f88bc 100644 Binary files a/_module/ncs/pri_slpover5.ncs and b/_module/ncs/pri_slpover5.ncs differ diff --git a/_module/ncs/pri_slpover6.ncs b/_module/ncs/pri_slpover6.ncs index 5ae5d38..a0e642a 100644 Binary files a/_module/ncs/pri_slpover6.ncs and b/_module/ncs/pri_slpover6.ncs differ diff --git a/_module/ncs/pri_stautodoor.ncs b/_module/ncs/pri_stautodoor.ncs index ac0ea80..c796be8 100644 Binary files a/_module/ncs/pri_stautodoor.ncs and b/_module/ncs/pri_stautodoor.ncs differ diff --git a/_module/ncs/pri_store.ncs b/_module/ncs/pri_store.ncs index c41656a..28bf8cd 100644 Binary files a/_module/ncs/pri_store.ncs and b/_module/ncs/pri_store.ncs differ diff --git a/_module/ncs/pri_store2.ncs b/_module/ncs/pri_store2.ncs index 25c812d..0254c86 100644 Binary files a/_module/ncs/pri_store2.ncs and b/_module/ncs/pri_store2.ncs differ diff --git a/_module/ncs/pri_trashcan.ncs b/_module/ncs/pri_trashcan.ncs index 15b86b1..6232b92 100644 Binary files a/_module/ncs/pri_trashcan.ncs and b/_module/ncs/pri_trashcan.ncs differ diff --git a/_module/ncs/pri_workingsign.ncs b/_module/ncs/pri_workingsign.ncs index 899bfd3..11ecf50 100644 Binary files a/_module/ncs/pri_workingsign.ncs and b/_module/ncs/pri_workingsign.ncs differ diff --git a/_module/ncs/puke.ncs b/_module/ncs/puke.ncs index b93c4fa..b182455 100644 Binary files a/_module/ncs/puke.ncs and b/_module/ncs/puke.ncs differ diff --git a/_module/ncs/pull_lever.ncs b/_module/ncs/pull_lever.ncs index ecfa73d..620e6fd 100644 Binary files a/_module/ncs/pull_lever.ncs and b/_module/ncs/pull_lever.ncs differ diff --git a/_module/ncs/pull_lever2.ncs b/_module/ncs/pull_lever2.ncs index a58c757..2663979 100644 Binary files a/_module/ncs/pull_lever2.ncs and b/_module/ncs/pull_lever2.ncs differ diff --git a/_module/ncs/pull_lever3.ncs b/_module/ncs/pull_lever3.ncs index c30a6bc..2baeb2d 100644 Binary files a/_module/ncs/pull_lever3.ncs and b/_module/ncs/pull_lever3.ncs differ diff --git a/_module/ncs/pwchest_busy.ncs b/_module/ncs/pwchest_busy.ncs index f3a2134..f090a37 100644 Binary files a/_module/ncs/pwchest_busy.ncs and b/_module/ncs/pwchest_busy.ncs differ diff --git a/_module/ncs/pwchest_replace.ncs b/_module/ncs/pwchest_replace.ncs index b97a6bc..ad0c995 100644 Binary files a/_module/ncs/pwchest_replace.ncs and b/_module/ncs/pwchest_replace.ncs differ diff --git a/_module/ncs/pwchestc_close.ncs b/_module/ncs/pwchestc_close.ncs index 711314d..d7d9c17 100644 Binary files a/_module/ncs/pwchestc_close.ncs and b/_module/ncs/pwchestc_close.ncs differ diff --git a/_module/ncs/pwchestc_open.ncs b/_module/ncs/pwchestc_open.ncs index 1696274..c338a7f 100644 Binary files a/_module/ncs/pwchestc_open.ncs and b/_module/ncs/pwchestc_open.ncs differ diff --git a/_module/ncs/pwchesti_close.ncs b/_module/ncs/pwchesti_close.ncs index 471c7b0..dd5e155 100644 Binary files a/_module/ncs/pwchesti_close.ncs and b/_module/ncs/pwchesti_close.ncs differ diff --git a/_module/ncs/pwchesti_open.ncs b/_module/ncs/pwchesti_open.ncs index 88348c0..139df5c 100644 Binary files a/_module/ncs/pwchesti_open.ncs and b/_module/ncs/pwchesti_open.ncs differ diff --git a/_module/ncs/q2_create_gold.ncs b/_module/ncs/q2_create_gold.ncs index 94cd306..79ada08 100644 Binary files a/_module/ncs/q2_create_gold.ncs and b/_module/ncs/q2_create_gold.ncs differ diff --git a/_module/ncs/q3_create_gold.ncs b/_module/ncs/q3_create_gold.ncs index 401882b..e11620d 100644 Binary files a/_module/ncs/q3_create_gold.ncs and b/_module/ncs/q3_create_gold.ncs differ diff --git a/_module/ncs/q4_create_gold.ncs b/_module/ncs/q4_create_gold.ncs index 6d2b0cc..4885ed5 100644 Binary files a/_module/ncs/q4_create_gold.ncs and b/_module/ncs/q4_create_gold.ncs differ diff --git a/_module/ncs/q5_create_gold.ncs b/_module/ncs/q5_create_gold.ncs index a5226c7..858dbb8 100644 Binary files a/_module/ncs/q5_create_gold.ncs and b/_module/ncs/q5_create_gold.ncs differ diff --git a/_module/ncs/q6_create_gold.ncs b/_module/ncs/q6_create_gold.ncs index 4ca9509..2ae55cb 100644 Binary files a/_module/ncs/q6_create_gold.ncs and b/_module/ncs/q6_create_gold.ncs differ diff --git a/_module/ncs/reset_onconv.ncs b/_module/ncs/reset_onconv.ncs index 6527b33..8e879b9 100644 Binary files a/_module/ncs/reset_onconv.ncs and b/_module/ncs/reset_onconv.ncs differ diff --git a/_module/ncs/reset_onused.ncs b/_module/ncs/reset_onused.ncs index 8efed5c..62ef451 100644 Binary files a/_module/ncs/reset_onused.ncs and b/_module/ncs/reset_onused.ncs differ diff --git a/_module/ncs/reset_oud.ncs b/_module/ncs/reset_oud.ncs index 6a62a7f..0551715 100644 Binary files a/_module/ncs/reset_oud.ncs and b/_module/ncs/reset_oud.ncs differ diff --git a/_module/ncs/rp_po_at6_scare.ncs b/_module/ncs/rp_po_at6_scare.ncs index 3ee1aca..f689413 100644 Binary files a/_module/ncs/rp_po_at6_scare.ncs and b/_module/ncs/rp_po_at6_scare.ncs differ diff --git a/_module/ncs/rp_pox_at1a.ncs b/_module/ncs/rp_pox_at1a.ncs index e431ca5..d928e5f 100644 Binary files a/_module/ncs/rp_pox_at1a.ncs and b/_module/ncs/rp_pox_at1a.ncs differ diff --git a/_module/ncs/rp_pox_at1b.ncs b/_module/ncs/rp_pox_at1b.ncs index 90fe04f..aa6a25a 100644 Binary files a/_module/ncs/rp_pox_at1b.ncs and b/_module/ncs/rp_pox_at1b.ncs differ diff --git a/_module/ncs/rp_pox_at1c.ncs b/_module/ncs/rp_pox_at1c.ncs index ffd267c..41cdda1 100644 Binary files a/_module/ncs/rp_pox_at1c.ncs and b/_module/ncs/rp_pox_at1c.ncs differ diff --git a/_module/ncs/rp_pox_at1d.ncs b/_module/ncs/rp_pox_at1d.ncs index 3fb55cc..8ae2650 100644 Binary files a/_module/ncs/rp_pox_at1d.ncs and b/_module/ncs/rp_pox_at1d.ncs differ diff --git a/_module/ncs/rp_pox_at1e.ncs b/_module/ncs/rp_pox_at1e.ncs index 0df1b8b..c165b8f 100644 Binary files a/_module/ncs/rp_pox_at1e.ncs and b/_module/ncs/rp_pox_at1e.ncs differ diff --git a/_module/ncs/rp_pox_at2_lead5.ncs b/_module/ncs/rp_pox_at2_lead5.ncs index 8b74539..740fe1d 100644 Binary files a/_module/ncs/rp_pox_at2_lead5.ncs and b/_module/ncs/rp_pox_at2_lead5.ncs differ diff --git a/_module/ncs/rp_pox_at3_lead.ncs b/_module/ncs/rp_pox_at3_lead.ncs index 3848192..c0f6759 100644 Binary files a/_module/ncs/rp_pox_at3_lead.ncs and b/_module/ncs/rp_pox_at3_lead.ncs differ diff --git a/_module/ncs/rp_pox_at4_lead.ncs b/_module/ncs/rp_pox_at4_lead.ncs index dd2464b..d83d153 100644 Binary files a/_module/ncs/rp_pox_at4_lead.ncs and b/_module/ncs/rp_pox_at4_lead.ncs differ diff --git a/_module/ncs/rp_pox_at6_scare.ncs b/_module/ncs/rp_pox_at6_scare.ncs index 3afd002..5ae1b49 100644 Binary files a/_module/ncs/rp_pox_at6_scare.ncs and b/_module/ncs/rp_pox_at6_scare.ncs differ diff --git a/_module/ncs/rp_pox_at7_jump.ncs b/_module/ncs/rp_pox_at7_jump.ncs index cfc55c5..3c0d9e5 100644 Binary files a/_module/ncs/rp_pox_at7_jump.ncs and b/_module/ncs/rp_pox_at7_jump.ncs differ diff --git a/_module/ncs/rp_pox_onconv.ncs b/_module/ncs/rp_pox_onconv.ncs index 473e299..fc75683 100644 Binary files a/_module/ncs/rp_pox_onconv.ncs and b/_module/ncs/rp_pox_onconv.ncs differ diff --git a/_module/ncs/rp_pox_os.ncs b/_module/ncs/rp_pox_os.ncs index 6e2087b..e640c82 100644 Binary files a/_module/ncs/rp_pox_os.ncs and b/_module/ncs/rp_pox_os.ncs differ diff --git a/_module/ncs/rp_pox_oud.ncs b/_module/ncs/rp_pox_oud.ncs index 0cf458b..2efbc00 100644 Binary files a/_module/ncs/rp_pox_oud.ncs and b/_module/ncs/rp_pox_oud.ncs differ diff --git a/_module/ncs/rp_pox_oud2.ncs b/_module/ncs/rp_pox_oud2.ncs index fa428f5..d49da77 100644 Binary files a/_module/ncs/rp_pox_oud2.ncs and b/_module/ncs/rp_pox_oud2.ncs differ diff --git a/_module/ncs/rp_pox_sc1.ncs b/_module/ncs/rp_pox_sc1.ncs index 2d80642..0787760 100644 Binary files a/_module/ncs/rp_pox_sc1.ncs and b/_module/ncs/rp_pox_sc1.ncs differ diff --git a/_module/ncs/rp_poxmer_sc1.ncs b/_module/ncs/rp_poxmer_sc1.ncs index 6dbb1c0..79f3290 100644 Binary files a/_module/ncs/rp_poxmer_sc1.ncs and b/_module/ncs/rp_poxmer_sc1.ncs differ diff --git a/_module/ncs/rp_poxmer_sc2.ncs b/_module/ncs/rp_poxmer_sc2.ncs index ea95f08..d5fc4ee 100644 Binary files a/_module/ncs/rp_poxmer_sc2.ncs and b/_module/ncs/rp_poxmer_sc2.ncs differ diff --git a/_module/ncs/rp_poxmer_sc22.ncs b/_module/ncs/rp_poxmer_sc22.ncs index 33fa7a2..f60977b 100644 Binary files a/_module/ncs/rp_poxmer_sc22.ncs and b/_module/ncs/rp_poxmer_sc22.ncs differ diff --git a/_module/ncs/sc_crier.ncs b/_module/ncs/sc_crier.ncs index 1c8d679..54896f2 100644 Binary files a/_module/ncs/sc_crier.ncs and b/_module/ncs/sc_crier.ncs differ diff --git a/_module/ncs/sc_equipmaxe.ncs b/_module/ncs/sc_equipmaxe.ncs index 4740a91..8ab3d17 100644 Binary files a/_module/ncs/sc_equipmaxe.ncs and b/_module/ncs/sc_equipmaxe.ncs differ diff --git a/_module/ncs/sc_equipmspear.ncs b/_module/ncs/sc_equipmspear.ncs index 0bca0b7..b9fe63b 100644 Binary files a/_module/ncs/sc_equipmspear.ncs and b/_module/ncs/sc_equipmspear.ncs differ diff --git a/_module/ncs/sc_equipmsword.ncs b/_module/ncs/sc_equipmsword.ncs index 274abc5..b59b0b3 100644 Binary files a/_module/ncs/sc_equipmsword.ncs and b/_module/ncs/sc_equipmsword.ncs differ diff --git a/_module/ncs/sc_genonspawnhb.ncs b/_module/ncs/sc_genonspawnhb.ncs index 7ee7e7d..d849c8a 100644 Binary files a/_module/ncs/sc_genonspawnhb.ncs and b/_module/ncs/sc_genonspawnhb.ncs differ diff --git a/_module/ncs/sc_hasmightaxe.ncs b/_module/ncs/sc_hasmightaxe.ncs index 6764571..64d793c 100644 Binary files a/_module/ncs/sc_hasmightaxe.ncs and b/_module/ncs/sc_hasmightaxe.ncs differ diff --git a/_module/ncs/sc_hasmightspear.ncs b/_module/ncs/sc_hasmightspear.ncs index 1d19e03..43e08f2 100644 Binary files a/_module/ncs/sc_hasmightspear.ncs and b/_module/ncs/sc_hasmightspear.ncs differ diff --git a/_module/ncs/sc_hasmightsword.ncs b/_module/ncs/sc_hasmightsword.ncs index ad04904..757523d 100644 Binary files a/_module/ncs/sc_hasmightsword.ncs and b/_module/ncs/sc_hasmightsword.ncs differ diff --git a/_module/ncs/sc_hasrodofmight.ncs b/_module/ncs/sc_hasrodofmight.ncs index 80fe068..03d4636 100644 Binary files a/_module/ncs/sc_hasrodofmight.ncs and b/_module/ncs/sc_hasrodofmight.ncs differ diff --git a/_module/ncs/sc_makepole.ncs b/_module/ncs/sc_makepole.ncs index dbc9dd6..13fa501 100644 Binary files a/_module/ncs/sc_makepole.ncs and b/_module/ncs/sc_makepole.ncs differ diff --git a/_module/ncs/sc_makerobetrch.ncs b/_module/ncs/sc_makerobetrch.ncs index faf64de..c698a93 100644 Binary files a/_module/ncs/sc_makerobetrch.ncs and b/_module/ncs/sc_makerobetrch.ncs differ diff --git a/_module/ncs/sc_makesilverdgr.ncs b/_module/ncs/sc_makesilverdgr.ncs index ff0affb..7a780f5 100644 Binary files a/_module/ncs/sc_makesilverdgr.ncs and b/_module/ncs/sc_makesilverdgr.ncs differ diff --git a/_module/ncs/sc_preacher.ncs b/_module/ncs/sc_preacher.ncs index 21e107d..27bd01c 100644 Binary files a/_module/ncs/sc_preacher.ncs and b/_module/ncs/sc_preacher.ncs differ diff --git a/_module/ncs/sc_ramonuse.ncs b/_module/ncs/sc_ramonuse.ncs index 2ff1393..26fc266 100644 Binary files a/_module/ncs/sc_ramonuse.ncs and b/_module/ncs/sc_ramonuse.ncs differ diff --git a/_module/ncs/sc_returnrodaxe.ncs b/_module/ncs/sc_returnrodaxe.ncs index 49ebbeb..9319d12 100644 Binary files a/_module/ncs/sc_returnrodaxe.ncs and b/_module/ncs/sc_returnrodaxe.ncs differ diff --git a/_module/ncs/sc_returnrodsper.ncs b/_module/ncs/sc_returnrodsper.ncs index fe067fd..454ea4e 100644 Binary files a/_module/ncs/sc_returnrodsper.ncs and b/_module/ncs/sc_returnrodsper.ncs differ diff --git a/_module/ncs/sc_returnrodswrd.ncs b/_module/ncs/sc_returnrodswrd.ncs index bf25d3f..33814f1 100644 Binary files a/_module/ncs/sc_returnrodswrd.ncs and b/_module/ncs/sc_returnrodswrd.ncs differ diff --git a/_module/ncs/sc_summonboar.ncs b/_module/ncs/sc_summonboar.ncs index 13b3c82..376f631 100644 Binary files a/_module/ncs/sc_summonboar.ncs and b/_module/ncs/sc_summonboar.ncs differ diff --git a/_module/ncs/sc_trainstart.ncs b/_module/ncs/sc_trainstart.ncs index 1fa156e..f1c405f 100644 Binary files a/_module/ncs/sc_trainstart.ncs and b/_module/ncs/sc_trainstart.ncs differ diff --git a/_module/ncs/sellox.ncs b/_module/ncs/sellox.ncs index 1d1f749..236dded 100644 Binary files a/_module/ncs/sellox.ncs and b/_module/ncs/sellox.ncs differ diff --git a/_module/ncs/set_items_equ.ncs b/_module/ncs/set_items_equ.ncs index e28a4aa..4b4a808 100644 Binary files a/_module/ncs/set_items_equ.ncs and b/_module/ncs/set_items_equ.ncs differ diff --git a/_module/ncs/set_items_ueq.ncs b/_module/ncs/set_items_ueq.ncs index c2ba91e..4a5e3d7 100644 Binary files a/_module/ncs/set_items_ueq.ncs and b/_module/ncs/set_items_ueq.ncs differ diff --git a/_module/ncs/spw_trainer.ncs b/_module/ncs/spw_trainer.ncs index cd6e98d..35a5a5d 100644 Binary files a/_module/ncs/spw_trainer.ncs and b/_module/ncs/spw_trainer.ncs differ diff --git a/_module/ncs/stair1n.ncs b/_module/ncs/stair1n.ncs index 0f9c4cf..afd5c8b 100644 Binary files a/_module/ncs/stair1n.ncs and b/_module/ncs/stair1n.ncs differ diff --git a/_module/ncs/stair2y.ncs b/_module/ncs/stair2y.ncs index 56d6bd1..a18f888 100644 Binary files a/_module/ncs/stair2y.ncs and b/_module/ncs/stair2y.ncs differ diff --git a/_module/ncs/startlagmeasure.ncs b/_module/ncs/startlagmeasure.ncs index b4fe65a..4470e63 100644 Binary files a/_module/ncs/startlagmeasure.ncs and b/_module/ncs/startlagmeasure.ncs differ diff --git a/_module/ncs/suntravel_raven.ncs b/_module/ncs/suntravel_raven.ncs index 512db59..a7bdfe6 100644 Binary files a/_module/ncs/suntravel_raven.ncs and b/_module/ncs/suntravel_raven.ncs differ diff --git a/_module/ncs/suntravels_ps.ncs b/_module/ncs/suntravels_ps.ncs index b45e1d7..a8d1b74 100644 Binary files a/_module/ncs/suntravels_ps.ncs and b/_module/ncs/suntravels_ps.ncs differ diff --git a/_module/ncs/ta_gladweapon.ncs b/_module/ncs/ta_gladweapon.ncs index 32e6dd7..11c8bee 100644 Binary files a/_module/ncs/ta_gladweapon.ncs and b/_module/ncs/ta_gladweapon.ncs differ diff --git a/_module/ncs/ta_merch_dibbler.ncs b/_module/ncs/ta_merch_dibbler.ncs index 642b185..1766a51 100644 Binary files a/_module/ncs/ta_merch_dibbler.ncs and b/_module/ncs/ta_merch_dibbler.ncs differ diff --git a/_module/ncs/tag1.ncs b/_module/ncs/tag1.ncs index 5385848..a53d486 100644 Binary files a/_module/ncs/tag1.ncs and b/_module/ncs/tag1.ncs differ diff --git a/_module/ncs/tag2.ncs b/_module/ncs/tag2.ncs index c2053bf..f465b33 100644 Binary files a/_module/ncs/tag2.ncs and b/_module/ncs/tag2.ncs differ diff --git a/_module/ncs/tlr_buycost.ncs b/_module/ncs/tlr_buycost.ncs index 0bf5a9b..c8ce8bd 100644 Binary files a/_module/ncs/tlr_buycost.ncs and b/_module/ncs/tlr_buycost.ncs differ diff --git a/_module/ncs/tlr_buyoutfit.ncs b/_module/ncs/tlr_buyoutfit.ncs index cd137fc..0043348 100644 Binary files a/_module/ncs/tlr_buyoutfit.ncs and b/_module/ncs/tlr_buyoutfit.ncs differ diff --git a/_module/ncs/tlr_cloth1.ncs b/_module/ncs/tlr_cloth1.ncs index 09185e3..6aa6f74 100644 Binary files a/_module/ncs/tlr_cloth1.ncs and b/_module/ncs/tlr_cloth1.ncs differ diff --git a/_module/ncs/tlr_cloth2.ncs b/_module/ncs/tlr_cloth2.ncs index 9d7a8e7..2eff310 100644 Binary files a/_module/ncs/tlr_cloth2.ncs and b/_module/ncs/tlr_cloth2.ncs differ diff --git a/_module/ncs/tlr_copycost.ncs b/_module/ncs/tlr_copycost.ncs index c39fe60..0b2249a 100644 Binary files a/_module/ncs/tlr_copycost.ncs and b/_module/ncs/tlr_copycost.ncs differ diff --git a/_module/ncs/tlr_decreaseitem.ncs b/_module/ncs/tlr_decreaseitem.ncs index 42be29c..ddebfb4 100644 Binary files a/_module/ncs/tlr_decreaseitem.ncs and b/_module/ncs/tlr_decreaseitem.ncs differ diff --git a/_module/ncs/tlr_decreasetors.ncs b/_module/ncs/tlr_decreasetors.ncs index 22e343b..a464446 100644 Binary files a/_module/ncs/tlr_decreasetors.ncs and b/_module/ncs/tlr_decreasetors.ncs differ diff --git a/_module/ncs/tlr_fixclothing.ncs b/_module/ncs/tlr_fixclothing.ncs index cfee853..7f20663 100644 Binary files a/_module/ncs/tlr_fixclothing.ncs and b/_module/ncs/tlr_fixclothing.ncs differ diff --git a/_module/ncs/tlr_increaseitem.ncs b/_module/ncs/tlr_increaseitem.ncs index 891a612..dadb1b7 100644 Binary files a/_module/ncs/tlr_increaseitem.ncs and b/_module/ncs/tlr_increaseitem.ncs differ diff --git a/_module/ncs/tlr_increasetors.ncs b/_module/ncs/tlr_increasetors.ncs index cc2c25a..301624a 100644 Binary files a/_module/ncs/tlr_increasetors.ncs and b/_module/ncs/tlr_increasetors.ncs differ diff --git a/_module/ncs/tlr_leather1.ncs b/_module/ncs/tlr_leather1.ncs index 8eca971..2cf9dee 100644 Binary files a/_module/ncs/tlr_leather1.ncs and b/_module/ncs/tlr_leather1.ncs differ diff --git a/_module/ncs/tlr_leather2.ncs b/_module/ncs/tlr_leather2.ncs index f0ec592..12b0322 100644 Binary files a/_module/ncs/tlr_leather2.ncs and b/_module/ncs/tlr_leather2.ncs differ diff --git a/_module/ncs/tlr_metal1.ncs b/_module/ncs/tlr_metal1.ncs index d3d45a0..5e0f4a3 100644 Binary files a/_module/ncs/tlr_metal1.ncs and b/_module/ncs/tlr_metal1.ncs differ diff --git a/_module/ncs/tlr_metal2.ncs b/_module/ncs/tlr_metal2.ncs index 82034c6..81d1160 100644 Binary files a/_module/ncs/tlr_metal2.ncs and b/_module/ncs/tlr_metal2.ncs differ diff --git a/_module/ncs/tlr_onconv.ncs b/_module/ncs/tlr_onconv.ncs index 11db754..24eff9a 100644 Binary files a/_module/ncs/tlr_onconv.ncs and b/_module/ncs/tlr_onconv.ncs differ diff --git a/_module/ncs/tlr_removeitem.ncs b/_module/ncs/tlr_removeitem.ncs index 3482e19..1cdfdaa 100644 Binary files a/_module/ncs/tlr_removeitem.ncs and b/_module/ncs/tlr_removeitem.ncs differ diff --git a/_module/ncs/tlr_rotateclock.ncs b/_module/ncs/tlr_rotateclock.ncs index aa9cf4f..fee35c7 100644 Binary files a/_module/ncs/tlr_rotateclock.ncs and b/_module/ncs/tlr_rotateclock.ncs differ diff --git a/_module/ncs/tlr_rotatecountr.ncs b/_module/ncs/tlr_rotatecountr.ncs index d5a0e0d..03e710f 100644 Binary files a/_module/ncs/tlr_rotatecountr.ncs and b/_module/ncs/tlr_rotatecountr.ncs differ diff --git a/_module/ncs/tlr_setitem.ncs b/_module/ncs/tlr_setitem.ncs index cd636cf..a89012c 100644 Binary files a/_module/ncs/tlr_setitem.ncs and b/_module/ncs/tlr_setitem.ncs differ diff --git a/_module/ncs/trap_acid_avg.ncs b/_module/ncs/trap_acid_avg.ncs index 7806be4..67cf2bd 100644 Binary files a/_module/ncs/trap_acid_avg.ncs and b/_module/ncs/trap_acid_avg.ncs differ diff --git a/_module/ncs/trap_acid_deadly.ncs b/_module/ncs/trap_acid_deadly.ncs index b53dc85..f1da947 100644 Binary files a/_module/ncs/trap_acid_deadly.ncs and b/_module/ncs/trap_acid_deadly.ncs differ diff --git a/_module/ncs/trap_acid_minor.ncs b/_module/ncs/trap_acid_minor.ncs index f1b8379..0cd204b 100644 Binary files a/_module/ncs/trap_acid_minor.ncs and b/_module/ncs/trap_acid_minor.ncs differ diff --git a/_module/ncs/trap_acid_strong.ncs b/_module/ncs/trap_acid_strong.ncs index cb0c735..6695149 100644 Binary files a/_module/ncs/trap_acid_strong.ncs and b/_module/ncs/trap_acid_strong.ncs differ diff --git a/_module/ncs/trap_cold_avg.ncs b/_module/ncs/trap_cold_avg.ncs index 6917e81..d9813ed 100644 Binary files a/_module/ncs/trap_cold_avg.ncs and b/_module/ncs/trap_cold_avg.ncs differ diff --git a/_module/ncs/trap_cold_deadly.ncs b/_module/ncs/trap_cold_deadly.ncs index a9afd5e..a5cc2f4 100644 Binary files a/_module/ncs/trap_cold_deadly.ncs and b/_module/ncs/trap_cold_deadly.ncs differ diff --git a/_module/ncs/trap_cold_minor.ncs b/_module/ncs/trap_cold_minor.ncs index 5d5d5cd..a5ac018 100644 Binary files a/_module/ncs/trap_cold_minor.ncs and b/_module/ncs/trap_cold_minor.ncs differ diff --git a/_module/ncs/trap_cold_strong.ncs b/_module/ncs/trap_cold_strong.ncs index 88e1c9d..7bffc10 100644 Binary files a/_module/ncs/trap_cold_strong.ncs and b/_module/ncs/trap_cold_strong.ncs differ diff --git a/_module/ncs/trap_elec_avg.ncs b/_module/ncs/trap_elec_avg.ncs index 187a764..7cca7ee 100644 Binary files a/_module/ncs/trap_elec_avg.ncs and b/_module/ncs/trap_elec_avg.ncs differ diff --git a/_module/ncs/trap_elec_deadly.ncs b/_module/ncs/trap_elec_deadly.ncs index 3f6f497..e57ee44 100644 Binary files a/_module/ncs/trap_elec_deadly.ncs and b/_module/ncs/trap_elec_deadly.ncs differ diff --git a/_module/ncs/trap_elec_minor.ncs b/_module/ncs/trap_elec_minor.ncs index 72008e8..f2e6573 100644 Binary files a/_module/ncs/trap_elec_minor.ncs and b/_module/ncs/trap_elec_minor.ncs differ diff --git a/_module/ncs/trap_elec_strong.ncs b/_module/ncs/trap_elec_strong.ncs index d050bb6..4f29d54 100644 Binary files a/_module/ncs/trap_elec_strong.ncs and b/_module/ncs/trap_elec_strong.ncs differ diff --git a/_module/ncs/trap_fire_avg.ncs b/_module/ncs/trap_fire_avg.ncs index b8d5008..0ffe5af 100644 Binary files a/_module/ncs/trap_fire_avg.ncs and b/_module/ncs/trap_fire_avg.ncs differ diff --git a/_module/ncs/trap_fire_deadly.ncs b/_module/ncs/trap_fire_deadly.ncs index fcb39e9..ef90828 100644 Binary files a/_module/ncs/trap_fire_deadly.ncs and b/_module/ncs/trap_fire_deadly.ncs differ diff --git a/_module/ncs/trap_fire_minor.ncs b/_module/ncs/trap_fire_minor.ncs index a0aa9fb..21835d9 100644 Binary files a/_module/ncs/trap_fire_minor.ncs and b/_module/ncs/trap_fire_minor.ncs differ diff --git a/_module/ncs/trap_fire_strong.ncs b/_module/ncs/trap_fire_strong.ncs index e275bf0..d75bb8b 100644 Binary files a/_module/ncs/trap_fire_strong.ncs and b/_module/ncs/trap_fire_strong.ncs differ diff --git a/_module/ncs/trap_gas_avg.ncs b/_module/ncs/trap_gas_avg.ncs index 2a028ae..2bbf442 100644 Binary files a/_module/ncs/trap_gas_avg.ncs and b/_module/ncs/trap_gas_avg.ncs differ diff --git a/_module/ncs/trap_gas_deadly.ncs b/_module/ncs/trap_gas_deadly.ncs index 9e2b815..2793bda 100644 Binary files a/_module/ncs/trap_gas_deadly.ncs and b/_module/ncs/trap_gas_deadly.ncs differ diff --git a/_module/ncs/trap_gas_minor.ncs b/_module/ncs/trap_gas_minor.ncs index 4a2023c..c23ac98 100644 Binary files a/_module/ncs/trap_gas_minor.ncs and b/_module/ncs/trap_gas_minor.ncs differ diff --git a/_module/ncs/trap_gas_strong.ncs b/_module/ncs/trap_gas_strong.ncs index c9c3648..1bf6f7f 100644 Binary files a/_module/ncs/trap_gas_strong.ncs and b/_module/ncs/trap_gas_strong.ncs differ diff --git a/_module/ncs/trap_heartbeat.ncs b/_module/ncs/trap_heartbeat.ncs index be7084f..d8d40e3 100644 Binary files a/_module/ncs/trap_heartbeat.ncs and b/_module/ncs/trap_heartbeat.ncs differ diff --git a/_module/ncs/trap_holy_avg.ncs b/_module/ncs/trap_holy_avg.ncs index ea08580..7a2bfbe 100644 Binary files a/_module/ncs/trap_holy_avg.ncs and b/_module/ncs/trap_holy_avg.ncs differ diff --git a/_module/ncs/trap_holy_deadly.ncs b/_module/ncs/trap_holy_deadly.ncs index 91f2888..8ff0ebe 100644 Binary files a/_module/ncs/trap_holy_deadly.ncs and b/_module/ncs/trap_holy_deadly.ncs differ diff --git a/_module/ncs/trap_holy_minor.ncs b/_module/ncs/trap_holy_minor.ncs index 381b4a5..4776e0c 100644 Binary files a/_module/ncs/trap_holy_minor.ncs and b/_module/ncs/trap_holy_minor.ncs differ diff --git a/_module/ncs/trap_holy_strong.ncs b/_module/ncs/trap_holy_strong.ncs index ab97440..2c58a72 100644 Binary files a/_module/ncs/trap_holy_strong.ncs and b/_module/ncs/trap_holy_strong.ncs differ diff --git a/_module/ncs/trap_neg_avg.ncs b/_module/ncs/trap_neg_avg.ncs index 82ab909..0be3948 100644 Binary files a/_module/ncs/trap_neg_avg.ncs and b/_module/ncs/trap_neg_avg.ncs differ diff --git a/_module/ncs/trap_neg_deadly.ncs b/_module/ncs/trap_neg_deadly.ncs index 65a08b0..fd283eb 100644 Binary files a/_module/ncs/trap_neg_deadly.ncs and b/_module/ncs/trap_neg_deadly.ncs differ diff --git a/_module/ncs/trap_neg_minor.ncs b/_module/ncs/trap_neg_minor.ncs index 8c0962e..afe92cb 100644 Binary files a/_module/ncs/trap_neg_minor.ncs and b/_module/ncs/trap_neg_minor.ncs differ diff --git a/_module/ncs/trap_neg_strong.ncs b/_module/ncs/trap_neg_strong.ncs index 9882096..32d1e85 100644 Binary files a/_module/ncs/trap_neg_strong.ncs and b/_module/ncs/trap_neg_strong.ncs differ diff --git a/_module/ncs/trap_sonc_avg.ncs b/_module/ncs/trap_sonc_avg.ncs index 9e3777c..8691442 100644 Binary files a/_module/ncs/trap_sonc_avg.ncs and b/_module/ncs/trap_sonc_avg.ncs differ diff --git a/_module/ncs/trap_sonc_deadly.ncs b/_module/ncs/trap_sonc_deadly.ncs index 2789eb1..ce1aef1 100644 Binary files a/_module/ncs/trap_sonc_deadly.ncs and b/_module/ncs/trap_sonc_deadly.ncs differ diff --git a/_module/ncs/trap_sonc_minor.ncs b/_module/ncs/trap_sonc_minor.ncs index ff8317e..282700e 100644 Binary files a/_module/ncs/trap_sonc_minor.ncs and b/_module/ncs/trap_sonc_minor.ncs differ diff --git a/_module/ncs/trap_sonc_strong.ncs b/_module/ncs/trap_sonc_strong.ncs index b4634fe..1ae9a7b 100644 Binary files a/_module/ncs/trap_sonc_strong.ncs and b/_module/ncs/trap_sonc_strong.ncs differ diff --git a/_module/ncs/trap_spke_avg.ncs b/_module/ncs/trap_spke_avg.ncs index 220f11b..aee02f0 100644 Binary files a/_module/ncs/trap_spke_avg.ncs and b/_module/ncs/trap_spke_avg.ncs differ diff --git a/_module/ncs/trap_spke_deadly.ncs b/_module/ncs/trap_spke_deadly.ncs index 51e7451..5f48b0c 100644 Binary files a/_module/ncs/trap_spke_deadly.ncs and b/_module/ncs/trap_spke_deadly.ncs differ diff --git a/_module/ncs/trap_spke_minor.ncs b/_module/ncs/trap_spke_minor.ncs index 723726c..167282b 100644 Binary files a/_module/ncs/trap_spke_minor.ncs and b/_module/ncs/trap_spke_minor.ncs differ diff --git a/_module/ncs/trap_spke_strong.ncs b/_module/ncs/trap_spke_strong.ncs index a877f80..178a211 100644 Binary files a/_module/ncs/trap_spke_strong.ncs and b/_module/ncs/trap_spke_strong.ncs differ diff --git a/_module/ncs/trap_splsh_avg.ncs b/_module/ncs/trap_splsh_avg.ncs index df583dd..600b74f 100644 Binary files a/_module/ncs/trap_splsh_avg.ncs and b/_module/ncs/trap_splsh_avg.ncs differ diff --git a/_module/ncs/trap_splsh_dead.ncs b/_module/ncs/trap_splsh_dead.ncs index aca02f7..b27ee6d 100644 Binary files a/_module/ncs/trap_splsh_dead.ncs and b/_module/ncs/trap_splsh_dead.ncs differ diff --git a/_module/ncs/trap_splsh_minor.ncs b/_module/ncs/trap_splsh_minor.ncs index 70f5229..7b9bda7 100644 Binary files a/_module/ncs/trap_splsh_minor.ncs and b/_module/ncs/trap_splsh_minor.ncs differ diff --git a/_module/ncs/trap_splsh_strng.ncs b/_module/ncs/trap_splsh_strng.ncs index 19e214c..a34b1b9 100644 Binary files a/_module/ncs/trap_splsh_strng.ncs and b/_module/ncs/trap_splsh_strng.ncs differ diff --git a/_module/ncs/trap_tang_avg.ncs b/_module/ncs/trap_tang_avg.ncs index eae0ba5..1021fef 100644 Binary files a/_module/ncs/trap_tang_avg.ncs and b/_module/ncs/trap_tang_avg.ncs differ diff --git a/_module/ncs/trap_tang_deadly.ncs b/_module/ncs/trap_tang_deadly.ncs index dea1317..1489d64 100644 Binary files a/_module/ncs/trap_tang_deadly.ncs and b/_module/ncs/trap_tang_deadly.ncs differ diff --git a/_module/ncs/trap_tang_minor.ncs b/_module/ncs/trap_tang_minor.ncs index 8b41f6d..b6ce2a9 100644 Binary files a/_module/ncs/trap_tang_minor.ncs and b/_module/ncs/trap_tang_minor.ncs differ diff --git a/_module/ncs/trap_tang_strong.ncs b/_module/ncs/trap_tang_strong.ncs index 4ea1dcc..d81748a 100644 Binary files a/_module/ncs/trap_tang_strong.ncs and b/_module/ncs/trap_tang_strong.ncs differ diff --git a/_module/ncs/treasueclean.ncs b/_module/ncs/treasueclean.ncs index 1f2abae..1f8c0e0 100644 Binary files a/_module/ncs/treasueclean.ncs and b/_module/ncs/treasueclean.ncs differ diff --git a/_module/ncs/tva_hm_forge.ncs b/_module/ncs/tva_hm_forge.ncs index 925e054..34e6fbd 100644 Binary files a/_module/ncs/tva_hm_forge.ncs and b/_module/ncs/tva_hm_forge.ncs differ diff --git a/_module/ncs/tva_sc_forge.ncs b/_module/ncs/tva_sc_forge.ncs index 27262b1..c3b632d 100644 Binary files a/_module/ncs/tva_sc_forge.ncs and b/_module/ncs/tva_sc_forge.ncs differ diff --git a/_module/ncs/tva_sdm_forge.ncs b/_module/ncs/tva_sdm_forge.ncs index 13eb25d..b069213 100644 Binary files a/_module/ncs/tva_sdm_forge.ncs and b/_module/ncs/tva_sdm_forge.ncs differ diff --git a/_module/ncs/tva_sga_forge.ncs b/_module/ncs/tva_sga_forge.ncs index d2da02d..4ed4e46 100644 Binary files a/_module/ncs/tva_sga_forge.ncs and b/_module/ncs/tva_sga_forge.ncs differ diff --git a/_module/ncs/tva_sgs_forge.ncs b/_module/ncs/tva_sgs_forge.ncs index 93e25a1..8211386 100644 Binary files a/_module/ncs/tva_sgs_forge.ncs and b/_module/ncs/tva_sgs_forge.ncs differ diff --git a/_module/ncs/tva_slb_forge.ncs b/_module/ncs/tva_slb_forge.ncs index bd91238..f4744fa 100644 Binary files a/_module/ncs/tva_slb_forge.ncs and b/_module/ncs/tva_slb_forge.ncs differ diff --git a/_module/ncs/tva_sls_forge.ncs b/_module/ncs/tva_sls_forge.ncs index 66d2d50..f31cf2d 100644 Binary files a/_module/ncs/tva_sls_forge.ncs and b/_module/ncs/tva_sls_forge.ncs differ diff --git a/_module/ncs/tva_spm_forge.ncs b/_module/ncs/tva_spm_forge.ncs index c701d78..87ff28f 100644 Binary files a/_module/ncs/tva_spm_forge.ncs and b/_module/ncs/tva_spm_forge.ncs differ diff --git a/_module/ncs/tva_sts_forge.ncs b/_module/ncs/tva_sts_forge.ncs index 15b4644..cc217e8 100644 Binary files a/_module/ncs/tva_sts_forge.ncs and b/_module/ncs/tva_sts_forge.ncs differ diff --git a/_module/ncs/usr_trainer.ncs b/_module/ncs/usr_trainer.ncs index d04348d..fb20ad9 100644 Binary files a/_module/ncs/usr_trainer.ncs and b/_module/ncs/usr_trainer.ncs differ diff --git a/_module/ncs/vaenaron.ncs b/_module/ncs/vaenaron.ncs index f705d1a..4045f6e 100644 Binary files a/_module/ncs/vaenaron.ncs and b/_module/ncs/vaenaron.ncs differ diff --git a/_module/ncs/x2_def_spawn.ncs b/_module/ncs/x2_def_spawn.ncs index 882574e..c8f2d1d 100644 Binary files a/_module/ncs/x2_def_spawn.ncs and b/_module/ncs/x2_def_spawn.ncs differ diff --git a/_module/ncs/x2_mod_def_aqu.ncs b/_module/ncs/x2_mod_def_aqu.ncs index 2447f5c..da2c6f9 100644 Binary files a/_module/ncs/x2_mod_def_aqu.ncs and b/_module/ncs/x2_mod_def_aqu.ncs differ diff --git a/_module/ncs/xov_hen_fired.ncs b/_module/ncs/xov_hen_fired.ncs index 8a52d70..21a660a 100644 Binary files a/_module/ncs/xov_hen_fired.ncs and b/_module/ncs/xov_hen_fired.ncs differ diff --git a/_module/ncs/xov_hen_join.ncs b/_module/ncs/xov_hen_join.ncs index dff505e..f3d98da 100644 Binary files a/_module/ncs/xov_hen_join.ncs and b/_module/ncs/xov_hen_join.ncs differ diff --git a/_module/ncs/zep_cr_canca.ncs b/_module/ncs/zep_cr_canca.ncs index 99cdc02..91fadb2 100644 Binary files a/_module/ncs/zep_cr_canca.ncs and b/_module/ncs/zep_cr_canca.ncs differ diff --git a/_module/ncs/zep_cr_canca_n.ncs b/_module/ncs/zep_cr_canca_n.ncs index 0bbe0d8..0987a30 100644 Binary files a/_module/ncs/zep_cr_canca_n.ncs and b/_module/ncs/zep_cr_canca_n.ncs differ diff --git a/_module/ncs/zep_cr_canch.ncs b/_module/ncs/zep_cr_canch.ncs index ae198a1..2416a39 100644 Binary files a/_module/ncs/zep_cr_canch.ncs and b/_module/ncs/zep_cr_canch.ncs differ diff --git a/_module/ncs/zep_cr_cancs.ncs b/_module/ncs/zep_cr_cancs.ncs index 1805e12..4c2ef81 100644 Binary files a/_module/ncs/zep_cr_cancs.ncs and b/_module/ncs/zep_cr_cancs.ncs differ diff --git a/_module/ncs/zep_cr_cancw.ncs b/_module/ncs/zep_cr_cancw.ncs index a85289e..1b4f38d 100644 Binary files a/_module/ncs/zep_cr_cancw.ncs and b/_module/ncs/zep_cr_cancw.ncs differ diff --git a/_module/ncs/zep_cr_cancw_n.ncs b/_module/ncs/zep_cr_cancw_n.ncs index 22173c6..d975ce2 100644 Binary files a/_module/ncs/zep_cr_cancw_n.ncs and b/_module/ncs/zep_cr_cancw_n.ncs differ diff --git a/_module/ncs/zep_cr_nocheat.ncs b/_module/ncs/zep_cr_nocheat.ncs index 5035a36..43a9a79 100644 Binary files a/_module/ncs/zep_cr_nocheat.ncs and b/_module/ncs/zep_cr_nocheat.ncs differ diff --git a/_module/ncs/zep_cr_stop_abrt.ncs b/_module/ncs/zep_cr_stop_abrt.ncs index 67d5c75..e56fae0 100644 Binary files a/_module/ncs/zep_cr_stop_abrt.ncs and b/_module/ncs/zep_cr_stop_abrt.ncs differ diff --git a/_module/ncs/zep_cr_stop_make.ncs b/_module/ncs/zep_cr_stop_make.ncs index 4c8c85f..ac57b44 100644 Binary files a/_module/ncs/zep_cr_stop_make.ncs and b/_module/ncs/zep_cr_stop_make.ncs differ diff --git a/_module/ncs/zep_inc_main.ncs b/_module/ncs/zep_inc_main.ncs deleted file mode 100644 index ecb1c72..0000000 Binary files a/_module/ncs/zep_inc_main.ncs and /dev/null differ diff --git a/_release/The Land of Thuul [PRC8-CEP2].7z b/_release/The Land of Thuul [PRC8-CEP2].7z index e71d34a..443451c 100644 Binary files a/_release/The Land of Thuul [PRC8-CEP2].7z and b/_release/The Land of Thuul [PRC8-CEP2].7z differ