Tropico pet added to thief objective pool (#24119)

* git it's the same stop gaslighting yourself

* tropico added to thief objective pool
This commit is contained in:
reverie collection
2024-01-15 04:55:00 -08:00
committed by GitHub
parent 97b1ef3e1d
commit 49057ace7e
4 changed files with 80 additions and 58 deletions

View File

@@ -807,3 +807,5 @@
proper: true proper: true
gender: male gender: male
# - type: AlwaysRevolutionaryConvertible # - type: AlwaysRevolutionaryConvertible
- type: StealTarget
stealGroup: AnimalTropico

View File

@@ -120,6 +120,7 @@
ShivaStealObjective: 1 ShivaStealObjective: 1
SmileStealObjective: 1 SmileStealObjective: 1
PunPunStealObjective: 1 PunPunStealObjective: 1
TropicoStealObjective: 1
- type: weightedRandom - type: weightedRandom
id: ThiefObjectiveGroupEscape id: ThiefObjectiveGroupEscape

View File

@@ -413,3 +413,10 @@
sprite: sprite:
sprite: Mobs/Animals/monkey.rsi sprite: Mobs/Animals/monkey.rsi
state: monkey state: monkey
- type: stealTargetGroup
id: AnimalTropico
name: Tropico
sprite:
sprite: Mobs/Animals/crab.rsi
state: crab

View File

@@ -593,6 +593,18 @@
- type: Objective - type: Objective
difficulty: 2 difficulty: 2
- type: entity
noSpawn: true
parent: BaseThiefStealAnimalObjective
id: TropicoStealObjective
components:
- type: NotJobRequirement
job: AtmosphericTechnician
- type: StealCondition
stealGroup: AnimalTropico
- type: Objective
difficulty: 1
# Escape # Escape
- type: entity - type: entity