Files
Aspects-Celestia-Compat/build/resources/main/data/aspects/powers/wolf_affinity.json
2021-12-13 21:09:17 -04:00

23 lines
519 B
JSON

{
"type": "origins:multiple",
"tame_wolf":
{
"type": "origins:action_on_entity_use",
"bientity_action":
{
"type": "origins:tame"
},
"condition":
{
"type": "origins:sneaking"
}
},
"name":"Wolf Affinity",
"description":"You can now tame wolves using shift + use. Weird, huh?",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}