Initial commit
This commit is contained in:
+568
@@ -0,0 +1,568 @@
|
||||
{
|
||||
"HBM": {
|
||||
"system": { "name": "Homebrew Magic: RPG v3" },
|
||||
"actor": { "character": "Character", "npc": "NPC / Creature" },
|
||||
"item": {
|
||||
"spell": "Spell",
|
||||
"gear": "Gear",
|
||||
"ability": "Ability",
|
||||
"class": "Class",
|
||||
"race": "Race",
|
||||
"discipline": "Magic Discipline",
|
||||
"talent": "Talent"
|
||||
},
|
||||
"details": {
|
||||
"race": "Race",
|
||||
"year": "Year",
|
||||
"discipline": "Discipline",
|
||||
"raceLink": "Linked Race entry",
|
||||
"classLink": "Linked Class entry",
|
||||
"classSchedule": "Class schedule",
|
||||
"personalDetails": "Personal details",
|
||||
"startingYear": "Starting Year",
|
||||
"currentYear": "Current Year"
|
||||
},
|
||||
"schedule": {
|
||||
"hours": "Hours",
|
||||
"monday": "Monday",
|
||||
"tuesday": "Tuesday",
|
||||
"wednesday": "Wednesday",
|
||||
"thursday": "Thursday",
|
||||
"friday": "Friday",
|
||||
"saturday": "Saturday",
|
||||
"lunchBreak": "Lunch break",
|
||||
"dinnerBreak": "Dinner break",
|
||||
"supperBreak": "Supper break"
|
||||
},
|
||||
"attributes": {
|
||||
"body": "Body",
|
||||
"bodyAbbr": "BOD",
|
||||
"mind": "Mind",
|
||||
"mindAbbr": "MND",
|
||||
"soul": "Soul",
|
||||
"soulAbbr": "SOU",
|
||||
"magic": "Magic",
|
||||
"magicAbbr": "MAG",
|
||||
"actual": "Actual",
|
||||
"actualMagicHint": "Actual magic level including talents and modifiers."
|
||||
},
|
||||
"resources": {
|
||||
"health": "Health",
|
||||
"healthAbbr": "HP",
|
||||
"mana": "Mana",
|
||||
"manaAbbr": "MN",
|
||||
"zeal": "Zeal",
|
||||
"zealAbbr": "ZL",
|
||||
"magicalArmor": "Magical Armor",
|
||||
"magicalArmorAbbr": "MA",
|
||||
"magicalShield": "Magical Shield",
|
||||
"magicalShieldAbbr": "MS",
|
||||
"physicalArmor": "Physical Armor",
|
||||
"physicalArmorAbbr": "PA",
|
||||
"runicCounter": "Runic counter",
|
||||
"condition": "Condition",
|
||||
"initiative": "Initiative",
|
||||
"experience": "Experience",
|
||||
"experienceAbbr": "XP",
|
||||
"magicPowerLevel": "Magic Power Level",
|
||||
"maxManaPerSpell": "Max Mana per Spell",
|
||||
"blood": "Blood",
|
||||
"elixirTolerance": "Elixir Tolerance",
|
||||
"insanity": "Insanity",
|
||||
"max": "Max"
|
||||
},
|
||||
"skills": {
|
||||
"athletics": "Athletics",
|
||||
"disguise": "Disguise",
|
||||
"determination": "Determination",
|
||||
"empathy": "Empathy",
|
||||
"intuition": "Intuition",
|
||||
"animalHandling": "Animal Handling",
|
||||
"magicalAbilities": "Magical Abilities",
|
||||
"medicine": "Medicine",
|
||||
"strength": "Strength",
|
||||
"devotion": "Devotion",
|
||||
"persuasion": "Persuasion",
|
||||
"reflex": "Reflex",
|
||||
"craft": "Craft",
|
||||
"stealth": "Stealth",
|
||||
"perception": "Perception",
|
||||
"theology": "Theology",
|
||||
"ranged": "Ranged",
|
||||
"melee": "Melee",
|
||||
"magicLore": "Magic Lore",
|
||||
"natureLore": "Nature Lore",
|
||||
"generalLore": "General Lore",
|
||||
"endurance": "Endurance",
|
||||
"intimidation": "Intimidation",
|
||||
"agility": "Agility"
|
||||
},
|
||||
"spell": {
|
||||
"label": "Spell",
|
||||
"cast": "Cast spell",
|
||||
"circle": "Circle",
|
||||
"school": "School",
|
||||
"discipline": "Discipline",
|
||||
"difficulty": "Spell Threshold",
|
||||
"difficultyThreshold": "Threshold (T)",
|
||||
"difficultySuccesses": "Required successes (Y)",
|
||||
"components": "Components",
|
||||
"verbal": "Verbal (V)",
|
||||
"somatic": "Somatic (S)",
|
||||
"material": "Material (M)",
|
||||
"symbols": "Symbols / Glyphs",
|
||||
"castingTime": "Casting time",
|
||||
"castingTimeRounds": "Time (rounds)",
|
||||
"castingTimeMinutes": "Time (minutes)",
|
||||
"range": "Range",
|
||||
"targets": "Targets",
|
||||
"duration": "Duration",
|
||||
"manaCost": "Mana cost",
|
||||
"bloodCost": "Blood cost",
|
||||
"cost": "Cost & Difficulty",
|
||||
"timing": "Timing & Geometry",
|
||||
"overcasting": "Overcasting",
|
||||
"overcastOptions": "Overcast Options",
|
||||
"overcastDesc": "Effect description",
|
||||
"description": "Description",
|
||||
"higherCircles": "At higher circles",
|
||||
"complexityLevel": "Complexity Level",
|
||||
"deity": "Deity",
|
||||
"sourceBook": "Source book",
|
||||
"areaOfEffect": "Area of Effect",
|
||||
"aoeShape": "Shape",
|
||||
"aoeUnit": "Unit",
|
||||
"damage": "Damage",
|
||||
"damageBase": "Base damage",
|
||||
"damageType": "Damage type",
|
||||
"ignoresArmor": "Ignores armor",
|
||||
"statusEffects": "Status effects",
|
||||
"saveAttribute": "Save attribute",
|
||||
"saveSkill": "Save skill",
|
||||
"requirements": "Requirements",
|
||||
"requirementRace": "Races",
|
||||
"requirementTalent": "Talents",
|
||||
"requirementDiscipline": "Disciplines",
|
||||
"isSuperspell": "Superspell",
|
||||
"requiresGroupCast": "Group cast",
|
||||
"minCasters": "Min. casters",
|
||||
"nonCombatOnly": "Non-combat only",
|
||||
"triggers": "Triggers",
|
||||
"triggerEffect": "Trigger effect",
|
||||
"castingMode": {
|
||||
"label": "Casting Mode",
|
||||
"standard": "Standard",
|
||||
"sacred": "Sacred Magic",
|
||||
"witch": "Witch Magic",
|
||||
"blood": "Blood Magic",
|
||||
"hekate": "Hekate Hybrid"
|
||||
}
|
||||
},
|
||||
"spellSchool": {
|
||||
"general": "General",
|
||||
"alchemyTransmutation": "Alchemy - Transmutation",
|
||||
"alchemyBrewing": "Alchemy - Brewing",
|
||||
"botany": "Botany",
|
||||
"elementsAir": "Elemental Magic (Air)",
|
||||
"elementsWater": "Elemental Magic (Water)",
|
||||
"elementsFire": "Elemental Magic (Fire)",
|
||||
"elementsEarth": "Elemental Magic (Earth)",
|
||||
"artifice": "Artifice",
|
||||
"golemancy": "Golemancy",
|
||||
"runes": "Runic Magic",
|
||||
"manaSourceMage": "Mana Source",
|
||||
"illusion": "Illusion",
|
||||
"sacred": "Sacred Magic",
|
||||
"sacredExorcism": "Sacred Magic — Exorcism",
|
||||
"witch": "Witch Magic",
|
||||
"necromancy": "Necromancy",
|
||||
"blood": "Blood Magic",
|
||||
"crimson": "Crimson Magic",
|
||||
"abyssAspects": "Abyss — Aspects",
|
||||
"abyssPrimal": "Abyss — Primal",
|
||||
"wildWitch": "Wild Witch"
|
||||
},
|
||||
"deity": {
|
||||
"common": "Common Prayers",
|
||||
"jahwe": "YHWH",
|
||||
"zeus": "Zeus",
|
||||
"demeter": "Demeter",
|
||||
"artemis": "Artemis",
|
||||
"hekate": "Hekate",
|
||||
"aphrodite": "Aphrodite",
|
||||
"eros": "Eros"
|
||||
},
|
||||
"sourceBook": {
|
||||
"core-rules": "PG",
|
||||
"magic-book": "KM",
|
||||
"arcanum-sanguinis": "AS",
|
||||
"crimson-cult": "CS",
|
||||
"abyss-curse": "KO",
|
||||
"humanity-guide": "PLM",
|
||||
"bestiary": "B",
|
||||
"gold-steel-magic": "ZSM"
|
||||
},
|
||||
"aoeShape": {
|
||||
"point": "Point",
|
||||
"square": "Square",
|
||||
"rectangle": "Rectangle",
|
||||
"cone": "Cone",
|
||||
"sphere": "Sphere",
|
||||
"line": "Line"
|
||||
},
|
||||
"damageType": {
|
||||
"physical": "Physical",
|
||||
"magical": "Magical",
|
||||
"physicalMagical": "Physical-Magical",
|
||||
"pure": "Pure"
|
||||
},
|
||||
"triggerEvent": {
|
||||
"killWithWeapon": "Kill with weapon",
|
||||
"targetCastsSpell": "Target casts spell",
|
||||
"damageTaken": "Damage taken",
|
||||
"turnStart": "Turn start"
|
||||
},
|
||||
"gear": {
|
||||
"category": "Category",
|
||||
"weapon": "Weapon",
|
||||
"armor": "Armor",
|
||||
"equipment": "Equipment",
|
||||
"damage": "Damage",
|
||||
"damageType": "Damage Type",
|
||||
"physical": "Physical",
|
||||
"magical": "Magical",
|
||||
"environmental": "Environmental",
|
||||
"properties": "Properties",
|
||||
"damageReduction": "Damage Reduction",
|
||||
"damageReductionBonus": "DR Bonus",
|
||||
"damageReductionBonusHint": "Extra damage reduction (e.g. from talents). Only applies when armor is broken.",
|
||||
"condition": "Condition",
|
||||
"conditionMax": "Max Condition",
|
||||
"equipped": "Equipped / Active",
|
||||
"repair": "Repair",
|
||||
"armorType": "Armor Type",
|
||||
"light": "Light",
|
||||
"medium": "Medium",
|
||||
"heavy": "Heavy",
|
||||
"shield": "Shield",
|
||||
"stealthDisadvantage": "Stealth Disadvantage",
|
||||
"strengthRequirement": "Strength Requirement",
|
||||
"rarity": "Rarity",
|
||||
"value": "Value",
|
||||
"weight": "Weight",
|
||||
"quantity": "Quantity",
|
||||
"description": "Description"
|
||||
},
|
||||
"ability": {
|
||||
"type": "Type",
|
||||
"passive": "Passive",
|
||||
"active": "Active",
|
||||
"reaction": "Reaction",
|
||||
"freeAction": "Free Action",
|
||||
"prerequisite": "Prerequisite",
|
||||
"description": "Description",
|
||||
"mechanics": "Mechanics",
|
||||
"cost": "Cost"
|
||||
},
|
||||
"class": {
|
||||
"year": "Year",
|
||||
"attributePoints": "Attribute Points",
|
||||
"skillPoints": "Skill Points",
|
||||
"talents": "Talents",
|
||||
"spells": "Spells",
|
||||
"features": "Features",
|
||||
"description": "Description"
|
||||
},
|
||||
"race": {
|
||||
"availableDisciplines": "Available Disciplines",
|
||||
"attributePoints": "Starting Attribute Points",
|
||||
"skillPoints": "Starting Skill Points",
|
||||
"freeTalents": "Free Talents",
|
||||
"racialAbilities": "Racial Abilities",
|
||||
"traits": "Traits",
|
||||
"description": "Description",
|
||||
"physicalDescription": "Physical Description"
|
||||
},
|
||||
"discipline": {
|
||||
"color": "Color",
|
||||
"suggestedAttribute": "Suggested Attribute",
|
||||
"suggestedSkills": "Suggested Skills",
|
||||
"passiveAbility": "Passive Ability",
|
||||
"signatureSpells": "Signature Spells",
|
||||
"availableSpells": "Available Spells",
|
||||
"description": "Description"
|
||||
},
|
||||
"talent": {
|
||||
"requirements": "Requirements",
|
||||
"requirementRace": "Race",
|
||||
"requirementAttribute": "Attribute",
|
||||
"requirementSkill": "Skill",
|
||||
"requirementTalent": "Talent",
|
||||
"requirementTitle": "Title",
|
||||
"requirementDiscipline": "Discipline",
|
||||
"description": "Description",
|
||||
"effect": "Effect",
|
||||
"cost": "Cost",
|
||||
"multiSelect": "Can be selected multiple times"
|
||||
},
|
||||
"npc": {
|
||||
"type": "Type",
|
||||
"size": "Size",
|
||||
"alignment": "Alignment",
|
||||
"challengeRating": "Challenge Rating",
|
||||
"challengeRatingAbbr": "CR",
|
||||
"xp": "XP",
|
||||
"speed": "Speed",
|
||||
"senses": "Senses",
|
||||
"languages": "Languages",
|
||||
"attacks": "Attacks",
|
||||
"specialAbilities": "Special Abilities",
|
||||
"reactions": "Reactions",
|
||||
"legendaryActions": "Legendary Actions",
|
||||
"savingThrows": "Saving Throws",
|
||||
"damageResistances": "Damage Resistances",
|
||||
"damageImmunities": "Damage Immunities",
|
||||
"conditionImmunities": "Condition Immunities",
|
||||
"habitat": "Habitat",
|
||||
"behavior": "Behavior",
|
||||
"history": "History"
|
||||
},
|
||||
"roll": {
|
||||
"title": "TS Roll",
|
||||
"roll": "Roll",
|
||||
"pool": "Dice pool",
|
||||
"threshold": "Threshold (T)",
|
||||
"successes": "Successes",
|
||||
"required": "Required",
|
||||
"result": "Result",
|
||||
"success": "Success",
|
||||
"failure": "Failure",
|
||||
"criticalSuccess": "Critical Success",
|
||||
"criticalFailure": "Critical Failure",
|
||||
"rollSkill": "Roll: {skill}",
|
||||
"rollAttribute": "Roll: {attribute}",
|
||||
"modifier": "Modifier",
|
||||
"attributeOverride": "Attribute (override)",
|
||||
"configTitle": "TS Roll Configuration",
|
||||
"blocked": "Cannot roll: {reason}",
|
||||
"thresholdAdjusted": "Threshold modified by conditions"
|
||||
},
|
||||
"spellCast": {
|
||||
"title": "Casting spell",
|
||||
"manaSpent": "Mana spent",
|
||||
"zealSpent": "Zeal spent",
|
||||
"bloodSpent": "Blood spent",
|
||||
"hekateMode": "Hekate mode (Sacred + Witch hybrid)",
|
||||
"groupCasters": "Group caster IDs",
|
||||
"bypassSuperspell": "Bypass superspell warning",
|
||||
"bypassNonCombatBlock": "Bypass non-combat block",
|
||||
"cast": "Cast",
|
||||
"notEnoughMana": "Not enough mana.",
|
||||
"notEnoughZeal": "Not enough zeal.",
|
||||
"notEnoughBlood": "Not enough blood.",
|
||||
"raceLocked": "Spell requires race: {races}.",
|
||||
"talentMissing": "Missing required talent: {talent}.",
|
||||
"disciplineMissing": "Requires one of disciplines: {disciplines}.",
|
||||
"deityMismatch": "Spell deity ({spell}) differs from devoted deity ({actor}).",
|
||||
"groupCastRequired": "Requires {min} co-casters; have {provided}.",
|
||||
"nonCombatOnly": "Spell cannot be cast in combat.",
|
||||
"superspellInCombat": "Casting superspell during combat is generally inadvisable.",
|
||||
"overcast": "Overcast",
|
||||
"overcastTest": "Overcast Test",
|
||||
"sacredCost": "Cost: 1 Zeal",
|
||||
"witchSymbols": "Symbols: {used} / {max}",
|
||||
"cantOvercastBeyondLevel": "Cannot overcast beyond Magic Power Level.",
|
||||
"overcastWarning": "This spell exceeds Max Mana per Spell.",
|
||||
"success": "Success",
|
||||
"failure": "Failure",
|
||||
"damage": "Damage",
|
||||
"statusEffects": "Status effects",
|
||||
"saveTarget": "Target save",
|
||||
"triggers": "Triggers",
|
||||
"applyToTargets": "Click an effect to apply it to selected tokens.",
|
||||
"targetSomeone": "Select targets to show damage-apply buttons.",
|
||||
"noTargets": "No tokens / targets selected.",
|
||||
"variableSuccesses": "Required successes",
|
||||
"groupCastersFromCanvas": "Co-casters (select tokens on the canvas)"
|
||||
},
|
||||
"damage": {
|
||||
"title": "Apply Damage",
|
||||
"amount": "Damage amount",
|
||||
"type": "Damage type",
|
||||
"ignoreMagicalArmor": "Bypass Magical Armor",
|
||||
"ignoreMagicalShield": "Bypass Magical Shield",
|
||||
"ignorePhysicalArmor": "Bypass Physical Armor",
|
||||
"damageArmor": "Damage armor (-1 condition)",
|
||||
"apply": "Apply",
|
||||
"report": {
|
||||
"title": "Damage: {actor}",
|
||||
"magicalArmorAbsorbed": "Magical Armor absorbed: {n}",
|
||||
"magicalShieldAbsorbed": "Magical Shield absorbed: {n}",
|
||||
"physicalArmorReduced": "Physical Armor reduced: {n}",
|
||||
"healthLost": "Health lost: {n}",
|
||||
"armorBroken": "Armor broken!",
|
||||
"runeTriggered": "Runes triggered — Magical Armor -1"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"newRound": "New round — Mana reset",
|
||||
"newTurn": "New turn — Zeal +1",
|
||||
"turnSkipped": "Turn skipped (condition)",
|
||||
"deathSavePrompt": "Make a Death Saving Throw (Body, T:4, Y:1)"
|
||||
},
|
||||
"conditions": {
|
||||
"przewrocony": "Prone",
|
||||
"unieruchomiony": "Restrained",
|
||||
"obezwladniony": "Incapacitated",
|
||||
"nieprzytomny": "Unconscious",
|
||||
"umierajacy": "Dying",
|
||||
"ogluszony": "Deafened",
|
||||
"oslepiony": "Blinded",
|
||||
"oszolomiony": "Stunned",
|
||||
"zatruty": "Poisoned",
|
||||
"podpalony": "Burning",
|
||||
"spowolniony": "Slowed",
|
||||
"przeklety": "Cursed",
|
||||
"zauroczony": "Charmed",
|
||||
"koncentracja": "Concentrating",
|
||||
"przerazony": "Frightened"
|
||||
},
|
||||
"ui": {
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"add": "Add",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"name": "Name",
|
||||
"notes": "Notes",
|
||||
"biography": "Biography",
|
||||
"dropItems": "Drop items onto this sheet",
|
||||
"unknownItemType": "Unknown item type",
|
||||
"advancement": "Advancement",
|
||||
"pointsAvailable": "Points available",
|
||||
"spend": "Spend",
|
||||
"attacks": "Attacks",
|
||||
"specialAbilities": "Special Abilities",
|
||||
"reactions": "Reactions",
|
||||
"legendaryActions": "Legendary Actions",
|
||||
"actionsTitle": "Quick Actions",
|
||||
"customEquipment": "Custom Equipment",
|
||||
"attributePoints": "Attr. Points",
|
||||
"skillPoints": "Skill Points",
|
||||
"freeTalents": "Free Talents",
|
||||
"money": "Money",
|
||||
"recalculate": "Convert currencies",
|
||||
"moneyConverterTitle": "Currency Converter",
|
||||
"changeImageHint": "Click to change image",
|
||||
"itemAlreadyOwned": "'{name}' is already on this character sheet.",
|
||||
"dropTalentsHint": "Drag talents from the compendium onto this sheet.",
|
||||
"physicalArmorBonus": "Armor bonus",
|
||||
"selectTalentParamTitle": "Talent Specialization",
|
||||
"selectTalentParamDesc": "This talent requires a choice of specialization. Enter a value for ({param}):",
|
||||
"tabs": {
|
||||
"stats": "Stats",
|
||||
"actions": "Actions",
|
||||
"skills": "Skills",
|
||||
"main": "Sheet",
|
||||
"spells": "Spells",
|
||||
"inventory": "Inventory",
|
||||
"talents": "Talents",
|
||||
"effects": "Effects",
|
||||
"biography": "Biography"
|
||||
}
|
||||
},
|
||||
"rest": {
|
||||
"takeBreather": "Take a Breather",
|
||||
"shortRest": "Short Rest",
|
||||
"longRest": "Long Rest",
|
||||
"restored": "Restored",
|
||||
"hpReset": "Hit Points",
|
||||
"manaReset": "Mana",
|
||||
"zealReset": "Zeal",
|
||||
"bloodReset": "Blood Pool",
|
||||
"toleranceRecovered": "Elixir tolerance recovered",
|
||||
"effectsCleared": "Expired effects cleared"
|
||||
},
|
||||
"initiative": {
|
||||
"label": "Initiative",
|
||||
"formula": "2d6 + Initiative",
|
||||
"roll": "Roll Initiative"
|
||||
},
|
||||
"talentCategory": {
|
||||
"core": "Core Rules",
|
||||
"blood": "Blood Magic",
|
||||
"abyss": "Curse of the Abyss",
|
||||
"crimson": "Crimson Cult",
|
||||
"npc": "NPC"
|
||||
},
|
||||
"macro": {
|
||||
"poolRoll": "d6 Pool Roll",
|
||||
"poolRollHint": "Roll a d6 pool with selected target threshold (TS).",
|
||||
"attributeCheck": "Attribute Check",
|
||||
"attributeCheckHint": "Roll an attribute check for the selected character.",
|
||||
"applyCondition": "Apply Condition",
|
||||
"applyConditionHint": "Apply a condition to selected/targeted tokens.",
|
||||
"takeBreather": "Take a Breather",
|
||||
"takeBreatherHint": "Take a breather for the selected character.",
|
||||
"shortRest": "Short Rest",
|
||||
"shortRestHint": "Short rest for the selected character.",
|
||||
"longRest": "Long Rest",
|
||||
"longRestHint": "Long rest for the selected character.",
|
||||
"groupCastHelper": "Group Cast Helper",
|
||||
"groupCastHelperHint": "Sums mana and magic pool of selected co-casters.",
|
||||
"refillZeal": "Refill Zeal",
|
||||
"refillZealHint": "Adds 1 Zeal to the selected character (debug)."
|
||||
},
|
||||
"activeEffect": {
|
||||
"title": "Active Effects",
|
||||
"addEffect": "Add Effect",
|
||||
"deleteEffect": "Delete",
|
||||
"edit": "Edit",
|
||||
"toggle": "Enable/disable",
|
||||
"newEffect": "New Effect",
|
||||
"transferToActor": "Transferred to actor",
|
||||
"fromItem": "From item",
|
||||
"changes": "changes",
|
||||
"empty": "No effects. Add an effect to grant attribute bonuses or system flags.",
|
||||
"emptyActor": "This actor has no active effects."
|
||||
},
|
||||
"racesList": {
|
||||
"czlowiek": "Human",
|
||||
"elf": "Elf",
|
||||
"lamia": "Lamia",
|
||||
"feles": "Feles",
|
||||
"aniol": "Angel"
|
||||
},
|
||||
"talentsList": {
|
||||
"arcymag-dziedzina": "Archmage (Discipline)",
|
||||
"blogoslawienstwo-bostwo": "Blessing (Deity)",
|
||||
"blogoslawione-pochodzenie": "Blessed Heritage",
|
||||
"cios-w-plecy": "Backstab",
|
||||
"czuly-zmysl": "Acute Sense",
|
||||
"dyplomata": "Diplomat",
|
||||
"finta": "Feint",
|
||||
"gadanina": "Babble",
|
||||
"gotowosc-do-walki": "Combat Readiness",
|
||||
"jednosc-z-magia": "Unity with Magic",
|
||||
"jednosc-z-natura": "Unity with Nature",
|
||||
"magiczna-dyscyplina": "Magical Discipline",
|
||||
"magiczny-zmysl-zmysl": "Magical Sense (Sense)",
|
||||
"mistrz-magii-dziedzina": "Master of Magic (Discipline)",
|
||||
"niezniszczalne-zaklecia": "Indestructible Spells",
|
||||
"obureczny": "Ambidextrous",
|
||||
"odpornosc-na-magie": "Magic Resistance",
|
||||
"odpornosc-na-trucizny": "Poison Resistance",
|
||||
"oportunista": "Opportunist",
|
||||
"pancerz-wiary": "Armor of Faith",
|
||||
"parowanie": "Parrying",
|
||||
"powietrzne-uniki": "Aerial Evasion",
|
||||
"riposta": "Riposte",
|
||||
"rozplatanie-zaklec": "Spell Unraveling",
|
||||
"sen-na-jawie": "Daydreaming",
|
||||
"technologia-jest-wsrod-nas": "Technology is Among Us",
|
||||
"urok-osobisty": "Personal Charm",
|
||||
"zakazana-wiedza-dziedzina": "Forbidden Knowledge (Discipline)",
|
||||
"zawisanie-w-powietrzu": "Hovering"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user