changed wording to be more ~fancy~

This commit is contained in:
missingbinary
2021-12-14 14:53:35 -04:00
parent ddf013971f
commit f305bca5b7
109 changed files with 14168 additions and 96 deletions

View File

@@ -0,0 +1,23 @@
{
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:apply_effect",
"effect": {
"effect": "minecraft:strength",
"duration": 400,
"amplifier": 2
}
},
"interval": 20,
"condition": {
"type": "origins:in_rain"
},
"name":"Rain Strength",
"description":"You get strength when in rain.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}