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:
@@ -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"]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user