mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 06:49:28 -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]
|
||||
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
||||
name = "Infinite Tickets"
|
||||
name = "Infinite Tickets and Miranium and 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.
|
||||
#Credits: Intra
|
||||
|
@ -18,18 +18,18 @@ $ticketammount = 0
|
|||
|
||||
[Preset]
|
||||
category = Tickets
|
||||
name = 1000
|
||||
name = 1,000
|
||||
$ticketammount = 1000
|
||||
|
||||
[Preset]
|
||||
category = Tickets
|
||||
name = 9999
|
||||
name = 9,999
|
||||
default = 1
|
||||
$ticketammount = 9999
|
||||
|
||||
[Preset]
|
||||
category = Tickets
|
||||
name = 99999
|
||||
name = 99,999
|
||||
$ticketammount = 99999
|
||||
|
||||
[Preset]
|
||||
|
@ -39,18 +39,18 @@ $miraniumammount = 0
|
|||
|
||||
[Preset]
|
||||
category = Miranium
|
||||
name = 10000
|
||||
name = 10,000
|
||||
$miraniumammount = 10000
|
||||
|
||||
[Preset]
|
||||
category = Miranium
|
||||
name = 99999
|
||||
name = 99,999
|
||||
default = 1
|
||||
$miraniumammount = 99999
|
||||
|
||||
[Preset]
|
||||
category = Miranium
|
||||
name = 999999
|
||||
name = 999,999
|
||||
$miraniumammount = 999999
|
||||
|
||||
[Preset]
|
||||
|
@ -60,12 +60,12 @@ $moneyammount = 0
|
|||
|
||||
[Preset]
|
||||
category = Money
|
||||
name = 10000
|
||||
name = 10,000
|
||||
$moneyammount = 10000
|
||||
|
||||
[Preset]
|
||||
category = Money
|
||||
name = 1000000
|
||||
name = 1,000,000
|
||||
$moneyammount = 1000000
|
||||
|
||||
[Preset]
|
||||
|
|
Loading…
Add table
Reference in a new issue