8 lines
234 B
JSON
8 lines
234 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"title": "Entity Damage Source",
|
|
"description": "The types of damage an entity can receive",
|
|
"type": "string",
|
|
"$ref": "../../../../general/entity/damage_source.json"
|
|
}
|