From f0248692cc230f484e61314c3c7c443ed11dfce1 Mon Sep 17 00:00:00 2001 From: Pallando Date: Sun, 10 Nov 2024 13:20:15 +0100 Subject: [PATCH] Add translation converters for Archives vol. 3 items --- compendium/wfrp4e-archives3.items.json | 91 ++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 compendium/wfrp4e-archives3.items.json diff --git a/compendium/wfrp4e-archives3.items.json b/compendium/wfrp4e-archives3.items.json new file mode 100644 index 0000000..2cb489f --- /dev/null +++ b/compendium/wfrp4e-archives3.items.json @@ -0,0 +1,91 @@ +{ + "label": "Items (Archives Vol. III)", + "folders": { + "Armour": "Armures", + "Careers": "Carrières", + "Skills": "Compétences", + "Spells": "Sorts" + }, + "mapping": { + "description": "system.description.value", + "trappings": "system.trappings", + "class": { + "path": "system.class.value", + "converter": "generic_localization" + }, + "skills": { + "path": "system.skills", + "converter": "career_skills" + }, + "careergroup": { + "path": "system.careergroup.value", + "converter": "career_careergroup" + }, + "talents": { + "path": "system.talents", + "converter": "career_talents" + }, + "pduration": { + "path": "system.duration.value", + "converter": "spells_duration_range_target_damage" + }, + "prange": { + "path": "system.range.value", + "converter": "spells_duration_range_target_damage" + }, + "ptarget": { + "path": "system.target.value", + "converter": "spells_duration_range_target_damage" + }, + "pdamage": { + "path": "system.damage.value", + "converter": "spells_duration_range_target_damage" + }, + "test": { + "path": "system.test", + "converter": "role_skills" + }, + "tests": "system.tests.value", + "maxcost": { + "path": "system.cost.max", + "converter": "spells_duration_range_target_damage" + }, + "sduration": { + "path": "system.duration.value", + "converter": "spells_duration_range_target_damage" + }, + "srange": { + "path": "system.range.value", + "converter": "spells_duration_range_target_damage" + }, + "starget": { + "path": "system.target.value", + "converter": "spells_duration_range_target_damage" + }, + "sdamage": { + "path": "system.damage.value", + "converter": "spells_duration_range_target_damage" + }, + "penalty": "system.penalty.value", + "location": { + "path": "system.location.value", + "converter": "generic_localization" + }, + "durationValue": "system.duration.value", + "durationUnit": "system.duration.unit", + "contraction": "system.contraction.value", + "incubationValue": "system.incubation.value", + "incubationUnit": "system.incubation.unit", + "symptoms": "system.symptoms.value", + "permanent": "system.permanent.value", + "special": "system.special.value", + "qualities": { + "path": "system.qualities.value", + "converter": "trapping_qualities_flaws" + }, + "flaws": { + "path": "system.flaws.value", + "converter": "trapping_qualities_flaws" + } + } +} \ No newline at end of file