From d0c0237683ff933c032ff9c8e69d4681248529a3 Mon Sep 17 00:00:00 2001 From: Rain Caldwell <67359748+Just-a-Unity-Dev@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:50:11 +0800 Subject: [PATCH] Fix YML linter --- .../Objects/Weapons/Guns/Projectiles/explosive.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/_FTL/Entities/Objects/Weapons/Guns/Projectiles/explosive.yml b/Resources/Prototypes/_FTL/Entities/Objects/Weapons/Guns/Projectiles/explosive.yml index ff5b53e626..65bc1c71ae 100644 --- a/Resources/Prototypes/_FTL/Entities/Objects/Weapons/Guns/Projectiles/explosive.yml +++ b/Resources/Prototypes/_FTL/Entities/Objects/Weapons/Guns/Projectiles/explosive.yml @@ -18,13 +18,12 @@ - type: NpcFactionMember factions: - Missile - - Nanotrasen - type: MobState - type: Fixtures fixtures: projectile: shape: !type:PhysShapeCircle - radius: .5 + radius: .5 mask: - MobMask layer: @@ -65,7 +64,7 @@ maxIntensity: 100 maxTileBreak: 1 - type: HeatSeeking - speed: 50 + acceleration: 50 - type: Damageable damageContainer: Inorganic - type: Destructible @@ -93,7 +92,7 @@ maxIntensity: 100 maxTileBreak: 1 - type: HeatSeeking - speed: 75 + acceleration: 75 seekRange: 150 - type: entity @@ -112,7 +111,7 @@ maxIntensity: 500 maxTileBreak: 1 - type: HeatSeeking - speed: 175 + acceleration: 175 seekRange: 1500 - type: entity @@ -131,5 +130,5 @@ maxIntensity: 500 maxTileBreak: 1 - type: HeatSeeking - speed: 155 + acceleration: 155 seekRange: 5000