Module:Data/WeaponsSchema.json: Revision history

From MENACE Official Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 October 2025

  • curprev 02:4202:42, 3 October 2025 joljaycups talk contribs 5,366 bytes +5,366 Created page with "{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Weapons Array", "description": "Array of weapon objects", "type": "array", "items": { "$ref": "#/$defs/weapon" }, "$defs": { "weapon": { "type": "object", "description": "A weapon that can be equipped by units", "required": [ "Name", "Title", "ShortName", "Description", "Rarity", "TradeValue", "DeployCosts"..."