More events (#6894)
* Implements bureaucratic error and random sentience. * Adds the Vent Critters event. * bug moment * forgot ignores. * undo something i included in the PR by mistake. * address review
This commit is contained in:
@@ -42,6 +42,8 @@
|
||||
successChance: 0.2
|
||||
interactSuccessString: petting-success-soft-floofy
|
||||
interactFailureString: petting-failure-bat
|
||||
- type: SentienceTarget
|
||||
flavorKind: organic
|
||||
|
||||
- type: entity
|
||||
name: bee
|
||||
@@ -546,13 +548,8 @@
|
||||
components:
|
||||
- type: NameIdentifier
|
||||
group: Monkey
|
||||
- type: GhostTakeoverAvailable
|
||||
makeSentient: true
|
||||
name: monkey
|
||||
description: Ook ook!
|
||||
rules: |
|
||||
Being a monkey does NOT give you a free pass to kill, RDM or self-antag.
|
||||
|
||||
- type: SentienceTarget
|
||||
flavorKind: primate
|
||||
- type: Sprite
|
||||
drawdepth: Mobs
|
||||
layers:
|
||||
@@ -938,6 +935,19 @@
|
||||
interactSuccessString: petting-success-tarantula
|
||||
interactFailureString: petting-failure-generic
|
||||
|
||||
- type: entity
|
||||
name: tarantula
|
||||
parent: MobGiantSpider
|
||||
id: MobGiantSpiderAngry
|
||||
components:
|
||||
- type: AiFactionTag
|
||||
factions:
|
||||
- Xeno
|
||||
- type: UtilityAI
|
||||
behaviorSets:
|
||||
- Idle
|
||||
- UnarmedAttackHostiles
|
||||
|
||||
- type: entity
|
||||
name: possum
|
||||
parent: SimpleMobBase
|
||||
|
||||
@@ -45,6 +45,8 @@
|
||||
- type: Grammar
|
||||
attributes:
|
||||
gender: epicene
|
||||
- type: SentienceTarget
|
||||
flavorKind: corgi
|
||||
|
||||
- type: entity
|
||||
name: corrupted corgi
|
||||
|
||||
@@ -55,7 +55,8 @@
|
||||
- type: ApcPowerReceiver
|
||||
powerLoad: 200
|
||||
priority: Low
|
||||
|
||||
- type: SentienceTarget
|
||||
flavorKind: mechanical
|
||||
|
||||
- type: entity
|
||||
parent: VendingMachine
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
- type: Construction
|
||||
graph: GasUnary
|
||||
node: ventpump
|
||||
- type: VentCritterSpawnLocation
|
||||
|
||||
- type: entity
|
||||
parent: GasUnaryBase
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: job
|
||||
id: Quartermaster
|
||||
name: "quartermaster"
|
||||
head: true
|
||||
startingGear: QuartermasterGear
|
||||
departments:
|
||||
- Cargo
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: job
|
||||
id: HeadOfPersonnel
|
||||
name: "head of personnel"
|
||||
head: true
|
||||
startingGear: HoPGear
|
||||
departments:
|
||||
- Command
|
||||
|
||||
Reference in New Issue
Block a user