Skip to content

Commit

Permalink
Fix lootbox transportability (#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroIya authored Oct 24, 2024
1 parent ed3ce20 commit 090a01c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions units/other/lootboxes/lootboxbronze.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ return {
energymake = 400,
explodeas = "lootboxExplosion1",
floater = true,
footprintx = 2,
footprintz = 2,
footprintx = 3,
footprintz = 3,
idleautoheal = 10,
idletime = 1800,
levelground = false,
mass = 4000,
mass = 749,
health = 33500,
maxslope = 10,
speed = 0.03,
Expand All @@ -50,9 +50,9 @@ return {
unitname = "lootboxbronze",
upright = true,
usebuildinggrounddecal = false,
yardmap = "oo oo",
reclaimable = false,
customparams = {
fall_damage_multiplier = 0,
unitgroup = 'energy',
normaltex = "unittextures/cor_normal.dds",
subfolder = "other/lootboxes",
Expand Down
4 changes: 2 additions & 2 deletions units/other/lootboxes/lootboxgold.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ return {
speed = 0.03,
maxwaterdepth = 0,
metalmake = 80,
movementclass = "HOVER3",
movementclass = "HHOVER4",
movestate = 0,
noautofire = false,
objectname = "lootboxes/lootboxv2_gold.s3o",
Expand All @@ -49,9 +49,9 @@ return {
unitname = "lootboxgold",
upright = true,
usebuildinggrounddecal = false,
yardmap = "oooo oooo oooo oooo",
reclaimable = false,
customparams = {
fall_damage_multiplier = 0,
unitgroup = 'energy',
normaltex = "unittextures/cor_normal.dds",
subfolder = "other/lootboxes",
Expand Down
4 changes: 2 additions & 2 deletions units/other/lootboxes/lootboxplatinum.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ return {
speed = 0.03,
maxwaterdepth = 0,
metalmake = 140,
movementclass = "HOVER3",
movementclass = "HHOVER4",
movestate = 0,
noautofire = false,
objectname = "lootboxes/lootboxv2_platinum.s3o",
Expand All @@ -49,9 +49,9 @@ return {
unitname = "lootboxplatinum",
upright = true,
usebuildinggrounddecal = false,
yardmap = "oooo oooo oooo oooo",
reclaimable = false,
customparams = {
fall_damage_multiplier = 0,
unitgroup = 'energy',
normaltex = "unittextures/cor_normal.dds",
subfolder = "other/lootboxes",
Expand Down
8 changes: 4 additions & 4 deletions units/other/lootboxes/lootboxsilver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ return {
energymake = 800,
explodeas = "lootboxExplosion2",
floater = true,
footprintx = 2,
footprintz = 2,
footprintx = 3,
footprintz = 3,
idleautoheal = 10,
idletime = 1800,
levelground = false,
mass = 4000,
mass = 749,
health = 44500,
maxslope = 10,
speed = 0.03,
Expand All @@ -49,9 +49,9 @@ return {
unitname = "lootboxsilver",
upright = true,
usebuildinggrounddecal = false,
yardmap = "oo oo",
reclaimable = false,
customparams = {
fall_damage_multiplier = 0,
unitgroup = 'energy',
normaltex = "unittextures/cor_normal.dds",
subfolder = "other/lootboxes",
Expand Down

0 comments on commit 090a01c

Please sign in to comment.