Skip to content

Commit

Permalink
feat: added more modifier options such as "all", blessing and prayers.
Browse files Browse the repository at this point in the history
Extension for itemModifiers
  • Loading branch information
AlexOkafor authored Apr 22, 2024
2 parents 0cc43fe + 541848a commit 2ba2a6e
Show file tree
Hide file tree
Showing 9 changed files with 1,401 additions and 147 deletions.
13 changes: 12 additions & 1 deletion lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"YZECORIOLIS.ErrorsActorNotHasItemForMacro": "Der von dir ausgewählte Charakter besitzt keine Ausrüstung mit diesem Namen.",
"YZECORIOLIS.ErrorsNotOwnedItemForMacro": "Du kannst nur Makros für Ausrüstungen erstellen, die du besitzt.",
"YZECORIOLIS.ErrorsNoItemForMacro": "Für dieses Element kannst du kein Makro erstellen. Nur für Waffen, Sprengstoffe und Panzerungen.",
"YZECORIOLIS.ErrorsAlreadyPushed": "Für diesen Wurf gab es bereits ein Gebet. Er kann nicht erneut wiederholt werden.",

"YZECORIOLIS.PrayToIcons": "Zu den Ikonen beten",
"YZECORIOLIS.PushedRoll": "Wiederholter Wurf",
Expand Down Expand Up @@ -457,6 +458,16 @@
"YZECORIOLIS.ItemModifierValue": "Wert des Modifikators",
"YZECORIOLIS.ItemModifierRollQuestion": "Modifikatoren",

"YZECORIOLIS.GunnerRollQuestion": "Wer feuert die Waffe ab?"
"YZECORIOLIS.GunnerRollQuestion": "Wer feuert die Waffe ab?",

"YZECORIOLIS.Blessing": "Segnung",
"YZECORIOLIS.Blessings": "Segnungen",
"YZECORIOLIS.BlessingsAll": "Alle Segnungen",
"YZECORIOLIS.Prayer": "Gebet",
"YZECORIOLIS.Prayers": "Gebete",
"YZECORIOLIS.PrayersAll": "Alle Gebete",
"YZECORIOLIS.AttrAll": "Alle Attribute",
"YZECORIOLIS.SkillCatGeneralAll": "Alle allgemeinen Fertigkeiten",
"YZECORIOLIS.SkillCatAdvancedAll": "Alle fortgeschrittenen Fähigkeiten"

}
14 changes: 13 additions & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"YZECORIOLIS.ErrorsActorNotHasItemForMacro": "Your controlled Actor does not have an item with that name.",
"YZECORIOLIS.ErrorsNotOwnedItemForMacro": "You can only create macro buttons for owned items.",
"YZECORIOLIS.ErrorsNoItemForMacro": "You can't make an macro for this element. Only for weapons, explosives and armor.",
"YZECORIOLIS.ErrorsAlreadyPushed": "You've already prayed for this roll. You can't pray (reroll) twice for the same roll.",

"YZECORIOLIS.PrayToIcons": "Pray to the Icons",
"YZECORIOLIS.PushedRoll": "Pushed Roll",
Expand Down Expand Up @@ -454,5 +455,16 @@
"YZECORIOLIS.ItemModifierValue": "Value of the Modifier",
"YZECORIOLIS.ItemModifierRollQuestion": "Other Modifiers",

"YZECORIOLIS.GunnerRollQuestion": "Who is releasing the weapon?"
"YZECORIOLIS.GunnerRollQuestion": "Who is releasing the weapon?",

"YZECORIOLIS.Blessing": "Blessing",
"YZECORIOLIS.Blessings": "Blessings",
"YZECORIOLIS.BlessingsAll": "All Blessings",
"YZECORIOLIS.Prayer": "Prayer",
"YZECORIOLIS.Prayers": "Prayers",
"YZECORIOLIS.PrayersAll": "All Prayers",
"YZECORIOLIS.AttrAll": "All Attributes",
"YZECORIOLIS.SkillCatGeneralAll": "All General Skills",
"YZECORIOLIS.SkillCatAdvancedAll": "All Advanced Skills"

}
Loading

0 comments on commit 2ba2a6e

Please sign in to comment.