Updating Undocumented (#180)
* Updating UnDocumented Updating Undocumented and Fix Component errors * Update source/behavior/entities/format/components/is_stackable.json * Update source/behavior/entities/format/components/is_stackable.json --------- Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
"required": ["value"],
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTED: value.",
|
||||
"type": "integer",
|
||||
"description": "How much an attack should damage a target.",
|
||||
"title": "Value"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED.",
|
||||
"description": "Specifies how much damage is dealt by the entity when it attacks.",
|
||||
"examples": [
|
||||
{
|
||||
"value": 0.0
|
||||
"value": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user