{
"c2array": true,
"size": [
4,
2,
1
],
"data": [
[
[
"bash"
],
[
"charge"
]
],
[
[
"take 2 damage"
],
[
"take 3 damage from everyone"
]
],
[
[
7
],
[
9
]
],
[
[
20
],
[
20
]
]
]
}[/code:2i2pe46s]
Unfortunately, I can't find a way to use [url=http://www.convertcsv.com/csv-to-json.htm]ConvertCSV[/url] or a similar tool to get the same formatting and extent of brackets. When I use ConvertCSV, this is the closest I can get when choosing to convert it to a JSON array:
[code:2i2pe46s]{
"c2array": true,
"size": [9,8,1],
"data": [
["Bash","Deal 3 damage to target","7",20,1,"Deal double damage.","Take 3 damage.","Melee","Attack" ],
["Beserk","Next round, deal and take double damage.","8",20,1,"Deal and take quadruple damage.","Deal damage as normal, but take double damage.","Melee","Attack" ],
["Blood Rage","Play one ability from your hand. Double its effects if you are at or below 1/2 health.","6",20,1,"Play the ability twice","You take double damage this round.","Melee","Draw" ],
["Bloodlust","Deal 4 damage to target, where X is your health.","X",20,1,"Deal double damage.","Take 4 damage.","Melee","Attack" ],
["Charge","Deal 5 damage to target.","9",20,9,"Deal double damage.","Taek 3 damage.","Melee","Attack" ],
["Counter Attack","Deal damage equal to the damage you take from enemies this round (not including surge, before reductions) to target.","8",20,1,"Deal double damage.","You take double damage this round.","Melee","Attack" ],
["Desperation","Deal damage equal to your maximum health minus your current health to target.","9",20,1,"Deal double damage.","You are reduced to 0 health.","Melee","Attack" ]
]
}
[/code:2i2pe46s]
I can see it's different, but what I use or what is Construct's format actually called?