Skip to content

Commit

Permalink
MS13 Mobs and More (#617)
Browse files Browse the repository at this point in the history
* First step - just add sprites

* adds radhog, start of pigrat. Revival of Vonshant PR.

* Adds pigrat meat and cooking

* adds new geckos and spawners

* adds a bunch of ms13 medical sprites and aloe salve

* remove duplicate ID

---------

Co-authored-by: Vonsant <[email protected]>
  • Loading branch information
Peptide90 and Vonsant authored Oct 25, 2024
1 parent 6a77aa3 commit 4382f89
Show file tree
Hide file tree
Showing 101 changed files with 1,092 additions and 198 deletions.
12 changes: 12 additions & 0 deletions Resources/Prototypes/_Nuclear14/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,15 @@
Poison: 0.9
flatReductions:
Radiation: 5

- type: damageModifierSet
id: N14ScaleFireresist
coefficients:
Blunt: 1.1
Slash: 0.9
Cold: 1.5
Heat: 0
Poison: 0.9
flatReductions:
Radiation: 5
Heat: 10
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,46 @@
intervalSeconds: 2400
minimumEntitiesSpawned: 1
maximumEntitiesSpawned: 3

- type: entity
name: Pigrat Timed Spawner
id: N14TimedSpawnerPigrat
parent: MarkerBase
components:
- type: Sprite
layers:
- state: blue
- sprite: _Nuclear14/Mobs/Animals/pigrat.rsi
state: pigrat
- state: timed
- type: Timer
- type: TimedSpawner
prototypes:
- N14MobPigrat
chance: 0.65
intervalSeconds: 2400
minimumEntitiesSpawned: 1
maximumEntitiesSpawned: 3

- type: entity
name: Radhog Timed Spawner
id: N14TimedSpawnerRadhog
parent: MarkerBase
components:
- type: Sprite
layers:
- state: blue
- sprite: _Nuclear14/Mobs/Animals/radhog.rsi
state: radhog
- state: timed
- type: Timer
- type: TimedSpawner
prototypes:
- N14MobRadhog
chance: 0.65
intervalSeconds: 2400
minimumEntitiesSpawned: 1
maximumEntitiesSpawned: 3

- type: entity
parent: N14TimedSpawnerMolerat
Expand Down Expand Up @@ -58,6 +98,46 @@
intervalSeconds: 2400
minimumEntitiesSpawned: 1
maximumEntitiesSpawned: 3

- type: entity
parent: N14TimedSpawnerMolerat
id: N14TimedSpawnerGeckoFire
name: Fire Gecko Timed Spawner
components:
- type: Sprite
layers:
- state: blue
- sprite: _Nuclear14/Mobs/Animals/firegecko.rsi
state: gecko
- state: timed
- type: Timer
- type: TimedSpawner
prototypes:
- N14MobGeckoFire
chance: 0.65
intervalSeconds: 2400
minimumEntitiesSpawned: 1
maximumEntitiesSpawned: 3

- type: entity
parent: N14TimedSpawnerMolerat
id: N14TimedSpawnerGeckoGolden
name: Golden Gecko Timed Spawner
components:
- type: Sprite
layers:
- state: blue
- sprite: _Nuclear14/Mobs/Animals/goldengecko.rsi
state: gecko
- state: timed
- type: Timer
- type: TimedSpawner
prototypes:
- N14MobGeckoGolden
chance: 0.65
intervalSeconds: 2400
minimumEntitiesSpawned: 1
maximumEntitiesSpawned: 3

- type: entity
parent: N14TimedSpawnerMolerat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,36 @@
- type: ConditionalSpawner
prototypes:
- N14MobMolerat

- type: entity
name: Pigrat Spawner
id: N14SpawnMobPigrat
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- sprite: _Nuclear14/Mobs/Animals/pigrat.rsi
state: pigrat
- state: ai
- type: ConditionalSpawner
prototypes:
- N14MobPigrat

- type: entity
name: Radhog Spawner
id: N14SpawnMobRadhog
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- sprite: _Nuclear14/Mobs/Animals/radhog.rsi
state: radhog
- state: ai
- type: ConditionalSpawner
prototypes:
- N14MobRadhog

- type: entity
name: Feral Dog Spawner
Expand Down Expand Up @@ -104,7 +134,37 @@
- type: ConditionalSpawner
prototypes:
- N14MobGecko


- type: entity
name: Fire Gecko Spawner
id: N14SpawnMobGeckoFire
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- sprite: _Nuclear14/Mobs/Animals/firegecko.rsi
state: gecko
- state: ai
- type: ConditionalSpawner
prototypes:
- N14MobGeckoFire

- type: entity
name: Golden Gecko Spawner
id: N14SpawnMobGeckoGolden
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- sprite: _Nuclear14/Mobs/Animals/goldengecko.rsi
state: gecko
- state: ai
- type: ConditionalSpawner
prototypes:
- N14MobGeckoGolden

- type: entity
name: Nightstalker Cub Spawner
id: N14SpawnMobNightstalkerCub
Expand Down
Loading

0 comments on commit 4382f89

Please sign in to comment.