Adds Syndicate Crate (#18497)

* Retextures surplus crates.

* Adds locale name+desc.

* Removes period from ent names.
This commit is contained in:
Hyenh
2023-08-01 03:28:15 +07:00
committed by GitHub
parent 64e6d346d6
commit ede3e89851
10 changed files with 56 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
ent-CrateSyndicate = Syndicate crate
.desc = A dark steel crate with red bands and a letter S embossed on the front.
ent-CrateSyndicateSurplusBundle = Syndicate surplus crate
.desc = Contains 50 telecrystals worth of completely random Syndicate items. It can be useless junk or really good.
ent-CrateSyndicateSuperSurplusBundle = Syndicate super surplus crate.
ent-CrateSyndicateSuperSurplusBundle = Syndicate super surplus crate
.desc = Contains 125 telecrystals worth of completely random Syndicate items.

View File

@@ -1,13 +1,13 @@
- type: entity
id: CrateSyndicateSurplusBundle
parent: CrateGenericSteel
parent: CrateSyndicate
components:
- type: SurplusBundle
totalPrice: 50
- type: entity
id: CrateSyndicateSuperSurplusBundle
parent: CrateGenericSteel
parent: CrateSyndicate
components:
- type: SurplusBundle
totalPrice: 125

View File

@@ -482,3 +482,13 @@
- type: Icon
sprite: Structures/Storage/Crates/stone_grave.rsi
state: base
- type: entity
parent: CrateBaseWeldable
id: CrateSyndicate
components:
- type: Icon
sprite: Structures/Storage/Crates/syndicate.rsi
- type: Sprite
sprite: Structures/Storage/Crates/syndicate.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 816 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 914 B

View File

@@ -0,0 +1,39 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Hyenh#6078 (313846233099927552)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "base"
},
{
"name": "closed"
},
{
"name": "open"
},
{
"name": "welded"
},
{
"name": "sparking",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B