mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
[Anima Beyond Fantasy] Redesign (#5800)
* [Anima Beyond Fantasy] Redesign * Update sheet.json
This commit is contained in:
+9970
-671
File diff suppressed because it is too large
Load Diff
+9998
-4884
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 244 KiB After Width: | Height: | Size: 164 KiB |
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"html": "A-BF.html",
|
||||
"css": "A-BF.css",
|
||||
"authors": "aRotondi,Loki",
|
||||
"roll20userid": "245380,242746",
|
||||
"authors": "aRotondi,Loki,Alain H.",
|
||||
"roll20userid": "245380,242746,67962",
|
||||
"preview": "preview.png",
|
||||
"instructions": "Version 1.1.1 of the **Anima: Beyond Fantasy** character sheet. Many fields are automatically calculated for you.\n\n Please check the rulebooks before PMing me with any questions which I will try to answer."
|
||||
"instructions": "Version 2.0 of the **Anima: Beyond Fantasy** character sheet. Many fields are automatically calculated for you.\n\n Please check the rulebooks before PMing me with any questions which I will try to answer.\n\nThis sheet can work with the API ABFRoll."
|
||||
}
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"0": "",
|
||||
"tab-general": "General",
|
||||
"tab-background": "Background",
|
||||
"tab-magic": "Magic",
|
||||
"tab-psychic": "Psychic",
|
||||
"tab-ki": "Ki",
|
||||
"tab-armory": "Armory",
|
||||
"visible-tabs": "Visible Tabs",
|
||||
"char-info": "Character Information",
|
||||
"name": "Name",
|
||||
"char-gender": "Gender",
|
||||
@@ -32,7 +34,19 @@
|
||||
"magic-resistance-short": "MR",
|
||||
"psychic-resistance": "Psychic Resistance",
|
||||
"psychic-resistance-short": "PsyR",
|
||||
"fame": "Fame",
|
||||
"bravery": "Bravery",
|
||||
"cowardice": "Cowardice",
|
||||
"honor": "Honor",
|
||||
"infamy": "Infamy",
|
||||
"talent": "Talent",
|
||||
"all-action-modifier": "All Action Mod",
|
||||
"number-of-actions": "Number of actions",
|
||||
"natura": "Natura",
|
||||
"gnosis": "Gnosis",
|
||||
"race-natura": "Race Natura",
|
||||
"total-natura": "Total Natura",
|
||||
"destiny-points": "Destiny Points",
|
||||
"characteristics": "Characteristics",
|
||||
"ability": "Ability",
|
||||
"magic-ability": "Magic Ability",
|
||||
@@ -60,7 +74,13 @@
|
||||
"full-movement": "Full",
|
||||
"1/4-movement": "1/4 Move",
|
||||
"running-movement": "Running",
|
||||
"feet-short": "FT",
|
||||
"language": "Language",
|
||||
"lifepoints-short": "LP",
|
||||
"regeneration-short": "Regen.",
|
||||
"resting": "Resting",
|
||||
"not-resting": "Not Resting",
|
||||
"reduction-penalty": "Redu. Penalty",
|
||||
"base-value": "Base",
|
||||
"multiples-short": "Mult.",
|
||||
"special-bonus": "Spec.",
|
||||
@@ -71,11 +91,15 @@
|
||||
"no": "No",
|
||||
"description": "Description",
|
||||
"fatigue": "Fatigue",
|
||||
"system": "System",
|
||||
"spell-system": "Spell System",
|
||||
"new": "New",
|
||||
"old": "Old",
|
||||
"roll-as-full": "Roll as",
|
||||
"roll": "Roll",
|
||||
"roll-as": "as",
|
||||
"roll-system": "Roll System",
|
||||
"standard": "Standard",
|
||||
"api": "API",
|
||||
"actual-value": "Actual",
|
||||
"attack": "Attack",
|
||||
"hit": "hit",
|
||||
@@ -85,7 +109,7 @@
|
||||
"armor": "Armor",
|
||||
"weapon": "Weapon",
|
||||
"secondary-abilities": "Secondary Abilities",
|
||||
"secondary-penalty": "Secondary Abilities bordered in red are affected by armor penalties",
|
||||
"secondary-penalty": "Secondary Abilities in red are affected by armor penalties",
|
||||
"tab-athletics": "Athletics",
|
||||
"tab-social": "Social",
|
||||
"tab-perceptive": "Perceptive",
|
||||
@@ -97,6 +121,13 @@
|
||||
"count-natural-bonus-short": "# Nat.",
|
||||
"attribute-short": "Atr.",
|
||||
"natural-ability-short": "N.A.",
|
||||
"list-skill-athletics": "acrobatics,athleticism,climb,jump,ride,swim",
|
||||
"list-skill-social": "etiquette,intimidate,leadership,persuasion,streetwise,style,trading",
|
||||
"list-skill-perceptive": "notice,search,track",
|
||||
"list-skill-intellectual": "animals,appraisal,architecture,herbal lore,history,law,magic appraisal,medicine,memorize,navigation,occult,sciences,tactics",
|
||||
"list-skill-vigor": "composure,feats of strength,withstand pain",
|
||||
"list-skill-subterfuge": "disguise,hide,lockpicking,poisons,stealth,theft,trap lore",
|
||||
"list-skill-creative": "alchemy,animism,art,dance,forging,jewelry,music,rune,ritual calligraphy,slight of hand,tailoring",
|
||||
"acrobatics": "Acrobatics",
|
||||
"athleticism": "Athleticism",
|
||||
"climb": "Climb",
|
||||
@@ -115,6 +146,7 @@
|
||||
"track": "Track",
|
||||
"animals": "Animals",
|
||||
"appraisal": "Appraisal",
|
||||
"architecture": "Architecture",
|
||||
"herbal-lore": "Herbal Lore",
|
||||
"history": "History",
|
||||
"law": "Law",
|
||||
@@ -135,11 +167,17 @@
|
||||
"stealth": "Stealth",
|
||||
"theft": "Theft",
|
||||
"trap-lore": "Trap Lore",
|
||||
"alchemy": "Alchemy",
|
||||
"animism": "Animism",
|
||||
"art": "Art",
|
||||
"dance": "Dance",
|
||||
"forging": "Forging",
|
||||
"jewelry": "Jewelry",
|
||||
"music": "Music",
|
||||
"rune": "Runes",
|
||||
"ritual-calligraphy": "Ritual Calligraphy",
|
||||
"slight-of-hand": "Sl. of Hand",
|
||||
"tailoring": "Tailoring",
|
||||
"advantages": "Advantages",
|
||||
"cost": "Cost",
|
||||
"disadvantages": "Disadvantages",
|
||||
@@ -156,6 +194,7 @@
|
||||
"magic-final-regeneration-per-day": "Final Regen/Day",
|
||||
"magic-levels": "Magic Levels",
|
||||
"from-intelligence": "From INT",
|
||||
"from-soul-power": "From POW",
|
||||
"used-value": "Used",
|
||||
"spell-paths": "Spell Paths",
|
||||
"spell-path": "Path",
|
||||
@@ -308,6 +347,8 @@
|
||||
"air-seal": "Air",
|
||||
"water-seal": "Water",
|
||||
"fire-seal": "Fire",
|
||||
"minor": "Minor",
|
||||
"major": "Major",
|
||||
"ki-limit": "Limit",
|
||||
"limit-none": "None",
|
||||
"limit-mors": "Mors: 20MK",
|
||||
@@ -319,6 +360,10 @@
|
||||
"limit-terminus": "Terminus: 10MK",
|
||||
"ars-magnus": "Ars Magnus",
|
||||
"martial-knowledge": "MK",
|
||||
"specials": "Specials",
|
||||
"seals": "Seals",
|
||||
"doors": "Doors",
|
||||
"transformation-the-seals-of-the-dragon": "Transformation : The Seals of the Dragon",
|
||||
"martial-arts": "Martial Arts",
|
||||
"martial-art": "Martial Art",
|
||||
"martial-degree": "Degree",
|
||||
@@ -327,11 +372,9 @@
|
||||
"degree-advanced": "Advanced",
|
||||
"degree-supreme": "Supreme",
|
||||
"degree-arcane": "Arcane",
|
||||
"damage": "Dmg.",
|
||||
"damage": "Damage",
|
||||
"multiplier": "Multiplier",
|
||||
"bonus-martial-knowledge": "Bonus MK",
|
||||
"strength": "Strength",
|
||||
"soul-power": "Power",
|
||||
"2presence+power": "2xPresence+Power",
|
||||
"strength+2target_strength": "Str + Target Str x2",
|
||||
"strength+4target_strength": "Str + Target Str x4",
|
||||
@@ -378,10 +421,10 @@
|
||||
"shield": "Shield",
|
||||
"not-available": "N/A",
|
||||
"buckler": "Buckler",
|
||||
"full-shield": "F.Sheild",
|
||||
"full-shield": "F.Shield",
|
||||
"primary": "Primary",
|
||||
"secondary": "Secondary",
|
||||
"two-handed": "2H",
|
||||
"two-handed": "Two-handed",
|
||||
"breakage": "Breakage",
|
||||
"final-breakage": "Final Breakage",
|
||||
"ranged": "Ranged",
|
||||
@@ -395,6 +438,9 @@
|
||||
"silver-coins": "Silver Coins",
|
||||
"gold-coins": "Gold Coins",
|
||||
"open-roll-range": "Open Roll Range",
|
||||
"open-roll-no": "Open Roll No",
|
||||
"open-roll": "Open Roll",
|
||||
"fumble": "Fumble",
|
||||
"doubles": "Doubles",
|
||||
"fumble-range": "Fumble Range",
|
||||
"character-options": "Chraracter Options",
|
||||
@@ -403,5 +449,27 @@
|
||||
"always": "Always",
|
||||
"querry": "Querry",
|
||||
"complex": "Complex",
|
||||
"metamagic": "Metamagic"
|
||||
}
|
||||
"metamagic": "Metamagic",
|
||||
"note": "Note",
|
||||
"elan": "Elan",
|
||||
"gifts": "Gifts",
|
||||
"innate-bonuses": "Innate Bonuses",
|
||||
"attack-per-level": "Attack/level",
|
||||
"block-per-level": "Block/level",
|
||||
"dodge-per-level": "Dodge/level",
|
||||
"wear-armor-per-level": "Wear Armor/level",
|
||||
"initiative-per-level": "Initiative/level",
|
||||
"life-points-per-level": "Life Points/level",
|
||||
"martial-knowledge-per-level": "MK/level",
|
||||
"innate-psychic-points-per-level": "PP/level",
|
||||
"+1-PP/3-level": "+1 PP/3 level",
|
||||
"+1-PP/2-level": "+1 PP/2 level",
|
||||
"+1-PP/1-level": "+1 PP/1 level",
|
||||
"zeon-per-level": "Zeon/level",
|
||||
"summon-per-level": "Summon/level",
|
||||
"control-per-level": "Control/level",
|
||||
"bind-per-level": "Bind/level",
|
||||
"banish-per-level": "Banish/level",
|
||||
"last-result": "Last Result",
|
||||
"margin": "Margin"
|
||||
}
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"0": "",
|
||||
"tab-general": "General",
|
||||
"tab-background": "Background",
|
||||
"tab-magic": "Magic",
|
||||
"tab-psychic": "Psychic",
|
||||
"tab-ki": "Ki",
|
||||
"tab-armory": "Armory",
|
||||
"visible-tabs": "Visible Tabs",
|
||||
"char-info": "Character Information",
|
||||
"name": "Name",
|
||||
"char-gender": "Gender",
|
||||
@@ -32,7 +34,19 @@
|
||||
"magic-resistance-short": "MR",
|
||||
"psychic-resistance": "Psychic Resistance",
|
||||
"psychic-resistance-short": "PsyR",
|
||||
"fame": "Fame",
|
||||
"bravery": "Bravery",
|
||||
"cowardice": "Cowardice",
|
||||
"honor": "Honor",
|
||||
"infamy": "Infamy",
|
||||
"talent": "Talent",
|
||||
"all-action-modifier": "All Action Mod",
|
||||
"number-of-actions": "Number of actions",
|
||||
"natura": "Natura",
|
||||
"gnosis": "Gnosis",
|
||||
"race-natura": "Race Natura",
|
||||
"total-natura": "Total Natura",
|
||||
"destiny-points": "Destiny Points",
|
||||
"characteristics": "Characteristics",
|
||||
"ability": "Ability",
|
||||
"magic-ability": "Magic Ability",
|
||||
@@ -60,7 +74,13 @@
|
||||
"full-movement": "Full",
|
||||
"1/4-movement": "1/4 Move",
|
||||
"running-movement": "Running",
|
||||
"feet-short": "FT",
|
||||
"language": "Language",
|
||||
"lifepoints-short": "LP",
|
||||
"regeneration-short": "Regen.",
|
||||
"resting": "Resting",
|
||||
"not-resting": "Not Resting",
|
||||
"reduction-penalty": "Redu. Penalty",
|
||||
"base-value": "Base",
|
||||
"multiples-short": "Mult.",
|
||||
"special-bonus": "Spec.",
|
||||
@@ -71,11 +91,15 @@
|
||||
"no": "No",
|
||||
"description": "Description",
|
||||
"fatigue": "Fatigue",
|
||||
"system": "System",
|
||||
"spell-system": "Spell System",
|
||||
"new": "New",
|
||||
"old": "Old",
|
||||
"roll-as-full": "Roll as",
|
||||
"roll": "Roll",
|
||||
"roll-as": "as",
|
||||
"roll-system": "Roll System",
|
||||
"standard": "Standard",
|
||||
"api": "API",
|
||||
"actual-value": "Actual",
|
||||
"attack": "Attack",
|
||||
"hit": "hit",
|
||||
@@ -85,7 +109,7 @@
|
||||
"armor": "Armor",
|
||||
"weapon": "Weapon",
|
||||
"secondary-abilities": "Secondary Abilities",
|
||||
"secondary-penalty": "Secondary Abilities bordered in red are affected by armor penalties",
|
||||
"secondary-penalty": "Secondary Abilities in red are affected by armor penalties",
|
||||
"tab-athletics": "Athletics",
|
||||
"tab-social": "Social",
|
||||
"tab-perceptive": "Perceptive",
|
||||
@@ -97,6 +121,13 @@
|
||||
"count-natural-bonus-short": "# Nat.",
|
||||
"attribute-short": "Atr.",
|
||||
"natural-ability-short": "N.A.",
|
||||
"list-skill-athletics": "acrobatics,athleticism,climb,jump,ride,swim",
|
||||
"list-skill-social": "etiquette,intimidate,leadership,persuasion,streetwise,style,trading",
|
||||
"list-skill-perceptive": "notice,search,track",
|
||||
"list-skill-intellectual": "animals,appraisal,architecture,herbal lore,history,law,magic appraisal,medicine,memorize,navigation,occult,sciences,tactics",
|
||||
"list-skill-vigor": "composure,feats of strength,withstand pain",
|
||||
"list-skill-subterfuge": "disguise,hide,lockpicking,poisons,stealth,theft,trap lore",
|
||||
"list-skill-creative": "alchemy,animism,art,dance,forging,jewelry,music,rune,ritual calligraphy,slight of hand,tailoring",
|
||||
"acrobatics": "Acrobatics",
|
||||
"athleticism": "Athleticism",
|
||||
"climb": "Climb",
|
||||
@@ -115,6 +146,7 @@
|
||||
"track": "Track",
|
||||
"animals": "Animals",
|
||||
"appraisal": "Appraisal",
|
||||
"architecture": "Architecture",
|
||||
"herbal-lore": "Herbal Lore",
|
||||
"history": "History",
|
||||
"law": "Law",
|
||||
@@ -135,11 +167,17 @@
|
||||
"stealth": "Stealth",
|
||||
"theft": "Theft",
|
||||
"trap-lore": "Trap Lore",
|
||||
"alchemy": "Alchemy",
|
||||
"animism": "Animism",
|
||||
"art": "Art",
|
||||
"dance": "Dance",
|
||||
"forging": "Forging",
|
||||
"jewelry": "Jewelry",
|
||||
"music": "Music",
|
||||
"rune": "Runes",
|
||||
"ritual-calligraphy": "Ritual Calligraphy",
|
||||
"slight-of-hand": "Sl. of Hand",
|
||||
"tailoring": "Tailoring",
|
||||
"advantages": "Advantages",
|
||||
"cost": "Cost",
|
||||
"disadvantages": "Disadvantages",
|
||||
@@ -156,6 +194,7 @@
|
||||
"magic-final-regeneration-per-day": "Final Regen/Day",
|
||||
"magic-levels": "Magic Levels",
|
||||
"from-intelligence": "From INT",
|
||||
"from-soul-power": "From POW",
|
||||
"used-value": "Used",
|
||||
"spell-paths": "Spell Paths",
|
||||
"spell-path": "Path",
|
||||
@@ -308,6 +347,8 @@
|
||||
"air-seal": "Air",
|
||||
"water-seal": "Water",
|
||||
"fire-seal": "Fire",
|
||||
"minor": "Minor",
|
||||
"major": "Major",
|
||||
"ki-limit": "Limit",
|
||||
"limit-none": "None",
|
||||
"limit-mors": "Mors: 20MK",
|
||||
@@ -319,6 +360,10 @@
|
||||
"limit-terminus": "Terminus: 10MK",
|
||||
"ars-magnus": "Ars Magnus",
|
||||
"martial-knowledge": "MK",
|
||||
"specials": "Specials",
|
||||
"seals": "Seals",
|
||||
"doors": "Doors",
|
||||
"transformation-the-seals-of-the-dragon": "Transformation : The Seals of the Dragon",
|
||||
"martial-arts": "Martial Arts",
|
||||
"martial-art": "Martial Art",
|
||||
"martial-degree": "Degree",
|
||||
@@ -327,7 +372,7 @@
|
||||
"degree-advanced": "Advanced",
|
||||
"degree-supreme": "Supreme",
|
||||
"degree-arcane": "Arcane",
|
||||
"damage": "Dmg.",
|
||||
"damage": "Damage",
|
||||
"multiplier": "Multiplier",
|
||||
"bonus-martial-knowledge": "Bonus MK",
|
||||
"2presence+power": "2xPresence+Power",
|
||||
@@ -376,10 +421,10 @@
|
||||
"shield": "Shield",
|
||||
"not-available": "N/A",
|
||||
"buckler": "Buckler",
|
||||
"full-shield": "F.Sheild",
|
||||
"full-shield": "F.Shield",
|
||||
"primary": "Primary",
|
||||
"secondary": "Secondary",
|
||||
"two-handed": "2H",
|
||||
"two-handed": "Two-handed",
|
||||
"breakage": "Breakage",
|
||||
"final-breakage": "Final Breakage",
|
||||
"ranged": "Ranged",
|
||||
@@ -393,6 +438,9 @@
|
||||
"silver-coins": "Silver Coins",
|
||||
"gold-coins": "Gold Coins",
|
||||
"open-roll-range": "Open Roll Range",
|
||||
"open-roll-no": "Open Roll No",
|
||||
"open-roll": "Open Roll",
|
||||
"fumble": "Fumble",
|
||||
"doubles": "Doubles",
|
||||
"fumble-range": "Fumble Range",
|
||||
"character-options": "Chraracter Options",
|
||||
@@ -401,5 +449,27 @@
|
||||
"always": "Always",
|
||||
"querry": "Querry",
|
||||
"complex": "Complex",
|
||||
"metamagic": "Metamagic"
|
||||
}
|
||||
"metamagic": "Metamagic",
|
||||
"note": "Note",
|
||||
"elan": "Elan",
|
||||
"gifts": "Gifts",
|
||||
"innate-bonuses": "Innate Bonuses",
|
||||
"attack-per-level": "Attack/level",
|
||||
"block-per-level": "Block/level",
|
||||
"dodge-per-level": "Dodge/level",
|
||||
"wear-armor-per-level": "Wear Armor/level",
|
||||
"initiative-per-level": "Initiative/level",
|
||||
"life-points-per-level": "Life Points/level",
|
||||
"martial-knowledge-per-level": "MK/level",
|
||||
"innate-psychic-points-per-level": "PP/level",
|
||||
"+1-PP/3-level": "+1 PP/3 level",
|
||||
"+1-PP/2-level": "+1 PP/2 level",
|
||||
"+1-PP/1-level": "+1 PP/1 level",
|
||||
"zeon-per-level": "Zeon/level",
|
||||
"summon-per-level": "Summon/level",
|
||||
"control-per-level": "Control/level",
|
||||
"bind-per-level": "Bind/level",
|
||||
"banish-per-level": "Banish/level",
|
||||
"last-result": "Last Result",
|
||||
"margin": "Margin"
|
||||
}
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"0": "",
|
||||
"tab-general": "General",
|
||||
"tab-background": "Antecedentes",
|
||||
"tab-magic": "Magia",
|
||||
"tab-psychic": "Psíquica",
|
||||
"tab-ki": "Ki",
|
||||
"tab-armory": "Equipamiento",
|
||||
"visible-tabs": "Pestañas visibles",
|
||||
"char-info": "Información de Personaje",
|
||||
"name": "Nombre",
|
||||
"char-gender": "Género",
|
||||
@@ -32,7 +34,19 @@
|
||||
"magic-resistance-short": "RM",
|
||||
"psychic-resistance": "Resistencia Mental",
|
||||
"psychic-resistance-short": "RP",
|
||||
"fame": "Fama",
|
||||
"bravery": "Audacia",
|
||||
"cowardice": "Cobardia",
|
||||
"honor": "Honorabilidad",
|
||||
"infamy": "Infamia",
|
||||
"talent": "Habilidad",
|
||||
"all-action-modifier": "Mod. Toda Acción",
|
||||
"number-of-actions": "Número de acciones",
|
||||
"natura": "Natura",
|
||||
"gnosis": "Gnosis",
|
||||
"race-natura": "Raza Natura",
|
||||
"total-natura": "Total Natura",
|
||||
"destiny-points": "Puntos de Destino",
|
||||
"characteristics": "Características",
|
||||
"ability": "Habilidad",
|
||||
"magic-ability": "Habilidad Mágica",
|
||||
@@ -60,7 +74,13 @@
|
||||
"full-movement": "Completo",
|
||||
"1/4-movement": "1/4 Mov.",
|
||||
"running-movement": "Corriendo",
|
||||
"feet-short": "M",
|
||||
"language": "Lenguas",
|
||||
"lifepoints-short": "PV",
|
||||
"regeneration-short": "Regen.",
|
||||
"resting": "Descansando",
|
||||
"not-resting": "Sin descanso",
|
||||
"reduction-penalty": "Reduc. de Negativos",
|
||||
"base-value": "Base",
|
||||
"multiples-short": "Mult.",
|
||||
"special-bonus": "Espec.",
|
||||
@@ -71,11 +91,15 @@
|
||||
"no": "No",
|
||||
"description": "Descripción",
|
||||
"fatigue": "Fatiga",
|
||||
"system": "System",
|
||||
"spell-system": "Sistema de Hechizo",
|
||||
"new": "New",
|
||||
"old": "Old",
|
||||
"roll-as-full": "Roll as",
|
||||
"roll": "Roll",
|
||||
"roll-as": "as",
|
||||
"roll-system": "Sistema de rollo",
|
||||
"standard": "Estándar",
|
||||
"api": "API",
|
||||
"actual-value": "Actual",
|
||||
"attack": "Ataque",
|
||||
"hit": "hit",
|
||||
@@ -85,7 +109,7 @@
|
||||
"armor": "Armadura",
|
||||
"weapon": "Arma",
|
||||
"secondary-abilities": "Habilidades Secundarias",
|
||||
"secondary-penalty": "Las habilidades secundarias resaltadas en rojo son afectadas por penalizadores de armadura",
|
||||
"secondary-penalty": "Las habilidades secundarias en rojo son afectadas por penalizadores de armadura",
|
||||
"tab-athletics": "Atléticas",
|
||||
"tab-social": "Sociales",
|
||||
"tab-perceptive": "Perceptivas",
|
||||
@@ -97,7 +121,14 @@
|
||||
"count-natural-bonus-short": "# Nat.",
|
||||
"attribute-short": "Atr.",
|
||||
"natural-ability-short": "H.N.",
|
||||
"acrobatics": "Acrobacias",
|
||||
"list-skill-athletics": "acrobatics,athleticism,ride,swim,jump,climb",
|
||||
"list-skill-social": "streetwise,trading,style,etiquette,intimidate,leadership,persuasion",
|
||||
"list-skill-perceptive": "notice,search,track",
|
||||
"list-skill-intellectual": "animals,architecture, sciences,herbal lore, history, law, medicine, memorize, navigation, occult, tactics, appraisal, magic appraisal",
|
||||
"list-skill-vigor": "composure,feats of strength,withstand pain",
|
||||
"list-skill-subterfuge": "lockpicking,disguise,hide,theft,stealth,trap lore,poisons",
|
||||
"list-skill-creative": "alchemy, animism, art, dance, tailoring, forging, music, jewelry, ritual calligraphy, rune,slight of hand",
|
||||
"acrobatics": "Acrobacias",
|
||||
"athleticism": "Atletismo",
|
||||
"climb": "Trepar",
|
||||
"jump": "Saltar",
|
||||
@@ -115,6 +146,7 @@
|
||||
"track": "Rastrear",
|
||||
"animals": "Animales",
|
||||
"appraisal": "Tasación",
|
||||
"architecture": "Arquitectura",
|
||||
"herbal-lore": "Herbolaria",
|
||||
"history": "Historia",
|
||||
"law": "Leyes",
|
||||
@@ -135,11 +167,17 @@
|
||||
"stealth": "Sigilo",
|
||||
"theft": "Robo",
|
||||
"trap-lore": "Trampería",
|
||||
"alchemy": "Alquimia",
|
||||
"animism": "Animismo",
|
||||
"art": "Arte",
|
||||
"dance": "Baile",
|
||||
"forging": "Forja",
|
||||
"jewelry": "Orfebrería",
|
||||
"music": "Música",
|
||||
"rune": "Runas",
|
||||
"ritual-calligraphy": "Caligrafía Ritual",
|
||||
"slight-of-hand": "Trucos Manos",
|
||||
"tailoring": "Confección",
|
||||
"advantages": "Ventajas",
|
||||
"cost": "Coste",
|
||||
"disadvantages": "Desventajas",
|
||||
@@ -156,6 +194,7 @@
|
||||
"magic-final-regeneration-per-day": "Final Regen/Día",
|
||||
"magic-levels": "Nieveles de Magia",
|
||||
"from-intelligence": "De la INT",
|
||||
"from-soul-power": "Do POD",
|
||||
"used-value": "Usado",
|
||||
"spell-paths": "Vías de Magia",
|
||||
"spell-path": "Vía",
|
||||
@@ -308,6 +347,8 @@
|
||||
"air-seal": "Aire",
|
||||
"water-seal": "Agua",
|
||||
"fire-seal": "Fuego",
|
||||
"minor": "Menor",
|
||||
"major": "Mayor",
|
||||
"ki-limit": "Límite",
|
||||
"limit-none": "Ninguno",
|
||||
"limit-mors": "Mors: 20CM",
|
||||
@@ -319,6 +360,10 @@
|
||||
"limit-terminus": "Terminus: 10CM",
|
||||
"ars-magnus": "Ars Magnus",
|
||||
"martial-knowledge": "CM",
|
||||
"specials": "Specials",
|
||||
"seals": "Sellos",
|
||||
"doors": "Puerta",
|
||||
"transformation-the-seals-of-the-dragon": "Transformación : Los Sellos del Dragón",
|
||||
"martial-arts": "Artes Marciales",
|
||||
"martial-art": "Arte Marcial",
|
||||
"martial-degree": "Grado",
|
||||
@@ -393,6 +438,9 @@
|
||||
"silver-coins": "Monedas Plata",
|
||||
"gold-coins": "Moendas de Oro",
|
||||
"open-roll-range": "Rango Tiradas Abiertas",
|
||||
"open-roll-no": "Tirada Abierta No",
|
||||
"open-roll": "Tirada Abierta",
|
||||
"fumble": "Pifia",
|
||||
"doubles": "Dobles",
|
||||
"fumble-range": "Rango Pifias",
|
||||
"character-options": "Opciones de Personaje",
|
||||
@@ -401,5 +449,27 @@
|
||||
"always": "Siempre",
|
||||
"querry": "Preguntar",
|
||||
"complex": "Complejo",
|
||||
"metamagic": "Metamágias"
|
||||
}
|
||||
"metamagic": "Metamágias",
|
||||
"note": "Nota",
|
||||
"elan": "Elan",
|
||||
"gifts": "Dones",
|
||||
"innate-bonuses": "Bonificadores Innatos",
|
||||
"attack-per-level": "Ataque/nivel",
|
||||
"block-per-level": "Parada/nivel",
|
||||
"dodge-per-level": "Esquiva/nivel",
|
||||
"wear-armor-per-level": "L. Armadura/nivel",
|
||||
"initiative-per-level": "Turno/nivel",
|
||||
"life-points-per-level": "PV/nivel",
|
||||
"martial-knowledge-per-level": "CM/nivel",
|
||||
"innate-psychic-points-per-level": "CV/nivel",
|
||||
"+1-PP/3-level": "+1 CV/3 nivel",
|
||||
"+1-PP/2-level": "+1 CV/2 nivel",
|
||||
"+1-PP/1-level": "+1 CV/1 nivel",
|
||||
"zeon-per-level": "Zeon/nivel",
|
||||
"summon-per-level": "Convocar/nivel",
|
||||
"control-per-level": "Controlar/nivel",
|
||||
"bind-per-level": "Atar/nivel",
|
||||
"banish-per-level": "Desconvocar/nivel",
|
||||
"last-result": "Resultado Último",
|
||||
"margin": "Margen"
|
||||
}
|
||||
@@ -1,405 +1,474 @@
|
||||
{
|
||||
"0": "",
|
||||
"tab-general": "General",
|
||||
"tab-magic": "Magic",
|
||||
"tab-psychic": "Psychic",
|
||||
"tab-general": "Général",
|
||||
"tab-background": "Background",
|
||||
"tab-magic": "Magie",
|
||||
"tab-psychic": "Psy",
|
||||
"tab-ki": "Ki",
|
||||
"tab-armory": "Armory",
|
||||
"char-info": "Character Information",
|
||||
"name": "Name",
|
||||
"char-gender": "Gender",
|
||||
"char-height": "Height",
|
||||
"char-weight": "Weight",
|
||||
"char-size": "Size",
|
||||
"char-appearance": "Appear.",
|
||||
"tab-armory": "Armure",
|
||||
"visible-tabs": "Onglets visibles",
|
||||
"char-info": "Informations sur le personnage",
|
||||
"name": "Nom",
|
||||
"char-gender": "Genre",
|
||||
"char-height": "Taille",
|
||||
"char-weight": "Poids",
|
||||
"char-size": "Taille",
|
||||
"char-appearance": "Appar.",
|
||||
"race": "Race",
|
||||
"class": "Class",
|
||||
"age": "Age",
|
||||
"level": "Level",
|
||||
"development-points": "DP",
|
||||
"presence": "Presence",
|
||||
"class": "Classe",
|
||||
"age": "Âge",
|
||||
"level": "Niveau",
|
||||
"development-points": "PF",
|
||||
"presence": "Présence",
|
||||
"xperience-points": "XP",
|
||||
"level-next": "Next Level",
|
||||
"resistances": "Resistances",
|
||||
"level-next": "Niv. Suivant",
|
||||
"resistances": "Résistances",
|
||||
"type": "Type",
|
||||
"physical-resistance": "Physical Resistance",
|
||||
"physical-resistance-short": "PhR",
|
||||
"disease-resistance": "Disease Resistance",
|
||||
"disease-resistance-short": "DR",
|
||||
"poison-resistance": "Poison Resistance",
|
||||
"poison-resistance-short": "PsnR",
|
||||
"magic-resistance": "Magic Resistance",
|
||||
"magic-resistance-short": "MR",
|
||||
"psychic-resistance": "Psychic Resistance",
|
||||
"psychic-resistance-short": "PsyR",
|
||||
"all-action-modifier": "All Action Mod",
|
||||
"characteristics": "Characteristics",
|
||||
"physical-resistance": "Resistance Physique",
|
||||
"physical-resistance-short": "RPhy",
|
||||
"disease-resistance": "Résistance aux Maladies",
|
||||
"disease-resistance-short": "RMal",
|
||||
"poison-resistance": "Résistance aux Poisons",
|
||||
"poison-resistance-short": "RPoi",
|
||||
"magic-resistance": "Résistance Mystique",
|
||||
"magic-resistance-short": "RMys",
|
||||
"psychic-resistance": "Résistance Psychique",
|
||||
"psychic-resistance-short": "RPsy",
|
||||
"fame": "Réputation",
|
||||
"bravery": "Audace",
|
||||
"cowardice": "Lâcheté",
|
||||
"honor": "Honorabilité",
|
||||
"infamy": "Infamie",
|
||||
"talent": "Talent",
|
||||
"all-action-modifier": "Modificateurs",
|
||||
"natura": "Natura",
|
||||
"gnosis": "Gnose",
|
||||
"race-natura": "Natura de Race",
|
||||
"total-natura": "Natura Total",
|
||||
"destiny-points": "Destiny Points",
|
||||
"characteristics": "Caractéristiques",
|
||||
"ability": "Ability",
|
||||
"magic-ability": "Magic Ability",
|
||||
"agility": "Agility",
|
||||
"magic-ability": "Carac. Magique",
|
||||
"agility": "Agilité",
|
||||
"agility-short": "AGI",
|
||||
"constitution": "Constitution",
|
||||
"constitution-short": "CON",
|
||||
"dexterity": "Dexterity",
|
||||
"dexterity": "Dextérité",
|
||||
"dexterity-short": "DEX",
|
||||
"strength": "Strength",
|
||||
"strength-short": "STR",
|
||||
"strength": "Force",
|
||||
"strength-short": "FOR",
|
||||
"intelligence": "Intelligence",
|
||||
"intelligence-short": "INT",
|
||||
"perception": "Perception",
|
||||
"perception-short": "PER",
|
||||
"soul-power": "Power",
|
||||
"soul-power-short": "POW",
|
||||
"willpower": "Willpower",
|
||||
"willpower-short": "WP",
|
||||
"opposed": "Opposed",
|
||||
"soul-power": "Pouvoir",
|
||||
"soul-power-short": "POU",
|
||||
"willpower": "Volonté",
|
||||
"willpower-short": "VOL",
|
||||
"opposed": "Opposé",
|
||||
"final-opposed": "Final Opp.",
|
||||
"movement": "Movement",
|
||||
"movement": "Mouvement",
|
||||
"penalty-short": "Pen.",
|
||||
"bonus": "Bonus",
|
||||
"full-movement": "Full",
|
||||
"1/4-movement": "1/4 Move",
|
||||
"running-movement": "Running",
|
||||
"lifepoints-short": "LP",
|
||||
"full-movement": "Complet",
|
||||
"1/4-movement": "1/4 Depl.",
|
||||
"running-movement": "Course",
|
||||
"feet-short": "M",
|
||||
"language": "Langues",
|
||||
"lifepoints-short": "PV",
|
||||
"regeneration-short": "Regen.",
|
||||
"resting": "Repos",
|
||||
"not-resting": "Sans repos",
|
||||
"reduction-penalty": "Redu. Pénalité",
|
||||
"base-value": "Base",
|
||||
"multiples-short": "Mult.",
|
||||
"special-bonus": "Spec.",
|
||||
"temporary-bonus": "Temp.",
|
||||
"final-value": "Final",
|
||||
"bought": "Bought",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"bought": "Acheté",
|
||||
"yes": "Oui",
|
||||
"no": "Non",
|
||||
"description": "Description",
|
||||
"fatigue": "Fatigue",
|
||||
"system": "System",
|
||||
"new": "New",
|
||||
"old": "Old",
|
||||
"roll": "Roll",
|
||||
"roll-as": "as",
|
||||
"actual-value": "Actual",
|
||||
"attack": "Attack",
|
||||
"hit": "hit",
|
||||
"block": "Block",
|
||||
"dodge": "Dodge",
|
||||
"spell-system": "Système de sort",
|
||||
"new": "Nouveau",
|
||||
"old": "Ancien",
|
||||
"roll-as-full": "Jet comme",
|
||||
"roll": "Jet",
|
||||
"roll-as": "comme",
|
||||
"roll-system": "Système de jet",
|
||||
"standard": "Standard",
|
||||
"api": "API",
|
||||
"actual-value": "Actuel",
|
||||
"attack": "Attaque",
|
||||
"hit": "touché",
|
||||
"block": "Parade",
|
||||
"dodge": "Esquive",
|
||||
"initiative": "Initiative",
|
||||
"armor": "Armor",
|
||||
"weapon": "Weapon",
|
||||
"secondary-abilities": "Secondary Abilities",
|
||||
"secondary-penalty": "Secondary Abilities bordered in red are affected by armor penalties",
|
||||
"tab-athletics": "Athletics",
|
||||
"tab-social": "Social",
|
||||
"tab-perceptive": "Perceptive",
|
||||
"tab-intellectual": "Intellectual",
|
||||
"tab-vigor": "Vigor",
|
||||
"tab-subterfuge": "Subterfuge",
|
||||
"tab-creative": "Creative",
|
||||
"tab-custom": "Custom",
|
||||
"armor": "Armure",
|
||||
"weapon": "Arme",
|
||||
"secondary-abilities": "Compétences Secondaires",
|
||||
"secondary-penalty": "Les compétences secondaires en rouge sont affectés par le malus d'armure.",
|
||||
"tab-athletics": "Athlétiques",
|
||||
"tab-social": "Sociales",
|
||||
"tab-perceptive": "Sensorielles",
|
||||
"tab-intellectual": "Intellectuelles",
|
||||
"tab-vigor": "Vitales",
|
||||
"tab-subterfuge": "Clandestines",
|
||||
"tab-creative": "Créatives",
|
||||
"tab-custom": "Autres",
|
||||
"count-natural-bonus-short": "# Nat.",
|
||||
"attribute-short": "Atr.",
|
||||
"natural-ability-short": "N.A.",
|
||||
"acrobatics": "Acrobatics",
|
||||
"athleticism": "Athleticism",
|
||||
"climb": "Climb",
|
||||
"jump": "Jump",
|
||||
"ride": "Ride",
|
||||
"swim": "Swim",
|
||||
"etiquette": "Etiquette",
|
||||
"intimidate": "Intimidate",
|
||||
"leadership": "Leadership",
|
||||
"attribute-short": "Car.",
|
||||
"natural-ability-short": "C.N.",
|
||||
"list-skill-athletics": "acrobatics,athleticism,climb,ride,swim,jump",
|
||||
"list-skill-social": "leadership,trading,streetwise,etiquette,intimidate,persuasion,style",
|
||||
"list-skill-perceptive": "search,track,notice",
|
||||
"list-skill-intellectual": "animals,architecture,appraisal,magic appraisal,herbal lore,history,law,medicine,memorize,navigation,occult,sciences,tactics",
|
||||
"list-skill-vigor": "composure,feats of strength,withstand pain",
|
||||
"list-skill-subterfuge": "hide,lockpicking,disguise,stealth,theft,trap lore,poisons",
|
||||
"list-skill-creative": "alchemy,animism,art,tailoring,ritual calligraphy,dance,forging,slight of hand,music,jewelry,rune",
|
||||
"acrobatics": "Acrobatie",
|
||||
"athleticism": "Athlétisme",
|
||||
"climb": "Escalade",
|
||||
"jump": "Saut",
|
||||
"ride": "Equitation",
|
||||
"swim": "Natation",
|
||||
"etiquette": "Étiquette",
|
||||
"intimidate": "Intimidation",
|
||||
"leadership": "Commandement",
|
||||
"persuasion": "Persuasion",
|
||||
"streetwise": "Streetwise",
|
||||
"streetwise": "Conn. de la rue",
|
||||
"style": "Style",
|
||||
"trading": "Trading",
|
||||
"notice": "Notice",
|
||||
"search": "Search",
|
||||
"track": "Track",
|
||||
"animals": "Animals",
|
||||
"appraisal": "Appraisal",
|
||||
"herbal-lore": "Herbal Lore",
|
||||
"history": "History",
|
||||
"law": "Law",
|
||||
"magic-appraisal": "Magic Appr.",
|
||||
"medicine": "Medicine",
|
||||
"memorize": "Memorize",
|
||||
"trading": "Commerce",
|
||||
"notice": "Vigilance",
|
||||
"search": "Observation",
|
||||
"track": "Pistage",
|
||||
"animals": "Animaux",
|
||||
"appraisal": "Estimation",
|
||||
"architecture": "Architecture",
|
||||
"herbal-lore": "Herboristerie",
|
||||
"history": "Histoire",
|
||||
"law": "Loi",
|
||||
"magic-appraisal": "E. Magique",
|
||||
"medicine": "Médecine",
|
||||
"memorize": "Mémorisation",
|
||||
"navigation": "Navigation",
|
||||
"occult": "Occult",
|
||||
"occult": "Occultisme",
|
||||
"sciences": "Sciences",
|
||||
"tactics": "Tactics",
|
||||
"composure": "Composure",
|
||||
"feats-of-strength": "Feats of Str.",
|
||||
"withstand-pain": "Withst. Pain",
|
||||
"disguise": "Disguise",
|
||||
"hide": "Hide",
|
||||
"lockpicking": "Lockpicking",
|
||||
"tactics": "Tactique",
|
||||
"composure": "Impassibilité",
|
||||
"feats-of-strength": "P. Force",
|
||||
"withstand-pain": "Res. Douleur",
|
||||
"disguise": "Déguisement",
|
||||
"hide": "Camouflage",
|
||||
"lockpicking": "Crochetage",
|
||||
"poisons": "Poisons",
|
||||
"stealth": "Stealth",
|
||||
"theft": "Theft",
|
||||
"trap-lore": "Trap Lore",
|
||||
"stealth": "Discrétion",
|
||||
"theft": "Larcin",
|
||||
"trap-lore": "Piège",
|
||||
"alchemy": "Alchimie",
|
||||
"animism": "Animisme",
|
||||
"art": "Art",
|
||||
"dance": "Dance",
|
||||
"forging": "Forging",
|
||||
"dance": "Danse",
|
||||
"forging": "Forge",
|
||||
"jewelry": "Orfévrerie",
|
||||
"music": "Music",
|
||||
"slight-of-hand": "Sl. of Hand",
|
||||
"advantages": "Advantages",
|
||||
"cost": "Cost",
|
||||
"disadvantages": "Disadvantages",
|
||||
"benefit": "Benefit",
|
||||
"magic-projection": "Magic Projection",
|
||||
"Imbalance": "Imbalance",
|
||||
"rune": "Runes",
|
||||
"ritual-calligraphy": "Calligraphie rituelle",
|
||||
"slight-of-hand": "Hab. Manuelle",
|
||||
"tailoring": "Confection",
|
||||
"advantages": "Avantages",
|
||||
"cost": "Coût",
|
||||
"disadvantages": "Désavantages",
|
||||
"benefit": "Bénéfices",
|
||||
"magic-projection": "Projection Magique",
|
||||
"Imbalance": "Déséquilibre",
|
||||
"offensive": "Off.",
|
||||
"defensive": "Def.",
|
||||
"magic-accumulation": "Magic Accumulation",
|
||||
"magic-accumulation": "Accumulation Magique",
|
||||
"accumulation": "Accumulation",
|
||||
"magic-regeneration": "Regeneration",
|
||||
"magic-regneration-multiples": "Regen. Mult.",
|
||||
"magic-recovery-multiplier": "Recovery X",
|
||||
"magic-final-regeneration-per-day": "Final Regen/Day",
|
||||
"magic-levels": "Magic Levels",
|
||||
"from-intelligence": "From INT",
|
||||
"used-value": "Used",
|
||||
"spell-paths": "Spell Paths",
|
||||
"spell-path": "Path",
|
||||
"magic-theorem": "Magic Theorem",
|
||||
"magic-regeneration": "Régénération",
|
||||
"magic-regneration-multiples": "Mult. Régén",
|
||||
"magic-recovery-multiplier": "Récupération X",
|
||||
"magic-final-regeneration-per-day": "Régén Finale/Jour",
|
||||
"magic-levels": "Niveau de Magie",
|
||||
"from-intelligence": "De l'INT",
|
||||
"from-soul-power": "Du POU",
|
||||
"used-value": "Utilisé",
|
||||
"spell-paths": "Niveau de voie",
|
||||
"spell-path": "Voie",
|
||||
"magic-theorem": "Théorème Magique",
|
||||
"magic-theorem-standard": "Standard",
|
||||
"magic-theorem-onmyodo": "Onmyodo",
|
||||
"magic-theorem-vodoun": "Vodoun",
|
||||
"magic-theorem-shamanism": "Shamanism",
|
||||
"magic-theorem-natural": "Natural Magic",
|
||||
"innate-magic": "Innate Magic",
|
||||
"summoning-abilities": "Summoning Abilities",
|
||||
"summon-ritual": "Summon",
|
||||
"control-ritual": "Control",
|
||||
"bind-ritual": "Bind",
|
||||
"banish-ritual": "Banish",
|
||||
"ritual": "Ritual",
|
||||
"free-access-and-bought-spells": "Free Access and Bought Spells",
|
||||
"spell-name": "Spell Name",
|
||||
"spell-mastery": "Mastery",
|
||||
"rank": "Rank",
|
||||
"basic": "Basic",
|
||||
"intermediate": "Intermediate",
|
||||
"advanced": "Advanced",
|
||||
"magic-theorem-shamanism": "Chamanisme",
|
||||
"magic-theorem-natural": "Magie Naturel",
|
||||
"innate-magic": "Magie Innée",
|
||||
"summoning-abilities": "Compétences de Convocation",
|
||||
"summon-ritual": "Convoquer",
|
||||
"control-ritual": "Dominer",
|
||||
"bind-ritual": "Lier",
|
||||
"banish-ritual": "Révoquer",
|
||||
"ritual": "Rituel",
|
||||
"free-access-and-bought-spells": "Accès Libres et Sorts Sélectionnés",
|
||||
"spell-name": "Nom",
|
||||
"spell-mastery": "Maîtrise",
|
||||
"rank": "Rang",
|
||||
"basic": "Base",
|
||||
"intermediate": "Intermédiaire",
|
||||
"advanced": "Avancé",
|
||||
"arcane": "Arcane",
|
||||
"zeon": "Zeon",
|
||||
"zeon": "Zéon",
|
||||
"maintanance": "Maint.",
|
||||
"maintanance-short": "M.",
|
||||
"added-effect": "Added effect",
|
||||
"added-value": "Added",
|
||||
"maximum-zeon-multiplier": "Max. Zeon",
|
||||
"maximum-zeon": "Max. Zeon Multi.",
|
||||
"maintanance-short": "Maint.",
|
||||
"added-effect": "Ajouter effets",
|
||||
"added-value": "Ajouter",
|
||||
"maximum-zeon-multiplier": "Max. Zéon",
|
||||
"maximum-zeon": "Max. Zéon Multi.",
|
||||
"base-zeon": "Base Zeon",
|
||||
"cast-spell": "Cast Spell",
|
||||
"active-spells-and-creatures": "Active Spells and Creatures",
|
||||
"active-spell-or-bound-creature": "Active spell or Bound Creature",
|
||||
"daily-cost": "Daily Cost",
|
||||
"total-cost": "Total Cost",
|
||||
"final-daily-regeneration": "Final Daily Regen",
|
||||
"cast-spell": "Lanc. de Sort",
|
||||
"active-spells-and-creatures": "Sorts Actifs et Créatures",
|
||||
"active-spell-or-bound-creature": "Sorts Act. / Créa. Liées",
|
||||
"daily-cost": "Quot.",
|
||||
"total-cost": "Total",
|
||||
"final-daily-regeneration": "Régén. finale/jour",
|
||||
"invocations": "Invocations",
|
||||
"difficulty": "Difficulty",
|
||||
"difficulty": "Difficultés",
|
||||
"difficulty-short": "Diff.",
|
||||
"psychic": "Psychic",
|
||||
"psychic-points": "PP",
|
||||
"free-psychic-points": "Free PP",
|
||||
"psychic-potential": "Potential",
|
||||
"spent-psychic-points": "Spent PP",
|
||||
"psychic-projection": "Projection",
|
||||
"psychic": "Psy",
|
||||
"psychic-points": "PPP",
|
||||
"free-psychic-points": "PPP Libre",
|
||||
"psychic-potential": "Talent",
|
||||
"spent-psychic-points": "PPP",
|
||||
"psychic-projection": "Projection Psy",
|
||||
"projection": "Projection",
|
||||
"psychic-disciplines": "Disciplines",
|
||||
"mental-patterns": "Mental Patterns",
|
||||
"cancelled": "Cancelled",
|
||||
"modifiers": "Modifiers",
|
||||
"modifier": "Mod",
|
||||
"known-powers": "Known Powers",
|
||||
"mental-patterns": "Patron Mental",
|
||||
"cancelled": "Annulation",
|
||||
"modifiers": "Modificateurs",
|
||||
"modifier": "Mod.",
|
||||
"known-powers": "Pouvoirs Connus",
|
||||
"minimum-difficulty": "Min. Diff.",
|
||||
"maintained-powers": "Maintained Powers",
|
||||
"number-of-innate-slots": "# Innate Slots",
|
||||
"value": "Value",
|
||||
"effects": "Effects",
|
||||
"effect": "Effect",
|
||||
"ki-abilities": "Ki Abilities",
|
||||
"use-of-ki": "Use of Ki",
|
||||
"ki-control": "Ki Control",
|
||||
"ki-detection": "Ki Detection",
|
||||
"maintained-powers": "Pouvoirs Maintenus",
|
||||
"number-of-innate-slots": "# Emplacements Innés",
|
||||
"value": "Valeur",
|
||||
"effects": "Effets",
|
||||
"effect": "Effet",
|
||||
"ki-abilities": "Pouvoirs du KI",
|
||||
"use-of-ki": "Pouvoir du Ki",
|
||||
"ki-control": "Contrôle du Ki",
|
||||
"ki-detection": "Détection du Ki",
|
||||
"ki-erudition": "Erudition",
|
||||
"weight-elimination": "Weight Elimination ",
|
||||
"leviation": "Levitation",
|
||||
"object-motion": "Object Motion",
|
||||
"mass-movement": "Mass Movement",
|
||||
"flight": "Flight",
|
||||
"presence-extrusion": "Presence Extrusion",
|
||||
"anergy-armor": "Energy Armor",
|
||||
"armor-of-greater-energy": "Armor of Greater Energy",
|
||||
"armor-of-arcane-energy": "Armor of Arcane Energy",
|
||||
"aura-extension": "Aura Extension",
|
||||
"elemental-attack-fire": "Elemental Attack: Fire",
|
||||
"elemental-attack-ice": "Elemental Attack: Ice",
|
||||
"elemental-attack-air": "Elemental Attack: Air",
|
||||
"elemental-attack-earth": "Elemental Attack: Earth",
|
||||
"elemental-attack-light": "Elemental Attack: Light",
|
||||
"elemental-attack-darkness": "Elemental Attack: Darkness",
|
||||
"increased-damage": "Increased Damage",
|
||||
"increased-reach": "Increased Reach",
|
||||
"increased-speed": "Increased Speed",
|
||||
"destruction-by-ki": "Destruction By Ki",
|
||||
"absorbtion-of-energy": "Absorbtion of Energy",
|
||||
"physical-shield": "Physical Shield",
|
||||
"ki-transmission": "Ki Transmission",
|
||||
"ki-healing": "Ki Healing",
|
||||
"superior-healing": "Superior Healing",
|
||||
"stabilize": "Stabilize",
|
||||
"life-sacrifice": "Life Sacrifice",
|
||||
"use-of-necessary-energy": "Use of Necessary Energy",
|
||||
"ki-concealment": "Ki Concealment",
|
||||
"aura-of-concealment": "Aura of Concealment",
|
||||
"false-death": "False Death",
|
||||
"elimination-of-necessities": "Elimination of Necessities",
|
||||
"elemental-immunity-heat": "Elemental Immunity: Heat",
|
||||
"elemental-immunity-cold": "Elemental Immunity: Cold",
|
||||
"elemental-immunity-electricity": "Elemental Immunity: Electricity",
|
||||
"penalty-reduction": "Penalty Reduction",
|
||||
"recovery": "Recovery",
|
||||
"restore-others": "Restore Others",
|
||||
"characteristic-augmentation": "Charact. Augmentation",
|
||||
"superior-characteristic-augmentation": "Superior Charact. Augmentation",
|
||||
"improvised-combat-techniques": "Improvised Combat Techniques",
|
||||
"technique-pushing": "Technique Pushing",
|
||||
"combat-aura": "Combat Aura",
|
||||
"physical-dominion": "Physical Dominion",
|
||||
"physical-change": "Physical Change",
|
||||
"superior-change": "Superior Change",
|
||||
"multiplication-of-bodies": "Multiplication of Bodies",
|
||||
"greater-multiplication-of-bodies": "Greater Mult. of Bodies",
|
||||
"arcane-multiplication-of-bodies": "Arcane Mult. of Bodies",
|
||||
"weight-elimination": "Elimination du poids",
|
||||
"leviation": "Lévitation",
|
||||
"object-motion": "Déplacement d'objets",
|
||||
"mass-movement": "Dép. de masse",
|
||||
"flight": "Vol",
|
||||
"presence-extrusion": "Extrusion du Ki",
|
||||
"anergy-armor": "Armure d'énergie",
|
||||
"armor-of-greater-energy": "Armure majeure",
|
||||
"armor-of-arcane-energy": "Armure arcane",
|
||||
"aura-extension": "Extension de l'aura à l'arme",
|
||||
"elemental-attack-fire": "Attaque élémentaire: Feu",
|
||||
"elemental-attack-ice": "Attaque élémentaire: Glace",
|
||||
"elemental-attack-air": "Attaque élémentaire: Air",
|
||||
"elemental-attack-earth": "Attaque élémentaire: Terre",
|
||||
"elemental-attack-light": "Attaque élémentaire: Lumière",
|
||||
"elemental-attack-darkness": "Attaque élémentaire: Ténèbre",
|
||||
"increased-damage": "Dégâts accrus",
|
||||
"increased-reach": "Portée accrue",
|
||||
"increased-speed": "Vitesse accrue",
|
||||
"destruction-by-ki": "Destruction par le Ki",
|
||||
"absorbtion-of-energy": "Absorption d'energie",
|
||||
"physical-shield": "Bouclier physique",
|
||||
"ki-transmission": "Transmission du Ki",
|
||||
"ki-healing": "Guérison par le Ki",
|
||||
"superior-healing": "Guérison supérieure",
|
||||
"stabilize": "Stabilisation",
|
||||
"life-sacrifice": "Sacrifice Vital",
|
||||
"use-of-necessary-energy": "Utilisation de l'énergie nécessaire",
|
||||
"ki-concealment": "Dissimulation du Ki",
|
||||
"aura-of-concealment": "Aura de dissimulation",
|
||||
"false-death": "Fausse mort",
|
||||
"elimination-of-necessities": "Elimination des besoins",
|
||||
"elemental-immunity-heat": "Immunité élémentaire: Chaleur",
|
||||
"elemental-immunity-cold": "Immunité élémentaire: Froid",
|
||||
"elemental-immunity-electricity": "Immunité élémentaire: Electricité",
|
||||
"penalty-reduction": "Elimination des malus",
|
||||
"recovery": "Récupération",
|
||||
"restore-others": "Récup. d'autrui",
|
||||
"characteristic-augmentation": "Augment. des caractéristiques",
|
||||
"superior-characteristic-augmentation": "Accroissement sup.",
|
||||
"improvised-combat-techniques": "Techniques de combat improvisées",
|
||||
"technique-pushing": "Forcer techniques",
|
||||
"combat-aura": "Aura de combat",
|
||||
"physical-dominion": "Maîtrise physique",
|
||||
"physical-change": "Changement physique",
|
||||
"superior-change": "Changement supérieur",
|
||||
"multiplication-of-bodies": "Multiplication des corps",
|
||||
"greater-multiplication-of-bodies": "Multiplication majeur",
|
||||
"arcane-multiplication-of-bodies": "Multiplication arcane",
|
||||
"magnitude": "Magnitude",
|
||||
"arcane-magnitude": "Arcane Magnitude",
|
||||
"age-control": "Age Control",
|
||||
"technique-imitation": "Technique Imitation",
|
||||
"inhumanity": "Inhumanity",
|
||||
"arcane-magnitude": "Magnitude arcane",
|
||||
"age-control": "Contrôle de l'âge",
|
||||
"technique-imitation": "Imitation de techniques",
|
||||
"inhumanity": "Surhumanité",
|
||||
"zen": "Zen",
|
||||
"nemesis-abilities": "Nemesis Abilities",
|
||||
"use-of-nemesis": "Use of Nemesis",
|
||||
"armor-of-emptiness": "Armor of Emptiness",
|
||||
"nemesis-abilities": "Pouvoirs du Némesis",
|
||||
"use-of-nemesis": "Utilisation du Némesis",
|
||||
"armor-of-emptiness": "Armure de vide",
|
||||
"noht": "Noht",
|
||||
"ki-cancellation": "Ki Cancellation",
|
||||
"greater-ki-cancellation": "Greater Ki Cancellation",
|
||||
"magic-cancellation": "Magic Cancellation",
|
||||
"greater-magic-cancellation": "Greater Magic Cancellation",
|
||||
"matrices-cancellation": "Matrices Cancellation",
|
||||
"greater-matrices-cancellation": "Greater Matrices Cancellation",
|
||||
"binding-cancellation": "Binding Cancellation",
|
||||
"emptiness-extrusion": "Emptiness Extrusion",
|
||||
"body-of-emptiness": "Body of Emptiness",
|
||||
"no-needs": "No Needs",
|
||||
"movement-of-emptiness": "Movement of Emptiness",
|
||||
"form-of-emptiness": "Form of Emptiness",
|
||||
"essence-of-emptiness": "Essence of Emptiness",
|
||||
"one-with-the-nothing": "One with the Nothing",
|
||||
"aura-of-emptiness": "Aura of Emptiness",
|
||||
"undetectable": "Undetectable",
|
||||
"ki-pools": "Ki Pools",
|
||||
"ki-pool": "Ki Pool",
|
||||
"unified-pool": "Unified",
|
||||
"ki-cancellation": "Annulation du Ki",
|
||||
"greater-ki-cancellation": "Annulation majeure du Ki",
|
||||
"magic-cancellation": "Annulation de la magie",
|
||||
"greater-magic-cancellation": "Annulation majeure de la magie",
|
||||
"matrices-cancellation": "Annulation des matrices",
|
||||
"greater-matrices-cancellation": "Annulation majeure des matrices",
|
||||
"binding-cancellation": "Annulation des liens",
|
||||
"emptiness-extrusion": "Extrusion du vide",
|
||||
"body-of-emptiness": "Corps de vide",
|
||||
"no-needs": "Sans besoins",
|
||||
"movement-of-emptiness": "Mouvement du vide",
|
||||
"form-of-emptiness": "Forme de vide",
|
||||
"essence-of-emptiness": "Essence du vide",
|
||||
"one-with-the-nothing": "Un avec le néant",
|
||||
"aura-of-emptiness": "Aura de vide",
|
||||
"undetectable": "Non détection",
|
||||
"ki-pools": "Points de Ki",
|
||||
"ki-pool": "Point de Ki",
|
||||
"unified-pool": "Points de Ki",
|
||||
"ki-accumulation-short": "Accu.",
|
||||
"maximum-value": "Max",
|
||||
"martial-knowledge-full": "Martial Knowledge",
|
||||
"ki-seals": "Ki Seals",
|
||||
"wood-seal": "Wood",
|
||||
"metal-seal": "Metal",
|
||||
"martial-knowledge-full": "Développement intérieur",
|
||||
"ki-seals": "Sceau de Ki",
|
||||
"wood-seal": "Bois",
|
||||
"metal-seal": "Métal",
|
||||
"air-seal": "Air",
|
||||
"water-seal": "Water",
|
||||
"fire-seal": "Fire",
|
||||
"ki-limit": "Limit",
|
||||
"limit-none": "None",
|
||||
"limit-mors": "Mors: 20MK",
|
||||
"limit-cenobus": "Cenobus: 20MK",
|
||||
"limit-caelum": "Caelum: 15MK",
|
||||
"limit-agon": "Agon: 20MK",
|
||||
"limit-custodium": "Custodium: 10MK",
|
||||
"limit-cruor": "Cruor: 10MK",
|
||||
"limit-terminus": "Terminus: 10MK",
|
||||
"water-seal": "Eau",
|
||||
"fire-seal": "Feu",
|
||||
"minor": "Mineur",
|
||||
"major": "Majeur",
|
||||
"ki-limit": "Limite",
|
||||
"limit-none": "Aucune",
|
||||
"limit-mors": "Mors: 20DI",
|
||||
"limit-cenobus": "Cenobus: 20DI",
|
||||
"limit-caelum": "Caelum: 15DI",
|
||||
"limit-agon": "Agon: 20DI",
|
||||
"limit-custodium": "Custodium: 10DI",
|
||||
"limit-cruor": "Cruor: 10DI",
|
||||
"limit-terminus": "Terminus: 10DI",
|
||||
"ars-magnus": "Ars Magnus",
|
||||
"martial-knowledge": "MK",
|
||||
"martial-arts": "Martial Arts",
|
||||
"martial-art": "Martial Art",
|
||||
"martial-degree": "Degree",
|
||||
"summary-of-effects": "Summary of Effects",
|
||||
"degree-base": "Base",
|
||||
"degree-advanced": "Advanced",
|
||||
"degree-supreme": "Supreme",
|
||||
"martial-knowledge": "DI",
|
||||
"specials": "Specials",
|
||||
"seals": "Sceaux",
|
||||
"doors": "Portes",
|
||||
"transformation-the-seals-of-the-dragon": "Transformation : Les Sceaux du Dragon",
|
||||
"martial-arts": "Arts Martiaux",
|
||||
"martial-art": "Art Martial",
|
||||
"martial-degree": "Niveau",
|
||||
"summary-of-effects": "Sommaire des Effets",
|
||||
"degree-base": "Initial",
|
||||
"degree-advanced": "Expert",
|
||||
"degree-supreme": "Suprême",
|
||||
"degree-arcane": "Arcane",
|
||||
"damage": "Dmg.",
|
||||
"multiplier": "Multiplier",
|
||||
"bonus-martial-knowledge": "Bonus MK",
|
||||
"2presence+power": "2xPresence+Power",
|
||||
"strength+2target_strength": "Str + Target Str x2",
|
||||
"strength+4target_strength": "Str + Target Str x4",
|
||||
"creatures-known": "Creatures Known",
|
||||
"creature-name": "Creature Name",
|
||||
"required-seals": "Required Seals",
|
||||
"ki-techniques": "Ki Techniques",
|
||||
"action-frequency": "Frequency",
|
||||
"damage": "Dgt",
|
||||
"multiplier": "Multiplicateur",
|
||||
"bonus-martial-knowledge": "DI Bonus",
|
||||
"2presence+power": "2xPresence+Pouvoir",
|
||||
"strength+2target_strength": "FOR + FOR Cible x2",
|
||||
"strength+4target_strength": "FOR + FOR Cible x4",
|
||||
"creatures-known": "Creatures Connues",
|
||||
"creature-name": "Nom",
|
||||
"required-seals": "Sceau Requis",
|
||||
"ki-techniques": "Techniques de Ki",
|
||||
"action-frequency": "Fréquence",
|
||||
"action": "Action",
|
||||
"turn": "Turn",
|
||||
"turn": "Tour",
|
||||
"variable": "Variable",
|
||||
"related-action": "Related Action",
|
||||
"defense": "Defense",
|
||||
"counterattack": "Counterattack",
|
||||
"related-action": "Action liée",
|
||||
"defense": "Défense",
|
||||
"counterattack": "Contre-Attaque",
|
||||
"ki": "Ki",
|
||||
"use": "Use",
|
||||
"use": "Utilis.",
|
||||
"maintenance": "Maint.",
|
||||
"wear-armor": "Wear Armor",
|
||||
"quality": "Quality",
|
||||
"fortitude": "Fortitude",
|
||||
"requirement": "Requirement",
|
||||
"wear-armor": "Port d'Armure",
|
||||
"quality": "Qualité",
|
||||
"fortitude": "Solidité",
|
||||
"requirement": "Requis",
|
||||
"requirement-short": "Req.",
|
||||
"cut": "CUT",
|
||||
"impact": "IMP",
|
||||
"thrust": "THR",
|
||||
"heat": "HEA",
|
||||
"cold": "COL",
|
||||
"cut": "TRA",
|
||||
"impact": "CON",
|
||||
"thrust": "PER",
|
||||
"heat": "CHA",
|
||||
"cold": "FRO",
|
||||
"electricity": "ELE",
|
||||
"energy": "ENE",
|
||||
"final-armor-type": "Final AT",
|
||||
"proficiencies": "Proficiencies",
|
||||
"proficiency-name": "Proficiency name",
|
||||
"proficiency-starting": "Starting",
|
||||
"proficiency-similar": "Similar",
|
||||
"proficiency-mixed-class": "Mixed Class",
|
||||
"proficiency-different Type": "Different Type",
|
||||
"proficiency-whole-class": "Whole Class",
|
||||
"proficiency-archetype": "Archetype",
|
||||
"proficiency-style": "Style",
|
||||
"proficiency-mystical": "Mystical",
|
||||
"proficiency-psychic": "Psychic",
|
||||
"attacks": "Attacks",
|
||||
"speed": "Speed",
|
||||
"shield": "Shield",
|
||||
"not-available": "N/A",
|
||||
"buckler": "Buckler",
|
||||
"full-shield": "F.Sheild",
|
||||
"primary": "Primary",
|
||||
"secondary": "Secondary",
|
||||
"two-handed": "2H",
|
||||
"breakage": "Breakage",
|
||||
"final-breakage": "Final Breakage",
|
||||
"ranged": "Ranged",
|
||||
"melee": "Melee",
|
||||
"valuables": "Valuables",
|
||||
"amount": "Amount",
|
||||
"weight": "Weight",
|
||||
"gold-value": "GV",
|
||||
"inventory": "Inventory",
|
||||
"copper-coins": "Copper Coins",
|
||||
"silver-coins": "Silver Coins",
|
||||
"gold-coins": "Gold Coins",
|
||||
"open-roll-range": "Open Roll Range",
|
||||
"final-armor-type": "IP Final",
|
||||
"proficiencies": "Modules d'armes",
|
||||
"proficiency-name": "Nom",
|
||||
"proficiency-starting": "Départ",
|
||||
"proficiency-similar": "Arme Similaire",
|
||||
"proficiency-mixed-class": "Arme Mixte",
|
||||
"proficiency-different Type": "Arme Distincte",
|
||||
"proficiency-whole-class": "Catégorie Entière",
|
||||
"proficiency-archetype": "Typique",
|
||||
"proficiency-style": "Styles",
|
||||
"proficiency-mystical": "Mystique",
|
||||
"proficiency-psychic": "Psychique",
|
||||
"attacks": "Attaque",
|
||||
"speed": "Vitesse",
|
||||
"shield": "Bouclier",
|
||||
"not-available": "N/D",
|
||||
"buckler": "Rondache",
|
||||
"full-shield": "Pavois",
|
||||
"primary": "Primaire",
|
||||
"secondary": "Secondaire",
|
||||
"two-handed": "2M",
|
||||
"breakage": "Frac.",
|
||||
"final-breakage": "Frac. Final",
|
||||
"ranged": "Distance",
|
||||
"melee": "Mêlée",
|
||||
"valuables": "Monnaies",
|
||||
"amount": "Montant",
|
||||
"weight": "Poids",
|
||||
"gold-value": "Val.",
|
||||
"inventory": "Inventaire",
|
||||
"copper-coins": "Pièces de cuivre",
|
||||
"silver-coins": "Pièces d'argent",
|
||||
"gold-coins": "Pièces d'or",
|
||||
"open-roll-range": "Portée du jet ouvert",
|
||||
"open-roll-no": "Jet Ouvert N°",
|
||||
"open-roll": "Jet Ouvert",
|
||||
"fumble": "Fumble",
|
||||
"doubles": "Doubles",
|
||||
"fumble-range": "Fumble Range",
|
||||
"character-options": "Chraracter Options",
|
||||
"whisper-rolls": "Whipser Rolls?",
|
||||
"never": "Never",
|
||||
"always": "Always",
|
||||
"querry": "Querry",
|
||||
"complex": "Complex",
|
||||
"metamagic": "Metamagic"
|
||||
}
|
||||
"fumble-range": "Portée des échecs critiques",
|
||||
"character-options": "Options de personnage",
|
||||
"whisper-rolls": "MP ?",
|
||||
"never": "Jamais",
|
||||
"always": "Toujours",
|
||||
"querry": "Demander",
|
||||
"complex": "Complexe",
|
||||
"metamagic": "Métamagie",
|
||||
"note": "Note",
|
||||
"elan": "Elan",
|
||||
"gifts": "Dons",
|
||||
"innate-bonuses": "Bonus innés",
|
||||
"attack-per-level": "Attaque/niveau",
|
||||
"block-per-level": "Parade/niveau",
|
||||
"dodge-per-level": "Esquive/niveau",
|
||||
"wear-armor-per-level": "Port d'armure/niveau",
|
||||
"initiative-per-level": "Initiative/niveau",
|
||||
"life-points-per-level": "Points de vie/niveau",
|
||||
"martial-knowledge-per-level": "DI/niveau",
|
||||
"innate-psychic-points-per-level": "PPP/niveau",
|
||||
"+1-PP/3-level": "+1 PPP/3 niveau",
|
||||
"+1-PP/2-level": "+1 PPP/2 niveau",
|
||||
"+1-PP/1-level": "+1 PPp/1 niveau",
|
||||
"zeon-per-level": "Zeon/niveau",
|
||||
"summon-per-level": "Convoquer/niveau",
|
||||
"control-per-level": "Dominer/niveau",
|
||||
"bind-per-level": "Lier/niveau",
|
||||
"banish-per-level": "Révoquer/niveau",
|
||||
"last-result": "Dernier résultat",
|
||||
"margin": "Marge"
|
||||
}
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"0": "",
|
||||
"tab-general": "Geral",
|
||||
"tab-background": "Antecedentes",
|
||||
"tab-magic": "Magia",
|
||||
"tab-psychic": "Psíquico",
|
||||
"tab-ki": "Ki",
|
||||
"tab-armory": "Arsenal",
|
||||
"visible-tabs": "Separadores Visíveis",
|
||||
"char-info": "Informação do Personagem",
|
||||
"name": "Nome",
|
||||
"char-gender": "Sexo",
|
||||
@@ -32,7 +34,19 @@
|
||||
"magic-resistance-short": "RM",
|
||||
"psychic-resistance": "Resistência Psíquica",
|
||||
"psychic-resistance-short": "RP",
|
||||
"all-action-modifier": "All Action Mod",
|
||||
"fame": "Fama",
|
||||
"bravery": "Bravura",
|
||||
"cowardice": "Covardia",
|
||||
"honor": "Honra",
|
||||
"infamy": "Infâmia",
|
||||
"talent": "Talento",
|
||||
"all-action-modifier": "All Action Mod",
|
||||
"number-of-actions": "Número de acções",
|
||||
"natura": "Natura",
|
||||
"gnosis": "Gnosis",
|
||||
"race-natura": "Raça Natura",
|
||||
"total-natura": "Total Natura",
|
||||
"destiny-points": "Pontos de Destino",
|
||||
"characteristics": "Características",
|
||||
"ability": "Habilidade",
|
||||
"magic-ability": "Habilidade Mágica",
|
||||
@@ -60,7 +74,13 @@
|
||||
"full-movement": "Full",
|
||||
"1/4-movement": "1/4 de Movimento",
|
||||
"running-movement": "Running",
|
||||
"feet-short": "M",
|
||||
"language": "Linguagem",
|
||||
"lifepoints-short": "LP",
|
||||
"regeneration-short": "Regen.",
|
||||
"resting": "Descansar",
|
||||
"not-resting": "Não Descansar",
|
||||
"reduction-penalty": "Pena de redução",
|
||||
"base-value": "Base",
|
||||
"multiples-short": "Mult.",
|
||||
"special-bonus": "Spec.",
|
||||
@@ -71,11 +91,15 @@
|
||||
"no": "Não",
|
||||
"description": "Descrição",
|
||||
"fatigue": "Fadiga",
|
||||
"system": "Sistema",
|
||||
"spell-system": "Sistema de saída",
|
||||
"new": "Novo",
|
||||
"old": "Velho",
|
||||
"roll-as-full": "Roll as",
|
||||
"roll": "Roll",
|
||||
"roll-as": "as",
|
||||
"roll-system": "Sistema Roll",
|
||||
"standard": "Padrão",
|
||||
"api": "API",
|
||||
"actual-value": "Actual",
|
||||
"attack": "Attack",
|
||||
"hit": "hit",
|
||||
@@ -97,6 +121,13 @@
|
||||
"count-natural-bonus-short": "# Nat.",
|
||||
"attribute-short": "Atr.",
|
||||
"natural-ability-short": "N.A.",
|
||||
"list-skill-athletics": "acrobatics,athleticism,climb,jump,ride,swim",
|
||||
"list-skill-social": "etiquette,intimidate,leadership,persuasion,streetwise,style,trading",
|
||||
"list-skill-perceptive": "notice,search,track",
|
||||
"list-skill-intellectual": "animals,appraisal,architecture,herbal lore,history,law,magic appraisal,medicine,memorize,navigation,occult,sciences,tactics",
|
||||
"list-skill-vigor": "composure,feats of strength,withstand pain",
|
||||
"list-skill-subterfuge": "disguise,hide,lockpicking,poisons,stealth,theft,trap lore",
|
||||
"list-skill-creative": "alchemy,animism,art,dance,forging,jewelry,music,rune,ritual calligraphy,slight of hand,tailoring",
|
||||
"acrobatics": "Acrobatics",
|
||||
"athleticism": "Athleticism",
|
||||
"climb": "Subir",
|
||||
@@ -115,6 +146,7 @@
|
||||
"track": "Track",
|
||||
"animals": "Animals",
|
||||
"appraisal": "Appraisal",
|
||||
"architecture": "Arquitectura",
|
||||
"herbal-lore": "Herbal Lore",
|
||||
"history": "History",
|
||||
"law": "Law",
|
||||
@@ -135,11 +167,17 @@
|
||||
"stealth": "Stealth",
|
||||
"theft": "Theft",
|
||||
"trap-lore": "Trap Lore",
|
||||
"alchemy": "Alquimia",
|
||||
"animism": "Animismo",
|
||||
"art": "Arte",
|
||||
"dance": "Dançar",
|
||||
"forging": "Forging",
|
||||
"jewelry": "Jóias",
|
||||
"music": "Música",
|
||||
"rune": "Runas",
|
||||
"ritual-calligraphy": "Caligrafia Ritual",
|
||||
"slight-of-hand": "Sl. of Hand",
|
||||
"tailoring": "Alfaiataria",
|
||||
"advantages": "Vantagens",
|
||||
"cost": "Cost",
|
||||
"disadvantages": "Disadvantages",
|
||||
@@ -156,6 +194,7 @@
|
||||
"magic-final-regeneration-per-day": "Final Regen/Day",
|
||||
"magic-levels": "Magic Levels",
|
||||
"from-intelligence": "From INT",
|
||||
"from-soul-power": "From POW",
|
||||
"used-value": "Used",
|
||||
"spell-paths": "Spell Paths",
|
||||
"spell-path": "Path",
|
||||
@@ -308,6 +347,8 @@
|
||||
"air-seal": "Air",
|
||||
"water-seal": "Water",
|
||||
"fire-seal": "Fire",
|
||||
"minor": "Minor",
|
||||
"major": "Major",
|
||||
"ki-limit": "Limit",
|
||||
"limit-none": "None",
|
||||
"limit-mors": "Mors: 20MK",
|
||||
@@ -319,6 +360,10 @@
|
||||
"limit-terminus": "Terminus: 10MK",
|
||||
"ars-magnus": "Ars Magnus",
|
||||
"martial-knowledge": "MK",
|
||||
"specials": "Specials",
|
||||
"seals": "Seals",
|
||||
"doors": "Doors",
|
||||
"transformation-the-seals-of-the-dragon": "Transformation : The Seals of the Dragon",
|
||||
"martial-arts": "Martial Arts",
|
||||
"martial-art": "Martial Art",
|
||||
"martial-degree": "Degree",
|
||||
@@ -393,6 +438,9 @@
|
||||
"silver-coins": "Silver Coins",
|
||||
"gold-coins": "Gold Coins",
|
||||
"open-roll-range": "Open Roll Range",
|
||||
"open-roll-no": "Open Roll No",
|
||||
"open-roll": "Open Roll",
|
||||
"fumble": "Fumble",
|
||||
"doubles": "Doubles",
|
||||
"fumble-range": "Fumble Range",
|
||||
"character-options": "Chraracter Options",
|
||||
@@ -401,5 +449,27 @@
|
||||
"always": "Always",
|
||||
"querry": "Querry",
|
||||
"complex": "Complex",
|
||||
"metamagic": "Metamagic"
|
||||
}
|
||||
"metamagic": "Metamagic",
|
||||
"note": "Note",
|
||||
"elan": "Elan",
|
||||
"gifts": "Gifts",
|
||||
"innate-bonuses": "Innate Bonuses",
|
||||
"attack-per-level": "Attack/level",
|
||||
"block-per-level": "Block/level",
|
||||
"dodge-per-level": "Dodge/level",
|
||||
"wear-armor-per-level": "Wear Armor/level",
|
||||
"initiative-per-level": "Initiative/level",
|
||||
"life-points-per-level": "Life Points/level",
|
||||
"martial-knowledge-per-level": "MK/level",
|
||||
"innate-psychic-points-per-level": "PP/level",
|
||||
"+1-PP/3-level": "+1 PP/3 level",
|
||||
"+1-PP/2-level": "+1 PP/2 level",
|
||||
"+1-PP/1-level": "+1 PP/1 level",
|
||||
"zeon-per-level": "Zeon/level",
|
||||
"summon-per-level": "Summon/level",
|
||||
"control-per-level": "Control/level",
|
||||
"bind-per-level": "Bind/level",
|
||||
"banish-per-level": "Banish/level",
|
||||
"last-result": "Last Result",
|
||||
"margin": "Margin"
|
||||
}
|
||||
Reference in New Issue
Block a user