mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 14:59:29 -04:00
add commas
This commit is contained in:
parent
36d38692f1
commit
0d619a6ed3
1 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
[Definition]
|
[Definition]
|
||||||
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
||||||
name = "Infinite Tickets"
|
name = "Infinite Tickets and Miranium and Money"
|
||||||
path = "Xenoblade Chronicles X/Mods/BLADE/Infinite Tickets\Miranium\Money"
|
path = "Xenoblade Chronicles X/Mods/BLADE/Infinite Tickets\Miranium\Money"
|
||||||
description = Force the game to read you having a certain amount of tickets, miranium, and money.
|
description = Force the game to read you having a certain amount of tickets, miranium, and money.
|
||||||
#Credits: Intra
|
#Credits: Intra
|
||||||
|
@ -18,18 +18,18 @@ $ticketammount = 0
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
category = Tickets
|
category = Tickets
|
||||||
name = 1000
|
name = 1,000
|
||||||
$ticketammount = 1000
|
$ticketammount = 1000
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
category = Tickets
|
category = Tickets
|
||||||
name = 9999
|
name = 9,999
|
||||||
default = 1
|
default = 1
|
||||||
$ticketammount = 9999
|
$ticketammount = 9999
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
category = Tickets
|
category = Tickets
|
||||||
name = 99999
|
name = 99,999
|
||||||
$ticketammount = 99999
|
$ticketammount = 99999
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
|
@ -39,18 +39,18 @@ $miraniumammount = 0
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
category = Miranium
|
category = Miranium
|
||||||
name = 10000
|
name = 10,000
|
||||||
$miraniumammount = 10000
|
$miraniumammount = 10000
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
category = Miranium
|
category = Miranium
|
||||||
name = 99999
|
name = 99,999
|
||||||
default = 1
|
default = 1
|
||||||
$miraniumammount = 99999
|
$miraniumammount = 99999
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
category = Miranium
|
category = Miranium
|
||||||
name = 999999
|
name = 999,999
|
||||||
$miraniumammount = 999999
|
$miraniumammount = 999999
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
|
@ -60,12 +60,12 @@ $moneyammount = 0
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
category = Money
|
category = Money
|
||||||
name = 10000
|
name = 10,000
|
||||||
$moneyammount = 10000
|
$moneyammount = 10000
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
category = Money
|
category = Money
|
||||||
name = 1000000
|
name = 1,000,000
|
||||||
$moneyammount = 1000000
|
$moneyammount = 1000000
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
|
|
Loading…
Add table
Reference in a new issue