Skip to content

Commit

Permalink
Merge pull request #492 from fenndragon/ERT-mothroach
Browse files Browse the repository at this point in the history
ERT Mothroach Admeme
  • Loading branch information
FoxxoTrystan authored Jan 24, 2025
2 parents eaf65b2 + 1381414 commit a2c2da8
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Resources/Prototypes/Floof/Entities/Mobs/NPCs/ertmothroach.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
- 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
- NanoTrasen
- type: AutoImplant
implants:
- LightImplant
- 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: RespiratorImmune
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 Resources/Textures/Mobs/Animals/ertmothroach.rsi/meta.json
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
}
]
}
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.

0 comments on commit a2c2da8

Please sign in to comment.