Adds T-ray spawn chance to lockers, toolboxes and to youtool vendor (#5786)

This commit is contained in:
Peptide90
2021-12-14 20:21:41 +00:00
committed by GitHub
parent d75b384213
commit ba5f2331c6
3 changed files with 9 additions and 4 deletions

View File

@@ -34,6 +34,8 @@
- id: Wirecutter
- id: CableApcStack
- id: CableMVStack
- id: trayScanner
prob: 0.9
- id: ClothingHandsGlovesColorYellow
prob: 0.05
orGroup: GlovesOrWires
@@ -70,4 +72,4 @@
prob: 0.05
orGroup: CupOrGold
- id: IngotGold
orGroup: CupOrGold
orGroup: CupOrGold

View File

@@ -21,6 +21,8 @@
prob: 0.7
- id: Multitool
prob: 0.2
- id: trayScanner
prob: 0.7
- id: ClothingBeltUtility
prob: 0.2
- id: ClothingHandsGlovesColorYellow
@@ -95,4 +97,4 @@
- type: entity
id: ClosetRadiationSuitFilled
parent: ClosetRadiationSuit
suffix: Filled
suffix: Filled

View File

@@ -1,4 +1,4 @@
- type: vendingMachineInventory
- type: vendingMachineInventory
id: YouToolInventory
name: YouTool
animationDuration: 1.1
@@ -10,4 +10,5 @@
Wirecutter: 5
Wrench: 5
Screwdriver: 5
ClothingHandsGlovesColorYellowBudget: 5
trayScanner: 5
ClothingHandsGlovesColorYellowBudget: 5