Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lAstronautl committed Jul 6, 2024
1 parent 0bb0373 commit d6b466f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 33 deletions.
1 change: 0 additions & 1 deletion Resources/Prototypes/Objectives/objectiveGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
IanStealObjective: 1
BingusStealObjective: 1
McGriffStealObjective: 1
WalterStealObjective: 1
MortyStealObjective: 1
RenaultStealObjective: 1
ShivaStealObjective: 1
Expand Down
40 changes: 8 additions & 32 deletions Resources/Prototypes/Objectives/thief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,25 +54,14 @@

# Collections

- type: entity
parent: BaseThiefStealCollectionObjective
id: FigurineStealCollectionObjective
components:
- type: StealCondition
stealGroup: Figurines
minCollectionSize: 10
maxCollectionSize: 50 #will be limited to the number of figures on the station anyway.
- type: Objective
difficulty: 0.25

- type: entity
parent: BaseThiefStealCollectionObjective
id: HeadCloakStealCollectionObjective
components:
- type: StealCondition
stealGroup: HeadCloak
minCollectionSize: 3
maxCollectionSize: 6
minCollectionSize: 1
maxCollectionSize: 2
- type: Objective
difficulty: 1.5

Expand All @@ -82,8 +71,8 @@
components:
- type: StealCondition
stealGroup: HeadBedsheet
minCollectionSize: 3
maxCollectionSize: 6
minCollectionSize: 1
maxCollectionSize: 2
- type: Objective
difficulty: 1.0

Expand All @@ -93,8 +82,8 @@
components:
- type: StealCondition
stealGroup: Stamp
minCollectionSize: 5
maxCollectionSize: 15
minCollectionSize: 3
maxCollectionSize: 6
- type: Objective
difficulty: 1.0

Expand All @@ -104,8 +93,8 @@
components:
- type: StealCondition
stealGroup: DoorRemote
minCollectionSize: 2
maxCollectionSize: 5
minCollectionSize: 1
maxCollectionSize: 2
- type: Objective
difficulty: 1.5

Expand Down Expand Up @@ -135,8 +124,6 @@
- type: Objective
difficulty: 0.7



- type: entity
parent: BaseThiefStealCollectionObjective
id: LAMPStealCollectionObjective
Expand Down Expand Up @@ -451,17 +438,6 @@
- type: Objective
difficulty: 1

- type: entity
parent: BaseThiefStealAnimalObjective
id: WalterStealObjective
components:
- type: NotJobRequirement
job: Chemist
- type: StealCondition
stealGroup: AnimalWalter
- type: Objective
difficulty: 1

- type: entity
parent: BaseThiefStealAnimalObjective
id: MortyStealObjective
Expand Down

0 comments on commit d6b466f

Please sign in to comment.