Telecrystals (and a bit more ECS) (#4775)
This commit is contained in:
@@ -217,11 +217,33 @@
|
||||
itemId: lanternextrabright
|
||||
price: 2
|
||||
|
||||
#- type: uplinkListing
|
||||
# id: UplinkTelecrystal
|
||||
# category: Misc
|
||||
# itemId: Telecrystal
|
||||
# price: 1
|
||||
- type: uplinkListing
|
||||
id: UplinkTelecrystal
|
||||
category: Misc
|
||||
itemId: Telecrystal1
|
||||
price: 1
|
||||
listingName: telecrystal [1]
|
||||
|
||||
- type: uplinkListing
|
||||
id: UplinkTelecrystal5
|
||||
category: Misc
|
||||
itemId: Telecrystal5
|
||||
price: 5
|
||||
listingName: telecrystal [5]
|
||||
|
||||
- type: uplinkListing
|
||||
id: UplinkTelecrystal10
|
||||
category: Misc
|
||||
itemId: Telecrystal10
|
||||
price: 10
|
||||
listingName: telecrystal [10]
|
||||
|
||||
- type: uplinkListing
|
||||
id: UplinkTelecrystal20
|
||||
category: Misc
|
||||
itemId: Telecrystal
|
||||
price: 20
|
||||
listingName: telecrystal [20]
|
||||
|
||||
# Pointless
|
||||
|
||||
|
||||
42
Resources/Prototypes/Entities/Objects/Specific/syndicate.yml
Normal file
42
Resources/Prototypes/Entities/Objects/Specific/syndicate.yml
Normal file
@@ -0,0 +1,42 @@
|
||||
- type: entity
|
||||
name: telecrystal
|
||||
parent: BaseItem
|
||||
id: Telecrystal
|
||||
suffix: Twenty
|
||||
description: It seems to be pulsing with suspiciously enticing energies.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Syndicate/telecrystal.rsi
|
||||
netsync: false
|
||||
state: telecrystal
|
||||
- type: Item
|
||||
sprite: Objects/Specific/Syndicate/telecrystal.rsi
|
||||
- type: Stack
|
||||
count: 20
|
||||
max: 20
|
||||
stackType: Telecrystal
|
||||
- type: Telecrystal
|
||||
|
||||
- type: entity
|
||||
parent: Telecrystal
|
||||
id: Telecrystal1
|
||||
suffix: Single
|
||||
components:
|
||||
- type: Stack
|
||||
count: 1
|
||||
|
||||
- type: entity
|
||||
parent: Telecrystal
|
||||
id: Telecrystal5
|
||||
suffix: Five
|
||||
components:
|
||||
- type: Stack
|
||||
count: 5
|
||||
|
||||
- type: entity
|
||||
parent: Telecrystal
|
||||
id: Telecrystal10
|
||||
suffix: Ten
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
5
Resources/Prototypes/Stacks/Materials/crystals.yml
Normal file
5
Resources/Prototypes/Stacks/Materials/crystals.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- type: stack
|
||||
id: Telecrystal
|
||||
name: telecrystal
|
||||
icon: Objects/Specific/Syndicate/telecrystal.rsi
|
||||
spawn: Telecrystal1
|
||||
Reference in New Issue
Block a user