Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@
// Base defence and time to build it, in seconds
"base": [[0, 20], [0, 120], [9, 300], [0, 360], [1, 400], [0, 500], [9, 530], [16, 600], [5, 660], [5, 860], [15, 900], [9, 930], [1, 980], [5, 1160], [1, 1380], [2, 1680], [13, 1800], [17, 1830]],

// FIXME last 2 aren't superweapons
"superweapon": {
"unit": ["raveparty", "staticnuke", "staticheavyarty", "zenith", "staticantinuke", "staticheavyradar"], // FIXME: last 2 aren't superweapons
"unit": ["raveparty", "staticnuke", "staticheavyarty", "zenith", "staticantinuke", "staticheavyradar"],
"weight": [ 0.05, 0.15, 0.25, 0.05, 0.2, 0.3],

"condition": [18, 1600] // [<Minimum income>, <maximum seconds to build>]
// [<Minimum income>, <maximum seconds to build>]
"condition": [18, 1600]
},

// Fallback defence
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@
// Base defence and time to build it, in seconds
"base": [[0, 20], [0, 120], [9, 300], [0, 360], [1, 400], [0, 500], [9, 530], [16, 600], [5, 660], [5, 860], [15, 900], [9, 930], [1, 980], [5, 1160], [1, 1380], [2, 1680], [13, 1800], [17, 1830]],

// FIXME last 1 isn't superweapon
"superweapon": {
"unit": ["raveparty", "staticnuke", "staticheavyarty", "zenith", "staticantinuke"], // FIXME: last 1 isn't superweapon
"weight": [ 0.1, 0.2, 0.3, 0.1 0.3],
"unit": ["raveparty", "staticnuke", "staticheavyarty", "zenith", "staticantinuke"],
"weight": [ 0.1, 0.2, 0.3, 0.1, 0.3],

"condition": [35, 600] // [<Minimum income>, <maximum seconds to build>]
// [<Minimum income>, <maximum seconds to build>]
"condition": [35, 600]
},

// Fallback defence
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@
// Base defence and time to build it, in seconds
"base": [[0, 20], [0, 120], [9, 300], [0, 360], [1, 400], [0, 500], [9, 530], [16, 600], [5, 660], [5, 860], [15, 900], [9, 930], [1, 980], [5, 1160], [1, 1380], [2, 1680], [13, 1800], [17, 1830]],

// FIXME last 1 isn't superweapon
"superweapon": {
"unit": ["raveparty", "staticnuke", "staticheavyarty", "zenith", "staticantinuke"], // FIXME: last 1 isn't superweapon
"weight": [ 0.1, 0.2, 0.3, 0.1 0.3],
"unit": ["raveparty", "staticnuke", "staticheavyarty", "zenith", "staticantinuke"],
"weight": [ 0.1, 0.2, 0.3, 0.1, 0.3],

"condition": [35, 600] // [<Minimum income>, <maximum seconds to build>]
// [<Minimum income>, <maximum seconds to build>]
"condition": [35, 600]
},

// Fallback defence
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@
// Base defence and time to build it, in seconds
"base": [[0, 20], [0, 120], [9, 300], [0, 360], [1, 400], [0, 500], [9, 530], [16, 600], [5, 660], [5, 860], [15, 900], [9, 930], [1, 980], [5, 1160], [1, 1380], [2, 1680], [13, 1800], [17, 1830]],

// FIXME: last 1 isn't superweapon
"superweapon": {
"unit": ["raveparty", "staticnuke", "staticheavyarty", "zenith", "staticantinuke"], // FIXME: last 1 isn't superweapon
"weight": [ 0.1, 0.2, 0.3, 0.1 0.3],
"unit": ["raveparty", "staticnuke", "staticheavyarty", "zenith", "staticantinuke"],
"weight": [ 0.1, 0.2, 0.3, 0.1, 0.3],

"condition": [35, 600] // [<Minimum income>, <maximum seconds to build>]
// [<Minimum income>, <maximum seconds to build>]
"condition": [35, 600]
},

// Fallback defence
Expand Down