fix lexicon
This commit is contained in:
@@ -21,10 +21,12 @@
|
|||||||
"id": { "type": "integer", "description": "Ability ID" },
|
"id": { "type": "integer", "description": "Ability ID" },
|
||||||
"name": { "type": "string", "description": "Ability name (ai, quark, neutron, atom, sun)" },
|
"name": { "type": "string", "description": "Ability name (ai, quark, neutron, atom, sun)" },
|
||||||
"kind": { "type": "string", "description": "Attribute type (consciousness, matter)" },
|
"kind": { "type": "string", "description": "Attribute type (consciousness, matter)" },
|
||||||
|
"color": { "type": "string", "description": "Color code (e.g., #ffd700)" },
|
||||||
"level": { "type": "integer", "description": "Hierarchy level (0=fundamental)" },
|
"level": { "type": "integer", "description": "Hierarchy level (0=fundamental)" },
|
||||||
"relation": { "type": "array", "items": { "type": "integer" }, "description": "Advantage IDs" },
|
"relation": { "type": "array", "items": { "type": "integer" }, "description": "Advantage IDs" },
|
||||||
"weakness": { "type": "array", "items": { "type": "integer" }, "description": "Weakness IDs" },
|
"weakness": { "type": "array", "items": { "type": "integer" }, "description": "Weakness IDs" },
|
||||||
"multiplier": { "type": "integer", "description": "Damage multiplier percent (e.g., 150 = 1.5x)" }
|
"multiplier": { "type": "integer", "description": "Damage multiplier percent (e.g., 150 = 1.5x)" },
|
||||||
|
"phantom": { "type": "boolean", "description": "Whether this ability is phantom/lost" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user