Upstream fixes (#664)
* fix weird name saving * fix item status * Fix single-user BUIs erroneously closing (#28375) (cherry picked from commit 08952b467d9b2b2db85cb9ebb4e8b628c0145716) * fix meatyore shop * possible playtime fix * fixes --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -221,8 +221,17 @@
|
||||
type: SpellSelectorBUI
|
||||
enum.CultEmpowerRemoveUiKey.Key:
|
||||
type: SpellRemoverBUI
|
||||
enum.StoreUiKey.Key:
|
||||
type: StoreBoundUserInterface
|
||||
# WD-EDIT END
|
||||
- type: Puller
|
||||
# WD edit start
|
||||
- type: Store
|
||||
preset: StorePresetMeatyOre
|
||||
balance:
|
||||
MeatyOreCoin: 0
|
||||
- type: IgnorBUIInteractionRange # Oleg kryt
|
||||
# WD edit end
|
||||
- type: Butcherable
|
||||
butcheringType: Spike # TODO human.
|
||||
spawned:
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
materials:
|
||||
Steel: 250
|
||||
Plastic: 100
|
||||
|
||||
|
||||
- type: latheRecipe
|
||||
id: WeaponLaserCarbine
|
||||
result: WeaponLaserCarbine
|
||||
@@ -390,6 +390,30 @@
|
||||
materials:
|
||||
Steel: 120
|
||||
|
||||
- type: latheRecipe # WD
|
||||
id: MagazineShotgun
|
||||
result: MagazineShotgun
|
||||
category: Ammo
|
||||
completetime: 5
|
||||
materials:
|
||||
Steel: 300
|
||||
|
||||
- type: latheRecipe # WD
|
||||
id: MagazineShotgunSlug
|
||||
result: MagazineShotgunSlug
|
||||
category: Ammo
|
||||
completetime: 5
|
||||
materials:
|
||||
Steel: 300
|
||||
|
||||
- type: latheRecipe # WD
|
||||
id: MagazinePistolCaselessRifle
|
||||
result: MagazinePistolCaselessRifle
|
||||
category: Ammo
|
||||
completetime: 5
|
||||
materials:
|
||||
Steel: 300
|
||||
|
||||
- type: latheRecipe
|
||||
id: ShellShotgunIncendiary
|
||||
result: ShellShotgunIncendiary
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
currencyWhitelist:
|
||||
- MeatyOreCoin
|
||||
|
||||
# This is unused now
|
||||
- type: entity
|
||||
id: StoreMeatyOreEntity
|
||||
name: ThisIsDumb
|
||||
@@ -32,5 +33,4 @@
|
||||
interfaces:
|
||||
enum.StoreUiKey.Key:
|
||||
type: StoreBoundUserInterface
|
||||
range: -1
|
||||
- type: IgnorBUIInteractionRange
|
||||
|
||||
Reference in New Issue
Block a user