Thief hotfix (#22976)
* fixes! * reduced collection amount * omeeeeega * pipup * popup
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
- type: weightedRandom
|
||||
id: ThiefBigObjectiveGroups
|
||||
weights:
|
||||
ThiefObjectiveGroupStructure: 1
|
||||
ThiefObjectiveGroupStructure: 0 #Temporarily disabled until obvious ways to steal structures are added
|
||||
ThiefObjectiveGroupAnimal: 2
|
||||
|
||||
- type: weightedRandom
|
||||
|
||||
@@ -123,8 +123,8 @@
|
||||
job: Scientist
|
||||
- type: StealCondition
|
||||
stealGroup: TechnologyDisk
|
||||
minCollectionSize: 10
|
||||
maxCollectionSize: 20
|
||||
minCollectionSize: 5
|
||||
maxCollectionSize: 15
|
||||
verifyMapExistance: false
|
||||
- type: Objective
|
||||
difficulty: 0.8
|
||||
@@ -136,8 +136,8 @@
|
||||
components:
|
||||
- type: StealCondition
|
||||
stealGroup: IDCard
|
||||
minCollectionSize: 10
|
||||
maxCollectionSize: 20
|
||||
minCollectionSize: 5
|
||||
maxCollectionSize: 15
|
||||
verifyMapExistance: false
|
||||
- type: Objective
|
||||
difficulty: 0.7
|
||||
@@ -150,7 +150,7 @@
|
||||
- type: StealCondition
|
||||
stealGroup: EncryptionKey
|
||||
minCollectionSize: 5
|
||||
maxCollectionSize: 25
|
||||
maxCollectionSize: 15
|
||||
- type: Objective
|
||||
difficulty: 0.7
|
||||
|
||||
@@ -180,7 +180,7 @@
|
||||
- type: StealCondition
|
||||
stealGroup: LAMP
|
||||
minCollectionSize: 1
|
||||
maxCollectionSize: 30
|
||||
maxCollectionSize: 10
|
||||
verifyMapExistance: true
|
||||
- type: Objective
|
||||
difficulty: 0.5 # just for fun, collectings LAMP on Moth
|
||||
|
||||
Reference in New Issue
Block a user