Add Item Examples (#182)
Add Examples to Item Components from MS-Learn Website
This commit is contained in:
@@ -9,7 +9,11 @@
|
||||
"protection": {
|
||||
"title": "Protection",
|
||||
"description": "Amount of knockback resistance provided with the total maximum protection being 1.0",
|
||||
"type": "number"
|
||||
"type": "number",
|
||||
"maximum": 1.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
{ "protection": 0.5}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user