Skip to content

Commit

Permalink
Missile tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev committed Jul 10, 2024
1 parent 94954d9 commit 6be9ebb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
color: orange
energy: 0.5
- type: HeatSeeking
rotationSpeed: 5
- type: NpcFactionMember
factions:
- Missile
Expand Down Expand Up @@ -64,6 +65,7 @@
maxIntensity: 100
maxTileBreak: 1
- type: HeatSeeking
rotationSpeed: 10
acceleration: 50
- type: Damageable
damageContainer: Inorganic
Expand Down Expand Up @@ -93,6 +95,7 @@
maxTileBreak: 1
- type: HeatSeeking
acceleration: 75
rotationSpeed: 15
seekRange: 150

- type: entity
Expand All @@ -113,6 +116,7 @@
- type: HeatSeeking
acceleration: 175
seekRange: 1500
rotationSpeed: 25

- type: entity
id: BulletTND
Expand All @@ -132,3 +136,5 @@
- type: HeatSeeking
acceleration: 155
seekRange: 5000
lockedIn: true
rotationSpeed: 40

0 comments on commit 6be9ebb

Please sign in to comment.