Browse Source

Update files for v534

master
LecygneNoir 4 years ago
parent
commit
df3145f426
6 changed files with 2059 additions and 5 deletions
  1. +5
    -3
      Database/game_files/DATABASE_DES_LOCALIZATION.xml
  2. +444
    -0
      Database/game_files/DATABASE_QUEST_LOCALIZATION.xml
  3. +1
    -0
      Database/game_files/DATABASE_UI_LOCALIZATION.xml
  4. +9
    -2
      Database/pot/DATABASE_DES_LOCALIZATION.pot
  5. +1596
    -0
      Database/pot/DATABASE_QUEST_LOCALIZATION.pot
  6. +4
    -0
      Database/pot/DATABASE_UI_LOCALIZATION.pot

+ 5
- 3
Database/game_files/DATABASE_DES_LOCALIZATION.xml View File

@ -2363,8 +2363,8 @@
<Entry Key="DES_SKILL_STRONG_GATHERING_TOOL" Val="Collector's Aid"/>
<Entry Key="DES_SKILL_STRONG_GATHERING_TOOL_DES" Val="Provides a bonus to Gathering and Personal Carry attributes when equipped."/>
<Entry Key="DES_SKILL_WEAK_MULTI_CRAFTING_TOOL" Val="Craftsman's Aid "/>
<Entry Key="DES_SKILL_WEAK_CRAFTING_TOOL" Val="Worker's Aid "/>
<Entry Key="DES_SKILL_WEAK_CRAFTING_TOOL_DES" Val="Provides a bonus to Crafting attribute when equipped."/>
<Entry Key="DES_SKILL_WEAK_ADD_CRAFTING_TOOL" Val="Worker's Aid "/>
<Entry Key="DES_SKILL_WEAK_CRAFTING_TOOL_DES" Val="Provides a bonus to Crafting attribute when equipped."/>
<Entry Key="DES_SKILL_WEAK_ADD_CRAFTING_TOOL" Val="Artisan's Aid"/>
<Entry Key="DES_SKILL_WEAK_ADD_CRAFTING_TOOL_DES" Val="Provides a bonus to Crafting attribute when equipped."/>
<Entry Key="DES_SKILL_CRAFTING_TOOL" Val="Inventor's Aid"/>
@ -3372,7 +3372,7 @@
<Entry Key="DES_SUBSKILL_GROUP_ADD_RESEARCH" Val="Research Bonus"/>
<Entry Key="DES_SUBSKILL_GROUP_ADD_RESEARCH_DES" Val="This character receives a bonus to Research attribute from a nearby building."/>
<Entry Key="DES_SUBSKILL_GROUP_MEDICINE" Val="Healing Bonus"/>
<Entry Key="DES_SUBSKILL_GROUP_MEDICINE_DES" Val="This character receives a bonus to Healing attribute from a nearby building."/>
<Entry Key="DES_SUBSKILL_GROUP_MEDICINE" Val="This character receives a bonus to Healing attribute from a nearby building."/>
<Entry Key="DES_SUBSKILL_GROUP_LOWER_DEATH_CHANCE" Val="Lower Death Chance Bonus"/>
<Entry Key="DES_SUBSKILL_GROUP_LOWER_DEATH_CHANCE_DES" Val="This character's chance to die from serious wounds is reduced by a nearby building."/>
<Entry Key="DES_SUBSKILL_GROUP_ADD_CHILDREN_ATT" Val="Main Attribute Bonus"/>
@ -3575,6 +3575,8 @@
<Entry Key="DES_TRAIT_FOG_OF_KNOWLEDGE_DES" Val="In turn 1 you will see 5 hexes further than normal. Additionally, you start with 20 basic materials."/>
<Entry Key="DES_TRAIT_SEASONED_FOLLOWERS" Val="Seasoned Followers"/>
<Entry Key="DES_TRAIT_SEASONED_FOLLOWERS_DES" Val="Start with 20 Experience Points divided equally between all members of your group."/>
<Entry Key="DES_TRAIT_SMARTER_EVERY_DAY" Val="Smarter Every Day"/>
<Entry Key="DES_TRAIT_SMARTER_EVERY_DAY_DES" Val="Each day each of your characters receive 0.2 Experience Points."/>
<Entry Key="DES_TRAIT_SOLAR_POWERED" Val="Solar Powered"/>
<Entry Key="DES_TRAIT_SOLAR_POWERED_DES" Val="Your characters regenerate 1 additional Health, Sanity and Faith during the day but lose 1 Sanity during the night."/>
<Entry Key="DES_TRAIT_JUMPING_FISH" Val="Jumping Fish"/>

+ 444
- 0
Database/game_files/DATABASE_QUEST_LOCALIZATION.xml
File diff suppressed because it is too large
View File


+ 1
- 0
Database/game_files/DATABASE_UI_LOCALIZATION.xml View File

@ -917,5 +917,6 @@
<Entry Key="UI_FRIENDS_ONLY" Val="Friends Only"/>
<Entry Key="UI_PRIVATE" Val="Private"/>
<Entry Key="UI_INCORRECT_VALUE" Val="{COLOR:yellow}Incorrect Value{END_COLOR}"/>
<Entry Key="UI_BUG_REPORTING_FEATURE_NOT_AVALIABLE" Val="Sorry, the bug reporting feature is not available at the moment."/>
</LOC_LIBRARY-UI>
</DATABASE_UI_LOCALIZATION-NO_HSH>

+ 9
- 2
Database/pot/DATABASE_DES_LOCALIZATION.pot View File

@ -9717,7 +9717,7 @@ msgstr ""
msgid "Craftsman's Aid "
msgstr ""
#. DES_SKILL_WEAK_CRAFTING_TOOL
#. DES_SKILL_WEAK_ADD_CRAFTING_TOOL
msgid "Worker's Aid "
msgstr ""
@ -11050,7 +11050,10 @@ msgstr ""
msgid "Blessed by your God you see further for a moment."
msgstr ""
#. #-#-#-#-# DATABASE_DES_LOCALIZATION.pot.tmp #-#-#-#-#
#. DES_SKILL_SMARTER_EVERY_DAY
#. #-#-#-#-# DATABASE_DES_LOCALIZATION.pot.tmp #-#-#-#-#
#. DES_TRAIT_SMARTER_EVERY_DAY
msgid "Smarter Every Day"
msgstr ""
@ -13495,7 +13498,7 @@ msgstr ""
msgid "Healing Bonus"
msgstr ""
#. DES_SUBSKILL_GROUP_MEDICINE_DES
#. DES_SUBSKILL_GROUP_MEDICINE
msgid "This character receives a bonus to Healing attribute from a nearby building."
msgstr ""
@ -14208,6 +14211,10 @@ msgstr ""
msgid "Start with 20 Experience Points divided equally between all members of your group."
msgstr ""
#. DES_TRAIT_SMARTER_EVERY_DAY_DES
msgid "Each day each of your characters receive 0.2 Experience Points."
msgstr ""
#. DES_TRAIT_SOLAR_POWERED_DES
msgid "Your characters regenerate 1 additional Health, Sanity and Faith during the day but lose 1 Sanity during the night."
msgstr ""

+ 1596
- 0
Database/pot/DATABASE_QUEST_LOCALIZATION.pot
File diff suppressed because it is too large
View File


+ 4
- 0
Database/pot/DATABASE_UI_LOCALIZATION.pot View File

@ -3824,3 +3824,7 @@ msgstr ""
#. UI_INCORRECT_VALUE
msgid "{COLOR:yellow}Incorrect Value{END_COLOR}"
msgstr ""
#. UI_BUG_REPORTING_FEATURE_NOT_AVALIABLE
msgid "Sorry, the bug reporting feature is not available at the moment."
msgstr ""

Loading…
Cancel
Save