Skip to content

Commit

Permalink
Убираем цели на животных у вора. (Rxup#705)
Browse files Browse the repository at this point in the history
- remove thief animal objectives
  • Loading branch information
CrimeMoot authored Jul 27, 2024
1 parent 071ba88 commit 640ea54
Showing 1 changed file with 95 additions and 95 deletions.
190 changes: 95 additions & 95 deletions Resources/Prototypes/Objectives/thief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
- type: Objective
difficulty: 2 # it's hard to hide

- type: entity
abstract: true
parent: [BaseThiefObjective, BaseStealObjective]
id: BaseThiefStealAnimalObjective
components:
- type: StealCondition
verifyMapExistence: false
checkAlive: true
objectiveNoOwnerText: objective-condition-steal-title-alive-no-owner
descriptionText: objective-condition-thief-animal-description
- type: Objective
difficulty: 2 # it's hard to hide
#- type: entity
# abstract: true
# parent: [BaseThiefObjective, BaseStealObjective]
# id: BaseThiefStealAnimalObjective
# components:
# - type: StealCondition
# verifyMapExistence: false
# checkAlive: true
# objectiveNoOwnerText: objective-condition-steal-title-alive-no-owner
# descriptionText: objective-condition-thief-animal-description
# - type: Objective
# difficulty: 2 # it's hard to hide

# Collections

Expand Down Expand Up @@ -420,89 +420,89 @@

# Animal

- type: entity
parent: BaseThiefStealAnimalObjective
id: IanStealObjective
components:
- type: NotJobRequirement
job: HeadOfPersonnel
- type: StealCondition
stealGroup: AnimalIan
- type: Objective
difficulty: 2.5

- type: entity
parent: BaseThiefStealAnimalObjective
id: BingusStealObjective
components:
- type: StealCondition
stealGroup: AnimalBingus
- type: Objective
difficulty: 1

- type: entity
parent: BaseThiefStealAnimalObjective
id: McGriffStealObjective
components:
- type: NotJobRequirement
job: Detective
- type: StealCondition
stealGroup: AnimalMcGriff
- 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
components:
- type: StealCondition
stealGroup: AnimalMorty
- type: Objective
difficulty: 0.5

- type: entity
parent: BaseThiefStealAnimalObjective
id: RenaultStealObjective
components:
- type: NotJobRequirement
job: Captain
- type: StealCondition
stealGroup: AnimalRenault
- type: Objective
difficulty: 2

- type: entity
parent: BaseThiefStealAnimalObjective
id: ShivaStealObjective
components:
- type: NotJobRequirement
job: SecurityOfficer
- type: StealCondition
stealGroup: AnimalShiva
- type: Objective
difficulty: 2

- type: entity
parent: BaseThiefStealAnimalObjective
id: TropicoStealObjective
components:
- type: NotJobRequirement
job: AtmosphericTechnician
- type: StealCondition
stealGroup: AnimalTropico
- type: Objective
difficulty: 1
#- type: entity
# parent: BaseThiefStealAnimalObjective
# id: IanStealObjective
# components:
# - type: NotJobRequirement
# job: HeadOfPersonnel
# - type: StealCondition
# stealGroup: AnimalIan
# - type: Objective
# difficulty: 2.5

#- type: entity
# parent: BaseThiefStealAnimalObjective
# id: BingusStealObjective
# components:
# - type: StealCondition
# stealGroup: AnimalBingus
# - type: Objective
# difficulty: 1

#- type: entity
# parent: BaseThiefStealAnimalObjective
# id: McGriffStealObjective
# components:
# - type: NotJobRequirement
# job: Detective
# - type: StealCondition
# stealGroup: AnimalMcGriff
# - 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
# components:
# - type: StealCondition
# stealGroup: AnimalMorty
# - type: Objective
# difficulty: 0.5

#- type: entity
# parent: BaseThiefStealAnimalObjective
# id: RenaultStealObjective
# components:
# - type: NotJobRequirement
# job: Captain
# - type: StealCondition
# stealGroup: AnimalRenault
# - type: Objective
# difficulty: 2

#- type: entity
# parent: BaseThiefStealAnimalObjective
# id: ShivaStealObjective
# components:
# - type: NotJobRequirement
# job: SecurityOfficer
# - type: StealCondition
# stealGroup: AnimalShiva
# - type: Objective
# difficulty: 2

#- type: entity
# parent: BaseThiefStealAnimalObjective
# id: TropicoStealObjective
# components:
# - type: NotJobRequirement
# job: AtmosphericTechnician
# - type: StealCondition
# stealGroup: AnimalTropico
# - type: Objective
# difficulty: 1

# Escape

Expand Down

0 comments on commit 640ea54

Please sign in to comment.