Refactoring

This commit is contained in:
DaanV2
2020-12-12 00:09:25 +01:00
parent 124cc839f1
commit 6d1ef3597b
226 changed files with 740 additions and 744 deletions

View File

@@ -7,8 +7,8 @@
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"priority": { "$ref": "./types/base_priority.json" },
"speed_multiplier": { "$ref": "./types/base_speed_multiplier.json" },
"speed_modifier": {
"default": 0.0,
"description": "TODO description: speed modifier",

View File

@@ -7,7 +7,7 @@
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/base_priority.json" },
"priority": { "$ref": "./types/base_priority.json" },
"attack_time": {
"type": "number",
"default": 0.5,

View File

@@ -7,7 +7,7 @@
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/base_priority.json" },
"priority": { "$ref": "./types/base_priority.json" },
"must_be_on_ground": {
"type": "boolean",
"default": true,

View File

@@ -7,7 +7,7 @@
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/base_priority.json" },
"priority": { "$ref": "./types/base_priority.json" },
"angle_of_view_vertical": {
"type": "integer",
"default": 360,

View File

@@ -38,7 +38,7 @@
}
},
"properties": {
"priority": { "$ref": "types/base_priority.json" },
"priority": { "$ref": "./types/base_priority.json" },
"entity_types": {
"description": "Filters which types of targets are valid for this entity.",
"title": "Entity types",

View File

@@ -7,7 +7,7 @@
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/base_priority.json" },
"priority": { "$ref": "./types/base_priority.json" },
"entity_types": {
"description": "List of entity types that this mob considers valid targets",
"title": "Entity types",

View File

@@ -34,7 +34,7 @@
}
},
"properties": {
"priority": { "$ref": "types/base_priority.json" },
"priority": { "$ref": "./types/base_priority.json" },
"cast_duration": {
"type": "number",
"description": "Time in seconds for the entire event sending process",