Skip to content

Commit

Permalink
New personal item: Jotty's Pet Rock 'Bobby' (space-wizards#83)
Browse files Browse the repository at this point in the history
* Initial commit to create draft. Not complete.

* Commit and ready for full PR.

* Change attribution

---------

Co-authored-by: TsjipTsjip <[email protected]>
  • Loading branch information
Tych0theSynth and TsjipTsjip authored Jul 19, 2024
1 parent 7955542 commit 9e04bcd
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Resources/Prototypes/_Umbra/Entities/Objects/Fun/bobby.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- type: entity
name: Bobby
parent: BaseItem
id: PetRockBobby
description: "Is Bobby!!"
suffix: PersonalItem
components:
- type: Sprite
sprite: _Umbra/Objects/Fun/bobby.rsi
state: bobby
- type: Item
size: Small
sprite: _Umbra/Objects/Fun/bobby.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,20 @@
back:
- ClothingHeadHatRainbowFlowerJasmi

# Jotty's Pet Rock
- type: loadout
id: PetRockBobby
equipment: PetRockBobby
effects:
- !type:PersonalItemLoadoutEffect
character: Joetta-Beedell

- type: startingGear
id: PetRockBobby
storage:
back:
- PetRockBobby

# Jasmi's Deeja-Wujeeta plushie
- type: loadout
id: PlushieDeeja
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/_Umbra/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- ClothingHeadHatRainbowFlowerJasmi
- ClothingHeadBorgsBeret
- ClothingNeckBorgsScarf
- PetRockBobby

# Personal items specialised for Warden
- type: loadoutGroup
Expand Down Expand Up @@ -60,6 +61,7 @@
- ClothingHeadHatRainbowFlowerJasmi
- ClothingHeadBorgsBeret
- ClothingNeckBorgsScarf
- PetRockBobby

# Personal items specialised for Detective
- type: loadoutGroup
Expand Down Expand Up @@ -88,3 +90,4 @@
- ClothingHeadHatRainbowFlowerJasmi
- ClothingHeadBorgsBeret
- ClothingNeckBorgsScarf
- PetRockBobby
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Resources/Textures/_Umbra/Objects/Fun/bobby.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/ParadiseSS13/Paradise/commit/2882ed8e1c4b2d6b059973004db40704055d7684, customised by Tych0theSynth",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "bobby",
"delays": [
[
120,
120,
120
]
]
}
]
}

0 comments on commit 9e04bcd

Please sign in to comment.