mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 02:56:53 +01:00
00e2eb580c
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).
25 lines
484 B
Plaintext
25 lines
484 B
Plaintext
[Definition]
|
|
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
|
name = "Equipment - Force Count"
|
|
path = "Xenoblade Chronicles X/Mods/Loot/Equipment - Force Count"
|
|
description = Force the count of equipment looted in Silver or Gold treasures.
|
|
version = 3
|
|
|
|
[Preset]
|
|
name = "Always 3 equipments"
|
|
$cnt3 = 0
|
|
$cnt2 = 100
|
|
$cnt1 = 100
|
|
|
|
[Preset]
|
|
name = "Always 2 equipments"
|
|
$cnt3 = 100
|
|
$cnt2 = 0
|
|
$cnt1 = 100
|
|
|
|
[Preset]
|
|
name = "Always 1 equipment"
|
|
$cnt3 = 100
|
|
$cnt2 = 100
|
|
$cnt1 = 0
|