Skip to content

Commit

Permalink
Merge pull request #324
Browse files Browse the repository at this point in the history
* rehydrateable balance
  • Loading branch information
dvir001 committed Sep 19, 2023
1 parent 8b85f8b commit 80a1d90
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/monkeycube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
- type: Sprite
sprite: Objects/Misc/monkeycube.rsi
state: box
- type: StaticPrice
price: 20
- type: VendPrice
price: 4500 # Yep, same price as the crate

- type: entity
parent: BaseItem
Expand All @@ -35,6 +39,8 @@
- type: Tag
tags:
- MonkeyCube
- type: StaticPrice
price: 460 # The same price as dead (-20)

- type: entity
parent: BoxCardboard
Expand All @@ -55,6 +61,8 @@
- type: Sprite
sprite: Objects/Misc/monkeycube.rsi
state: box
- type: StaticPrice
price: 0 # Syndicate

- type: entity
parent: BaseItem
Expand All @@ -74,3 +82,5 @@
- type: Tag
tags:
- MonkeyCube
- type: StaticPrice
price: 0 # Syndicate
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
hard: false
layer:
- LowImpassable
- type: StaticPrice
price: 460 # The same price as dead (-20)

- type: entity
parent: PlushieCarp
Expand Down Expand Up @@ -101,6 +103,8 @@
handle: false
sound:
path: /Audio/Effects/bite.ogg
- type: StaticPrice
price: 580 # The same price as dead (-20)

- type: entity
parent: BaseItem
Expand Down Expand Up @@ -160,3 +164,5 @@
hard: false
layer:
- LowImpassable
- type: StaticPrice
price: 0 # Syndicate

0 comments on commit 80a1d90

Please sign in to comment.