-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Silvia the snake, a pet for CMO (#1488)
* Adds Silvia the snake, a pet for CMO * yeet extra line * tweaks to attack rate and butcher products * fix copy/paste typo * Add Silvia meat --------- Co-authored-by: Velcroboy <[email protected]>
- Loading branch information
1 parent
889a25a
commit 0d4d9cc
Showing
11 changed files
with
208 additions
and
2 deletions.
There are no files selected for viewing
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
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
12 changes: 12 additions & 0 deletions
12
Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/meat.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,12 @@ | ||
- type: entity | ||
parent: FoodMeatSnake | ||
id: FoodMeatSnakeSilvia | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
reagents: | ||
- ReagentId: UncookedAnimalProteins | ||
Quantity: 8 | ||
- ReagentId: Omnizine | ||
Quantity: 8 |
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
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.
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,34 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Sprited by Nimfar11 (Github) for Space Station 14, re-shaded by Velcroboy for Delta V ", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "silvia", | ||
"directions": 4, | ||
"delays": [ | ||
[0.3,0.2,0.2,0.4,0.2,0.2,0.3], | ||
[0.3,0.2,0.2,0.4,0.2,0.2,0.3], | ||
[0.3,0.2,0.2,0.4,0.2,0.2,0.3], | ||
[0.3,0.2,0.2,0.4,0.2,0.2,0.3] | ||
] | ||
}, | ||
{ | ||
"name": "glow", | ||
"directions": 4, | ||
"delays": [ | ||
[0.3,0.2,0.2,0.4,0.2,0.2,0.3], | ||
[0.3,0.2,0.2,0.4,0.2,0.2,0.3], | ||
[0.3,0.2,0.2,0.4,0.2,0.2,0.3], | ||
[0.3,0.2,0.2,0.4,0.2,0.2,0.3] | ||
] | ||
}, | ||
{ | ||
"name": "dead_silvia" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.