forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New personal item: Jotty's Pet Rock 'Bobby' (space-wizards#83)
* Initial commit to create draft. Not complete. * Commit and ready for full PR. * Change attribution --------- Co-authored-by: TsjipTsjip <[email protected]>
- Loading branch information
1 parent
7955542
commit 9e04bcd
Showing
5 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
Resources/Prototypes/_Umbra/Entities/Objects/Fun/bobby.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
] | ||
] | ||
} | ||
] | ||
} |