Rename credits to spacebucks & integrate with cargo (#9119)

This commit is contained in:
Kara
2022-06-24 07:43:44 -07:00
committed by GitHub
parent 5e8f3037c6
commit 732400e0f6
8 changed files with 16 additions and 20 deletions

View File

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

View File

@@ -1,7 +1,7 @@
- type: entity
parent: BaseItem
id: SpaceCash
name: credit
name: spacebucks
description: You gotta have money.
components:
- type: Material
@@ -44,21 +44,20 @@
- type: material
id: Credit
name: credit
name: spacebuck
stack: Credit
icon: /Textures/Objects/Economy/cash.rsi/cash.png
price: 1
- type: stack
id: Credit
name: credit
name: spacebuck
icon: /Textures/Objects/Economy/cash.rsi/cash.png
spawn: SpaceCash
- type: entity
parent: SpaceCash
id: SpaceCash10
name: credit
suffix: 10
components:
- type: Icon
@@ -70,7 +69,6 @@
- type: entity
parent: SpaceCash
id: SpaceCash100
name: credit
suffix: 100
components:
- type: Icon
@@ -82,7 +80,6 @@
- type: entity
parent: SpaceCash
id: SpaceCash500
name: credit
suffix: 500
components:
- type: Icon
@@ -94,7 +91,6 @@
- type: entity
parent: SpaceCash
id: SpaceCash1000
name: credit
suffix: 1000
components:
- type: Icon
@@ -106,7 +102,6 @@
- type: entity
parent: SpaceCash
id: SpaceCash1000000
name: credit
suffix: 1000000
components:
- type: Icon