I am done for the night...
DB version has been updated, testing is required.
New field added to Arena Fighters ("unique"), if unique, arena will not allow more than one character (I meant it to work like that) but than I remembered CW saying about a team of a bleach girl with two shinigamis as support so that is now also allowed.
Teams formation:
[
{
"name": "Mitsuru's Supremes",
"members": ["Mitsuru_Kirijo", "random_girl", "random_girl"],
"lineups": 2
},
{
"name": "Randalf's Vendetta",
"members": ["Randalf", "Z", "Z"],
"lineups": 3
},
{
"name": "We got HUGE knockers!",
"members": ["Tsunade", "Mei_Terumi", "Samui"],
"lineups": 5
}
]
First id in members will become teams leader. For members the following can be used:
- ID of a unique girl
- ID of a random girl (new random girl will be created)
- "random girl" will choose any random girl to be created
- ID of an Arena Fighter
"lineups": Does a team get a position in official ladders or just added as a simple arena team? false for simple and valid position for lineup placement.
Game should be able to figure out which is which, we may improve this later to add level setups for random characters... otherwise it's 3a.m. but everything planned for tonight is done
