Skip to content

Commit

Permalink
Fix YML linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev committed Jul 10, 2024
1 parent e08771a commit d0c0237
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -65,7 +64,7 @@
maxIntensity: 100
maxTileBreak: 1
- type: HeatSeeking
speed: 50
acceleration: 50
- type: Damageable
damageContainer: Inorganic
- type: Destructible
Expand Down Expand Up @@ -93,7 +92,7 @@
maxIntensity: 100
maxTileBreak: 1
- type: HeatSeeking
speed: 75
acceleration: 75
seekRange: 150

- type: entity
Expand All @@ -112,7 +111,7 @@
maxIntensity: 500
maxTileBreak: 1
- type: HeatSeeking
speed: 175
acceleration: 175
seekRange: 1500

- type: entity
Expand All @@ -131,5 +130,5 @@
maxIntensity: 500
maxTileBreak: 1
- type: HeatSeeking
speed: 155
acceleration: 155
seekRange: 5000

0 comments on commit d0c0237

Please sign in to comment.