Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

up290624 #6

Merged
merged 2 commits into from
Jun 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions Resources/Prototypes/Nuclear14/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
damage:
groups:
Brute: 5

- type: entity
name: gecko
id: N14MobGecko
Expand Down Expand Up @@ -147,7 +147,7 @@
spawned:
- id: N14FoodMeatGecko
amount: 3

- type: entity
name: nightstalker cub
id: N14MobNightstalkerCub
Expand Down Expand Up @@ -203,7 +203,7 @@
reagents:
- ReagentId: Toxin
Quantity: 2.5

- type: entity
name: nightstalker
id: N14MobNightstalker
Expand Down Expand Up @@ -281,7 +281,7 @@
fix1:
shape:
!type:PhysShapeCircle
radius: 0.5
radius: 0.49
density: 100
mask:
- MobMask
Expand Down Expand Up @@ -312,6 +312,7 @@
damage:
types:
Slash: 15
Structural: 5
range: 1.25
- type: MovementSpeedModifier
baseWalkSpeed : 3
Expand Down Expand Up @@ -363,6 +364,7 @@
damage:
types:
Slash: 15
Structural: 5
range: 1.5
- type: MovementSpeedModifier
baseWalkSpeed : 3
Expand All @@ -373,6 +375,11 @@
speed: 1.5
qualities:
- Prying
- type: Prying
pryPowered: !type:Bool
true
force: !type:Bool
true
useSound:
path: /Audio/Items/crowbar.ogg
- type: Insulated
Expand Down Expand Up @@ -405,6 +412,7 @@
damage:
types:
Slash: 22
Structural: 10
- type: MobThresholds
thresholds:
0: Alive
Expand All @@ -417,7 +425,7 @@
Base: deathclaw # TODO: Crit sprite
Dead:
Base: dead

- type: entity
name: metal deathclaw
id: N14MobDeathclawMetal
Expand All @@ -439,6 +447,7 @@
damage:
types:
Slash: 20
Structural: 10
- type: MobThresholds
thresholds:
0: Alive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
totalIntensity: 100
intensitySlope: 1
maxIntensity: 150

- type: Damageable
damageContainer: Inorganic
damageModifierSet: StructuralMetallic

- type: entity
parent: N14GeneratorFusioncore
id: N14GeneratorFusionMini
Expand Down Expand Up @@ -101,7 +104,7 @@
- 0 # nitrogen
- 340.5701689 # carbon dioxide
temperature: 373.15

- type: entity
parent: N14GeneratorFusionMini
id: N14GeneratorFusionEnclave
Expand Down Expand Up @@ -131,7 +134,7 @@
supplyRate: 1000
supplyRampRate: 250
supplyRampTolerance: 250

- type: entity
parent: N14GeneratorFusionMini
id: N14GeneratorFusionMiniRusted
Expand All @@ -142,7 +145,7 @@
sprite: Nuclear14/Structures/Power/32x48_machines.rsi
layers:
- state: generator_rust

- type: entity
parent: N14GeneratorFusioncore
id: N14GeneratorPrewar
Expand All @@ -155,7 +158,7 @@
- state: generator_off
- state: generator_on
offset: 0.5, 0

- type: entity
parent: N14GeneratorPrewar
id: N14GeneratorPrewarUranium
Expand All @@ -167,7 +170,7 @@
layers:
- state: generator_off
- state: generator_uranium

- type: entity
parent: BaseGenerator
id: N14GeneratorVaultTecReactor
Expand Down Expand Up @@ -202,7 +205,7 @@
energy: 4.5
softness: 0.5
color: "#B4FCF0"

- type: entity
parent: N14GeneratorVaultTecReactor
id: N14GeneratorReactorFloor
Expand All @@ -224,7 +227,7 @@
totalIntensity: 20000 # ~15 tile radius.
intensitySlope: 5
maxIntensity: 50

- type: entity
parent: BaseStructure
id: N14GeneratorReactorFloorDestroyed
Expand Down
Loading