1 |
[img]https://i.imgur.com/ve36KK8.jpeg[/img]
|
1 |
[img]https://i.imgur.com/ve36KK8.jpeg[/img]
|
2 |
\n
|
2 |
\n
|
3 |
Repurposed this mod into:
|
3 |
Repurposed this mod into:
|
4 |
\n
|
4 |
\n
|
5 |
Community-Voted Metal Balance Mod
|
5 |
Community-Voted Metal Balance Mod
|
6 |
\n
|
6 |
\n
|
7 |
Rules:
|
7 |
Rules:
|
8 |
Name a unit you think is weak and explain why. and a metal reduction (10%, 20% , 30% ect..) If your post gets the most upvotes, I’ll reduce that unit’s metal cost with the units metal adjusted accordingly.
|
8 |
Name a unit you think is weak and explain why. and a metal reduction (10%, 20% , 30% ect..) If your post gets the most upvotes, I’ll reduce that unit’s metal cost with the units metal adjusted accordingly.
|
9 |
\n
|
9 |
\n
|
10 |
[spoiler]
|
10 |
[spoiler]
|
11 |
{{{
|
11 |
{{{
|
12 |
local CostReduction = {
|
12 |
local CostReduction = {
|
13 |
planeheavyfighter = 2,
|
13 |
planeheavyfighter = 2,
|
14 |
striderdetriment = 2,
|
14 |
striderdetriment = 2,
|
15 |
}
|
15 |
}
|
16 |
for name, ud in pairs(UnitDefs) do
|
16 |
for name, ud in pairs(UnitDefs) do
|
17 |
local X = CostReduction[ud.name]
|
17 |
local X = CostReduction[ud.name]
|
18 |
if X then
|
18 |
if X then
|
19 |
local originalCost = ud.metalCost
|
19 |
local originalCost = ud.metalCost
|
20 |
local reduction = math.floor(originalCost / 10) * X
|
20 |
local reduction = math.floor(originalCost / 10) * X
|
21 |
local newCost = math.max(originalCost - reduction, 10)
|
21 |
local newCost = math.max(originalCost - reduction, 10)
|
22 |
ud.metalCost = newCost
|
22 |
ud.metalCost = newCost
|
23 |
end
|
23 |
end
|
24 |
end
|
24 |
end
|
25 |
}}}
|
25 |
}}}
|
26 |
[/spoiler]
|
26 |
[/spoiler]
|
27 |
\n
|
27 |
\n
|
28 |
please try not to troll the votes i will be taking rank into account you need silver or above to vote.. newly created accounts or low ranks will be ignored.
|
28 |
please try not to troll the votes i will be taking rank into account you need silver or above to vote.. newly created accounts or low ranks will be ignored.
|
29 |
\n
|
29 |
\n
|
30 |
I’ll host a game room every weekend with the community-voted balance changes.
|
30 |
I’ll host a game room every weekend with the community-voted balance changes.
|
31 |
\n
|
31 |
\n
|
32 |
Example:
|
32 |
Example:
|
33 |
flea -40% [color=lime]+4[/color] and most votes = -40% metal cost
|
33 |
flea -40% [color=lime]+4[/color] and most votes = -40% metal cost
|
34 |
\n
|
34 |
\n
|
35 |
[color=aqua]Current Balance[/color]
|
35 |
[color=aqua]Current Balance[/color]
|
36 |
[spoiler]
|
36 |
[spoiler]
|
37 |
Raptor -?%
|
37 |
Raptor -?%
|
38 |
detriment -40%
|
38 |
detriment -40%
|
39 |
Locust -?%
|
39 |
Locust -?%
|
40 |
Hercules -?%
|
40 |
Hercules -?%
|
|
|
41 |
raven -?%
|
41 |
[/spoiler]
|
42 |
[/spoiler]
|