Skip to content

Commit

Permalink
Improve lang
Browse files Browse the repository at this point in the history
  • Loading branch information
williambl committed Aug 5, 2020
1 parent 327857a commit 12be91c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/main/resources/assets/haema/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"gamerule.feedCooldown": "Vampire Feeding Cooldown",
"gamerule.feedCooldown.description": "Ticks between which a vampire can feed",

"gamerule.dashCooldown": "Dash Cooldown",
"gamerule.dashCooldown.description": "Ticks between which a vampire can use the dash ability",

"gamerule.vampireHunterNoticeChance": "Vampire Hunter Notice Chance",
"gamerule.vampireHunterNoticeChance.description": "Chance that a vampire hunter group will spawn when killing a mob through feeding",

Expand All @@ -73,7 +76,6 @@
"bookOfBlood.4.title": "4: Nourishment",
"bookOfBlood.4.text.1.text": "You'll probably notice that your vision is much less saturated when you become a vampire - this is because you don't have enough $(thing)blood/$.",
"bookOfBlood.4.text.2.text": "As a vampire, you don't need food any more - your hunger bar is now a blood bar.",
"bookOfBlood.4.entity.1.name": "A Tasty Meal",
"bookOfBlood.4.text.3.text": "You can gain blood by feeding from mobs with $(k:sneak)+$(k:use) - more 'human-like' mobs give better blood. You can feed as often as you like, but be careful - if you feed enough to kill something, $(thing)Vampire Hunters/$ have a chance of noticing you. Be careful feeding from villagers - if they're awake and notice you, they won't be very happy!",
"bookOfBlood.4.spotlight.1.text": "You can use $(item)Vampire Blood Injectors/$ and $(item)Empty Vampire Blood Injectors/$ to give yourself (or take away) blood any time.",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
{
"type": "entity",
"entity": "minecraft:villager",
"rotate": false,
"name": "bookOfBlood.4.entity.1.name"
"rotate": false
},
{
"type": "text",
Expand Down

0 comments on commit 12be91c

Please sign in to comment.