Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Game mode community_balance

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
8/13/2025 1:48:14 PMAUrankSmokeDragon before revert after revert
8/12/2025 4:14:25 PMAUrankSmokeDragon before revert after revert
8/11/2025 6:34:21 PMAUrankSmokeDragon before revert after revert
8/11/2025 6:27:27 PMAUrankSmokeDragon before revert after revert
8/10/2025 10:04:16 AMAUrankSmokeDragon before revert after revert
8/9/2025 1:28:55 PMAUrankSmokeDragon before revert after revert
8/9/2025 1:26:08 PMAUrankSmokeDragon before revert after revert
8/9/2025 1:21:56 PMAUrankSmokeDragon before revert after revert
8/8/2025 2:33:30 AMAUrankSmokeDragon before revert after revert
8/8/2025 2:12:50 AMAUrankSmokeDragon before revert after revert
8/7/2025 3:04:54 AMAUrankSmokeDragon before revert after revert
8/7/2025 3:04:26 AMAUrankSmokeDragon before revert after revert
8/6/2025 10:39:24 PMAUrankSmokeDragon before revert after revert
8/6/2025 4:10:43 PMAUrankSmokeDragon before revert after revert
8/6/2025 4:07:56 PMAUrankSmokeDragon before revert after revert
4/23/2025 1:07:50 PMAUrankSmokeDragon before revert after revert
4/23/2025 1:07:10 PMAUrankSmokeDragon before revert after revert
4/23/2025 1:03:00 PMAUrankSmokeDragon before revert after revert
4/23/2025 1:02:07 PMAUrankSmokeDragon before revert after revert
4/23/2025 1:01:09 PMAUrankSmokeDragon before revert after revert
4/23/2025 1:00:38 PMAUrankSmokeDragon before revert after revert
Before After
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]