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:
committed by
GitHub
parent
97b1ef3e1d
commit
49057ace7e
@@ -807,3 +807,5 @@
|
||||
proper: true
|
||||
gender: male
|
||||
# - type: AlwaysRevolutionaryConvertible
|
||||
- type: StealTarget
|
||||
stealGroup: AnimalTropico
|
||||
|
||||
@@ -120,6 +120,7 @@
|
||||
ShivaStealObjective: 1
|
||||
SmileStealObjective: 1
|
||||
PunPunStealObjective: 1
|
||||
TropicoStealObjective: 1
|
||||
|
||||
- type: weightedRandom
|
||||
id: ThiefObjectiveGroupEscape
|
||||
|
||||
@@ -413,3 +413,10 @@
|
||||
sprite:
|
||||
sprite: Mobs/Animals/monkey.rsi
|
||||
state: monkey
|
||||
|
||||
- type: stealTargetGroup
|
||||
id: AnimalTropico
|
||||
name: Tropico
|
||||
sprite:
|
||||
sprite: Mobs/Animals/crab.rsi
|
||||
state: crab
|
||||
|
||||
@@ -593,6 +593,18 @@
|
||||
- type: Objective
|
||||
difficulty: 2
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: BaseThiefStealAnimalObjective
|
||||
id: TropicoStealObjective
|
||||
components:
|
||||
- type: NotJobRequirement
|
||||
job: AtmosphericTechnician
|
||||
- type: StealCondition
|
||||
stealGroup: AnimalTropico
|
||||
- type: Objective
|
||||
difficulty: 1
|
||||
|
||||
# Escape
|
||||
|
||||
- type: entity
|
||||
|
||||
Reference in New Issue
Block a user