Skip to content

Commit

Permalink
fix: headless familiar page specifies pumpkin instead of carved pumpkin
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Aug 3, 2024
1 parent a9a0f4e commit 20fe0f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/generated/resources/assets/occultism/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"book.occultism.dictionary_of_spirits.familiar_rituals.familiar_guardian.description2.text": "**Upgrade Behaviour**\\\nWhen upgraded by a blacksmith familiar, it regains a limb (can only be done once).\n",
"book.occultism.dictionary_of_spirits.familiar_rituals.familiar_guardian.entity.text": "**Provides**: [#](ad03fc)Prevents player death while alive[#]()\n",
"book.occultism.dictionary_of_spirits.familiar_rituals.familiar_guardian.name": "Guardian Familiar",
"book.occultism.dictionary_of_spirits.familiar_rituals.familiar_headless.description.text": "The headless ratman familiar steals heads of mobs near the ratman when they are killed. It then provides a damage buff against that type of mob to their master. If the ratman drops **below 50% health** it dies, but can then be rebuilt by their master by giving them [](item://minecraft:wheat), [](item://minecraft:stick), [](item://minecraft:hay_block) and a [](item://minecraft:pumpkin).\n",
"book.occultism.dictionary_of_spirits.familiar_rituals.familiar_headless.description.text": "The headless ratman familiar steals heads of mobs near the ratman when they are killed. It then provides a damage buff against that type of mob to their master. If the ratman drops **below 50% health** it dies, but can then be rebuilt by their master by giving them [](item://minecraft:wheat), [](item://minecraft:stick), [](item://minecraft:hay_block) and a [](item://minecraft:carved_pumpkin).\n",
"book.occultism.dictionary_of_spirits.familiar_rituals.familiar_headless.description.title": "Description",
"book.occultism.dictionary_of_spirits.familiar_rituals.familiar_headless.description2.text": "**Upgrade Behaviour**\\\nWhen upgraded by a blacksmith familiar, it will give weakness to nearby mobs of the type it stole the head from.\n",
"book.occultism.dictionary_of_spirits.familiar_rituals.familiar_headless.entity.text": "**Provides**: [#](ad03fc)Conditional Damage Buff[#]()\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2564,7 +2564,7 @@ When upgraded by a blacksmith familiar, it regains a limb (can only be done once
this.add(helper.pageTitle(), "Description");
this.add(helper.pageText(),
"""
The headless ratman familiar steals heads of mobs near the ratman when they are killed. It then provides a damage buff against that type of mob to their master. If the ratman drops **below 50%% health** it dies, but can then be rebuilt by their master by giving them [](item://minecraft:wheat), [](item://minecraft:stick), [](item://minecraft:hay_block) and a [](item://minecraft:pumpkin).
The headless ratman familiar steals heads of mobs near the ratman when they are killed. It then provides a damage buff against that type of mob to their master. If the ratman drops **below 50%% health** it dies, but can then be rebuilt by their master by giving them [](item://minecraft:wheat), [](item://minecraft:stick), [](item://minecraft:hay_block) and a [](item://minecraft:carved_pumpkin).
""".formatted(COLOR_PURPLE));

helper.page("description2");
Expand Down

0 comments on commit 20fe0f0

Please sign in to comment.