- id: ClothingMaskMime
- id: ClothingShoesClown
- id: ClothingUniformJumpskirtJanimaid
+ - id: ClothingNeckCloakVoid
- id: RevolverCapGun
- type: entity
interfaces:
- key: enum.ChameleonUiKey.Key
type: ChameleonBoundUserInterface
+
+- type: entity
+ parent: ClothingHandsChameleon
+ id: ClothingHandsChameleonThief
+ suffix: Chameleon, Thieving
+ components:
+ - type: Thieving
+ stripTimeReduction: 2
+ stealthy: true
\ No newline at end of file
toggleable-clothing: !type:ContainerSlot {}
- type: TypingIndicatorClothing
proto: moth
+
+- type: entity
+ parent: ClothingNeckBase
+ id: ClothingNeckCloakVoid
+ name: void cloak
+ description: A cloak of darkness. For those who have gone to the dark side of the force.
+ components:
+ - type: Sprite
+ sprite: Clothing/Neck/Cloaks/void.rsi
+ - type: TypingIndicatorClothing
+ proto: alien
\ No newline at end of file
- ClothingNeckCloakTrans
- ClothingNeckCloakAdmin
- ClothingNeckCloakMoth
+ - ClothingNeckCloakVoid
- ClothingNeckCloakGoliathCloak
- ToySkeleton
- Basketball
- ToyFigurineRatServant
- ToyFigurineMouse
- ToyFigurineHamlet
+ - ToyFigurineThief
chance: 0.90
offset: 0.2
layers:
- state: crypt_rusted
- state: pirate_label
-
components:
- type: Sprite
state: skeletonprize
+
+- type: entity
+ parent: BaseFigurine
+ id: ToyFigurineThief
+ name: thief character figure
+ description: Hiding in the shadows...
+ components:
+ - type: Sprite
+ state: thiefcharacter
- type: ItemSlots
slots:
cell_slot:
- name: power-cell-slot-component-slot-name-default
\ No newline at end of file
+ name: power-cell-slot-component-slot-name-default
+
+- type: entity
+ id: SpyCrewMonitor
+ name: Spy Monitor
+ description: A spy device capable of connecting to crew monitoring servers.
+ parent: HandheldCrewMonitor
+ components:
+ - type: Sprite
+ sprite: Objects/Tools/spy_device.rsi
+ state: icon
+ - type: Item
+ sprite: Objects/Tools/spy_device.rsi
+ - type: PowerCellDraw
+ useRate: 40 #Should be weaker than the original
+
+- type: entity
+ id: SpyCrewMonitorEmpty
+ parent: SpyCrewMonitor
+ suffix: Empty
+ components:
+ - type: ItemSlots
+ slots:
+ cell_slot:
+ name: power-cell-slot-component-slot-name-default
+
\ No newline at end of file
sprite: Structures/Storage/Crates/trashcart_jani.rsi
- type: AccessReader
access: [["Janitor"]]
+
+- type: entity
+ parent: CrateBaseWeldable
+ id: InvisibleCrate
+ suffix: Stealth
+ components:
+ - type: Stealth
+ hadOutline: true
+ - type: StealthOnMove
+ passiveVisibilityRate: -0.10
+ movementVisibilityRate: 0.10
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from TGstation at commit https://github.com/tgstation/tgstation/commit/8b1ffd1e49a2d30a0aab63264106a3ec0e07f415",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-NECK",
+ "directions": 4,
+ "delays": [
+ [
+ 0.1,
+ 0.1,
+ 0.1,
+ 0.5
+ ],
+ [
+ 0.1,
+ 0.1,
+ 0.1,
+ 0.5
+ ],
+ [
+ 0.1,
+ 0.1,
+ 0.1,
+ 0.5
+ ],
+ [
+ 0.1,
+ 0.1,
+ 0.1,
+ 0.5
+ ]
+ ]
+ }
+ ]
+}
\ No newline at end of file
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Sprites made by Flareguy for Space Station 14. Griffinprize, skeletonprize, and owlprize taken from /tg/station at commit https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Figurine_spawner sprite made using parts found in spawner_icons.dmi from Paradise Station at commit https://github.com/ParadiseSS13/Paradise/commit/813f0a3ae556d86dddd7c4ef93a52880de8d2e37. Head sprites excluding Captain, Medical exluding doctor, non-human excluding queen and slime, and service jobs excluding librarian done by tacobeller and holoclown done by brainfood1183.",
+ "copyright": "Sprites made by Flareguy for Space Station 14. Griffinprize, skeletonprize, thiefcharacter and owlprize taken from /tg/station at commit https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Figurine_spawner sprite made using parts found in spawner_icons.dmi from Paradise Station at commit https://github.com/ParadiseSS13/Paradise/commit/813f0a3ae556d86dddd7c4ef93a52880de8d2e37. Head sprites excluding Captain, Medical exluding doctor, non-human excluding queen and slime, and service jobs excluding librarian done by tacobeller and holoclown done by brainfood1183.",
"size": {
"x": 32,
"y": 32
{
"name": "fig_box_unfolded"
},
+ {
+ "name": "thiefcharacter"
+ },
{
"name": "figurine_spawner"
}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-3.0",
+ "copyright": "Created by TheShuEd(Github) for SS14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon",
+ "delays": [
+ [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ ]
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}