forked from GitHub-Mirrors/foundry-sw5e
Spot the link / entityClass error!
This commit is contained in:
parent
5f5a145626
commit
d392b568db
56 changed files with 6353 additions and 3288 deletions
485
lang/en.json
485
lang/en.json
|
@ -1,29 +1,58 @@
|
|||
{
|
||||
"ACTOR.TypeCharacter": "Player Character",
|
||||
"ACTOR.TypeNpc": "Non-Player Character",
|
||||
"ACTOR.TypeVehicle": "Vehicle",
|
||||
"ITEM.TypeBackpack": "Backpack",
|
||||
"ITEM.TypeClass": "Class",
|
||||
"ITEM.TypeConsumable": "Consumable",
|
||||
"ITEM.TypeEquipment": "Equipment",
|
||||
"ITEM.TypeFeat": "Feature",
|
||||
"ITEM.TypeLoot": "Loot",
|
||||
"ITEM.TypePower": "Power",
|
||||
"ITEM.TypeTool": "Tool",
|
||||
"ITEM.TypeWeapon": "Weapon",
|
||||
|
||||
"Star Wars 5th Edition": "Star Wars 5th Edition",
|
||||
"SW5E.title": "Star Wars 5th Edition",
|
||||
"SW5E.AbbreviationCR": "CR",
|
||||
"SW5E.AbbreviationConc": "Conc.",
|
||||
"SW5E.AbbreviationDC": "DC",
|
||||
"SW5E.AbbreviationLR": "LR",
|
||||
"SW5E.AbbreviationLevel": "Lvl.",
|
||||
"SW5E.AbbreviationLbs": "lbs.",
|
||||
"SW5E.AbbreviationSR": "SR",
|
||||
"SW5E.Ability": "Ability",
|
||||
"SW5E.AbilityCha": "Charisma",
|
||||
"SW5E.AbilityCon": "Constitution",
|
||||
"SW5E.AbilityDex": "Dexterity",
|
||||
"SW5E.AbilityInt": "Intelligence",
|
||||
"SW5E.AbilityModifier": "Ability Modifier",
|
||||
"SW5E.AbilityStr": "Strength",
|
||||
"SW5E.AbilityUseCantUse": "You are not currently able to use this ability!",
|
||||
"SW5E.AbilityUseCharged": "charged",
|
||||
"SW5E.AbilityUseConsume": "Consume Available Usage?",
|
||||
"SW5E.AbilityUseDepleted": "depleted",
|
||||
"SW5E.AbilityUseHint": "Configure how you would like to use the",
|
||||
"SW5E.AbilityUseRechargeHint": "This ability uses a recharge mechanic and is currently",
|
||||
"SW5E.AbilityUseWarnEnd": "available uses per",
|
||||
"SW5E.AbilityUseWarnStart": "This ability has",
|
||||
"SW5E.AbilityStrAbbr": "str",
|
||||
"SW5E.AbilityCon": "Constitution",
|
||||
"SW5E.AbilityConAbbr": "con",
|
||||
"SW5E.AbilityDex": "Dexterity",
|
||||
"SW5E.AbilityDexAbbr": "dex",
|
||||
"SW5E.AbilityInt": "Intelligence",
|
||||
"SW5E.AbilityIntAbbr": "int",
|
||||
"SW5E.AbilityWis": "Wisdom",
|
||||
"SW5E.AbilityWisAbbr": "wis",
|
||||
"SW5E.AbilityCha": "Charisma",
|
||||
"SW5E.AbilityChaAbbr": "cha",
|
||||
"SW5E.AbilityModifier": "Ability Modifier",
|
||||
"SW5E.AbilityPromptText": "What type of {ability} check?",
|
||||
"SW5E.AbilityPromptTitle": "{ability} Ability Check",
|
||||
"SW5E.AbilityUseHint": "Configure how you would like to use the {name} {type}.",
|
||||
"SW5E.AbilityUseUnavailableHint": "There are no uses of this item remaining!",
|
||||
"SW5E.AbilityUseChargedHint": "This {type} is charged and ready to use!",
|
||||
"SW5E.AbilityUseRechargedHint": "This {type} is depleted and must be recharged!",
|
||||
"SW5E.AbilityUseNormalHint": "This {type} has {value} of {max} uses per {per} remaining.",
|
||||
"SW5E.AbilityUseConsumableChargeHint": "Using this {type} will consume 1 charge of {value} remaining.",
|
||||
"SW5E.AbilityUseConsumableQuantityHint": "Using this {type} will consume 1 quantity of {quantity} remaining",
|
||||
"SW5E.AbilityUseConsumableDestroyHint": "Using this {type} will consume its final charge and it will be destroyed.",
|
||||
"SW5E.AbilityUseConsume": "Consume Available Usage?",
|
||||
"SW5E.AbilityUseChargesLabel": "{value} Charges",
|
||||
"SW5E.AbilityUseConsumableLabel": "{max} per {per}",
|
||||
"SW5E.AbilityUseCast": "Cast Power",
|
||||
"SW5E.AbilityUseUse": "Use Ability",
|
||||
|
||||
"SW5E.Action": "Action",
|
||||
"SW5E.ActionPl": "Actions",
|
||||
"SW5E.ActionAbil": "Ability Check",
|
||||
"SW5E.ActionHeal": "Healing",
|
||||
"SW5E.ActionMPAK": "Melee Power Attack",
|
||||
|
@ -33,6 +62,8 @@
|
|||
"SW5E.ActionRWAK": "Ranged Weapon Attack",
|
||||
"SW5E.ActionSave": "Saving Throw",
|
||||
"SW5E.ActionUtil": "Utility",
|
||||
"SW5E.ActionWarningNoItem": "The requested item {item} no longer exists on Actor {name}",
|
||||
"SW5E.ActionWarningNoToken": "You must have one or more controlled Tokens in order to use this option.",
|
||||
"SW5E.Add": "Add",
|
||||
"SW5E.Advantage": "Advantage",
|
||||
"SW5E.Alignment": "Alignment",
|
||||
|
@ -44,15 +75,18 @@
|
|||
"SW5E.AlignmentLN": "Lawful Neutral",
|
||||
"SW5E.AlignmentND": "Neutral Dark",
|
||||
"SW5E.AlignmentNL": "Neutral Light",
|
||||
"SW5E.AlignmentBN": "Balenced Neutral",
|
||||
"SW5E.AlignmentBN": "Balanced Neutral",
|
||||
"SW5E.Archetypes": "Archetypes",
|
||||
"SW5E.Appearance": "Appearance",
|
||||
"SW5E.ArmorClass": "Armor Class",
|
||||
"SW5E.AC": "AC",
|
||||
"SW5E.ArmorProperties": "Armor Properties",
|
||||
"SW5E.ArmorProperAbsorptive": "Absorptive",
|
||||
"SW5E.ArmorProperAgile": "Agile",
|
||||
"SW5E.ArmorProperAnchor": "Anchor",
|
||||
"SW5E.ArmorProperAvoidant": "Avoidant",
|
||||
"SW5E.ArmorProperBarbed": "Barbed",
|
||||
"SW5E.ArmorProperBulky": "Bulky",
|
||||
"SW5E.ArmorProperCharging": "Charging",
|
||||
"SW5E.ArmorProperConcealing": "Concealing",
|
||||
"SW5E.ArmorProperCumbersome": "Cumbersome",
|
||||
|
@ -65,6 +99,7 @@
|
|||
"SW5E.ArmorProperLightweight": "Lightweight",
|
||||
"SW5E.ArmorProperMagnetic": "Magnetic",
|
||||
"SW5E.ArmorProperObscured": "Obscured",
|
||||
"SW5E.ArmorProperObtrusive": "Obtrusive",
|
||||
"SW5E.ArmorProperPowered": "Powered",
|
||||
"SW5E.ArmorProperReactive": "Reactive",
|
||||
"SW5E.ArmorProperRegulated": "Regulated",
|
||||
|
@ -74,22 +109,26 @@
|
|||
"SW5E.ArmorProperSilent": "Silent",
|
||||
"SW5E.ArmorProperSpiked": "Spiked",
|
||||
"SW5E.ArmorProperSteadfast": "Steadfast",
|
||||
"SW5E.ArmorProperStrength": "Strength Rqmt.",
|
||||
"SW5E.ArmorProperVersatile": "Versatile",
|
||||
"SW5E.Attack": "Attack",
|
||||
"SW5E.AttackPl": "Attacks",
|
||||
"SW5E.AttackRoll": "Attack Roll",
|
||||
"SW5E.Attributes": "Attributes",
|
||||
"SW5E.Attuned": "Attuned",
|
||||
"SW5E.Background": "Background",
|
||||
"SW5E.Biography": "Biography",
|
||||
"SW5E.Bonds": "Bonds",
|
||||
"SW5E.BonusAbilityCheck": "Global Ability Check Bonus",
|
||||
"SW5E.BonusAbilitySave": "Global Saving Throw Bonus",
|
||||
"SW5E.BonusAbilitySkill": "Global Skill Check Bonus",
|
||||
"SW5E.BonusAction": "Bonus Action",
|
||||
"SW5E.BonusMSAttack": "Melee Power Attack Bonus",
|
||||
"SW5E.BonusMSDamage": "Melee Power Damage Bonus",
|
||||
"SW5E.BonusMPAttack": "Melee Power Attack Bonus",
|
||||
"SW5E.BonusMPDamage": "Melee Power Damage Bonus",
|
||||
"SW5E.BonusMWAttack": "Melee Weapon Attack Bonus",
|
||||
"SW5E.BonusMWDamage": "Melee Weapon Damage Bonus",
|
||||
"SW5E.BonusRSAttack": "Ranged Power Attack Bonus",
|
||||
"SW5E.BonusRSDamage": "Ranged Power Damage Bonus",
|
||||
"SW5E.BonusRPAttack": "Ranged Power Attack Bonus",
|
||||
"SW5E.BonusRPDamage": "Ranged Power Damage Bonus",
|
||||
"SW5E.BonusRWAttack": "Ranged Weapon Attack Bonus",
|
||||
"SW5E.BonusRWDamage": "Ranged Weapon Damage Bonus",
|
||||
"SW5E.BonusSaveForm": "Update Bonuses",
|
||||
|
@ -116,6 +155,7 @@
|
|||
"SW5E.ConBlinded": "Blinded",
|
||||
"SW5E.ConCharmed": "Charmed",
|
||||
"SW5E.ConDeafened": "Deafened",
|
||||
"SW5E.ConDiseased": "Diseased",
|
||||
"SW5E.ConExhaustion": "Exhaustion",
|
||||
"SW5E.ConFrightened": "Frightened",
|
||||
"SW5E.ConGrappled": "Grappled",
|
||||
|
@ -128,9 +168,22 @@
|
|||
"SW5E.ConProne": "Prone",
|
||||
"SW5E.ConRestrained": "Restrained",
|
||||
"SW5E.ConShocked": "Shocked",
|
||||
"SW5E.ConSlowed": "Slowed",
|
||||
"SW5E.ConStunned": "Stunned",
|
||||
"SW5E.ConUnconscious": "Unconscious",
|
||||
"SW5E.Concentration": "Concentration",
|
||||
|
||||
"SW5E.ConsumeTitle": "Resource Consumption",
|
||||
"SW5E.ConsumeAmmunition": "Ammunition",
|
||||
"SW5E.ConsumeAttribute": "Attribute",
|
||||
"SW5E.ConsumeMaterial": "Material",
|
||||
"SW5E.ConsumeCharges": "Item Uses",
|
||||
"SW5E.ConsumeWarningNoResource": "{name} is designated to consume {type} but no resource is specified!",
|
||||
"SW5E.ConsumeWarningNoSource": "The designated {type} source that {name} consumes no longer exists!",
|
||||
"SW5E.ConsumeWarningNoQuantity": "{name} has run out of its designated {type}!",
|
||||
"SW5E.ConsumeWarningZeroAttribute": "{name} has run out of its designated attribute resource pool!",
|
||||
|
||||
"SW5E.ConsumableAmmunition": "Ammunition",
|
||||
"SW5E.ConsumableFood": "Food",
|
||||
"SW5E.ConsumablePoison": "Poison",
|
||||
"SW5E.ConsumableAdrenal": "Adrenal",
|
||||
|
@ -138,9 +191,19 @@
|
|||
"SW5E.ConsumableMedpac": "Medpac",
|
||||
"SW5E.ConsumableTrinket": "Trinket",
|
||||
"SW5E.ConsumableTechnology": "Technology",
|
||||
"SW5E.ConsumableAmmunition": "Ammunition",
|
||||
"SW5E.ConsumableForce": "Force Points",
|
||||
"SW5E.ConsumableTech": "Tech Points",
|
||||
"SW5E.ConsumableUseWarnStart": "This consumable has",
|
||||
"SW5E.ConsumableUseWarnEnd": "of the current unit",
|
||||
"SW5E.ConsumableUnitWarn": "units remaining",
|
||||
"SW5E.ConsumableLastChargeWarn": "This is the last charge of this unit and consuming it will also reduce the item's quantity by 1",
|
||||
"SW5E.ConsumableWithoutCharges": "available units to use",
|
||||
"SW5E.Consumed": "Consumed",
|
||||
"SW5E.CostGP": "Cost (GP)",
|
||||
"SW5E.Cover": "Cover",
|
||||
"SW5E.CoverHalf": "Half",
|
||||
"SW5E.CoverThreeQuarters": "Three Quarters",
|
||||
"SW5E.CoverTotal": "Total",
|
||||
"SW5E.CostGP": "Cost (CR)",
|
||||
"SW5E.Critical": "Critical",
|
||||
"SW5E.CriticalHit": "Critical Hit",
|
||||
"SW5E.Currency": "Currency",
|
||||
|
@ -151,24 +214,31 @@
|
|||
"SW5E.DamRes": "Damage Resistances",
|
||||
"SW5E.DamVuln": "Damage Vulnerabilities",
|
||||
"SW5E.Damage": "Damage",
|
||||
"SW5E.DamageAcid": "Acid",
|
||||
"SW5E.DamageCold": "Cold",
|
||||
"SW5E.DamageEnergy": "Energy",
|
||||
"SW5E.DamageFire": "Fire",
|
||||
"SW5E.DamageForce": "Force",
|
||||
"SW5E.DamageIon": "ION",
|
||||
"SW5E.DamageKinetic": "Kinetic",
|
||||
"SW5E.DamageLightning": "Lightning",
|
||||
"SW5E.DamageNecrotic": "Necrotic",
|
||||
"SW5E.DamagePoison": "Poison",
|
||||
"SW5E.DamagePsychic": "Psychic",
|
||||
"SW5E.DamageSonic": "Sonic",
|
||||
"SW5E.DamageAcid": "Acid",
|
||||
"SW5E.DamageCold": "Cold",
|
||||
"SW5E.DamageEnergy": "Energy",
|
||||
"SW5E.DamageFire": "Fire",
|
||||
"SW5E.DamageForce": "Force",
|
||||
"SW5E.DamageIon": "Ion",
|
||||
"SW5E.DamageKinetic": "Kinetic",
|
||||
"SW5E.DamageLightning": "Lightning",
|
||||
"SW5E.DamageNecrotic": "Necrotic",
|
||||
"SW5E.DamagePoison": "Poison",
|
||||
"SW5E.DamagePsychic": "Psychic",
|
||||
"SW5E.DamageSonic": "Sonic",
|
||||
"SW5E.DamageRoll": "Damage Roll",
|
||||
"SW5E.Day": "Day",
|
||||
"SW5E.DeathSave": "Death Saves",
|
||||
"SW5E.DeathSaveCriticalSuccess": "{name} critically succeeded on a death saving throw and has regained 1 Hit Point!",
|
||||
"SW5E.DeathSaveSuccess": "{name} has survived with 3 death save successes and is now stable!",
|
||||
"SW5E.DeathSaveFailure": "{name} has died with 3 death save failures!",
|
||||
"SW5E.DeathSavingThrow": "Death Saving Throw",
|
||||
"SW5E.DeathSaveUnnecessary": "You do not need to roll death saves because you have a positive number of hit points or have already reached 3 successes or failures.",
|
||||
"SW5E.Default": "Default",
|
||||
"SW5E.DefaultAbilityCheck": "Default Ability Check",
|
||||
"SW5E.Description": "Description",
|
||||
"SW5E.Details": "Details",
|
||||
"SW5E.Dimensions": "Dimensions",
|
||||
"SW5E.Disadvantage": "Disadvantage",
|
||||
"SW5E.DistAny": "Any",
|
||||
"SW5E.DistFt": "Feet",
|
||||
|
@ -176,6 +246,7 @@
|
|||
"SW5E.DistSelf": "Self",
|
||||
"SW5E.DistTouch": "Touch",
|
||||
"SW5E.Duration": "Duration",
|
||||
"SW5E.Effects": "Effects",
|
||||
"SW5E.EquipmentBonus": "Magical Bonus",
|
||||
"SW5E.EquipmentClothing": "Clothing",
|
||||
"SW5E.EquipmentHeavy": "Heavy Armor",
|
||||
|
@ -185,19 +256,20 @@
|
|||
"SW5E.EquipmentShield": "Shield",
|
||||
"SW5E.EquipmentShieldProficiency": "Shields",
|
||||
"SW5E.EquipmentTrinket": "Trinket",
|
||||
"SW5E.EquipmentVehicle": "Vehicle Equipment",
|
||||
"SW5E.Equipped": "Equipped",
|
||||
"SW5E.Exhaustion": "Exhaustion",
|
||||
"SW5E.Expertise": "Expertise",
|
||||
"SW5E.FeatureActionRecharge": "Action Recharge",
|
||||
"SW5E.Flaws": "Flaws",
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
=======
|
||||
"SW5E.ItemTypeArchetype": "Archetype",
|
||||
"SW5E.ItemTypeBackground": "Background",
|
||||
"Sw5E.ItemTypeBackgroundPl": "Backgrounds",
|
||||
>>>>>>> Stashed changes
|
||||
"SW5E.ItemTypeClass": "Class",
|
||||
"SW5E.ItemTypeClassPl": "Class Levels",
|
||||
"SW5E.ItemTypeClassFeat": "Class Feature",
|
||||
"SW5E.ItemTypeClassFeats": "Class Features",
|
||||
"SW5E.ItemTypeConsumable": "Consumable",
|
||||
"SW5E.ItemTypeConsumablePl": "Consumables",
|
||||
"SW5E.ItemTypeContainer": "Container",
|
||||
|
@ -214,6 +286,7 @@
|
|||
"SW5E.ItemTypePowerPl": "Powers",
|
||||
"SW5E.ItemTypeWeapon": "Weapon",
|
||||
"SW5E.ItemTypeWeaponPl": "Weapons",
|
||||
"SW5E.ItemNoUses": "{name} has no available uses remaining.",
|
||||
|
||||
"SW5E.FeatureActive": "Active Abilities",
|
||||
"SW5E.FeatureAdd": "Create Feature",
|
||||
|
@ -223,12 +296,37 @@
|
|||
"SW5E.FeatureRechargeResult": "1d6 Result",
|
||||
"SW5E.FeatureUsage": "Feature Usage",
|
||||
"SW5E.Features": "Features",
|
||||
"SW5E.FeetAbbr": "ft.",
|
||||
"SW5E.Filter": "Filter",
|
||||
"SW5E.FilterNoPowers": "No powers found for this set of filters.",
|
||||
"SW5E.NoPowerLevels": "This character has no powercaster levels, but you may add powers manually.",
|
||||
|
||||
"SW5E.FlagsInstructions": "Configure character features and traits which fine-tune behaviors of the SW5e system.",
|
||||
"SW5E.FlagsSave": "Update Special Traits",
|
||||
"SW5E.FlagsTitle": "Configure Special Traits",
|
||||
"SW5E.FlagsPowerfulBuild": "Powerful Build",
|
||||
"SW5E.FlagsPowerfulBuildHint": "Provides increased carrying capacity.",
|
||||
"SW5E.FlagsSavageAttacks": "Savage Attacks",
|
||||
"SW5E.FlagsSavageAttacksHint": "Adds extra critical hit weapon dice.",
|
||||
"SW5E.FlagsElvenAccuracy": "Elven Accuracy",
|
||||
"SW5E.FlagsElvenAccuracyHint": "Roll an extra d20 with advantage to Dex, Int, Wis, or Cha.",
|
||||
"SW5E.FlagsHalflingLucky": "Halfling Lucky",
|
||||
"SW5E.FlagsHalflingLuckyHint": "Reroll ones when rolling d20 checks.",
|
||||
"SW5E.FlagsInitiativeAdv": "Advantage on Initiative",
|
||||
"SW5E.FlagsInitiativeAdvHint": "Provided by feats or magical items.",
|
||||
"SW5E.FlagsAlert": "Alert Feat",
|
||||
"SW5E.FlagsAlertHint": "Provides +5 to Initiative.",
|
||||
"SW5E.FlagsJOAT": "Jack of All Trades",
|
||||
"SW5E.FlagsJOATHint": "Half-Proficiency to Ability Checks in which you are not already Proficient.",
|
||||
"SW5E.FlagsObservant": "Observant Feat",
|
||||
"SW5E.FlagsObservantHint": "Provides a +5 to passive Perception and Investigation.",
|
||||
"SW5E.FlagsReliableTalent": "Reliable Talent",
|
||||
"SW5E.FlagsReliableTalentHint": "Rogues Reliable Talent Feature.",
|
||||
"SW5E.FlagsRemarkableAthlete": "Remarkable Athlete.",
|
||||
"SW5E.FlagsRemarkableAthleteHint": "Half-Proficiency (rounded-up) to physical Ability Checks and Initiative.",
|
||||
"SW5E.FlagsCritThreshold": "Critical Hit Threshold",
|
||||
"SW5E.FlagsCritThresholdHint": "Allow for expanded critical range; for example Improved or Superior Critical",
|
||||
|
||||
"SW5E.Flat": "Flat",
|
||||
"SW5E.Formula": "Formula",
|
||||
"SW5E.GrantedAbilities": "Granted Abilities",
|
||||
|
@ -236,9 +334,15 @@
|
|||
"SW5E.Healing": "Healing",
|
||||
"SW5E.HealingTemp": "Healing (Temporary)",
|
||||
"SW5E.Health": "Health",
|
||||
"SW5E.HP": "Health",
|
||||
"SW5E.HealthConditions": "Health Conditions",
|
||||
"SW5E.HealthFormula": "Health Formula",
|
||||
"SW5E.HPFormula": "Health Formula",
|
||||
"SW5E.HitDice": "Hit Dice",
|
||||
"SW5E.HitDiceRoll": "Roll Hit Dice",
|
||||
"SW5E.HitDiceUsed": "Hit Dice Used",
|
||||
"SW5E.HitDiceWarn": "{name} has no available {formula} Hit Dice remaining!",
|
||||
"SW5E.Ideals": "Ideals",
|
||||
"SW5E.Identified": "Identified",
|
||||
"SW5E.Initiative": "Initiative",
|
||||
"SW5E.Inspiration": "Inspiration",
|
||||
|
@ -248,12 +352,10 @@
|
|||
"SW5E.ItemActivationCost": "Activation Cost",
|
||||
"SW5E.ItemAttackBonus": "Attack Roll Bonus",
|
||||
"SW5E.ItemConsumableActivation": "Consumable Activation",
|
||||
"SW5E.ItemConsumableUsage": "Consumable Usage",
|
||||
"SW5E.ItemConsumableDetails": "Consumable Details",
|
||||
|
||||
"SW5E.ItemConsumableStatus": "Consumable Status",
|
||||
"SW5E.ItemConsumableType": "Consumable Type",
|
||||
"SW5E.ItemConsumableUsage": "Consumable Usage",
|
||||
"SW5E.ItemConsumeOnUse": "Consume on Use",
|
||||
"SW5E.ItemContainerCapacity": "Capacity",
|
||||
"SW5E.ItemContainerCapacityItems": "Items",
|
||||
"SW5E.ItemContainerCapacityType": "Capacity Type",
|
||||
|
@ -276,6 +378,10 @@
|
|||
"SW5E.ItemEquipmentUsage": "Equipment Usage",
|
||||
|
||||
"SW5E.ItemName": "Item Name",
|
||||
"SW5E.ItemNew": "New {type}",
|
||||
"SW5E.ItemRechargeCheck": "{name} recharge check",
|
||||
"SW5E.ItemRechargeFailure": "failure!",
|
||||
"SW5E.ItemRechargeSuccess": "success!",
|
||||
"SW5E.ItemRequiredStr": "Required Strength",
|
||||
"SW5E.ItemToolProficiency": "Tool Proficiency",
|
||||
|
||||
|
@ -287,112 +393,9 @@
|
|||
"SW5E.ItemWeaponType": "Weapon Type",
|
||||
"SW5E.ItemWeaponUsage": "Weapon Usage",
|
||||
"SW5E.JackOfAllTrades": "Jack of all Trades",
|
||||
"SW5E.LairAct": "Lair Action",
|
||||
"SW5E.LairAct": "Uses Lair Action",
|
||||
"SW5E.LairActionLabel": "Lair Action",
|
||||
"SW5E.Languages": "Languages",
|
||||
<<<<<<< Updated upstream
|
||||
"SW5E.LanguagesAleena": "Aleena",
|
||||
"SW5E.LanguagesAntarian": "Antarian",
|
||||
"SW5E.LanguagesAnzellan": "Anzellan",
|
||||
"SW5E.LanguagesAqualish": "Aqualish",
|
||||
"SW5E.LanguagesArdennian": "Ardennian",
|
||||
"SW5E.LanguagesBalosur": "Balosur",
|
||||
"SW5E.LanguagesBarabel": "Barabel",
|
||||
"SW5E.LanguagesBasic": "Basic",
|
||||
"SW5E.LanguagesBesalisk": "Besalisk",
|
||||
"SW5E.LanguagesBinary": "Binary",
|
||||
"SW5E.LanguagesBith": "Bith",
|
||||
"SW5E.LanguagesBocce": "Bocce",
|
||||
"SW5E.LanguagesBothese": "Bothese",
|
||||
"SW5E.LanguagesCatharese": "Catharese",
|
||||
"SW5E.LanguagesCerean": "Cerean",
|
||||
"SW5E.LanguagesChadra-Fan": "Chadra-Fan",
|
||||
"SW5E.LanguagesChagri": "Chagri",
|
||||
"SW5E.LanguagesCheunh": "Cheunh",
|
||||
"SW5E.LanguagesChevin": "Chevin",
|
||||
"SW5E.LanguagesChironan": "Chironan",
|
||||
"SW5E.LanguagesClawdite": "Clawdite",
|
||||
"SW5E.LanguagesCodruese": "Codruese",
|
||||
"SW5E.LanguagesColicoid": "Colicoid",
|
||||
"SW5E.LanguagesDashadi": "Dashadi",
|
||||
"SW5E.LanguagesDefel": "Defel",
|
||||
"SW5E.LanguagesDevaronese": "Devaronese",
|
||||
"SW5E.LanguagesDosh": "Dosh",
|
||||
"SW5E.LanguagesDraethos": "Draethos",
|
||||
"SW5E.LanguagesDug": "Dug",
|
||||
"SW5E.LanguagesDurese": "Durese",
|
||||
"SW5E.LanguagesEwokese": "Ewokese",
|
||||
"SW5E.LanguagesFalleen": "Falleen",
|
||||
"SW5E.LanguagesFelucianese": "Felucianese",
|
||||
"SW5E.LanguagesGamorrese": "Gamorrese",
|
||||
"SW5E.LanguagesGand": "Gand",
|
||||
"SW5E.LanguagesGeonosian": "Geonosian",
|
||||
"SW5E.LanguagesGivin": "Givin",
|
||||
"SW5E.LanguagesGran": "Gran",
|
||||
"SW5E.LanguagesGungan": "Gungan",
|
||||
"SW5E.LanguagesHapan": "Hapan",
|
||||
"SW5E.LanguagesHarchese": "Harchese",
|
||||
"SW5E.LanguagesHerglese": "Herglese",
|
||||
"SW5E.LanguagesHonoghran": "Honoghran",
|
||||
"SW5E.LanguagesHuttese": "Huttese",
|
||||
"SW5E.LanguagesIktotchese": "Iktotchese",
|
||||
"SW5E.LanguagesIthorese": "Ithorese",
|
||||
"SW5E.LanguagesJawaese": "Jawaese",
|
||||
"SW5E.LanguagesKaleesh": "Kaleesh",
|
||||
"SW5E.LanguagesKaminoan": "Kaminoan",
|
||||
"SW5E.LanguagesKarkaran": "Karkaran",
|
||||
"SW5E.LanguagesKelDor": "Kel Dor",
|
||||
"SW5E.LanguagesKharan": "Kharan",
|
||||
"SW5E.LanguagesKillik": "Killik",
|
||||
"SW5E.LanguagesKlatooinian": "Klatooinian",
|
||||
"SW5E.LanguagesKubazian": "Kubazian",
|
||||
"SW5E.LanguagesKushiban": "Kushiban",
|
||||
"SW5E.LanguagesKyuzo": "Kyuzo",
|
||||
"SW5E.LanguagesLannik": "Lannik",
|
||||
"SW5E.LanguagesLasat": "Lasat",
|
||||
"SW5E.LanguagesLowickese": "Lowickese",
|
||||
"SW5E.LanguagesMandoa": "Mando'a",
|
||||
"SW5E.LanguagesMiralukese": "Miralukese",
|
||||
"SW5E.LanguagesMirialan": "Mirialan",
|
||||
"SW5E.LanguagesMonCal": "Mon Cal",
|
||||
"SW5E.LanguagesMustafarian": "Mustafarian",
|
||||
"SW5E.LanguagesMuun": "Muun",
|
||||
"SW5E.LanguagesNautila": "Nautila",
|
||||
"SW5E.LanguagesOrtolan": "Ortolan",
|
||||
"SW5E.LanguagesPakPak": "Pak Pak",
|
||||
"SW5E.LanguagesPyke": "Pyke",
|
||||
"SW5E.LanguagesQuarrenese": "Quarrenese",
|
||||
"SW5E.LanguagesRakata": "Rakata",
|
||||
"SW5E.LanguagesRattataki": "Rattataki",
|
||||
"SW5E.LanguagesRishii": "Rishii",
|
||||
"SW5E.LanguagesRodese": "Rodese",
|
||||
"SW5E.LanguagesSelkatha": "Selkatha",
|
||||
"SW5E.LanguagesSemblan": "Semblan",
|
||||
"SW5E.LanguagesShyriiwook": "Shyriiwook",
|
||||
"SW5E.LanguagesShistavanen": "Shistavanen",
|
||||
"SW5E.LanguagesSith": "Sith",
|
||||
"SW5E.LanguagesSquibbian": "Squibbian",
|
||||
"SW5E.LanguagesSriluurian": "Sriluurian",
|
||||
"SW5E.LanguagesSsi-ruuvi": "Ssi-ruuvi",
|
||||
"SW5E.LanguagesSullustese": "Sullustese",
|
||||
"SW5E.LanguagesTalzzi": "Talzzi",
|
||||
"SW5E.LanguagesThisspiasian": "Thisspiasian",
|
||||
"SW5E.LanguagesTogorese": "Togorese",
|
||||
"SW5E.LanguagesTogruti": "Togruti",
|
||||
"SW5E.LanguagesToydarian": "Toydarian",
|
||||
"SW5E.LanguagesTusken": "Tusken",
|
||||
"SW5E.LanguagesTwileki": "Twi'leki",
|
||||
"SW5E.LanguagesUgnaught": "Ugnaught",
|
||||
"SW5E.LanguagesUmbaran": "Umbaran",
|
||||
"SW5E.LanguagesUtapese": "Utapese",
|
||||
"SW5E.LanguagesVerpine": "Verpine",
|
||||
"SW5E.LanguagesVong": "Vong",
|
||||
"SW5E.LanguagesVoss": "Voss",
|
||||
"SW5E.LanguagesYevethan": "Yevethan",
|
||||
"SW5E.LanguagesZabraki": "Zabraki",
|
||||
"SW5E.LanguagesZygerrian": "Zygerrian",
|
||||
"SW5E.LegAct": "Legd. Actions",
|
||||
"SW5E.LegRes": "Legd. Resistance",
|
||||
=======
|
||||
"SW5E.LanguagesAleena": "Aleena",
|
||||
"SW5E.LanguagesAntarian": "Antarian",
|
||||
"SW5E.LanguagesAnzellan": "Anzellan",
|
||||
|
@ -501,11 +504,18 @@
|
|||
"SW5E.LegAct": "Legendary Actions",
|
||||
"SW5E.LegendaryActionLabel": "Legendary Action",
|
||||
"SW5E.LegRes": "Legendary Resistance",
|
||||
>>>>>>> Stashed changes
|
||||
"SW5E.Level": "Level",
|
||||
"SW5E.LevelScaling": "Level Scaling",
|
||||
"SW5E.LimitedUses": "Limited Uses",
|
||||
"SW5E.LongRest": "Long Rest",
|
||||
"SW5E.LongRestNormal": "Long Rest (8 hours)",
|
||||
"SW5E.LongRestGritty": "Long Rest (7 days)",
|
||||
"SW5E.LongRestEpic": "Long Rest (1 hour)",
|
||||
"SW5E.LongRestOvernight": "Long Rest (New Day)",
|
||||
"SW5E.LongRestResult": "{name} takes a long rest and recovers {health} Hit Points and {dice} Hit Dice.",
|
||||
"SW5E.LongRestResultHitDice": "{name} takes a long rest and recovers {dice} Hit Dice.",
|
||||
"SW5E.LongRestResultHitPoints": "{name} takes a long rest and recovers {health} Hit Points.",
|
||||
"SW5E.LongRestResultShort": "{name} takes a long rest.",
|
||||
"SW5E.Max": "Max",
|
||||
"SW5E.Modifier": "Modifier",
|
||||
"SW5E.Name": "Character Name",
|
||||
|
@ -514,6 +524,9 @@
|
|||
"SW5E.Normal": "Normal",
|
||||
"SW5E.NotProficient": "Not Proficient",
|
||||
"SW5E.OtherFormula": "Other Formula",
|
||||
"SW5E.PactMagic": "Pact Magic",
|
||||
"SW5E.Passive": "Passive",
|
||||
"SW5E.PersonalityTraits": "Personality Traits",
|
||||
"SW5E.PlaceTemplate": "Place Measured Template",
|
||||
"SW5E.Polymorph": "Polymorph",
|
||||
"SW5E.PolymorphAcceptSettings": "Custom Settings",
|
||||
|
@ -531,9 +544,13 @@
|
|||
"SW5E.PolymorphMergeSkills": "Merge skill proficiencies (take the highest)",
|
||||
"SW5E.PolymorphPromptTitle": "Transforming Actor",
|
||||
"SW5E.PolymorphRestoreTransformation": "Restore Transformation",
|
||||
"SW5E.PolymorphRevertWarn": "You do not have permission to revert this Actor's polymorphed state.",
|
||||
"SW5E.PolymorphTmpClass": "Temporary Class",
|
||||
"SW5E.PolymorphTokens": "Transform all linked tokens?",
|
||||
"SW5E.PolymorphWarn": "You are not allowed to polymorph this actor!",
|
||||
"SW5E.PolymorphWildShape": "Wild Shape",
|
||||
"SW5E.Prepared": "Prepared",
|
||||
"SW5E.Concentrate": "Concentrate",
|
||||
"SW5E.Concentrated": "Concentrate",
|
||||
"SW5E.Price": "Price",
|
||||
"SW5E.Proficiency": "Proficiency",
|
||||
|
@ -543,6 +560,8 @@
|
|||
"SW5E.Range": "Range",
|
||||
"SW5E.Rarity": "Rarity",
|
||||
"SW5E.Reaction": "Reaction",
|
||||
"SW5E.ReactionPl": "Reactions",
|
||||
"SW5E.Recharge": "Recharge",
|
||||
"SW5E.RequiredMaterials": "Required Materials",
|
||||
"SW5E.Requirements": "Requirements",
|
||||
"SW5E.ResourcePrimary": "Resource 1",
|
||||
|
@ -556,6 +575,14 @@
|
|||
"SW5E.RollMode": "Roll Mode",
|
||||
"SW5E.RollSituationalBonus": "Situational Bonus?",
|
||||
"SW5E.Save": "Save",
|
||||
"SW5E.SheetClassCharacter": "Default Character Sheet",
|
||||
"SW5E.SheetClassNPC": "Default NPC Sheet",
|
||||
"SW5E.SheetClassVehicle": "Default Vehicle Sheet",
|
||||
"SW5E.SheetClassItem": "Default Item Sheet",
|
||||
|
||||
"SW5E.SavingThrow": "Saving Throw",
|
||||
"SW5E.SaveDC": "DC {dc} {ability}",
|
||||
"SW5E.SavePromptTitle": "{ability} Saving Throw",
|
||||
"SW5E.ScalingFormula": "Scaling Formula",
|
||||
"SW5E.SchoolLgt": "Light",
|
||||
"SW5E.SchoolUni": "Universal",
|
||||
|
@ -568,8 +595,14 @@
|
|||
"SW5E.SenseTS": "Tremorsense",
|
||||
"SW5E.Senses": "Senses",
|
||||
"SW5E.ShortRest": "Short Rest",
|
||||
"SW5E.ShortRestNormal": "Short Rest (1 hour)",
|
||||
"SW5E.ShortRestGritty": "Short Rest (8 hours)",
|
||||
"SW5E.ShortRestEpic": "Short Rest (5 minutes)",
|
||||
"SW5E.ShortRestOvernight": "Short Rest (New Day)",
|
||||
"SW5E.ShortRestHint": "Take a short rest? On a short rest you may spend remaining Hit Dice and recover primary or secondary resources.",
|
||||
"SW5E.ShortRestNoHD": "No Hit Dice remaining",
|
||||
"SW5E.ShortRestResult": "{name} takes a short rest spending {dice} Hit Dice to recover {health} Hit Points.",
|
||||
"SW5E.ShortRestResultShort": "{name} takes a short rest.",
|
||||
"SW5E.ShortRestSelect": "Select Dice to Roll",
|
||||
"SW5E.Size": "Size",
|
||||
"SW5E.SizeGargantuan": "Gargantuan",
|
||||
|
@ -596,6 +629,7 @@
|
|||
"SW5E.SkillSte": "Stealth",
|
||||
"SW5E.SkillSur": "Survival",
|
||||
"SW5E.SkillTec": "Technology",
|
||||
"SW5E.SkillPromptTitle": "{skill} Skill Check",
|
||||
"SW5E.Slots": "Slots",
|
||||
"SW5E.Source": "Source",
|
||||
"SW5E.Special": "Special",
|
||||
|
@ -628,7 +662,8 @@
|
|||
"SW5E.PowerLevel7": "7th Level",
|
||||
"SW5E.PowerLevel8": "8th Level",
|
||||
"SW5E.PowerLevel9": "9th Level",
|
||||
"SW5E.PowerLevelPact": "Pact Slot",
|
||||
"SW5E.PowerLevelSlot": "{level} ({n} Slots)",
|
||||
"SW5E.PowerLevelPact": "Pact Slot [Level {level}] ({n} Slots)",
|
||||
"SW5E.PowerMaterials": "Powercasting Materials",
|
||||
"SW5E.PowerName": "Power Name",
|
||||
"SW5E.PowerNone": "None",
|
||||
|
@ -636,6 +671,8 @@
|
|||
"SW5E.PowerPrepInnate": "Innate Powercasting",
|
||||
"SW5E.PowerPrepPrepared": "Prepared",
|
||||
"SW5E.PowerPrepAlways": "Always Prepared",
|
||||
"SW5E.PowerPreparationMode": "Power Preparation Mode",
|
||||
"SW5E.PowerPrepared": "Prepared",
|
||||
"SW5E.PowerConcentrationMode": "Power Concentration Mode",
|
||||
"SW5E.PowerConcentrating": "Concentrating",
|
||||
"SW5E.PowerProgArt": "Artificer",
|
||||
|
@ -649,6 +686,7 @@
|
|||
"SW5E.Powerbook": "Powerbook",
|
||||
"SW5E.SpeciesDescription": "Description",
|
||||
"SW5E.SpeciesTraits": "Species Traits",
|
||||
"SW5E.StealthDisadvantage": "Stealth Disadvantage",
|
||||
"SW5E.SubclassName": "Subclass Name",
|
||||
"SW5E.Supply": "Supply",
|
||||
"SW5E.Target": "Target",
|
||||
|
@ -657,6 +695,7 @@
|
|||
"SW5E.TargetCreature": "Creature",
|
||||
"SW5E.TargetCube": "Cube",
|
||||
"SW5E.TargetCylinder": "Cylinder",
|
||||
"SW5E.TargetDroid": "Droid",
|
||||
"SW5E.TargetEnemy": "Enemy",
|
||||
"SW5E.TargetLine": "Line",
|
||||
"SW5E.TargetObject": "Object",
|
||||
|
@ -666,8 +705,10 @@
|
|||
"SW5E.TargetSphere": "Sphere",
|
||||
"SW5E.TargetSquare": "Square",
|
||||
"SW5E.TargetWall": "Wall",
|
||||
"SW5E.TargetDroid": "Droid",
|
||||
"SW5E.TargetWeapon": "Weapon",
|
||||
"SW5E.TargetWidth": "Line Width",
|
||||
"SW5E.Temp": "Temp",
|
||||
"SW5E.Threshold": "Threshold",
|
||||
"SW5E.TimeDay": "Days",
|
||||
"SW5E.TimeHour": "Hours",
|
||||
"SW5E.TimeInst": "Instantaneous",
|
||||
|
@ -677,38 +718,40 @@
|
|||
"SW5E.TimeRound": "Rounds",
|
||||
"SW5E.TimeTurn": "Turns",
|
||||
"SW5E.TimeYear": "Years",
|
||||
"SW5E.ToolArmormech": "Armormech's Tools",
|
||||
"SW5E.ToolArmstech": "Armstech's Tools",
|
||||
"SW5E.ToolArtificer": "Artificer's Tools",
|
||||
"SW5E.ToolArtist": "Artist's Tools",
|
||||
"SW5E.ToolAstrotech": "Astrotech's Tools",
|
||||
"SW5E.ToolBiotech": "Biotech's Tools",
|
||||
"SW5E.ToolConstructor": "Constructor's Tools",
|
||||
"SW5E.ToolCybertech": "Cybertech's Tools",
|
||||
"SW5E.ToolJeweler": "Jeweler's Tools",
|
||||
"SW5E.ToolSurveyor": "Surveyor's Tools",
|
||||
"SW5E.ToolSynthweaver": "Synthweavers's Tools",
|
||||
"SW5E.ToolTinker": "Tinker's Tools",
|
||||
"SW5E.ToolAntitoxkit": "Antitoxkit",
|
||||
"SW5E.ToolArchaeologistKit": "Archaeologist Kit",
|
||||
"SW5E.ToolAudiotechKit": "Audiotech's Kit",
|
||||
"SW5E.ToolBioanalysisKit": "Bioanalysis Kit",
|
||||
"SW5E.ToolBrewerKit": "Brewer's Kit",
|
||||
"SW5E.ToolChefKit": "Chef's Kit",
|
||||
"SW5E.ToolDemolitionKit": "Demolition Kit",
|
||||
"SW5E.ToolDisguiseKit": "Disguise Kit",
|
||||
"SW5E.ToolForgeryKit": "Forgery Kit",
|
||||
"SW5E.ToolMechanicKit": "Mechanic's Kit",
|
||||
"SW5E.ToolMunitionsKit": "Munitions Kit",
|
||||
"SW5E.ToolPoisonKit": "Poisoner's Kit",
|
||||
"SW5E.ToolScavengingKit": "Scavenging Kit",
|
||||
"SW5E.ToolSecurityKit": "Security Kit",
|
||||
"SW5E.ToolSlicerKit": "Slicer's Kit",
|
||||
"SW5E.ToolSpiceKit": "Spicer's Kit",
|
||||
"SW5E.ToolArmormech": "Armormech's Tools",
|
||||
"SW5E.ToolArmstech": "Armstech's Tools",
|
||||
"SW5E.ToolArtificer": "Artificer's Tools",
|
||||
"SW5E.ToolArtist": "Artist's Tools",
|
||||
"SW5E.ToolAstrotech": "Astrotech's Tools",
|
||||
"SW5E.ToolBiotech": "Biotech's Tools",
|
||||
"SW5E.ToolCheck": "Tool Check",
|
||||
"SW5E.ToolConstructor": "Constructor's Tools",
|
||||
"SW5E.ToolCybertech": "Cybertech's Tools",
|
||||
"SW5E.ToolJeweler": "Jeweler's Tools",
|
||||
"SW5E.ToolSurveyor": "Surveyor's Tools",
|
||||
"SW5E.ToolSynthweaver": "Synthweavers's Tools",
|
||||
"SW5E.ToolTinker": "Tinker's Tools",
|
||||
"SW5E.ToolAntitoxkit": "Antitoxkit",
|
||||
"SW5E.ToolArchaeologistKit": "Archaeologist Kit",
|
||||
"SW5E.ToolAudiotechKit": "Audiotech's Kit",
|
||||
"SW5E.ToolBioanalysisKit": "Bioanalysis Kit",
|
||||
"SW5E.ToolBrewerKit": "Brewer's Kit",
|
||||
"SW5E.ToolChefKit": "Chef's Kit",
|
||||
"SW5E.ToolDemolitionKit": "Demolition Kit",
|
||||
"SW5E.ToolDisguiseKit": "Disguise Kit",
|
||||
"SW5E.ToolForgeryKit": "Forgery Kit",
|
||||
"SW5E.ToolMechanicKit": "Mechanic's Kit",
|
||||
"SW5E.ToolMunitionsKit": "Munitions Kit",
|
||||
"SW5E.ToolPoisonKit": "Poisoner's Kit",
|
||||
"SW5E.ToolScavengingKit": "Scavenging Kit",
|
||||
"SW5E.ToolSecurityKit": "Security Kit",
|
||||
"SW5E.ToolSlicerKit": "Slicer's Kit",
|
||||
"SW5E.ToolSpiceKit": "Spicer's Kit",
|
||||
"SW5E.ToolGamingSet": "Gaming Set",
|
||||
"SW5E.ToolMusicalInstrument": "Musical Instrument",
|
||||
"SW5E.ToolVehicle": "Vehicle (Land or Water)",
|
||||
"SW5E.TraitArmorProf": "Armor Proficiencies",
|
||||
"SW5E.TraitSave": "Update",
|
||||
"SW5E.TraitSelectorSpecial": "Special (Split with Semi-Colon)",
|
||||
"SW5E.TraitToolProf": "Tool Proficiencies",
|
||||
"SW5E.TraitWeaponProf": "Weapon Proficiencies",
|
||||
|
@ -718,6 +761,20 @@
|
|||
"SW5E.Usage": "Usage",
|
||||
"SW5E.Use": "Use",
|
||||
"SW5E.Uses": "Uses",
|
||||
"SW5E.Vehicle": "Vehicle",
|
||||
"SW5E.VehicleActionStations": "Action Stations",
|
||||
"SW5E.VehicleActionThresholds": "Action Thresholds",
|
||||
"SW5E.VehicleCargo": "Cargo",
|
||||
"SW5E.VehicleCargoCapacity": "Cargo Capacity",
|
||||
"SW5E.VehicleCargoCrew": "Cargo & Crew",
|
||||
"SW5E.VehicleCreatureCapacity": "Creature Capacity",
|
||||
"SW5E.VehicleCrew": "Crew",
|
||||
"SW5E.VehicleCrewed": "Crewed",
|
||||
"SW5E.VehicleCrewAction": "Crew Action",
|
||||
"SW5E.VehicleEquipment": "Vehicle Equipment",
|
||||
"SW5E.VehicleMishap": "Mishap",
|
||||
"SW5E.VehiclePassengers": "Passengers",
|
||||
"SW5E.VehicleUncrewed": "Uncrewed",
|
||||
"SW5E.Versatile": "Versatile",
|
||||
"SW5E.VersatileDamage": "Versatile Damage",
|
||||
"SW5E.VsDC": "vs DC.",
|
||||
|
@ -728,43 +785,48 @@
|
|||
"SW5E.WeaponMartialB": "Martial Blaster",
|
||||
"SW5E.WeaponMartialLW": "Martial Lightweapon",
|
||||
"SW5E.WeaponNatural": "Natural",
|
||||
"SW5E.WeaponPropertiesAmm": "Ammunition",
|
||||
"SW5E.WeaponPropertiesBur": "Burst",
|
||||
"SW5E.WeaponPropertiesDef": "Defensive",
|
||||
"SW5E.WeaponPropertiesDex": "Dexterity Rqmt.",
|
||||
"SW5E.WeaponPropertiesDrm": "Disarming",
|
||||
"SW5E.WeaponPropertiesDgd": "Disguised",
|
||||
"SW5E.WeaponPropertiesDis": "Disintegrate",
|
||||
"SW5E.WeaponPropertiesDpt": "Disruptive",
|
||||
"SW5E.WeaponPropertiesDou": "Double",
|
||||
"SW5E.WeaponPropertiesFin": "Finesse",
|
||||
"SW5E.WeaponPropertiesFix": "Fixed",
|
||||
"SW5E.WeaponPropertiesFoc": "Focus",
|
||||
"SW5E.WeaponPropertiesHvy": "Heavy",
|
||||
"SW5E.WeaponPropertiesHid": "Hidden",
|
||||
"SW5E.WeaponPropertiesKen": "Keen",
|
||||
"SW5E.WeaponPropertiesLgt": "Light",
|
||||
"SW5E.WeaponPropertiesLum": "Luminous",
|
||||
"SW5E.WeaponPropertiesPic": "Piercing",
|
||||
"SW5E.WeaponPropertiesRan": "Range",
|
||||
"SW5E.WeaponPropertiesRap": "Rapid",
|
||||
"SW5E.WeaponPropertiesRch": "Reach",
|
||||
"SW5E.WeaponPropertiesRel": "Reload",
|
||||
"SW5E.WeaponPropertiesRet": "Returning",
|
||||
"SW5E.WeaponPropertiesShk": "Shocking",
|
||||
"SW5E.WeaponPropertiesSpc": "Special",
|
||||
"SW5E.WeaponPropertiesStr": "Strength Rqmt.",
|
||||
"SW5E.WeaponPropertiesThr": "Thrown",
|
||||
"SW5E.WeaponPropertiesTwo": "Two-Handed",
|
||||
"SW5E.WeaponPropertiesVer": "Versatile",
|
||||
"SW5E.WeaponPropertiesVic": "Vicious",
|
||||
"SW5E.WeaponSiege": "Siege",
|
||||
"SW5E.WeaponPropertiesAmm": "Ammunition",
|
||||
"SW5E.WeaponPropertiesAut": "Auto",
|
||||
"SW5E.WeaponPropertiesBur": "Burst",
|
||||
"SW5E.WeaponPropertiesDef": "Defensive",
|
||||
"SW5E.WeaponPropertiesDex": "Dexterity Rqmt.",
|
||||
"SW5E.WeaponPropertiesDir": "Dire",
|
||||
"SW5E.WeaponPropertiesDrm": "Disarming",
|
||||
"SW5E.WeaponPropertiesDgd": "Disguised",
|
||||
"SW5E.WeaponPropertiesDis": "Disintegrate",
|
||||
"SW5E.WeaponPropertiesDpt": "Disruptive",
|
||||
"SW5E.WeaponPropertiesDou": "Double",
|
||||
"SW5E.WeaponPropertiesFin": "Finesse",
|
||||
"SW5E.WeaponPropertiesFix": "Fixed",
|
||||
"SW5E.WeaponPropertiesFoc": "Focus",
|
||||
"SW5E.WeaponPropertiesHvy": "Heavy",
|
||||
"SW5E.WeaponPropertiesHid": "Hidden",
|
||||
"SW5E.WeaponPropertiesKen": "Keen",
|
||||
"SW5E.WeaponPropertiesLgt": "Light",
|
||||
"SW5E.WeaponPropertiesLum": "Luminous",
|
||||
"SW5E.WeaponPropertiesMig": "Mighty",
|
||||
"SW5E.WeaponPropertiesPic": "Piercing",
|
||||
"SW5E.WeaponPropertiesRan": "Range",
|
||||
"SW5E.WeaponPropertiesRap": "Rapid",
|
||||
"SW5E.WeaponPropertiesRch": "Reach",
|
||||
"SW5E.WeaponPropertiesRel": "Reload",
|
||||
"SW5E.WeaponPropertiesRet": "Returning",
|
||||
"SW5E.WeaponPropertiesShk": "Shocking",
|
||||
"SW5E.WeaponPropertiesSil": "Silent",
|
||||
"SW5E.WeaponPropertiesSpc": "Special",
|
||||
"SW5E.WeaponPropertiesStr": "Strength Rqmt.",
|
||||
"SW5E.WeaponPropertiesThr": "Thrown",
|
||||
"SW5E.WeaponPropertiesTwo": "Two-Handed",
|
||||
"SW5E.WeaponPropertiesVer": "Versatile",
|
||||
"SW5E.WeaponPropertiesVic": "Vicious",
|
||||
"SW5E.WeaponSimpleVW": "Simple Vibroweapon",
|
||||
"SW5E.WeaponSimpleProficiency": "Simple Weapons",
|
||||
"SW5E.WeaponSimpleB": "Simple Blaster",
|
||||
"SW5E.WeaponSimpleLW": "Simple Lightweapon",
|
||||
"SW5E.Weight": "Weight",
|
||||
"SW5E.available": "available",
|
||||
"SW5E.description": "A comprehensive game system for running games of Dungeons & Dragons 5th Edition in the Foundry VTT environment.",
|
||||
"SW5E.description": "A comprehensive game system for running games of Star Wars 5th Edition in the Foundry VTT environment.",
|
||||
"SW5E.of": "of",
|
||||
"SW5E.power": "power",
|
||||
"SETTINGS.5eAllowPolymorphingL": "Allow players to polymorph their own actors.",
|
||||
|
@ -775,12 +837,19 @@
|
|||
"SETTINGS.5eAutoPowerTemplateN": "Always place Power Template",
|
||||
"SETTINGS.5eCurWtL": "Carried currency affects character encumbrance following the rules on PHB pg. 143.",
|
||||
"SETTINGS.5eCurWtN": "Apply Currency Weight",
|
||||
"SETTINGS.5eDiagDMG": "Dungeon Master's Guide (5/10/5)",
|
||||
|
||||
"SETTINGS.5eDiagEuclidean": "Euclidean (7.07 ft. Diagonal)",
|
||||
"SETTINGS.5eDiagL": "Configure which diagonal movement rule should be used for games within this system.",
|
||||
"SETTINGS.5eDiagN": "Diagonal Movement Rule",
|
||||
"SETTINGS.5eDiagPHB": "Player's Handbook (5/5/5)",
|
||||
"SETTINGS.5eDiagPHB": "PHB: Equidistant (5/5/5)",
|
||||
"SETTINGS.5eDiagDMG": "DMG: Alternating (5/10/5)",
|
||||
"SETTINGS.5eInitTBL": "Append the raw Dexterity ability score to break ties in Initiative.",
|
||||
"SETTINGS.5eInitTBN": "Initiative Dexterity Tiebreaker",
|
||||
"SETTINGS.5eNoExpL": "Remove experience bars from character sheets.",
|
||||
"SETTINGS.5eNoExpN": "Disable Experience Tracking"
|
||||
"SETTINGS.5eNoExpN": "Disable Experience Tracking",
|
||||
"SETTINGS.5eRestL": "Configure which rest variant should be used for games within this system.",
|
||||
"SETTINGS.5eRestN": "Rest Variant",
|
||||
"SETTINGS.5eRestPHB": "Player's Handbook (LR: 8 hours, SR: 1 hour)",
|
||||
"SETTINGS.5eRestGritty": "Gritty Realism (LR: 7 days, SR: 8 hours)",
|
||||
"SETTINGS.5eRestEpic": "Epic Heroism (LR: 1 hour, SR: 1 min)"
|
||||
}
|
||||
|
|
597
lang/en.json.bak
597
lang/en.json.bak
|
@ -1,597 +0,0 @@
|
|||
{
|
||||
"Star Wars 5th Edition": "Star Wars 5th Edition",
|
||||
"SW5E.title": "Star Wars 5th Edition",
|
||||
"SW5E.AbbreviationCR": "CR",
|
||||
"SW5E.AbbreviationConc": "Conc.",
|
||||
"SW5E.AbbreviationDC": "DC",
|
||||
"SW5E.AbbreviationLR": "LR",
|
||||
"SW5E.AbbreviationLbs": "lbs.",
|
||||
"SW5E.AbbreviationSR": "SR",
|
||||
"SW5E.Ability": "Ability",
|
||||
"SW5E.AbilityCha": "Charisma",
|
||||
"SW5E.AbilityCon": "Constitution",
|
||||
"SW5E.AbilityDex": "Dexterity",
|
||||
"SW5E.AbilityInt": "Intelligence",
|
||||
"SW5E.AbilityModifier": "Ability Modifier",
|
||||
"SW5E.AbilityStr": "Strength",
|
||||
"SW5E.AbilityUseCantUse": "You are not currently able to use this ability!",
|
||||
"SW5E.AbilityUseCharged": "charged",
|
||||
"SW5E.AbilityUseConsume": "Consume Available Usage?",
|
||||
"SW5E.AbilityUseDepleted": "depleted",
|
||||
"SW5E.AbilityUseHint": "Configure how you would like to use the",
|
||||
"SW5E.AbilityUseRechargeHint": "This ability uses a recharge mechanic and is currently",
|
||||
"SW5E.AbilityUseWarnEnd": "available uses per",
|
||||
"SW5E.AbilityUseWarnStart": "This ability has",
|
||||
"SW5E.AbilityWis": "Wisdom",
|
||||
"SW5E.Action": "Action",
|
||||
"SW5E.ActionAbil": "Ability Check",
|
||||
"SW5E.ActionHeal": "Healing",
|
||||
"SW5E.ActionMPAK": "Melee Power Attack",
|
||||
"SW5E.ActionMWAK": "Melee Weapon Attack",
|
||||
"SW5E.ActionOther": "Other",
|
||||
"SW5E.ActionRPAK": "Ranged Power Attack",
|
||||
"SW5E.ActionRWAK": "Ranged Weapon Attack",
|
||||
"SW5E.ActionSave": "Saving Throw",
|
||||
"SW5E.ActionUtil": "Utility",
|
||||
"SW5E.Add": "Add",
|
||||
"SW5E.Advantage": "Advantage",
|
||||
"SW5E.Alignment": "Alignment",
|
||||
"SW5E.AlignmentCD": "Chaotic Dark",
|
||||
"SW5E.AlignmentCL": "Chaotic Light",
|
||||
"SW5E.AlignmentCN": "Chaotic Neutral",
|
||||
"SW5E.AlignmentLD": "Lawful Dark",
|
||||
"SW5E.AlignmentLL": "Lawful Light",
|
||||
"SW5E.AlignmentLN": "Lawful Neutral",
|
||||
"SW5E.AlignmentND": "Neutral Dark",
|
||||
"SW5E.AlignmentNL": "Neutral Light",
|
||||
"SW5E.AlignmentBN": "Balenced Neutral",
|
||||
"SW5E.ArmorClass": "Armor Class",
|
||||
"SW5E.ArmorProperties": "Armor Properties",
|
||||
"SW5E.ArmorProperAbsorptive": "Absorptive",
|
||||
"SW5E.ArmorProperAgile": "Agile",
|
||||
"SW5E.ArmorProperAnchor": "Anchor",
|
||||
"SW5E.ArmorProperAvoidant": "Avoidant",
|
||||
"SW5E.ArmorProperBarbed": "Barbed",
|
||||
"SW5E.ArmorProperCharging": "Charging",
|
||||
"SW5E.ArmorProperConcealing": "Concealing",
|
||||
"SW5E.ArmorProperCumbersome": "Cumbersome",
|
||||
"SW5E.ArmorProperGauntleted": "Gauntleted",
|
||||
"SW5E.ArmorProperImbalanced": "Imbalanced",
|
||||
"SW5E.ArmorProperImpermeable": "Impermeable",
|
||||
"SW5E.ArmorProperInsulated": "Insulated",
|
||||
"SW5E.ArmorProperInterlocking": "Interlocking",
|
||||
"SW5E.ArmorProperLambent": "Lambent",
|
||||
"SW5E.ArmorProperLightweight": "Lightweight",
|
||||
"SW5E.ArmorProperMagnetic": "Magnetic",
|
||||
"SW5E.ArmorProperObscured": "Obscured",
|
||||
"SW5E.ArmorProperPowered": "Powered",
|
||||
"SW5E.ArmorProperReactive": "Reactive",
|
||||
"SW5E.ArmorProperRegulated": "Regulated",
|
||||
"SW5E.ArmorProperReinforced": "Reinforced",
|
||||
"SW5E.ArmorProperResponsive": "Responsive",
|
||||
"SW5E.ArmorProperRigid": "Rigid",
|
||||
"SW5E.ArmorProperSilent": "Silent",
|
||||
"SW5E.ArmorProperSpiked": "Spiked",
|
||||
"SW5E.ArmorProperSteadfast": "Steadfast",
|
||||
"SW5E.ArmorProperVersatile": "Versatile",
|
||||
"SW5E.Attack": "Attack",
|
||||
"SW5E.Attributes": "Attributes",
|
||||
"SW5E.Attuned": "Attuned",
|
||||
"SW5E.Background": "Background",
|
||||
"SW5E.Biography": "Biography",
|
||||
"SW5E.BonusAbilityCheck": "Global Ability Check Bonus",
|
||||
"SW5E.BonusAbilitySave": "Global Saving Throw Bonus",
|
||||
"SW5E.BonusAbilitySkill": "Global Skill Check Bonus",
|
||||
"SW5E.BonusAction": "Bonus Action",
|
||||
"SW5E.BonusMSAttack": "Melee Power Attack Bonus",
|
||||
"SW5E.BonusMSDamage": "Melee Power Damage Bonus",
|
||||
"SW5E.BonusMWAttack": "Melee Weapon Attack Bonus",
|
||||
"SW5E.BonusMWDamage": "Melee Weapon Damage Bonus",
|
||||
"SW5E.BonusRSAttack": "Ranged Power Attack Bonus",
|
||||
"SW5E.BonusRSDamage": "Ranged Power Damage Bonus",
|
||||
"SW5E.BonusRWAttack": "Ranged Weapon Attack Bonus",
|
||||
"SW5E.BonusRWDamage": "Ranged Weapon Damage Bonus",
|
||||
"SW5E.BonusSaveForm": "Update Bonuses",
|
||||
"SW5E.BonusPowerDC": "Global Power DC Bonus",
|
||||
"SW5E.BonusTitle": "Configure Actor Bonuses",
|
||||
"SW5E.Bonuses": "Global Bonuses",
|
||||
"SW5E.BonusesHint": "Define global bonuses as formulas which are added to certain rolls. For example: 1d4 + 2",
|
||||
"SW5E.BonusesInstructions": "Configure character bonuses which are added to the appropriate dice roll",
|
||||
"SW5E.ChallengeRating": "Challenge Rating",
|
||||
"SW5E.Charged": "Charged",
|
||||
"SW5E.Charges": "Charges",
|
||||
"SW5E.ChatContextDamage": "Apply Damage",
|
||||
"SW5E.ChatContextHealing": "Apply Healing",
|
||||
"SW5E.ChatContextDoubleDamage": "Apply Double Damage",
|
||||
"SW5E.ChatContextHalfDamage": "Apply Half Damage",
|
||||
"SW5E.ChatFlavor": "Chat Message Flavor",
|
||||
"SW5E.ClassLevels": "Class Levels",
|
||||
"SW5E.ClassName": "Class Name",
|
||||
"SW5E.ClassSkillsNumber": "Number of Starting Skills",
|
||||
"SW5E.ClassSkillsChosen": "Chosen Class Skills",
|
||||
"SW5E.ComponentMaterial": "Material",
|
||||
"SW5E.ComponentSomatic": "Somatic",
|
||||
"SW5E.ComponentVerbal": "Verbal",
|
||||
"SW5E.ConBlinded": "Blinded",
|
||||
"SW5E.ConCharmed": "Charmed",
|
||||
"SW5E.ConDeafened": "Deafened",
|
||||
"SW5E.ConExhaustion": "Exhaustion",
|
||||
"SW5E.ConFrightened": "Frightened",
|
||||
"SW5E.ConGrappled": "Grappled",
|
||||
"SW5E.ConImm": "Condition Immunities",
|
||||
"SW5E.ConIncapacitated": "Incapacitated",
|
||||
"SW5E.ConInvisible": "Invisible",
|
||||
"SW5E.ConParalyzed": "Paralyzed",
|
||||
"SW5E.ConPetrified": "Petrified",
|
||||
"SW5E.ConPoisoned": "Poisoned",
|
||||
"SW5E.ConProne": "Prone",
|
||||
"SW5E.ConRestrained": "Restrained",
|
||||
"SW5E.ConShocked": "Shocked",
|
||||
"SW5E.ConStunned": "Stunned",
|
||||
"SW5E.ConUnconscious": "Unconscious",
|
||||
"SW5E.Concentration": "Concentration",
|
||||
"SW5E.ConsumableFood": "Food",
|
||||
"SW5E.ConsumablePoison": "Poison",
|
||||
"SW5E.ConsumableAdrenal": "Adrenal",
|
||||
"SW5E.ConsumableExplosive": "Explosive",
|
||||
"SW5E.ConsumableMedpac": "Medpac",
|
||||
"SW5E.ConsumableTrinket": "Trinket",
|
||||
"SW5E.ConsumableTechnology": "Technology",
|
||||
"SW5E.ConsumableAmmunition": "Ammunition",
|
||||
"SW5E.Consumed": "Consumed",
|
||||
"SW5E.CostGP": "Cost (GP)",
|
||||
"SW5E.Critical": "Critical",
|
||||
"SW5E.CriticalHit": "Critical Hit",
|
||||
"SW5E.Currency": "Currency",
|
||||
"SW5E.CurrencyConvert": "Convert All Currency",
|
||||
"SW5E.CurrencyConvertHint": "Convert all carried currency to the highest possible denomination to reduce the amount of coinage carried by the character. Be wary, this action cannot be undone.",
|
||||
"SW5E.CurrencyGC": "Credits",
|
||||
"SW5E.DamImm": "Damage Immunities",
|
||||
"SW5E.DamRes": "Damage Resistances",
|
||||
"SW5E.DamVuln": "Damage Vulnerabilities",
|
||||
"SW5E.Damage": "Damage",
|
||||
"SW5E.DamageAcid": "Acid",
|
||||
"SW5E.DamageCold": "Cold",
|
||||
"SW5E.DamageEnergy": "Energy",
|
||||
"SW5E.DamageFire": "Fire",
|
||||
"SW5E.DamageForce": "Force",
|
||||
"SW5E.DamageIon": "ION",
|
||||
"SW5E.DamageKinetic": "Kinetic",
|
||||
"SW5E.DamageLightning": "Lightning",
|
||||
"SW5E.DamageNecrotic": "Necrotic",
|
||||
"SW5E.DamagePoison": "Poison",
|
||||
"SW5E.DamagePsychic": "Psychic",
|
||||
"SW5E.DamageSonic": "Sonic",
|
||||
"SW5E.Day": "Day",
|
||||
"SW5E.DeathSave": "Death Saves",
|
||||
"SW5E.Default": "Default",
|
||||
"SW5E.DefaultAbilityCheck": "Default Ability Check",
|
||||
"SW5E.Description": "Description",
|
||||
"SW5E.Details": "Details",
|
||||
"SW5E.Disadvantage": "Disadvantage",
|
||||
"SW5E.DistAny": "Any",
|
||||
"SW5E.DistFt": "Feet",
|
||||
"SW5E.DistMi": "Miles",
|
||||
"SW5E.DistSelf": "Self",
|
||||
"SW5E.DistTouch": "Touch",
|
||||
"SW5E.Duration": "Duration",
|
||||
"SW5E.EquipmentBonus": "Magical Bonus",
|
||||
"SW5E.EquipmentClothing": "Clothing",
|
||||
"SW5E.EquipmentHeavy": "Heavy Armor",
|
||||
"SW5E.EquipmentLight": "Light Armor",
|
||||
"SW5E.EquipmentMedium": "Medium Armor",
|
||||
"SW5E.EquipmentNatural": "Natural Armor",
|
||||
"SW5E.EquipmentShield": "Shield",
|
||||
"SW5E.EquipmentShieldProficiency": "Shields",
|
||||
"SW5E.EquipmentTrinket": "Trinket",
|
||||
"SW5E.Equipped": "Equipped",
|
||||
"SW5E.Exhaustion": "Exhaustion",
|
||||
"SW5E.Expertise": "Expertise",
|
||||
"SW5E.FeatureActionRecharge": "Action Recharge",
|
||||
|
||||
"SW5E.ItemTypeClass": "Class",
|
||||
"SW5E.ItemTypeClassPl": "Class Levels",
|
||||
"SW5E.ItemTypeConsumable": "Consumable",
|
||||
"SW5E.ItemTypeConsumablePl": "Consumables",
|
||||
"SW5E.ItemTypeContainer": "Container",
|
||||
"SW5E.ItemTypeContainerPl": "Containers",
|
||||
"SW5E.ItemTypeEquipment": "Equipment",
|
||||
"SW5E.ItemTypeEquipmentPl": "Equipment",
|
||||
"SW5E.ItemTypeLoot": "Loot",
|
||||
"SW5E.ItemTypeLootPl": "Loot",
|
||||
"SW5E.ItemTypeSpecies": "Species",
|
||||
"SW5E.ItemTypeSpeciesPl": "Species",
|
||||
"SW5E.ItemTypeTool": "Tool",
|
||||
"SW5E.ItemTypeToolPl": "Tools",
|
||||
"SW5E.ItemTypePower": "Power",
|
||||
"SW5E.ItemTypePowerPl": "Powers",
|
||||
"SW5E.ItemTypeWeapon": "Weapon",
|
||||
"SW5E.ItemTypeWeaponPl": "Weapons",
|
||||
|
||||
"SW5E.FeatureActive": "Active Abilities",
|
||||
"SW5E.FeatureAdd": "Create Feature",
|
||||
"SW5E.FeatureAttack": "Feature Attack",
|
||||
"SW5E.FeaturePassive": "Passive Abilities",
|
||||
"SW5E.FeatureRechargeOn": "Recharge On",
|
||||
"SW5E.FeatureRechargeResult": "1d6 Result",
|
||||
"SW5E.FeatureUsage": "Feature Usage",
|
||||
"SW5E.Features": "Features",
|
||||
"SW5E.Filter": "Filter",
|
||||
"SW5E.FilterNoPowers": "No powers found for this set of filters.",
|
||||
"SW5E.NoPowerLevels": "This character has no powercaster levels, but you may add powers manually.",
|
||||
"SW5E.FlagsInstructions": "Configure character features and traits which fine-tune behaviors of the SW5e system.",
|
||||
"SW5E.FlagsSave": "Update Special Traits",
|
||||
"SW5E.FlagsTitle": "Configure Special Traits",
|
||||
"SW5E.Flat": "Flat",
|
||||
"SW5E.Formula": "Formula",
|
||||
"SW5E.GrantedAbilities": "Granted Abilities",
|
||||
"SW5E.HalfProficient": "Half Proficient",
|
||||
"SW5E.Healing": "Healing",
|
||||
"SW5E.HealingTemp": "Healing (Temporary)",
|
||||
"SW5E.Health": "Health",
|
||||
"SW5E.HealthFormula": "Health Formula",
|
||||
"SW5E.HitDice": "Hit Dice",
|
||||
"SW5E.HitDiceUsed": "Hit Dice Used",
|
||||
"SW5E.Identified": "Identified",
|
||||
"SW5E.Initiative": "Initiative",
|
||||
"SW5E.Inspiration": "Inspiration",
|
||||
"SW5E.Inventory": "Inventory",
|
||||
"SW5E.ItemActionType": "Action Type",
|
||||
"SW5E.ItemActivationCondition": "Activation Condition",
|
||||
"SW5E.ItemActivationCost": "Activation Cost",
|
||||
"SW5E.ItemAttackBonus": "Attack Roll Bonus",
|
||||
"SW5E.ItemConsumableActivation": "Consumable Activation",
|
||||
"SW5E.ItemConsumableDetails": "Consumable Details",
|
||||
|
||||
"SW5E.ItemConsumableStatus": "Consumable Status",
|
||||
"SW5E.ItemConsumableType": "Consumable Type",
|
||||
"SW5E.ItemConsumableUsage": "Consumable Usage",
|
||||
"SW5E.ItemConsumeOnUse": "Consume on Use",
|
||||
"SW5E.ItemContainerCapacity": "Capacity",
|
||||
"SW5E.ItemContainerCapacityItems": "Items",
|
||||
"SW5E.ItemContainerCapacityType": "Capacity Type",
|
||||
"SW5E.ItemContainerCapacityWeight": "Weight",
|
||||
"SW5E.ItemContainerDetails": "Container Details",
|
||||
|
||||
"SW5E.ItemContainerProperties": "Container Properties",
|
||||
"SW5E.ItemContainerWeightless": "Weightless Contents",
|
||||
"SW5E.ItemCreate": "Create Item",
|
||||
"SW5E.ItemDelete": "Delete Item",
|
||||
"SW5E.ItemDestroyEmpty": "Destroy on Empty",
|
||||
"SW5E.ItemEdit": "Edit Item",
|
||||
"SW5E.ItemEquipmentAction": "Equipment Action",
|
||||
"SW5E.ItemEquipmentDetails": "Equipment Details",
|
||||
"SW5E.ItemEquipmentDexMod": "Max. Dexterity Modifier",
|
||||
|
||||
"SW5E.ItemEquipmentStatus": "Equipment Status",
|
||||
"SW5E.ItemEquipmentStealthDisav": "Imposes Stealth Disadvantage",
|
||||
"SW5E.ItemEquipmentType": "Equipment Type",
|
||||
"SW5E.ItemEquipmentUsage": "Equipment Usage",
|
||||
|
||||
"SW5E.ItemName": "Item Name",
|
||||
"SW5E.ItemRequiredStr": "Required Strength",
|
||||
"SW5E.ItemToolProficiency": "Tool Proficiency",
|
||||
|
||||
"SW5E.ItemWeaponAttack": "Weapon Attack",
|
||||
"SW5E.ItemWeaponDetails": "Weapon Details",
|
||||
"SW5E.ItemWeaponProperties": "Weapon Properties",
|
||||
|
||||
"SW5E.ItemWeaponStatus": "Weapon Status",
|
||||
"SW5E.ItemWeaponType": "Weapon Type",
|
||||
"SW5E.ItemWeaponUsage": "Weapon Usage",
|
||||
"SW5E.JackOfAllTrades": "Jack of all Trades",
|
||||
"SW5E.LairAct": "Lair Action",
|
||||
"SW5E.Languages": "Languages",
|
||||
"SW5E.LanguagesBasic": "Basic",
|
||||
"SW5E.LanguagesBinary": "Binary",
|
||||
"SW5E.LanguagesBith": "Bith",
|
||||
"SW5E.LanguagesBocce": "Bocce",
|
||||
"SW5E.LanguagesBothese": "Bothese",
|
||||
"SW5E.LanguagesCartharese": "Catharese",
|
||||
"SW5E.LanguagesCheunh": "Cheunh",
|
||||
"SW5E.LanguagesDurese": "Durese",
|
||||
"SW5E.LanguagesDug": "Dug",
|
||||
"SW5E.LanguagesEwokese": "Ewokese",
|
||||
"SW5E.LanguagesGamorrese": "Gamorrese",
|
||||
"SW5E.LanguagesGeonosian": "Geonosian",
|
||||
"SW5E.LanguagesHapan": "Hapan",
|
||||
"SW5E.LanguagesHuttese": "Huttese",
|
||||
"SW5E.LanguagesJawaese": "Jawaese",
|
||||
"SW5E.LanguagesKaleesh": "Kaleesh",
|
||||
"SW5E.LanguagesKaminoan": "Kaminoan",
|
||||
"SW5E.LanguagesKelDor": "Kel Dor",
|
||||
"SW5E.LanguagesMandoa": "Mando'a",
|
||||
"SW5E.LanguagesMonCal": "Mon Cal",
|
||||
"SW5E.LanguagesPakPak": "Pak Pak",
|
||||
"SW5E.LanguagesRodese": "Rodese",
|
||||
"SW5E.LanguagesSith": "Sith",
|
||||
"SW5E.LanguagesTogruti": "Togruti",
|
||||
"SW5E.LanguagesDosh": "Dosh",
|
||||
"SW5E.LanguagesTwileki": "Twi'leki",
|
||||
"SW5E.LanguagesTusken": "Tusken",
|
||||
"SW5E.LanguagesShyriiwook": "Shyriiwook",
|
||||
"SW5E.LanguagesZabraki": "Zabraki",
|
||||
"SW5E.LanguagesVong": "Vong",
|
||||
"SW5E.LegAct": "Legd. Actions",
|
||||
"SW5E.LegRes": "Legd. Resistance",
|
||||
"SW5E.Level": "Level",
|
||||
"SW5E.LevelScaling": "Level Scaling",
|
||||
"SW5E.LimitedUses": "Limited Uses",
|
||||
"SW5E.LongRest": "Long Rest",
|
||||
"SW5E.Max": "Max",
|
||||
"SW5E.Modifier": "Modifier",
|
||||
"SW5E.Name": "Character Name",
|
||||
"SW5E.NoCharges": "No Charges",
|
||||
"SW5E.None": "None",
|
||||
"SW5E.Normal": "Normal",
|
||||
"SW5E.NotProficient": "Not Proficient",
|
||||
"SW5E.OtherFormula": "Other Formula",
|
||||
"SW5E.PlaceTemplate": "Place Measured Template",
|
||||
"SW5E.Polymorph": "Polymorph",
|
||||
"SW5E.PolymorphAcceptSettings": "Custom Settings",
|
||||
"SW5E.PolymorphKeepBio": "Keep biography",
|
||||
"SW5E.PolymorphKeepClass": "Keep proficiency bonus (leaves class items in sheet)",
|
||||
"SW5E.PolymorphKeepFeats": "Keep features",
|
||||
"SW5E.PolymorphKeepItems": "Keep equipment",
|
||||
"SW5E.PolymorphKeepMental": "Keep mental ability scores (Int, Wis, Cha)",
|
||||
"SW5E.PolymorphKeepPhysical": "Keep physical ability scores (Str, Dex, Con)",
|
||||
"SW5E.PolymorphKeepSaves": "Keep saving throw proficiencies",
|
||||
"SW5E.PolymorphKeepSkills": "Keep skill proficiencies",
|
||||
"SW5E.PolymorphKeepPowers": "Keep powers",
|
||||
"SW5E.PolymorphKeepVision": "Keep vision (character and token)",
|
||||
"SW5E.PolymorphMergeSaves": "Merge saving throw proficiencies (take the highest)",
|
||||
"SW5E.PolymorphMergeSkills": "Merge skill proficiencies (take the highest)",
|
||||
"SW5E.PolymorphPromptTitle": "Transforming Actor",
|
||||
"SW5E.PolymorphRestoreTransformation": "Restore Transformation",
|
||||
"SW5E.PolymorphTmpClass": "Temporary Class",
|
||||
"SW5E.PolymorphTokens": "Transform all linked tokens?",
|
||||
"SW5E.PolymorphWildShape": "Wild Shape",
|
||||
"SW5E.Concentrated": "Concentrate",
|
||||
"SW5E.Price": "Price",
|
||||
"SW5E.Proficiency": "Proficiency",
|
||||
"SW5E.Proficient": "Proficient",
|
||||
"SW5E.Quantity": "Quantity",
|
||||
"SW5E.Species": "Species",
|
||||
"SW5E.Range": "Range",
|
||||
"SW5E.Rarity": "Rarity",
|
||||
"SW5E.Reaction": "Reaction",
|
||||
"SW5E.RequiredMaterials": "Required Materials",
|
||||
"SW5E.Requirements": "Requirements",
|
||||
"SW5E.ResourcePrimary": "Resource 1",
|
||||
"SW5E.ResourceSecondary": "Resource 2",
|
||||
"SW5E.ResourceTertiary": "Resource 3",
|
||||
"SW5E.RestL": "L. Rest",
|
||||
"SW5E.RestS": "S. Rest",
|
||||
"SW5E.Ritual": "Ritual",
|
||||
"SW5E.Roll": "Roll",
|
||||
"SW5E.RollExample": "e.g. +1d4",
|
||||
"SW5E.RollMode": "Roll Mode",
|
||||
"SW5E.RollSituationalBonus": "Situational Bonus?",
|
||||
"SW5E.Save": "Save",
|
||||
"SW5E.ScalingFormula": "Scaling Formula",
|
||||
"SW5E.SchoolLgt": "Light",
|
||||
"SW5E.SchoolUni": "Universal",
|
||||
"SW5E.SchoolDrk": "Dark",
|
||||
"SW5E.SchoolTec": "Tech",
|
||||
"SW5E.SchoolEnh": "Enhancement",
|
||||
"SW5E.SenseBS": "Blindsight",
|
||||
"SW5E.SenseDV": "Darkvision",
|
||||
"SW5E.SenseTR": "Truesight",
|
||||
"SW5E.SenseTS": "Tremorsense",
|
||||
"SW5E.Senses": "Senses",
|
||||
"SW5E.ShortRest": "Short Rest",
|
||||
"SW5E.ShortRestHint": "Take a short rest? On a short rest you may spend remaining Hit Dice and recover primary or secondary resources.",
|
||||
"SW5E.ShortRestNoHD": "No Hit Dice remaining",
|
||||
"SW5E.ShortRestSelect": "Select Dice to Roll",
|
||||
"SW5E.Size": "Size",
|
||||
"SW5E.SizeGargantuan": "Gargantuan",
|
||||
"SW5E.SizeHuge": "Huge",
|
||||
"SW5E.SizeLarge": "Large",
|
||||
"SW5E.SizeMedium": "Medium",
|
||||
"SW5E.SizeSmall": "Small",
|
||||
"SW5E.SizeTiny": "Tiny",
|
||||
"SW5E.SkillAcr": "Acrobatics",
|
||||
"SW5E.SkillAni": "Animal Handling",
|
||||
"SW5E.SkillAth": "Athletics",
|
||||
"SW5E.SkillDec": "Deception",
|
||||
"SW5E.SkillIns": "Insight",
|
||||
"SW5E.SkillInv": "Investigation",
|
||||
"SW5E.SkillItm": "Intimidation",
|
||||
"SW5E.SkillLor": "Lore",
|
||||
"SW5E.SkillMed": "Medicine",
|
||||
"SW5E.SkillNat": "Nature",
|
||||
"SW5E.SkillPer": "Persuasion",
|
||||
"SW5E.SkillPrc": "Perception",
|
||||
"SW5E.SkillPrf": "Performance",
|
||||
"SW5E.SkillPil": "Piloting",
|
||||
"SW5E.SkillSlt": "Sleight of Hand",
|
||||
"SW5E.SkillSte": "Stealth",
|
||||
"SW5E.SkillSur": "Survival",
|
||||
"SW5E.SkillTec": "Technology",
|
||||
"SW5E.Slots": "Slots",
|
||||
"SW5E.Source": "Source",
|
||||
"SW5E.Special": "Special",
|
||||
"SW5E.SpecialTraits": "Special Traits",
|
||||
"SW5E.Speed": "Speed",
|
||||
"SW5E.SpeedSpecial": "Special Movement",
|
||||
"SW5E.PowerAbility": "Powercasting Ability",
|
||||
"SW5E.PowerAdd": "Add Power",
|
||||
"SW5E.PowerAtWill": "At-Will",
|
||||
"SW5E.PowerCastConsume": "Consume Power Slot?",
|
||||
"SW5E.PowerCastHint": "Configure how you would like to cast the",
|
||||
"SW5E.PowerCastNoSlots": "You have no available power slots to cast this power",
|
||||
"SW5E.PowerCastUpcast": "Cast at Level",
|
||||
"SW5E.PowercasterLevel": "Powercaster Level",
|
||||
"SW5E.PowerCastingHeader": "Power Casting",
|
||||
"SW5E.Powercasting": "Powercasting",
|
||||
"SW5E.PowerComponents": "Power Components",
|
||||
"SW5E.PowerCreate": "Create Power",
|
||||
"SW5E.PowerDC": "Power DC",
|
||||
"SW5E.PowerDetails": "Power Details",
|
||||
"SW5E.PowerEffects": "Power Effects",
|
||||
"SW5E.PowerLevel": "Power Level",
|
||||
"SW5E.PowerLevel0": "At-Will",
|
||||
"SW5E.PowerLevel1": "1st Level",
|
||||
"SW5E.PowerLevel2": "2nd Level",
|
||||
"SW5E.PowerLevel3": "3rd Level",
|
||||
"SW5E.PowerLevel4": "4th Level",
|
||||
"SW5E.PowerLevel5": "5th Level",
|
||||
"SW5E.PowerLevel6": "6th Level",
|
||||
"SW5E.PowerLevel7": "7th Level",
|
||||
"SW5E.PowerLevel8": "8th Level",
|
||||
"SW5E.PowerLevel9": "9th Level",
|
||||
"SW5E.PowerLevelPact": "Pact Slot",
|
||||
"SW5E.PowerMaterials": "Powercasting Materials",
|
||||
"SW5E.PowerName": "Power Name",
|
||||
"SW5E.PowerNone": "None",
|
||||
"SW5E.PowerPrepAtWill": "At-Will",
|
||||
"SW5E.PowerPrepInnate": "Innate Powercasting",
|
||||
"SW5E.PowerPrepPrepared": "Prepared",
|
||||
"SW5E.PowerPrepAlways": "Always Prepared",
|
||||
"SW5E.PowerConcentrationMode": "Power Concentration Mode",
|
||||
"SW5E.PowerConcentrating": "Concentrating",
|
||||
"SW5E.PowerProgArt": "Artificer",
|
||||
"SW5E.PowerProgFull": "Full Caster",
|
||||
"SW5E.PowerProgOverride": "Override slots",
|
||||
"SW5E.PowerProgression": "Power Progression",
|
||||
"SW5E.PowerSchool": "Power School",
|
||||
"SW5E.PowerTarget": "Power Target",
|
||||
"SW5E.PowerUnprepared": "Unprepared",
|
||||
"SW5E.PowerUsage": "Power Usage",
|
||||
"SW5E.Powerbook": "Powerbook",
|
||||
"SW5E.SpeciesTraits": "Species Traits",
|
||||
"SW5E.SubclassName": "Subclass Name",
|
||||
"SW5E.Supply": "Supply",
|
||||
"SW5E.Target": "Target",
|
||||
"SW5E.TargetAlly": "Ally",
|
||||
"SW5E.TargetCone": "Cone",
|
||||
"SW5E.TargetCreature": "Creature",
|
||||
"SW5E.TargetCube": "Cube",
|
||||
"SW5E.TargetCylinder": "Cylinder",
|
||||
"SW5E.TargetEnemy": "Enemy",
|
||||
"SW5E.TargetLine": "Line",
|
||||
"SW5E.TargetObject": "Object",
|
||||
"SW5E.TargetRadius": "Radius",
|
||||
"SW5E.TargetSelf": "Self",
|
||||
"SW5E.TargetSpace": "Space",
|
||||
"SW5E.TargetSphere": "Sphere",
|
||||
"SW5E.TargetSquare": "Square",
|
||||
"SW5E.TargetWall": "Wall",
|
||||
"SW5E.TargetDroid": "Droid",
|
||||
"SW5E.Temp": "Temp",
|
||||
"SW5E.TimeDay": "Days",
|
||||
"SW5E.TimeHour": "Hours",
|
||||
"SW5E.TimeInst": "Instantaneous",
|
||||
"SW5E.TimeMinute": "Minutes",
|
||||
"SW5E.TimeMonth": "Months",
|
||||
"SW5E.TimePerm": "Permanent",
|
||||
"SW5E.TimeRound": "Rounds",
|
||||
"SW5E.TimeTurn": "Turns",
|
||||
"SW5E.TimeYear": "Years",
|
||||
"SW5E.ToolArmormech": "Armormech's Tools",
|
||||
"SW5E.ToolArmstech": "Armstech's Tools",
|
||||
"SW5E.ToolArtificer": "Artificer's Tools",
|
||||
"SW5E.ToolArtist": "Artist's Tools",
|
||||
"SW5E.ToolAstrotech": "Astrotech's Tools",
|
||||
"SW5E.ToolBiotech": "Biotech's Tools",
|
||||
"SW5E.ToolConstructor": "Constructor's Tools",
|
||||
"SW5E.ToolCybertech": "Cybertech's Tools",
|
||||
"SW5E.ToolJeweler": "Jeweler's Tools",
|
||||
"SW5E.ToolSurveyor": "Surveyor's Tools",
|
||||
"SW5E.ToolSynthweaver": "Synthweavers's Tools",
|
||||
"SW5E.ToolTinker": "Tinker's Tools",
|
||||
"SW5E.ToolAntitoxkit": "Antitoxkit",
|
||||
"SW5E.ToolArchaeologistKit": "Archaeologist Kit",
|
||||
"SW5E.ToolAudiotechKit": "Audiotech's Kit",
|
||||
"SW5E.ToolBioanalysisKit": "Bioanalysis Kit",
|
||||
"SW5E.ToolBrewerKit": "Brewer's Kit",
|
||||
"SW5E.ToolChefKit": "Chef's Kit",
|
||||
"SW5E.ToolDemolitionKit": "Demolition Kit",
|
||||
"SW5E.ToolDisguiseKit": "Disguise Kit",
|
||||
"SW5E.ToolForgeryKit": "Forgery Kit",
|
||||
"SW5E.ToolMechanicKit": "Mechanic's Kit",
|
||||
"SW5E.ToolMunitionsKit": "Munitions Kit",
|
||||
"SW5E.ToolPoisonKit": "Poisoner's Kit",
|
||||
"SW5E.ToolScavengingKit": "Scavenging Kit",
|
||||
"SW5E.ToolSecurityKit": "Security Kit",
|
||||
"SW5E.ToolSlicerKit": "Slicer's Kit",
|
||||
"SW5E.ToolSpiceKit": "Spicer's Kit",
|
||||
"SW5E.ToolGamingSet": "Gaming Set",
|
||||
"SW5E.ToolMusicalInstrument": "Musical Instrument",
|
||||
"SW5E.ToolVehicle": "Vehicle (Land or Water)",
|
||||
"SW5E.TraitArmorProf": "Armor Proficiencies",
|
||||
"SW5E.TraitSelectorSpecial": "Special (Split with Semi-Colon)",
|
||||
"SW5E.TraitToolProf": "Tool Proficiencies",
|
||||
"SW5E.TraitWeaponProf": "Weapon Proficiencies",
|
||||
"SW5E.Type": "Type",
|
||||
"SW5E.Unequipped": "Not Equipped",
|
||||
"SW5E.Unlimited": "Unlimited",
|
||||
"SW5E.Usage": "Usage",
|
||||
"SW5E.Use": "Use",
|
||||
"SW5E.Uses": "Uses",
|
||||
"SW5E.Versatile": "Versatile",
|
||||
"SW5E.VersatileDamage": "Versatile Damage",
|
||||
"SW5E.VsDC": "vs DC.",
|
||||
"SW5E.WeaponAmmo": "Ammunition",
|
||||
"SW5E.WeaponImprov": "Improvised",
|
||||
"SW5E.WeaponMartialVW": "Martial Vibroweapon",
|
||||
"SW5E.WeaponMartialProficiency": "Martial Weapons",
|
||||
"SW5E.WeaponMartialB": "Martial Blaster",
|
||||
"SW5E.WeaponMartialLW": "Martial Lightweapon",
|
||||
"SW5E.WeaponNatural": "Natural",
|
||||
"SW5E.WeaponPropertiesAmm": "Ammunition",
|
||||
"SW5E.WeaponPropertiesBur": "Burst",
|
||||
"SW5E.WeaponPropertiesDef": "Defensive",
|
||||
"SW5E.WeaponPropertiesDex": "Dexterity Rqmt.",
|
||||
"SW5E.WeaponPropertiesDrm": "Disarming",
|
||||
"SW5E.WeaponPropertiesDgd": "Disguised",
|
||||
"SW5E.WeaponPropertiesDis": "Disintegrate",
|
||||
"SW5E.WeaponPropertiesDpt": "Disruptive",
|
||||
"SW5E.WeaponPropertiesDou": "Double",
|
||||
"SW5E.WeaponPropertiesFin": "Finesse",
|
||||
"SW5E.WeaponPropertiesFix": "Fixed",
|
||||
"SW5E.WeaponPropertiesFoc": "Focus",
|
||||
"SW5E.WeaponPropertiesHvy": "Heavy",
|
||||
"SW5E.WeaponPropertiesHid": "Hidden",
|
||||
"SW5E.WeaponPropertiesKen": "Keen",
|
||||
"SW5E.WeaponPropertiesLgt": "Light",
|
||||
"SW5E.WeaponPropertiesLum": "Luminous",
|
||||
"SW5E.WeaponPropertiesPic": "Piercing",
|
||||
"SW5E.WeaponPropertiesRan": "Range",
|
||||
"SW5E.WeaponPropertiesRap": "Rapid",
|
||||
"SW5E.WeaponPropertiesRch": "Reach",
|
||||
"SW5E.WeaponPropertiesRel": "Reload",
|
||||
"SW5E.WeaponPropertiesRet": "Returning",
|
||||
"SW5E.WeaponPropertiesShk": "Shocking",
|
||||
"SW5E.WeaponPropertiesSpc": "Special",
|
||||
"SW5E.WeaponPropertiesStr": "Strength Rqmt.",
|
||||
"SW5E.WeaponPropertiesThr": "Thrown",
|
||||
"SW5E.WeaponPropertiesTwo": "Two-Handed",
|
||||
"SW5E.WeaponPropertiesVer": "Versatile",
|
||||
"SW5E.WeaponPropertiesVic": "Vicious",
|
||||
"SW5E.WeaponSimpleVW": "Simple Vibroweapon",
|
||||
"SW5E.WeaponSimpleProficiency": "Simple Weapons",
|
||||
"SW5E.WeaponSimpleB": "Simple Blaster",
|
||||
"SW5E.WeaponSimpleLW": "Simple Lightweapon",
|
||||
"SW5E.Weight": "Weight",
|
||||
"SW5E.available": "available",
|
||||
"SW5E.description": "A comprehensive game system for running games of Dungeons & Dragons 5th Edition in the Foundry VTT environment.",
|
||||
"SW5E.of": "of",
|
||||
"SW5E.power": "power",
|
||||
"SETTINGS.5eAllowPolymorphingL": "Allow players to polymorph their own actors.",
|
||||
"SETTINGS.5eAllowPolymorphingN": "Allow Polymorphing",
|
||||
"SETTINGS.5eAutoCollapseCardL": "Automatically collapse Item Card descriptions in the Chat Log",
|
||||
"SETTINGS.5eAutoCollapseCardN": "Collapse Item Cards in Chat",
|
||||
"SETTINGS.5eAutoPowerTemplateL": "When a power is cast, defaults to begin the process to create the corresponding Measured Template if any (requires TRUSTED or higher player role)",
|
||||
"SETTINGS.5eAutoPowerTemplateN": "Always place Power Template",
|
||||
"SETTINGS.5eCurWtL": "Carried currency affects character encumbrance following the rules on PHB pg. 143.",
|
||||
"SETTINGS.5eCurWtN": "Apply Currency Weight",
|
||||
"SETTINGS.5eDiagDMG": "Dungeon Master's Guide (5/10/5)",
|
||||
"SETTINGS.5eDiagL": "Configure which diagonal movement rule should be used for games within this system.",
|
||||
"SETTINGS.5eDiagN": "Diagonal Movement Rule",
|
||||
"SETTINGS.5eDiagPHB": "Player's Handbook (5/5/5)",
|
||||
"SETTINGS.5eInitTBL": "Append the raw Dexterity ability score to break ties in Initiative.",
|
||||
"SETTINGS.5eInitTBN": "Initiative Dexterity Tiebreaker",
|
||||
"SETTINGS.5eNoExpL": "Remove experience bars from character sheets.",
|
||||
"SETTINGS.5eNoExpN": "Disable Experience Tracking"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue