diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index 6c5c006a..75f956ac 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -1544,6 +1544,13 @@ "value": "peps_prc8" } }, + { + "__struct_id": 8, + "Mod_Hak": { + "type": "cexostring", + "value": "prcx_shims" + } + }, { "__struct_id": 8, "Mod_Hak": { @@ -2164,6 +2171,21 @@ "type": "int", "value": 0 } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_PRCX_ENABLED" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } } ] } diff --git a/_module/ncs/_treasure_spawn.ncs b/_module/ncs/_treasure_spawn.ncs index 92eb7ee8..792698b5 100644 Binary files a/_module/ncs/_treasure_spawn.ncs and b/_module/ncs/_treasure_spawn.ncs differ diff --git a/_module/ncs/gz_healer_spawn.ncs b/_module/ncs/gz_healer_spawn.ncs index 2ea02e63..a4ef4e81 100644 Binary files a/_module/ncs/gz_healer_spawn.ncs and b/_module/ncs/gz_healer_spawn.ncs differ diff --git a/_module/ncs/hb_artillery.ncs b/_module/ncs/hb_artillery.ncs index bc9bfc73..a3287af7 100644 Binary files a/_module/ncs/hb_artillery.ncs and b/_module/ncs/hb_artillery.ncs differ diff --git a/_module/ncs/nw_c2_omnivore.ncs b/_module/ncs/nw_c2_omnivore.ncs index b6bb87c4..6d82a2db 100644 Binary files a/_module/ncs/nw_c2_omnivore.ncs and b/_module/ncs/nw_c2_omnivore.ncs differ diff --git a/_module/ncs/nw_o2_generallow.ncs b/_module/ncs/nw_o2_generallow.ncs index ba92e3ef..403db6d0 100644 Binary files a/_module/ncs/nw_o2_generallow.ncs and b/_module/ncs/nw_o2_generallow.ncs differ diff --git a/_module/ncs/use_catapult.ncs b/_module/ncs/use_catapult.ncs index f556ffed..ecf12a0b 100644 Binary files a/_module/ncs/use_catapult.ncs and b/_module/ncs/use_catapult.ncs differ