Added visible to spell effects
This commit is contained in:
@@ -16,17 +16,6 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"effect": {
|
|
||||||
"type": "string",
|
|
||||||
"title": "Effect",
|
|
||||||
"description": "The string identifier of the status effect to add. These are the same as used in the /effect command."
|
|
||||||
},
|
|
||||||
"duration": {
|
|
||||||
"title": "Duration",
|
|
||||||
"description": "The amount of time in seconds the effect should last. This allows for fractional numbers. For example, instant effects should be set to 0.05 seconds (one tick).",
|
|
||||||
"type": "number",
|
|
||||||
"minimum": 0
|
|
||||||
},
|
|
||||||
"amplifier": {
|
"amplifier": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"title": "Amplifier",
|
"title": "Amplifier",
|
||||||
@@ -40,10 +29,26 @@
|
|||||||
"default": false,
|
"default": false,
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"duration": {
|
||||||
|
"title": "Duration",
|
||||||
|
"description": "The amount of time in seconds the effect should last. This allows for fractional numbers. For example, instant effects should be set to 0.05 seconds (one tick).",
|
||||||
|
"type": "number",
|
||||||
|
"minimum": 0
|
||||||
|
},
|
||||||
"display_on_screen_animation": {
|
"display_on_screen_animation": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Display On Screen Animation",
|
"title": "Display On Screen Animation",
|
||||||
"description": "Boolean value. When set to true, applying this effect displays an animated graphic on-screen similar to the totem of undying effect. Obviously, this only works for players. Defaults to false."
|
"description": "Boolean value. When set to true, applying this effect displays an animated graphic on-screen similar to the totem of undying effect. Obviously, this only works for players. Defaults to false."
|
||||||
|
},
|
||||||
|
"effect": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Effect",
|
||||||
|
"description": "The string identifier of the status effect to add. These are the same as used in the /effect command."
|
||||||
|
},
|
||||||
|
"visible": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Visible",
|
||||||
|
"description": "Boolean value. When set to true, the effect will be visible to the player. Defaults to true."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user