Skip to content

Commit

Permalink
burst arc demo
Browse files Browse the repository at this point in the history
Signed-off-by: sprunk <spr.ng@o2.pl>
  • Loading branch information
sprunk committed Apr 19, 2024
1 parent 49f2811 commit 7670c07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions units/staticarty.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ return { staticarty = {

customParams = {
keeptooltip = [[any string I want]],
neededlink = 50,
neededlink = 0,
pylonrange = 50,
aimposoffset = [[0 26 0]],
midposoffset = [[0 10 0]],
Expand Down Expand Up @@ -57,6 +57,10 @@ return { staticarty = {
def = [[PLASMA]],
badTargetCategory = [[GUNSHIP]],
onlyTargetCategory = [[SWIM LAND SINK TURRET FLOAT SHIP HOVER GUNSHIP]],
mainDir = [[0 0 1]],
maxAngleDif = 180,
-- stopBurstWhenOutOfArc = false,
stopBurstWhenOutOfArc = true,
},

},
Expand All @@ -69,8 +73,8 @@ return { staticarty = {
areaOfEffect = 192,
avoidFeature = false,
avoidGround = true,
burst = 3,
burstRate = 0.133,
burst = 15,
burstRate = 0.333,
craterBoost = 1,
craterMult = 2,

Expand Down
2 changes: 1 addition & 1 deletion units/vehscout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ return { vehscout = {
explodeAs = [[SMALL_UNITEX]],
footprintX = 2,
footprintZ = 2,
health = 120,
health = 999999,
iconType = [[vehiclescout]],
leaveTracks = true,
maxSlope = 18,
Expand Down

0 comments on commit 7670c07

Please sign in to comment.