Skip to content

Commit

Permalink
reduces loot spawning quantity and chance (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 authored Oct 18, 2024
1 parent 8a14d6f commit f703b91
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 48 deletions.
96 changes: 48 additions & 48 deletions Resources/Prototypes/_Nuclear14/Catalog/Fills/storage_fills_rp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,28 +352,28 @@
orGroup: Currency
amount: 1
maxAmount: 25
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.7
orGroup: Currency
amount: 1
maxAmount: 25
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Ammunition
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Clothing
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Junk
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Consumables
amount: 1
maxAmount: 1
Expand Down Expand Up @@ -1119,28 +1119,28 @@
orGroup: Currency
amount: 1
maxAmount: 25
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Currency
amount: 1
maxAmount: 25
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Ammunition
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Clothing
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Junk
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Consumables
amount: 1
maxAmount: 1
Expand Down Expand Up @@ -1681,33 +1681,33 @@
orGroup: Currency
amount: 1
maxAmount: 25
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Currency
amount: 1
maxAmount: 25
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Ammunition
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Clothing
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Junk
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Consumables
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Tools
amount: 1
maxAmount: 1
Expand Down Expand Up @@ -2104,28 +2104,28 @@
orGroup: Currency
amount: 1
maxAmount: 25
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Currency
amount: 1
maxAmount: 25
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Ammunition
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Clothing
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Junk
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Consumables
amount: 1
maxAmount: 1
Expand Down Expand Up @@ -2470,18 +2470,18 @@
- id: N14ClothingBootsFire
prob: 0.07
orGroup: Clothing
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Ammunition
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Clothing
amount: 1
maxAmount: 1
- id: Null
prob: 0.5
- id: N14EmptySlot
prob: 0.75
orGroup: Consumables
amount: 1
maxAmount: 1
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/_Nuclear14/Entities/Objects/debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#MARK: Holotapes
- type: entity
parent: BaseItem
id: N14EmptySlot
noSpawn: true
components:
- type: Sprite
sprite: _Nuclear14/Objects/Misc/tapes_cards.rsi
state: holotape_black
scale: 0.75, 0.75
- type: TimedDespawn
lifetime: 1

0 comments on commit f703b91

Please sign in to comment.