Skip to content

Commit

Permalink
adds radscorpion and barkscorpion as enemies + wave enemies. + Radsco…
Browse files Browse the repository at this point in the history
…rpion tail
  • Loading branch information
Peptide90 committed Nov 22, 2023
1 parent 910950a commit 66a0904
Show file tree
Hide file tree
Showing 18 changed files with 154 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Animal Parts
- type: entity
parent: BaseItem
id: N14MaterialRadscorpionTail
name: radscorpion tail
description: it's the stinger from a radscorpion
components:
- type: Sprite
sprite: Nuclear14/Objects/Misc/crafting_material.rsi
state: radscorpiontail
78 changes: 78 additions & 0 deletions Resources/Prototypes/Nuclear14/Mobs/NPCs/insects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,84 @@
damage:
groups:
Brute: 2

- type: entity
name: radscorpion
parent: N14MobBaseHostileInsect
id: N14MobRadscorpion
description: It's a giant radscorpion! Stingy sting.
components:
- type: Sprite
drawdepth: Mobs
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: radscorpion
sprite: Nuclear14/Mobs/Insects/radscorpion.rsi
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.3
density: 400
mask:
- MobMask
layer:
- MobLayer
- type: MobThresholds
thresholds:
0: Alive
150: Dead
- type: Stamina
critThreshold: 10
- type: DamageStateVisuals
states:
Alive:
Base: radscorpion
Critical:
Base: radscorpion
Dead:
Base: dead
- type: Butcherable
spawned:
- id: N14FoodMeatRadRaw
amount: 3
- id: N14MaterialRadscorpionTail
amount: 1
prob: 0.8
- type: Bloodstream
bloodMaxVolume: 500
- type: Temperature
heatDamageThreshold: 500
coldDamageThreshold: 0
- type: MeleeWeapon
hidden: true
soundHit:
path: /Audio/Weapons/Xeno/alien_claw_flesh3.ogg
angle: 0
animation: WeaponArcClaw
damage:
types:
Piercing: 5
- type: SolutionContainerManager
solutions:
melee:
reagents:
- ReagentId: Toxin
Quantity: 3

- type: entity
name: barkscorpion
parent: N14MobRadscorpion
id: N14MobRadscorpionBark
description: It's a giant bark radscorpion! Stingy sting.
components:
- type: Sprite
drawdepth: Mobs
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: radscorpion
sprite: Nuclear14/Mobs/Insects/radscorpionbark.rsi

- type: entity
name: cazador
Expand Down
17 changes: 16 additions & 1 deletion Resources/Prototypes/Nuclear14/Mobs/NPCs/wavedefencemobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,19 @@
components:
- type: WaveMob
difficulty: 7


- type: entity
parent: [ N14MobRadscorpion, N14MobWaveInsect ]
id: N14MobRadscorpionWave
suffix: WaveMode
components:
- type: WaveMob
difficulty: 8

- type: entity
parent: [ N14MobRadscorpionBark, N14MobWaveInsect ]
id: N14MobRadscorpionBarkWave
suffix: WaveMode
components:
- type: WaveMob
difficulty: 8
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-NC-SA 3.0",
"copyright": "Taken from MS13 at commit https://github.com/Mojave-Sun/mojave-sun-13/commit/3c9fc470595d3106ca57e858239e8f0822630137",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "radscorpion",
"directions": 4
},
{
"name": "dead"
}
]
}
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-NC-SA 3.0",
"copyright": "Taken from MS13 at commit https://github.com/Mojave-Sun/mojave-sun-13/commit/3c9fc470595d3106ca57e858239e8f0822630137",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "radscorpion",
"directions": 4
},
{
"name": "dead"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-NC-SA 3.0",
"copyright": "Created by Peptide90 for Nuclear14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "radscorpiontail"
}
]
}
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 66a0904

Please sign in to comment.