cemu_graphic_packs/Mods/XenobladeX_mod_EquipmentArmorsCanHave3AugmentSlots/patches.txt
lasyan3 00e2eb580c [XCX] 1.0.1U Compatibility.
Mod "Equipment - Force Type" now allows to select a specific sub-type (for example only loot dual guns ground weapon). But this works only for ground weapons, ground armors and skells armors (not skells weapons).
Experience mods (Inner, Class and Battle) now affect points gained in battle, missions, quests and exploration (previously only battle was affected).
2019-03-16 14:25:25 +01:00

18 lines
599 B
Plaintext

[XCX_MAXSLOTS_1E] ######################################################################
moduleMatches = 0xF882D5CF ; 1.0.1E
; ----------------------------------------------------------------------------
; WHO : Cshop::updateLuItem((void))
; WHAT : max 3 slots per armor L shop
0x02A3AA18 = li r0, 3
[XCX_MAXSLOTS_2U] ######################################################################
moduleMatches = 0x30B6E091 ;1.0.2U
0x02A3AA08 = li r0, 3
[XCX_MAXSLOTS_1U] ######################################################################
moduleMatches = 0xAB97DE6B ; 1.0.1U
0x02A3A9FC = li r0, 3