Data:Sandbox/Callistan/Pilots.tab

From Galaxy Attack: Alien Shooter Wiki
Revision as of 00:15, 18 May 2025 by Callistan (talk | contribs) (Created page with "{ "license": "CC0-1.0", "schema": { "fields": [ {"name": "pilot", "type": "string"}, {"name": "skill", "type": "string"}, {"name": "min", "type": "number"}, {"name": "max", "type": "number"} ] }, "description": { "en": "Experimenting with https://www.mediawiki.org/wiki/Help:Tabular_data" }, "data": [ [ "Khan", "power.drop", 3.6, 15 ], [ "Khan", "alien.velocity", 3.7, 13.2 ], [ "Khan", "shield.active", 1, 2.9 ], [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{

 "license": "CC0-1.0",
 "schema": {
   "fields": [
     {"name": "pilot", "type": "string"},
     {"name": "skill", "type": "string"},
     {"name": "min", "type": "number"},
     {"name": "max", "type": "number"}
   ]
 },
 "description": { "en": "Experimenting with https://www.mediawiki.org/wiki/Help:Tabular_data" },
 "data": [
   [ "Khan", "power.drop", 3.6, 15 ],
   [ "Khan", "alien.velocity", 3.7, 13.2 ],
   [ "Khan", "shield.active", 1, 2.9 ],
   [ "Sumo", "power.drop", 2.4, 10 ],
   [ "Sumo", "drone.active", 1.1, 3.95 ],
   [ "Sumo", "gold.payout", 3.5, 16.8 ]
 ]

}