Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions lua/geo+walls-t3.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ do
local droneLaserWeapon = {
areaofeffect = 12,
avoidfeature = false,
beamtime = 0.10,
beamtime = 0.05,
corethickness = 0.12,
craterareaofeffect = 0,
craterboost = 0,
Expand Down Expand Up @@ -100,14 +100,6 @@ do
},
}

local droneLaserTargeting = {
badtargetcategory = 'VTOL',
def = 't3_drone_light_laser',
maindir = '0 0 1',
maxangledif = 90,
onlytargetcategory = 'NOTSUB',
}

local paragonSpawnerWeapon = {
areaofeffect = 4,
avoidfeature = false,
Expand Down Expand Up @@ -411,7 +403,7 @@ do
energymake = 2200,
energystorage = 30000,
health = 16000,
workertime=800,
workertime = 800,
explodeas = 'customfusionexplo',
selfdestructas = 'korgExplosion',
customparams = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ const CONFIG_METADATA: Record<
label: 'Mega Nuke',
tooltip: 'Enable Mega Nuke capability',
},
isT3GeoWalls: {
label: 'T3 Geo and Walls',
tooltip: 'Faction Unique T3 Geos, and Walls that dont die instantly.',
},
};

/**
Expand Down