Version 5.4
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"conditions": [],
|
||||
"description": {
|
||||
"text": "Advanced Aquatic gives waterbreathing without a full set"
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"type": "silentgear:wielder_effect",
|
||||
"potion_effects": {
|
||||
"silentgear:armor": [
|
||||
{
|
||||
"type": "piece_count",
|
||||
"duration": 38,
|
||||
"effect": "minecraft:water_breathing",
|
||||
"levels": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"max_level": 5,
|
||||
"name": {
|
||||
"text": "Advanced Aquatic"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"conditions": [],
|
||||
"description": {
|
||||
"text": "Gives fire resistance without a full set"
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"type": "silentgear:fireproof"
|
||||
},
|
||||
{
|
||||
"type": "silentgear:wielder_effect",
|
||||
"potion_effects": {
|
||||
"silentgear:armor": [
|
||||
{
|
||||
"type": "piece_count",
|
||||
"duration": 38,
|
||||
"effect": "minecraft:fire_resistance",
|
||||
"levels": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"extra_wiki_lines": [
|
||||
" - The item cannot be destroyed by fire or lava"
|
||||
],
|
||||
"max_level": 1,
|
||||
"name": {
|
||||
"text": "Advanced Flame Ward"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"conditions": [],
|
||||
"description": {
|
||||
"text": "Removes levitation effect when equipped"
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"type": "silentgear:cancel_effects",
|
||||
"cleared_effects": [
|
||||
"minecraft:levitation"
|
||||
]
|
||||
}
|
||||
],
|
||||
"max_level": 1,
|
||||
"name": {
|
||||
"text": "Cure Levitation"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"conditions": [],
|
||||
"description": {
|
||||
"text": "Removes nausea effect when equipped"
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"type": "silentgear:cancel_effects",
|
||||
"cleared_effects": [
|
||||
"minecraft:nausea"
|
||||
]
|
||||
}
|
||||
],
|
||||
"max_level": 1,
|
||||
"name": {
|
||||
"text": "Cure Nausea"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user