mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
477f71cf86
This reverts commit 2f5488c22e
.
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
|