ghost-role-information-slimes-description = An ordinary slime with no special needs or interests. He just lives.
ghost-role-information-angry-slimes-description = Everything around you irritates your instincts, destroy them!
+ghost-role-information-punpun-name = Pun Pun
+ghost-role-information-punpun-description = An honorable member of the monkey society in charge of the bar and helping the bartenders in any way he can.
+
ghost-role-information-xeno-name = Xeno
ghost-role-information-xeno-description = You are a xeno, co-operate with your hive to kill all crewmembers!
ghost-role-information-xeno-rules = You are an antagonist, smack, slash, and wack!
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/bartender.rsi
+- type: entity
+ parent: ClothingUniformBase
+ id: ClothingUniformJumpsuitJacketMonkey
+ name: bartender's jacket monkey
+ description: A decent jacket, for a decent monkey.
+ components:
+ - type: Sprite
+ sprite: Clothing/Uniforms/Jumpsuit/punpun.rsi
+ - type: Clothing
+ sprite: Clothing/Uniforms/Jumpsuit/punpun.rsi
+
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitBartenderPurple
- type: ConditionalSpawner
prototypes:
- MobAdultSlimesYellowAngry
+
+- type: entity
+ name: Pun Pun Spawner
+ id: SpawnMobMonkeyPunpun
+ parent: MarkerBase
+ components:
+ - type: Sprite
+ layers:
+ - state: green
+ - state: monkey
+ sprite: Mobs/Animals/monkey.rsi
+ - type: ConditionalSpawner
+ prototypes:
+ - MobMonkeyPunpun
- type: GhostTakeoverAvailable
- type: Loadout
prototypes: [ BoxingKangarooGear ]
+
+- type: entity
+ name: Pun Pun
+ parent: MobMonkey
+ id: MobMonkeyPunpun
+ description: A prominent representative of monkeys with unlimited access to alcohol.
+ components:
+ - type: GhostRole
+ makeSentient: true
+ allowSpeech: true
+ allowMovement: true
+ name: ghost-role-information-punpun-name
+ description: ghost-role-information-punpun-description
+ - type: GhostTakeoverAvailable
+ - type: Butcherable
+ butcheringType: Spike
+ spawned:
+ - id: FoodMeat
+ amount: 3
+ - id: DrinkTequilaBottleFull
+ amount: 1
+ - type: Tag
+ tags:
+ - CannotSuicide
+ - DoorBumpOpener
+ - type: Loadout
+ prototypes: [ MobMonkeyGear ]
id: BoxingKangarooGear
equipment:
gloves: ClothingHandsGlovesBoxingBlue
+
+- type: startingGear
+ id: MobMonkeyGear
+ equipment:
+ head: ClothingHeadHatTophat
+ jumpsuit: ClothingUniformJumpsuitJacketMonkey
+ id: BartenderPDA
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by Newty (github) for ss14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-INNERCLOTHING-monkey",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}