Make safes craftable (#32694)

* Made the Armory Gun Safe craftable with 10 steel, 10 plasteel, and 5 LV cables.

* Changed gun safe price to 335, to match the cost of its material components. Changed gun safe to start with no accesses when constructed.

* adress the review

* yeah

* wrah

* test fail is not real

---------

Co-authored-by: Ty Ashley <42426760+TyAshley@users.noreply.github.com>
This commit is contained in:
lzk
2024-12-18 12:26:19 +01:00
committed by GitHub
parent 1c0db473bc
commit 6c925d2c82
4 changed files with 74 additions and 8 deletions

View File

@@ -364,6 +364,20 @@
stateBaseClosed: shotguncase
stateDoorOpen: shotguncase_open
stateDoorClosed: shotguncase_door
- type: AccessReader
- type: Construction
graph: GunSafe
node: done
containers:
- entity_storage
- type: StaticPrice
price: 660
- type: entity
id: GunSafeBaseSecure
parent: GunSafe
suffix: Armory, Locked
components:
- type: AccessReader
access: [["Armory"]]