remove thief figurine objective (#32413)

* make figurine objective just 1

* remove the objective entirely

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2024-09-27 19:04:22 +00:00
committed by GitHub
parent 4e860952d7
commit 7d4ea967e0
4 changed files with 0 additions and 21 deletions

View File

@@ -17,8 +17,6 @@
- type: Tag
tags:
- Figurine
- type: StealTarget
stealGroup: Figurines
- type: UseDelay
delay: 10
- type: Speech

View File

@@ -63,7 +63,6 @@
StampStealCollectionObjective: 1
DoorRemoteStealCollectionObjective: 1
TechnologyDiskStealCollectionObjective: 1 #rnd
FigurineStealCollectionObjective: 0.3 #service
IDCardsStealCollectionObjective: 1
LAMPStealCollectionObjective: 2 #only for moth

View File

@@ -86,13 +86,6 @@
# Thief Collection
- type: stealTargetGroup
id: Figurines
name: steal-target-groups-figurines
sprite:
sprite: Objects/Fun/figurines.rsi
state: figurine_spawner
- type: stealTargetGroup
id: HeadCloak
name: steal-target-groups-heads-cloaks

View File

@@ -53,17 +53,6 @@
# Collections
- type: entity
parent: BaseThiefStealCollectionObjective
id: FigurineStealCollectionObjective
components:
- type: StealCondition
stealGroup: Figurines
minCollectionSize: 10
maxCollectionSize: 18 #will be limited to the number of figures on the station anyway.
- type: Objective
difficulty: 0.25
- type: entity
parent: BaseThiefStealCollectionObjective
id: HeadCloakStealCollectionObjective