Adds Syndicate Crate (#18497)
* Retextures surplus crates. * Adds locale name+desc. * Removes period from ent names.
This commit is contained in:
@@ -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
|
ent-CrateSyndicateSurplusBundle = Syndicate surplus crate
|
||||||
.desc = Contains 50 telecrystals worth of completely random Syndicate items. It can be useless junk or really good.
|
.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.
|
.desc = Contains 125 telecrystals worth of completely random Syndicate items.
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: CrateSyndicateSurplusBundle
|
id: CrateSyndicateSurplusBundle
|
||||||
parent: CrateGenericSteel
|
parent: CrateSyndicate
|
||||||
components:
|
components:
|
||||||
- type: SurplusBundle
|
- type: SurplusBundle
|
||||||
totalPrice: 50
|
totalPrice: 50
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateSyndicateSuperSurplusBundle
|
id: CrateSyndicateSuperSurplusBundle
|
||||||
parent: CrateGenericSteel
|
parent: CrateSyndicate
|
||||||
components:
|
components:
|
||||||
- type: SurplusBundle
|
- type: SurplusBundle
|
||||||
totalPrice: 125
|
totalPrice: 125
|
||||||
|
|||||||
@@ -482,3 +482,13 @@
|
|||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Structures/Storage/Crates/stone_grave.rsi
|
sprite: Structures/Storage/Crates/stone_grave.rsi
|
||||||
state: base
|
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 |
@@ -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 |
Reference in New Issue
Block a user