Skip to content

Commit

Permalink
mothroach
Browse files Browse the repository at this point in the history
  • Loading branch information
fenndragon committed Jan 18, 2025
1 parent 015a498 commit 08cf119
Show file tree
Hide file tree
Showing 11 changed files with 104 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Resources/Prototypes/Floof/Entities/Mobs/NPCs/ertmothroach.yml
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
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 08cf119

Please sign in to comment.