Rename spacebucks to spesos (#18805)

This commit is contained in:
Kara
2023-08-06 22:43:34 -07:00
committed by GitHub
parent fff7fda676
commit afead24f1e
10 changed files with 32 additions and 32 deletions

View File

@@ -73,11 +73,11 @@ public sealed class PricingSystem : EntitySystem
mostValuable.Pop();
});
shell.WriteLine($"Grid {gid} appraised to {value} spacebucks.");
shell.WriteLine($"Grid {gid} appraised to {value} spesos.");
shell.WriteLine($"The top most valuable items were:");
foreach (var (price, ent) in mostValuable)
{
shell.WriteLine($"- {ToPrettyString(ent)} @ {price} spacebucks");
shell.WriteLine($"- {ToPrettyString(ent)} @ {price} spesos");
}
}
}

View File

@@ -92,7 +92,7 @@ barsign-prototype-description-emprah = Enjoyed by fanatics, heretics, and brain-
## Spacebucks
barsign-prototype-name-spacebucks = Spacebucks
barsign-prototype-description-spacebucks = You can't get away from them, even in space.
barsign-prototype-description-spacebucks = You can't get away from them, even in space, and even after we started calling them 'spesos' instead.
## EmpBarSign
barsign-prototype-description-empbarsign = Something has gone very wrong.

View File

@@ -4,7 +4,7 @@ cargo-console-menu-account-name-label = Account name:{" "}
cargo-console-menu-account-name-none-text = None
cargo-console-menu-shuttle-name-label = Shuttle name:{" "}
cargo-console-menu-shuttle-name-none-text = None
cargo-console-menu-points-label = Spacebucks:{" "}
cargo-console-menu-points-label = Spesos:{" "}
cargo-console-menu-points-amount = ${$amount}
cargo-console-menu-shuttle-status-label = Shuttle status:{" "}
cargo-console-menu-shuttle-status-away-text = Away

View File

@@ -1,3 +1,3 @@
price-gun-pricing-result = The device deems {THE($object)} to be worth {$price} spacebucks.
price-gun-pricing-result = The device deems {THE($object)} to be worth {$price} spesos.
price-gun-verb-text = Appraisal
price-gun-verb-message = Appraise {THE($object)}.

View File

@@ -2,9 +2,9 @@
pirates-description = A group of privateers has approached your lowly station. Hostile or not, their sole goal is to end the round with as many knicknacks on their ship as they can get.
pirates-no-ship = Through unknown circumstances, the privateer's ship was completely and utterly destroyed. No score.
pirates-final-score = The privateers successfully obtained {$score} spacebucks worth
pirates-final-score-2 = of knicknacks, with a total of {$finalPrice} spacebucks.
pirates-final-score = The privateers successfully obtained {$score} spesos worth
pirates-final-score-2 = of knicknacks, with a total of {$finalPrice} spesos.
pirates-list-start = The privateers were:
pirates-most-valuable = The most valuable stolen items were:
pirates-stolen-item-entry = {$entity} ({$credits} spacebucks)
pirates-stolen-item-entry = {$entity} ({$credits} spesos)
pirates-stole-nothing = - The pirates stole absolutely nothing at all. Point and laugh.

View File

@@ -27,7 +27,7 @@
id: BriefcaseSyndieLobbyingBundleFilled
name: brown briefcase
parent: BriefcaseSyndie
suffix: Filled, Spacebucks
suffix: Filled, Spesos
components:
- type: StorageFill
contents:

View File

@@ -167,7 +167,7 @@
id: WardrobeCargoFilled
suffix: Filled
parent: WardrobeCargo
description: "This locker? Maybe 500 spacebucks. Brotherhood? Priceless."
description: "This locker? Maybe 500 spesos. Brotherhood? Priceless."
components:
- type: StorageFill
contents:

View File

@@ -1,7 +1,7 @@
- type: entity
parent: BaseItem
id: SpaceCash
name: spacebucks
name: spesos
description: You gotta have money.
components:
- type: Material
@@ -42,14 +42,14 @@
- type: material
id: Credit
name: spacebuck
name: speso
stackEntity: SpaceCash
icon: { sprite: /Textures/Objects/Economy/cash.rsi, state: cash }
price: 1
- type: stack
id: Credit
name: spacebuck
name: speso
icon: { sprite: /Textures/Objects/Economy/cash.rsi, state: cash }
spawn: SpaceCash

View File

@@ -251,7 +251,7 @@
parent: BaseBarSign
id: BarSignSpacebucks
name: Spacebucks
description: You can't get away from them, even in space.
description: You can't get away from them, even in space, and even after we started calling them 'spesos' instead.
components:
- type: BarSign
current: Spacebucks

View File

@@ -6,7 +6,7 @@
<Box>
<GuideEntityEmbed Entity="ComputerCargoOrders"/>
</Box>
Every transaction you make will begin at a [color=#a4885c]cargo request computer[/color], from which you can make orders for specific products. Making any order requires [color=#118C4F]spacebucks[/color], the currency of the station. To make an order, click the "request" button next to whatever you need, type an appropriate reason for why you're ordering it, and hit "approve" when it appears below the request list.
Every transaction you make will begin at a [color=#a4885c]cargo request computer[/color], from which you can make orders for specific products. Making any order requires [color=#118C4F]spesos[/color], the currency of the station. To make an order, click the "request" button next to whatever you need, type an appropriate reason for why you're ordering it, and hit "approve" when it appears below the request list.
## Piloting
Orders are shipped to the station via the [color=#a4885c]cargo shuttle[/color], the remotely piloted spacecraft that cargo uses to buy and sell goods. In order to move the shuttle, you must first find the [color=#a4885c]cargo shuttle computer[/color].