Updated damage sources

This commit is contained in:
DaanV2
2021-03-11 11:53:21 +01:00
parent 88f445f7a8
commit 2a815a59d1
8 changed files with 14 additions and 188 deletions

View File

@@ -0,0 +1,7 @@
{
"$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"
}