add commas

This commit is contained in:
Intra 2025-02-13 01:49:31 -06:00 committed by GitHub
parent 36d38692f1
commit 0d619a6ed3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]