-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
015a498
commit 08cf119
Showing
11 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
Resources/Prototypes/Floof/Entities/Mobs/NPCs/ertmothroach.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,36 @@ | ||
- type: entity | ||
name: ERT mothroach | ||
parent: MobMothroach | ||
id: MobERTMothroach | ||
description: This lil guy seems ready for battle | ||
components: | ||
- type: Sprite | ||
sprite: Mobs/Animals/ertmothroach.rsi | ||
- type: NpcFactionMember | ||
factions: | ||
- PetsNT | ||
- type: PointLight | ||
radius: 1.5 | ||
energy: 2.3 | ||
offset: 0, -1 | ||
color: green | ||
- type: IntrinsicRadioReceiver | ||
- type: IntrinsicRadioTransmitter | ||
channels: | ||
- CentCom | ||
- type: ActiveRadio | ||
channels: | ||
- CentCom | ||
- type: NoSlip | ||
- type: Puller | ||
needsHands: False | ||
- type: LanguageKnowledge | ||
speaks: | ||
- Moffic | ||
understands: | ||
- Moffic | ||
- TauCetiBasic | ||
- type: PressureImmunity | ||
- type: Insulated | ||
- type: Respirator #It just works? | ||
minSaturation: 5.0 |
Binary file added
BIN
+990 Bytes
Resources/Textures/Mobs/Animals/ertmothroach.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.
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.
68 changes: 68 additions & 0 deletions
68
Resources/Textures/Mobs/Animals/ertmothroach.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,68 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from fulpstation at https://github.com/fulpstation/fulpstation/commit/edb232b692ec9f356ec554ea1971da552b9bc447. 'mothroach-moving' by MilenVolf", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "mothroach", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "mothroach-moving", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
] | ||
] | ||
}, | ||
{ | ||
"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
+2.26 KB
Resources/Textures/Mobs/Animals/ertmothroach.rsi/mothroach-moving.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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.