Skip to content

Commit

Permalink
Quickfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosycup committed Feb 27, 2025
1 parent 26cf6d0 commit cf4dbe8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Extinguish: [Touch]
- type: NpcFactionMember
factions:
- Passive
- Mouse
# - SimpleHostile
- type: Sprite
drawdepth: SmallMobs
Expand Down Expand Up @@ -208,7 +208,7 @@
Extinguish: [Touch]
- type: NpcFactionMember
factions:
- SimpleHostile
- Mouse
- type: Sprite
drawdepth: SmallMobs
sprite: Mobs/Animals/rat.rsi
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Recipes/Lathes/sheet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
result: IngotTungsten1
applyMaterialDiscount: false
miningPoints: 5
completetime: 4
completetime: 0
materials:
RawTungsten: 100
RawIron: 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
Slash: 25
Blunt: 10
Structural: 30
bluntStaminaDamageFactor: 25.0
bluntStaminaDamageFactor: 1
heavyRateModifier: 2
heavyRangeModifier: 1
heavyDamageBaseModifier: 1.2
heavyStaminaCost: 30
maxTargets: 10
angle: 120
angle: 90
soundHit:
collection: MetalThud
- type: DamageOtherOnHit
Expand All @@ -32,8 +32,8 @@
- type: EmbedPassiveDamage
- type: Wieldable
- type: MeleeThrowOnHit
speed: 10
lifetime: 0.2
speed: 5
lifetime: 0.05
- type: Reflect
reflectProb: .25
spread: 90
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/_Nuclear14/Recipes/Lathes/materials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
result: N14IngotLead1
miningPoints: 10
applyMaterialDiscount: false
completetime: 2
completetime: 0
materials:
RawLead: 100

- type: latheRecipe
id: IngotCopper1
result: IngotCopper1
completetime: 2
completetime: 0
miningPoints: 10
materials:
RawCopper: 100
Expand All @@ -19,7 +19,7 @@
- type: latheRecipe
id: N14IngotAluminium1
result: N14IngotAluminium1
completetime: 2
completetime: 0
miningPoints: 10
materials:
RawAluminium: 100
Expand All @@ -28,7 +28,7 @@
- type: latheRecipe
id: N14MaterialCircuitry
result: N14MaterialCircuitry1
completetime: 2
completetime: 0
materials:
Gold: 100
Plastic: 100
Expand Down

0 comments on commit cf4dbe8

Please sign in to comment.