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
|
proper: true
|
||||||
gender: male
|
gender: male
|
||||||
# - type: AlwaysRevolutionaryConvertible
|
# - type: AlwaysRevolutionaryConvertible
|
||||||
|
- type: StealTarget
|
||||||
|
stealGroup: AnimalTropico
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user