Skip to content

Commit 8263c48

Browse files
committed
Create brain.json
- Preserve the pre-beta 2x XP thresholds for commanders.
1 parent 2614925 commit 8263c48

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

stats/brain.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"CommandBrain01": {
3+
"designable": 1,
4+
"droidType": "DROID_COMMAND",
5+
"hitpoints": 500,
6+
"id": "CommandBrain01",
7+
"maxDroids": 6,
8+
"maxDroidsMult": 2,
9+
"name": "Command Turret",
10+
"ranks": [ "Rookie", "Green", "Trained", "Regular", "Professional", "Veteran", "Elite", "Special", "Hero" ],
11+
"thresholds": [ 0, 8, 16, 32, 64, 128, 256, 512, 1024 ],
12+
"turret": "CommandTurret1"
13+
},
14+
"ZNULLBRAIN": {
15+
"id": "ZNULLBRAIN",
16+
"name": "Z NULL BRAIN",
17+
"ranks": [ "Rookie", "Green", "Trained", "Regular", "Professional", "Veteran", "Elite", "Special", "Hero" ],
18+
"thresholds": [ 0, 4, 8, 16, 32, 64, 128, 256, 512 ],
19+
"turret": "ZNULLWEAPON"
20+
}
21+
}

0 commit comments

Comments
 (0)