From bc0abc38efa937733e50985b207ec450ede2c240 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 5 Sep 2019 21:57:24 -0400 Subject: Flat life on hit affix --- .../resources/assets/jewelrycraft2/lang/en_US.lang | 34 +++++++++++++++------- 1 file changed, 23 insertions(+), 11 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/jewelrycraft2/lang/en_US.lang b/src/main/resources/assets/jewelrycraft2/lang/en_US.lang index b87ee5e..47ee386 100755 --- a/src/main/resources/assets/jewelrycraft2/lang/en_US.lang +++ b/src/main/resources/assets/jewelrycraft2/lang/en_US.lang @@ -197,18 +197,30 @@ achievement.jewelrycraft.pentagram.desc=§4Challenge:§7 Do not steal health fro challenge.failed=You failed the challenge: -prefix.jewelrycraft2.health1=Bright -prefix.jewelrycraft2.health2=Solar -prefix.jewelrycraft2.health3=Vivid - -prefix.jewelrycraft2.health1.desc=+1/2 Heart -prefix.jewelrycraft2.health2.desc=+1 Heart -prefix.jewelrycraft2.health3.desc=+3/2 Hearts +prefix.jewelrycraft2.health1=Hale +prefix.jewelrycraft2.health2=Healthy +prefix.jewelrycraft2.health3=Sanguine +prefix.jewelrycraft2.health4=Stalwart +prefix.jewelrycraft2.health5=Stout +prefix.jewelrycraft2.health6=Robust + +prefix.jewelrycraft2.health1.desc=+1 Health +prefix.jewelrycraft2.health2.desc=+2 Health +prefix.jewelrycraft2.health3.desc=+3 Health +prefix.jewelrycraft2.health4.desc=+4 Health +prefix.jewelrycraft2.health5.desc=+5 Health +prefix.jewelrycraft2.health6.desc=+6 Health suffix.jewelrycraft2.health1=of the Jackal suffix.jewelrycraft2.health2=of the Fox suffix.jewelrycraft2.health3=of the Wolf - -suffix.jewelrycraft2.health1.desc=+1/2 Heart -suffix.jewelrycraft2.health2.desc=+1 Heart -suffix.jewelrycraft2.health3.desc=+3/2 Hearts \ No newline at end of file +suffix.jewelrycraft2.hitheal1=of Rejuvination +suffix.jewelrycraft2.hitheal2=of Restoration +suffix.jewelrycraft2.hitheal3=of Regrowth + +suffix.jewelrycraft2.health1.desc=+1 Health +suffix.jewelrycraft2.health2.desc=+2 Health +suffix.jewelrycraft2.health3.desc=+3 Health +suffix.jewelrycraft2.hitheal1.desc=+1 Health on striking an enemy +suffix.jewelrycraft2.hitheal2.desc=+2 Health on striking an enemy +suffix.jewelrycraft2.hitheal3.desc=+3 Health on striking an enemy \ No newline at end of file -- cgit v1.2.3