This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
forked from estacaoespacialpirata/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Mothroach init * Removes the petting conflict Conflicts with the picking up and it's just annoying honestly. * Specific sound for it * Fix incorrect .rsi * Mothroach accent * Refix the incorrect .rsi Big brain moment * Lowers density of the little bugger * baseWalkSpeed, nyano tags.yml * Mothroach 3kg * Mothroach takes 3x more space as mouse Just to match the 3x heavier than mouse * Grindable, SmallMob, Moth damage modifier Make the bugger grindable into blood and nutriment Use the normal Moth damage modifier set, meaning they will have the same weakness/resistance Lowers the asphyxiation rate to match mouse better * Delete VentCritters.cs * Update mothroachs to latest changes
- Loading branch information
1 parent
68b1216
commit 0f376e1
Showing
25 changed files
with
258 additions
and
4 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
Binary file not shown.
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
8 changes: 8 additions & 0 deletions
8
Resources/Prototypes/Nyanotrasen/Accents/full_replacements.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,8 @@ | ||
- type: accent | ||
id: mothroach | ||
fullReplacements: | ||
- accent-words-mothroach-1 | ||
- accent-words-mothroach-2 | ||
- accent-words-mothroach-3 | ||
- accent-words-mothroach-4 | ||
- accent-words-mothroach-5 |
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
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 |
---|---|---|
|
@@ -43,4 +43,5 @@ | |
- MobLizard | ||
- MobSlug | ||
- MobFrog | ||
- MobMothroach | ||
rareChance: 0.15 |
18 changes: 18 additions & 0 deletions
18
Resources/Prototypes/Nyanotrasen/Recipes/Crafting/Graphs/mothplushie.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,18 @@ | ||
- type: constructionGraph | ||
id: MoffPlushie | ||
start: start | ||
graph: | ||
- node: start | ||
edges: | ||
- to: plush | ||
steps: | ||
- tag: MothroachHide | ||
icon: | ||
sprite: Nyanotrasen/Objects/Materials/mothroach.rsi | ||
state: mothroachhide | ||
name: mothroach hide | ||
- material: Cloth | ||
amount: 3 | ||
doAfter: 5 | ||
- node: plush | ||
entity: PlushieMoff |
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
6 changes: 6 additions & 0 deletions
6
Resources/Prototypes/Nyanotrasen/Voice/speech_emote_sounds.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,6 @@ | ||
- type: emoteSounds | ||
id: Mothroach | ||
sound: | ||
path: /Audio/Voice/Moth/squeak_moth.ogg | ||
params: | ||
variation: 0.125 |
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,8 @@ | ||
- type: speechSounds | ||
id: Chitter | ||
saySound: | ||
path: /Audio/Nyanotrasen/Animals/moth_chitter.ogg | ||
askSound: | ||
path: /Audio/Nyanotrasen/Animals/moth_chitter.ogg | ||
exclaimSound: | ||
path: /Audio/Nyanotrasen/Animals/moth_chitter.ogg |
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,2 @@ | ||
- type: Tag | ||
id: MothroachHide |
Binary file added
BIN
+967 Bytes
Resources/Textures/Nyanotrasen/Mobs/Animals/mothroach.rsi/0-equipped-HELMET.png
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.
Binary file added
BIN
+764 Bytes
Resources/Textures/Nyanotrasen/Mobs/Animals/mothroach.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+765 Bytes
Resources/Textures/Nyanotrasen/Mobs/Animals/mothroach.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions
42
Resources/Textures/Nyanotrasen/Mobs/Animals/mothroach.rsi/meta.json
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,42 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from fulpstation at https://github.com/fulpstation/fulpstation/commit/edb232b692ec9f356ec554ea1971da552b9bc447", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "mothroach", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "mothroach_lazy", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "mothroach_sleep", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "mothroach_dead", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "0-equipped-HELMET", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+1.37 KB
Resources/Textures/Nyanotrasen/Mobs/Animals/mothroach.rsi/mothroach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.34 KB
Resources/Textures/Nyanotrasen/Mobs/Animals/mothroach.rsi/mothroach_dead.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.26 KB
Resources/Textures/Nyanotrasen/Mobs/Animals/mothroach.rsi/mothroach_lazy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.26 KB
Resources/Textures/Nyanotrasen/Mobs/Animals/mothroach.rsi/mothroach_sleep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
Resources/Textures/Nyanotrasen/Objects/Materials/mothroach.rsi/meta.json
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,14 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from https://github.com/fulpstation/fulpstation/commit/edb232b692ec9f356ec554ea1971da552b9bc447", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "mothroachhide" | ||
} | ||
] | ||
} |
Binary file added
BIN
+629 Bytes
Resources/Textures/Nyanotrasen/Objects/Materials/mothroach.rsi/mothroachhide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.