From ac5bc5f5b250565f3a0194e944d288bbc84dc2fb Mon Sep 17 00:00:00 2001 From: Vlyan Date: Thu, 1 Sep 2022 21:49:21 +0200 Subject: [PATCH] updated compendium with wotw and v10 compat for babele json files 'data' -> 'system' --- system/babele/fr/l5r5e.core-armors.json | 4 +- system/babele/fr/l5r5e.core-bonds.json | 6 +- .../l5r5e.core-celestial-implement-boons.json | 4 +- .../babele/fr/l5r5e.core-item-patterns.json | 4 +- system/babele/fr/l5r5e.core-items.json | 4 +- .../fr/l5r5e.core-journal-conditions.json | 25 +++++ .../l5r5e.core-journal-school-curriculum.json | 30 ++++++ .../l5r5e.core-journal-terrain-qualities.json | 5 + .../l5r5e.core-peculiarities-adversities.json | 27 +++++- .../l5r5e.core-peculiarities-anxieties.json | 27 +++++- ...l5r5e.core-peculiarities-distinctions.json | 27 +++++- .../fr/l5r5e.core-peculiarities-passions.json | 20 +++- system/babele/fr/l5r5e.core-properties.json | 4 +- .../fr/l5r5e.core-signature-scrolls.json | 4 +- .../fr/l5r5e.core-techniques-inversions.json | 4 +- .../fr/l5r5e.core-techniques-invocations.json | 4 +- .../babele/fr/l5r5e.core-techniques-kata.json | 88 ++++++++++++++++- .../babele/fr/l5r5e.core-techniques-kiho.json | 94 ++++++++++++++++++- .../babele/fr/l5r5e.core-techniques-maho.json | 4 +- .../fr/l5r5e.core-techniques-mantra.json | 4 +- .../fr/l5r5e.core-techniques-mastery.json | 40 +++++++- .../fr/l5r5e.core-techniques-ninjutsu.json | 4 +- .../fr/l5r5e.core-techniques-rituals.json | 34 ++++++- .../fr/l5r5e.core-techniques-school.json | 40 +++++++- .../fr/l5r5e.core-techniques-shuji.json | 4 +- system/babele/fr/l5r5e.core-titles.json | 28 +++++- system/babele/fr/l5r5e.core-weapons.json | 10 +- system/babele/it/l5r5e.core-armors.json | 4 +- system/babele/it/l5r5e.core-bonds.json | 6 +- .../l5r5e.core-celestial-implement-boons.json | 4 +- .../babele/it/l5r5e.core-item-patterns.json | 4 +- system/babele/it/l5r5e.core-items.json | 4 +- .../l5r5e.core-peculiarities-adversities.json | 6 +- .../l5r5e.core-peculiarities-anxieties.json | 6 +- ...l5r5e.core-peculiarities-distinctions.json | 6 +- .../it/l5r5e.core-peculiarities-passions.json | 6 +- system/babele/it/l5r5e.core-properties.json | 4 +- .../it/l5r5e.core-signature-scrolls.json | 4 +- .../it/l5r5e.core-techniques-inversions.json | 4 +- .../it/l5r5e.core-techniques-invocations.json | 4 +- .../babele/it/l5r5e.core-techniques-kata.json | 4 +- .../babele/it/l5r5e.core-techniques-kiho.json | 4 +- .../babele/it/l5r5e.core-techniques-maho.json | 4 +- .../it/l5r5e.core-techniques-mantra.json | 4 +- .../it/l5r5e.core-techniques-mastery.json | 4 +- .../it/l5r5e.core-techniques-ninjutsu.json | 4 +- .../it/l5r5e.core-techniques-rituals.json | 4 +- .../it/l5r5e.core-techniques-school.json | 4 +- .../it/l5r5e.core-techniques-shuji.json | 4 +- system/babele/it/l5r5e.core-titles.json | 4 +- system/babele/it/l5r5e.core-weapons.json | 10 +- system/packs/core-journal-conditions.db | 5 + .../packs/core-journal-school-curriculum.db | 6 ++ .../packs/core-journal-terrain-qualities.db | 1 + .../packs/core-peculiarities-adversities.db | 3 + system/packs/core-peculiarities-anxieties.db | 3 + .../packs/core-peculiarities-distinctions.db | 3 + system/packs/core-peculiarities-passions.db | 2 + system/packs/core-techniques-kata.db | 14 +++ system/packs/core-techniques-kiho.db | 15 +++ system/packs/core-techniques-mastery.db | 6 ++ system/packs/core-techniques-rituals.db | 5 + system/packs/core-techniques-school.db | 6 ++ system/packs/core-titles.db | 4 + 64 files changed, 622 insertions(+), 112 deletions(-) diff --git a/system/babele/fr/l5r5e.core-armors.json b/system/babele/fr/l5r5e.core-armors.json index 571c476..d33c140 100644 --- a/system/babele/fr/l5r5e.core-armors.json +++ b/system/babele/fr/l5r5e.core-armors.json @@ -1,8 +1,8 @@ { "label": "Armures", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-bonds.json b/system/babele/fr/l5r5e.core-bonds.json index bf9bb71..048306e 100644 --- a/system/babele/fr/l5r5e.core-bonds.json +++ b/system/babele/fr/l5r5e.core-bonds.json @@ -1,9 +1,9 @@ { "label": "Liens", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference", - "bond_type": "data.bond_type" + "description": "system.description", + "book_reference": "system.book_reference", + "bond_type": "system.bond_type" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-celestial-implement-boons.json b/system/babele/fr/l5r5e.core-celestial-implement-boons.json index 381cc7e..6cd11ba 100644 --- a/system/babele/fr/l5r5e.core-celestial-implement-boons.json +++ b/system/babele/fr/l5r5e.core-celestial-implement-boons.json @@ -1,8 +1,8 @@ { "label": "Bénédictions d'instrument divin", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-item-patterns.json b/system/babele/fr/l5r5e.core-item-patterns.json index 7e3ad14..b7ce5f9 100644 --- a/system/babele/fr/l5r5e.core-item-patterns.json +++ b/system/babele/fr/l5r5e.core-item-patterns.json @@ -1,8 +1,8 @@ { "label": "Procédés de fabrication", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-items.json b/system/babele/fr/l5r5e.core-items.json index 2c89cad..09a758a 100644 --- a/system/babele/fr/l5r5e.core-items.json +++ b/system/babele/fr/l5r5e.core-items.json @@ -1,8 +1,8 @@ { "label": "Objets", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-journal-conditions.json b/system/babele/fr/l5r5e.core-journal-conditions.json index 2f6cd12..5cc5c48 100644 --- a/system/babele/fr/l5r5e.core-journal-conditions.json +++ b/system/babele/fr/l5r5e.core-journal-conditions.json @@ -83,6 +83,31 @@ "id": "Wounded", "name": "Blessé", "content": "
Livre de Règles p.271
" + }, + { + "id": "Illness: Oozing Sore Disease", + "name": "Illness: Oozing Sore Disease (WIP)", + "content": "
Décret de la nature
" + }, + { + "id": "Illness: Gut Sickness", + "name": "Illness: Gut Sickness (WIP)", + "content": "
Décret de la nature
" + }, + { + "id": "Illness: Coughing Illness", + "name": "Illness: Coughing Illness (WIP)", + "content": "
Décret de la nature
" + }, + { + "id": "Illness: Unsteady Illness", + "name": "Illness: Unsteady Illness (WIP)", + "content": "
Décret de la nature
" + }, + { + "id": "Illness: Fire Rash", + "name": "Illness: Fire Rash (WIP)", + "content": "
Décret de la nature
" } ] } diff --git a/system/babele/fr/l5r5e.core-journal-school-curriculum.json b/system/babele/fr/l5r5e.core-journal-school-curriculum.json index dd94812..d61ab71 100644 --- a/system/babele/fr/l5r5e.core-journal-school-curriculum.json +++ b/system/babele/fr/l5r5e.core-journal-school-curriculum.json @@ -473,6 +473,36 @@ "id": "Ivory Kingdoms Dancing Blades Tradition", "name": "Tradition de lames dansantes des royaumes d’Ivoire", "content": "
La Voie des Vagues p.59

Rang 1

Compétences MartialesGrp. de comp.
CommandementCompétence
CultureCompétence
ReprésentationsCompétence
(kata) Kata de rang 1Tech. Grp.
(shuji) Là-haut !Technique
(kata) La précipitation du cavalier (prereq)Technique

Rang 2

Compétences MartialesGrp. de comp.
CommandementCompétence
GouvernementCompétence
NavigationCompétence
(kata) Kata de rang 1-2Tech. Grp.
(kata) Style de la charge du taureau (prereq)Technique
(mantra) Mantra de conjuration : [Nom de l’instrument] (prereq)Technique

Rang 3

Compétences MartialesGrp. de comp.
CommandementCompétence
CultureCompétence
NavigationCompétence
(shuji) Shuji de la Terre ou du Feu de rang 1-3Tech. Grp.
(kata) Balancement hardi (prereq)Technique
(shuji) BravadeTechnique

Rang 4

Compétences MartialesGrp. de comp.
CultureCompétence
GouvernementCompétence
ReprésentationsCompétence
(kata) Kata de rang 1-4Tech. Grp.
(kata) Style de la tempête tournoyante (prereq)Technique
(shuji) Hurlement d’encouragement (prereq)Technique

Rang 5

Compétences MartialesGrp. de comp.
CommandementCompétence
CultureCompétence
NavigationCompétence
(kata) Kata de rang 1-5Tech. Grp.
(shuji) Le couteau dans la plaie (prereq)Technique
(shuji) L’immuable main de la paixTechnique
" + }, + { + "id": "Dragonfly Grace of the Spirits School [Dragonfly]", + "name": "Dragonfly Grace of the Spirits School [Dragonfly] (WIP)", + "content": "
Décret de la nature

Rang 1

Compétences SocialesGrp. de comp.
CultureCompétence
GouvernementCompétence
ThéologieCompétence
(shuji) Shuji de l’Air ou de l’Eau de rang 1-2 (prereq)Tech. Grp.
(invocation) Cœur du Dragon de l’eau (prereq)Technique
(invocation) Par la lumière de Sire LuneTechnique

Rang 2

Compétences SocialesGrp. de comp.
GouvernementCompétence
SentimentsCompétence
ThéologieCompétence
(invocation) Invocations de l’Air ou de l’Eau de rang 1-2Tech. Grp.
(shuji) Le vent tourne (prereq)Technique
(ritual) Cérémonie du théTechnique

Rang 3

Compétences SavantesGrp. de comp.
CourtoisieCompétence
ReprésentationsCompétence
Arts martiaux (corps à corps)Compétence
(invocation) Invocations de l’Air ou de l’Eau de rang 1-3Tech. Grp.
(invocation) Eau, incarne-toi (prereq)Technique
(shuji) Courage exemplaireTechnique

Rang 4

Compétences SocialesGrp. de comp.
CultureCompétence
Arts martiaux (corps à corps)Compétence
ThéologieCompétence
(invocation) Invocations de rang 1-4Tech. Grp.
(shuji) Le roseau plie sous la tempête (prereq)Technique
(shuji) Port altierTechnique

Rang 5

Compétences SocialesGrp. de comp.
GouvernementCompétence
Arts martiaux (corps à corps)Compétence
ThéologieCompétence
(invocation) Invocations de rang 1-5Tech. Grp.
(shuji) Entrée en douceurTechnique
(shuji) Réveil de l’âmeTechnique
" + }, + { + "id": "Laughing Mountain Hearthstone Tradition", + "name": "Laughing Mountain Hearthstone Tradition (WIP)", + "content": "
Décret de la nature

Rang 1

Compétences SocialesGrp. de comp.
CompositionCompétence
MéditationCompétence
SurvieCompétence
(shuji) Shuji de rang 1Tech. Grp.
(kiho) Blistering Retribution (WIP) (prereq)Technique
(kiho) Ki destructeurTechnique

Rang 2

Compétences SavantesGrp. de comp.
CourtoisieCompétence
JeuxCompétence
Arts martiaux (mains nues)Compétence
(kiho) Kihõ de rang 1-2Tech. Grp.
(kiho) Grace of the Gentle Breeze (WIP) (prereq)Technique
(shuji) Ouverture feinteTechnique

Rang 3

Compétences SocialesGrp. de comp.
CultureCompétence
Arts martiaux (mains nues)Compétence
MéditationCompétence
(shuji) Shuji de rang 1-3Tech. Grp.
(ritual) Trance of Lives Past (WIP) (prereq)Technique
(kiho) Dance of Fire (WIP)Technique

Rang 4

Compétences SocialesGrp. de comp.
CompositionCompétence
FormeCompétence
SentimentsCompétence
(kiho) Kihõ de rang 1-4Tech. Grp.
(shuji) Le roseau plie sous la tempête (prereq)Technique
(shuji) BravadeTechnique

Rang 5

Compétences SavantesGrp. de comp.
CourtoisieCompétence
FormeCompétence
Arts martiaux (mains nues)Compétence
(shuji) Shuji de l’Air ou du Feu de rang 1-5Tech. Grp.
(kiho) Kihõ de rang 1-5Tech. Grp.
(shuji) Entrée en douceurTechnique
" + }, + { + "id": "Shinomen Naga Seer Tradition", + "name": "Shinomen Naga Seer Tradition (WIP)", + "content": "
Décret de la nature

Rang 1

Compétences MartialesGrp. de comp.
CourtoisieCompétence
MédecineCompétence
SurvieCompétence
(kata) Kata de rang 1Tech. Grp.
(kata) Serpent’s Twist Style (WIP) (prereq)Technique
(shuji) Evaluation honnêteTechnique

Rang 2

Compétences SavantesGrp. de comp.
FormeCompétence
Arts martiaux (corps à corps)Compétence
SurvieCompétence
(shuji) Shuji de la Terre ou de l’Eau de rang 1-2Tech. Grp.
(kata) Tail Sweep (WIP) (prereq)Technique
(kata) Razor Bite (WIP)Technique

Rang 3

Compétences SocialesGrp. de comp.
Arts martiaux (corps à corps)Compétence
SurvieCompétence
ThéologieCompétence
(kata) Kata de rang 1-3Tech. Grp.
(kata) Tumbling Oak Style (WIP) (prereq)Technique
(shuji) Flux et refluxTechnique

Rang 4

Compétences MartialesGrp. de comp.
CultureCompétence
SentimentsCompétence
ThéologieCompétence
(shuji) Shuji de rang 1-4Tech. Grp.
(shuji) L’immuable main de la paix (prereq)Technique
(kata) Style de la vague déferlanteTechnique

Rang 5

Compétences SocialesGrp. de comp.
Arts martiaux (corps à corps)Compétence
MédecineCompétence
ThéologieCompétence
(kata) Kata de rang 1-4Tech. Grp.
(shuji) Shuji de rang 1-5Tech. Grp.
(invocation) L’impermanence du ressac (prereq)Technique
" + }, + { + "id": "Nezumi Tattered Ear Explorer Tradition", + "name": "Nezumi Tattered Ear Explorer Tradition (WIP)", + "content": "
Décret de la nature

Rang 1

Compétences MartialesGrp. de comp.
SentimentsCompétence
MagouillesCompétence
SurvieCompétence
(kata) Kata de rang 1Tech. Grp.
(kata) Swallow’s Dart Style (WIP) (prereq)Technique
(shuji) Evaluation honnêteTechnique

Rang 2

Compétences SocialesGrp. de comp.
Arts martiaux (distance)Compétence
MédecineCompétence
SurvieCompétence
(kata) Kata de rang 1-2Tech. Grp.
(kata) Skittering Shift (WIP) (prereq)Technique
(kata) Serpent’s Twist Style (WIP)Technique

Rang 3

Compétences MartialesGrp. de comp.
CommerceCompétence
CourtoisieCompétence
MagouillesCompétence
(shuji) Shuji de rang 1-3Tech. Grp.
(ninjutsu) Dard mortel (prereq)Technique
(kata) Tail Sweep (WIP)Technique

Rang 4

Compétences MartialesGrp. de comp.
CourtoisieCompétence
JeuxCompétence
SurvieCompétence
(kata) Kata de rang 1-4Tech. Grp.
(ninjutsu) Neutralisation (prereq)Technique
(shuji) BravadeTechnique

Rang 5

Compétences MartialesGrp. de comp.
JeuxCompétence
MédecineCompétence
SurvieCompétence
(kata) Kata de rang 1-5Tech. Grp.
(ninjutsu) Ninjutsu de rang 1-5 (prereq)Tech. Grp.
(shuji) Le couteau dans la plaieTechnique
" + }, + { + "id": "Tengu Mask of Air Tradition", + "name": "Tengu Mask of Air Tradition (WIP)", + "content": "
Décret de la nature

Rang 1

Compétences SavantesGrp. de comp.
FormeCompétence
Arts martiaux (corps à corps)Compétence
MéditationCompétence
(kiho) Kihõ de rang 1Tech. Grp.
(kiho) Cutting Wind Talons (WIP) (prereq)Technique
(kata) Flexible Grip (WIP) (prereq)Technique

Rang 2

Compétences MartialesGrp. de comp.
MédecineCompétence
SurvieCompétence
ThéologieCompétence
(invocation) Invocations de rang 1-2Tech. Grp.
(kata) Razor Bite (WIP) (prereq)Technique
(kata) Howling Gale Defense (WIP) (prereq)Technique

Rang 3

Compétences SavantesGrp. de comp.
FormeCompétence
MéditationCompétence
TactiqueCompétence
(kiho) Kihõ de rang 1-3Tech. Grp.
(invocation) Invocations de rang 1-3Tech. Grp.
(kata) Heron’s Grasp Style (WIP) (prereq)Technique

Rang 4

Compétences SavantesGrp. de comp.
Arts martiaux (corps à corps)Compétence
MéditationCompétence
SurvieCompétence
(kiho) Kihõ de rang 1-4Tech. Grp.
(kata) Serow’s Leap Style (WIP) (prereq)Technique
(kata) Owl’s Swoop Style (WIP) (prereq)Technique

Rang 5

Compétences MartialesGrp. de comp.
TactiqueCompétence
ThéologieCompétence
SurvieCompétence
(kiho) Kihõ de rang 1-5Tech. Grp.
(kata) Style du souffle du vent (prereq)Technique
(invocation) Courroux de Kaze no kamiTechnique
" + }, + { + "id": "Woolen Hooves Trapper Tradition", + "name": "Woolen Hooves Trapper Tradition (WIP)", + "content": "
Décret de la nature

Rang 1

Compétences ProfessionnellesGrp. de comp.
CommandementCompétence
FormeCompétence
Arts martiaux (distance)Compétence
(kata) Kata de rang 1Tech. Grp.
(ritual) Cunning Snares (WIP) (prereq)Technique
(shuji) Sous la surfaceTechnique

Rang 2

Compétences MartialesGrp. de comp.
SentimentsCompétence
ForgeCompétence
SurvieCompétence
(kata) Kata de rang 1-2Tech. Grp.
(ritual) Hunter’s Expertise (WIP) (prereq)Technique
(shuji) Raid éclairTechnique

Rang 3

Compétences MartialesGrp. de comp.
Travail manuelCompétence
MédecineCompétence
SurvieCompétence
(shuji) Shuji de rang 1-3Tech. Grp.
(kata) Style du fer dans les montagnes (prereq)Technique
(kata) Tiger’s Lunge Style (WIP)Technique

Rang 4

Compétences ProfessionnellesGrp. de comp.
CommandementCompétence
ForgeCompétence
SurvieCompétence
(ritual) Rituels de rang 1-5Tech. Grp.
(kata) Clouer l’éventail (prereq)Technique
(kata) Style de la disparition du mondeTechnique

Rang 5

Compétences MartialesGrp. de comp.
CommandementCompétence
MédecineCompétence
SurvieCompétence
(kata) Kata de rang 1-5Tech. Grp.
(shuji) Pilier de sérénitéTechnique
(shuji) Le couteau dans la plaieTechnique
" } ] } diff --git a/system/babele/fr/l5r5e.core-journal-terrain-qualities.json b/system/babele/fr/l5r5e.core-journal-terrain-qualities.json index 9af9f56..f6806f8 100644 --- a/system/babele/fr/l5r5e.core-journal-terrain-qualities.json +++ b/system/babele/fr/l5r5e.core-journal-terrain-qualities.json @@ -53,6 +53,11 @@ "id": "Recessed", "name": "Recessed (WIP)", "content": "
Les Champs de la Victoire
" + }, + { + "id": "Imbalanced (One or More Elements) Variant", + "name": "Imbalanced (One or More Elements) Variant (WIP)", + "content": "
Décret de la nature
" } ] } diff --git a/system/babele/fr/l5r5e.core-peculiarities-adversities.json b/system/babele/fr/l5r5e.core-peculiarities-adversities.json index 63b81a7..47f2c06 100644 --- a/system/babele/fr/l5r5e.core-peculiarities-adversities.json +++ b/system/babele/fr/l5r5e.core-peculiarities-adversities.json @@ -1,9 +1,9 @@ { "label": "Coups du sort", "mapping": { - "types": "data.types", - "description": "data.description", - "book_reference": "data.book_reference" + "types": "system.types", + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { @@ -579,6 +579,27 @@ "types": "Relations, Social", "description": "", "book_reference": "Les Champs de la Victoire" + }, + { + "id": "Insomniac", + "name": "Insomniac (WIP)", + "types": "Mental", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Out of Shape", + "name": "Out of Shape (WIP)", + "types": "Physique", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Stalked by [Creature]", + "name": "Stalked by [Creature] (WIP)", + "types": "Relations, Mental, Spirituel", + "description": "", + "book_reference": "Décret de la nature" } ] } diff --git a/system/babele/fr/l5r5e.core-peculiarities-anxieties.json b/system/babele/fr/l5r5e.core-peculiarities-anxieties.json index f517b6e..d616b5c 100644 --- a/system/babele/fr/l5r5e.core-peculiarities-anxieties.json +++ b/system/babele/fr/l5r5e.core-peculiarities-anxieties.json @@ -1,9 +1,9 @@ { "label": "Défaillances", "mapping": { - "types": "data.types", - "description": "data.description", - "book_reference": "data.book_reference" + "types": "system.types", + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { @@ -278,6 +278,27 @@ "types": "Relations", "description": "", "book_reference": "Les Champs de la Victoire" + }, + { + "id": "Fear of [Common Creature]", + "name": "Fear of [Common Creature] (WIP)", + "types": "Mental", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Fear of Mediocrity", + "name": "Fear of Mediocrity (WIP)", + "types": "Relations, Mental", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Fear of Poison", + "name": "Fear of Poison (WIP)", + "types": "Mental", + "description": "", + "book_reference": "Décret de la nature" } ] } diff --git a/system/babele/fr/l5r5e.core-peculiarities-distinctions.json b/system/babele/fr/l5r5e.core-peculiarities-distinctions.json index 2a5edf7..8e140ca 100644 --- a/system/babele/fr/l5r5e.core-peculiarities-distinctions.json +++ b/system/babele/fr/l5r5e.core-peculiarities-distinctions.json @@ -1,9 +1,9 @@ { "label": "Aptitudes", "mapping": { - "types": "data.types", - "description": "data.description", - "book_reference": "data.book_reference" + "types": "system.types", + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { @@ -481,6 +481,27 @@ "types": "Renommée, Relations", "description": "", "book_reference": "La Voie des Vagues p.70" + }, + { + "id": "Knowledgeable Wilderness Guide", + "name": "Knowledgeable Wilderness Guide (WIP)", + "types": "Relations, Spirituel", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Skilled Midwife", + "name": "Skilled Midwife (WIP)", + "types": "Relations", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Thoughtful Arbiter", + "name": "Thoughtful Arbiter (WIP)", + "types": "Relations", + "description": "", + "book_reference": "Décret de la nature" } ] } diff --git a/system/babele/fr/l5r5e.core-peculiarities-passions.json b/system/babele/fr/l5r5e.core-peculiarities-passions.json index e9fb6b2..63d0e04 100644 --- a/system/babele/fr/l5r5e.core-peculiarities-passions.json +++ b/system/babele/fr/l5r5e.core-peculiarities-passions.json @@ -1,9 +1,9 @@ { "label": "Passions", "mapping": { - "types": "data.types", - "description": "data.description", - "book_reference": "data.book_reference" + "types": "system.types", + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { @@ -292,6 +292,20 @@ "types": "Martial, Social", "description": "", "book_reference": "Les Champs de la Victoire" + }, + { + "id": "Charity", + "name": "Charity (WIP)", + "types": "Relations, Mental", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Kintsugi", + "name": "Kintsugi (WIP)", + "types": "Mental, Physique", + "description": "", + "book_reference": "Décret de la nature" } ] } diff --git a/system/babele/fr/l5r5e.core-properties.json b/system/babele/fr/l5r5e.core-properties.json index 9500124..ee88b95 100644 --- a/system/babele/fr/l5r5e.core-properties.json +++ b/system/babele/fr/l5r5e.core-properties.json @@ -1,8 +1,8 @@ { "label": "Propriétés", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-signature-scrolls.json b/system/babele/fr/l5r5e.core-signature-scrolls.json index bf588f6..cb541bc 100644 --- a/system/babele/fr/l5r5e.core-signature-scrolls.json +++ b/system/babele/fr/l5r5e.core-signature-scrolls.json @@ -1,8 +1,8 @@ { "label": "Rouleaux de marque", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-techniques-inversions.json b/system/babele/fr/l5r5e.core-techniques-inversions.json index 631ef23..bffe71b 100644 --- a/system/babele/fr/l5r5e.core-techniques-inversions.json +++ b/system/babele/fr/l5r5e.core-techniques-inversions.json @@ -1,8 +1,8 @@ { "label": "Techniques d'Inversions", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-techniques-invocations.json b/system/babele/fr/l5r5e.core-techniques-invocations.json index 5e98507..33b33a0 100644 --- a/system/babele/fr/l5r5e.core-techniques-invocations.json +++ b/system/babele/fr/l5r5e.core-techniques-invocations.json @@ -1,8 +1,8 @@ { "label": "Techniques Invocations", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-techniques-kata.json b/system/babele/fr/l5r5e.core-techniques-kata.json index a30066f..b1d22f7 100644 --- a/system/babele/fr/l5r5e.core-techniques-kata.json +++ b/system/babele/fr/l5r5e.core-techniques-kata.json @@ -1,8 +1,8 @@ { "label": "Techniques Kata", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { @@ -400,6 +400,90 @@ "name": "Shattering Tide Style (WIP)", "description": "", "book_reference": "Les Champs de la Victoire" + }, + { + "id": "Bear’s Swipe Style", + "name": "Bear’s Swipe Style (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Serpent’s Twist Style", + "name": "Serpent’s Twist Style (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Swallow’s Dart Style", + "name": "Swallow’s Dart Style (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Tiger’s Lunge Style", + "name": "Tiger’s Lunge Style (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Flexible Grip", + "name": "Flexible Grip (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Howling Gale Defense", + "name": "Howling Gale Defense (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Heron’s Grasp Style", + "name": "Heron’s Grasp Style (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Serow’s Leap Style", + "name": "Serow’s Leap Style (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Tumbling Oak Style", + "name": "Tumbling Oak Style (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Flight", + "name": "Flight (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Razor Bite", + "name": "Razor Bite (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Owl’s Swoop Style", + "name": "Owl’s Swoop Style (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Skittering Shift", + "name": "Skittering Shift (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Tail Sweep", + "name": "Tail Sweep (WIP)", + "description": "", + "book_reference": "Décret de la nature" } ] } diff --git a/system/babele/fr/l5r5e.core-techniques-kiho.json b/system/babele/fr/l5r5e.core-techniques-kiho.json index aedbc6e..61c5416 100644 --- a/system/babele/fr/l5r5e.core-techniques-kiho.json +++ b/system/babele/fr/l5r5e.core-techniques-kiho.json @@ -1,8 +1,8 @@ { "label": "Techniques Kihõ", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { @@ -142,6 +142,96 @@ "name": "La voie du sabre sans tranchant", "description": "", "book_reference": "Livre de Règles p.188" + }, + { + "id": "Mercy of the Stone Fortune", + "name": "Mercy of the Stone Fortune (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Rejuvenating Breath", + "name": "Rejuvenating Breath (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Shadow of Ancient Peaks", + "name": "Shadow of Ancient Peaks (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Cutting Wind Talons", + "name": "Cutting Wind Talons (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Grace of the Gentle Breeze", + "name": "Grace of the Gentle Breeze (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Step of the Storm", + "name": "Step of the Storm (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Blistering Retribution", + "name": "Blistering Retribution (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Dance of Fire", + "name": "Dance of Fire (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Volcanic Fist", + "name": "Volcanic Fist (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Fist of Spreading Venom", + "name": "Fist of Spreading Venom (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "River’s Flowing Stride", + "name": "River’s Flowing Stride (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Seeping Ki", + "name": "Seeping Ki (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Aura Awareness", + "name": "Aura Awareness (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Essence of Stillness", + "name": "Essence of Stillness (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Eternal Mind’s Gate", + "name": "Eternal Mind’s Gate (WIP)", + "description": "", + "book_reference": "Décret de la nature" } ] } diff --git a/system/babele/fr/l5r5e.core-techniques-maho.json b/system/babele/fr/l5r5e.core-techniques-maho.json index cd9eef4..9af96f2 100644 --- a/system/babele/fr/l5r5e.core-techniques-maho.json +++ b/system/babele/fr/l5r5e.core-techniques-maho.json @@ -1,8 +1,8 @@ { "label": "Techniques Mahõ", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-techniques-mantra.json b/system/babele/fr/l5r5e.core-techniques-mantra.json index f13d764..b7a245f 100644 --- a/system/babele/fr/l5r5e.core-techniques-mantra.json +++ b/system/babele/fr/l5r5e.core-techniques-mantra.json @@ -1,8 +1,8 @@ { "label": "Techniques Mantra", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-techniques-mastery.json b/system/babele/fr/l5r5e.core-techniques-mastery.json index 288affc..d89cb92 100644 --- a/system/babele/fr/l5r5e.core-techniques-mastery.json +++ b/system/babele/fr/l5r5e.core-techniques-mastery.json @@ -1,8 +1,8 @@ { "label": "Capacités de Maîtrise", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { @@ -556,6 +556,42 @@ "name": "Onde de tempête", "description": "", "book_reference": "Le Clan de la Mante p.6" + }, + { + "id": "Whispers of the Kami", + "name": "Whispers of the Kami (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Smiling Mountain Tradition", + "name": "Smiling Mountain Tradition (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Scaled Hide", + "name": "Scaled Hide (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Reflexive Strike", + "name": "Reflexive Strike (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "A Master of Study", + "name": "A Master of Study (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Born to Survive", + "name": "Born to Survive (WIP)", + "description": "", + "book_reference": "Décret de la nature" } ] } diff --git a/system/babele/fr/l5r5e.core-techniques-ninjutsu.json b/system/babele/fr/l5r5e.core-techniques-ninjutsu.json index 0538218..f2d174f 100644 --- a/system/babele/fr/l5r5e.core-techniques-ninjutsu.json +++ b/system/babele/fr/l5r5e.core-techniques-ninjutsu.json @@ -1,8 +1,8 @@ { "label": "Techniques Ninjutsu", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-techniques-rituals.json b/system/babele/fr/l5r5e.core-techniques-rituals.json index 4f71a13..f37e95d 100644 --- a/system/babele/fr/l5r5e.core-techniques-rituals.json +++ b/system/babele/fr/l5r5e.core-techniques-rituals.json @@ -1,8 +1,8 @@ { "label": "Techniques Rituels", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { @@ -184,6 +184,36 @@ "name": "Imbue Thunder (WIP)", "description": "", "book_reference": "Les Champs de la Victoire" + }, + { + "id": "Chikushō-dō’s Guile", + "name": "Chikushō-dō’s Guile (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Guard Against the Elements", + "name": "Guard Against the Elements (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Cunning Snares", + "name": "Cunning Snares (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Hunter’s Expertise", + "name": "Hunter’s Expertise (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Trance of Lives Past", + "name": "Trance of Lives Past (WIP)", + "description": "", + "book_reference": "Décret de la nature" } ] } diff --git a/system/babele/fr/l5r5e.core-techniques-school.json b/system/babele/fr/l5r5e.core-techniques-school.json index 798a4ec..5ad6c0e 100644 --- a/system/babele/fr/l5r5e.core-techniques-school.json +++ b/system/babele/fr/l5r5e.core-techniques-school.json @@ -1,8 +1,8 @@ { "label": "Capacités d’école", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { @@ -556,6 +556,42 @@ "name": "L’oeil de la tempête", "description": "", "book_reference": "Le Clan de la Mante p.6" + }, + { + "id": "May the Spirits Show the Path", + "name": "May the Spirits Show the Path (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Laughter Makes the Home", + "name": "Laughter Makes the Home (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Bend Perception", + "name": "Bend Perception (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Keen Senses", + "name": "Keen Senses (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Mind of Calm", + "name": "Mind of Calm (WIP)", + "description": "", + "book_reference": "Décret de la nature" + }, + { + "id": "Evolution of the Wilds", + "name": "Evolution of the Wilds (WIP)", + "description": "", + "book_reference": "Décret de la nature" } ] } diff --git a/system/babele/fr/l5r5e.core-techniques-shuji.json b/system/babele/fr/l5r5e.core-techniques-shuji.json index 39e8ed2..fd9bda9 100644 --- a/system/babele/fr/l5r5e.core-techniques-shuji.json +++ b/system/babele/fr/l5r5e.core-techniques-shuji.json @@ -1,8 +1,8 @@ { "label": "Techniques Shuji", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/fr/l5r5e.core-titles.json b/system/babele/fr/l5r5e.core-titles.json index a9f1adb..966a2e0 100644 --- a/system/babele/fr/l5r5e.core-titles.json +++ b/system/babele/fr/l5r5e.core-titles.json @@ -1,8 +1,8 @@ { "label": "Titres", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { @@ -250,6 +250,30 @@ "name": "Astradhari", "description": "

Cursus

Compétences SavantesGrp. de comp.
Compétences MartialesGrp. de comp.
CommandementCompétence
CourtoisieCompétence
(ritual) Rituels de rang 1-3 (prereq)Tech. Grp.
(mantra) Mantra de conjuration : [Nom de l’instrument] (prereq)Technique
(shuji) Courage exemplaire (prereq)Technique
", "book_reference": "La Voie des Vagues p.187" + }, + { + "id": "Awakened Soul", + "name": "Awakened Soul (WIP)", + "description": "

Cursus

Compétences SocialesGrp. de comp.
Compétences SavantesGrp. de comp.
CultureCompétence
MéditationCompétence
SurvieCompétence
ThéologieCompétence
(kiho) Eternal Mind’s Gate (WIP) (prereq)Technique
(ritual) Trance of Lives Past (WIP) (prereq)Technique
", + "book_reference": "Décret de la nature" + }, + { + "id": "Forester", + "name": "Forester (WIP)", + "description": "

Cursus

Compétences SocialesGrp. de comp.
Compétences SavantesGrp. de comp.
CourtoisieCompétence
SentimentsCompétence
SurvieCompétence
ThéologieCompétence
(invocation) Invocations de la Terre ou de l’Eau de rang 1-2 (prereq)Tech. Grp.
(shuji) Shuji de rang 1-3 (prereq)Tech. Grp.
", + "book_reference": "Décret de la nature" + }, + { + "id": "Temple Abbot", + "name": "Temple Abbot (WIP)", + "description": "

Cursus

Compétences SocialesGrp. de comp.
Compétences SavantesGrp. de comp.
CultureCompétence
MéditationCompétence
ThéologieCompétence
(ritual) Rite de purification (prereq)Technique
(kiho) Rejuvenating Breath (WIP) (prereq)Technique
(shuji) Courage exemplaire (prereq)Technique
", + "book_reference": "Décret de la nature" + }, + { + "id": "Yōkai Hunter", + "name": "Yōkai Hunter (WIP)", + "description": "

Cursus

Compétences SavantesGrp. de comp.
Compétences MartialesGrp. de comp.
CommandementCompétence
CourtoisieCompétence
SurvieCompétence
(kiho) Blistering Retribution (WIP) (prereq)Technique
(kata) Swallow’s Dart Style (WIP) (prereq)Technique
(kata) Tiger’s Lunge Style (WIP) (prereq)Technique
", + "book_reference": "Décret de la nature" } ] } diff --git a/system/babele/fr/l5r5e.core-weapons.json b/system/babele/fr/l5r5e.core-weapons.json index 5dfed05..71fcaaa 100644 --- a/system/babele/fr/l5r5e.core-weapons.json +++ b/system/babele/fr/l5r5e.core-weapons.json @@ -1,11 +1,11 @@ { "label": "Armes", "mapping": { - "category": "data.category", - "grip_1": "data.grip_1", - "grip_2": "data.grip_2", - "description": "data.description", - "book_reference": "data.book_reference" + "category": "system.category", + "grip_1": "system.grip_1", + "grip_2": "system.grip_2", + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-armors.json b/system/babele/it/l5r5e.core-armors.json index c72b822..79b1baa 100644 --- a/system/babele/it/l5r5e.core-armors.json +++ b/system/babele/it/l5r5e.core-armors.json @@ -1,8 +1,8 @@ { "label": "Armature (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-bonds.json b/system/babele/it/l5r5e.core-bonds.json index 3d000ab..ad96bd1 100644 --- a/system/babele/it/l5r5e.core-bonds.json +++ b/system/babele/it/l5r5e.core-bonds.json @@ -1,9 +1,9 @@ { "label": "Legami (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference", - "bond_type": "data.bond_type" + "description": "system.description", + "book_reference": "system.book_reference", + "bond_type": "system.bond_type" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-celestial-implement-boons.json b/system/babele/it/l5r5e.core-celestial-implement-boons.json index 24f7e58..df4d57c 100644 --- a/system/babele/it/l5r5e.core-celestial-implement-boons.json +++ b/system/babele/it/l5r5e.core-celestial-implement-boons.json @@ -1,8 +1,8 @@ { "label": "Benedizioni degli Strumenti Divini (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-item-patterns.json b/system/babele/it/l5r5e.core-item-patterns.json index c3caec0..2e149fe 100644 --- a/system/babele/it/l5r5e.core-item-patterns.json +++ b/system/babele/it/l5r5e.core-item-patterns.json @@ -1,8 +1,8 @@ { "label": "Modelli di Oggetti", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-items.json b/system/babele/it/l5r5e.core-items.json index 0340b65..c221b25 100644 --- a/system/babele/it/l5r5e.core-items.json +++ b/system/babele/it/l5r5e.core-items.json @@ -1,8 +1,8 @@ { "label": "Effetti Personali (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-peculiarities-adversities.json b/system/babele/it/l5r5e.core-peculiarities-adversities.json index ae734b2..0f38d11 100644 --- a/system/babele/it/l5r5e.core-peculiarities-adversities.json +++ b/system/babele/it/l5r5e.core-peculiarities-adversities.json @@ -1,9 +1,9 @@ { "label": "Svantaggi (WIP)", "mapping": { - "types": "data.types", - "description": "data.description", - "book_reference": "data.book_reference" + "types": "system.types", + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-peculiarities-anxieties.json b/system/babele/it/l5r5e.core-peculiarities-anxieties.json index 796fd46..86e2e9f 100644 --- a/system/babele/it/l5r5e.core-peculiarities-anxieties.json +++ b/system/babele/it/l5r5e.core-peculiarities-anxieties.json @@ -1,9 +1,9 @@ { "label": "Ansietà (WIP)", "mapping": { - "types": "data.types", - "description": "data.description", - "book_reference": "data.book_reference" + "types": "system.types", + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-peculiarities-distinctions.json b/system/babele/it/l5r5e.core-peculiarities-distinctions.json index 06650b7..a9efcf1 100644 --- a/system/babele/it/l5r5e.core-peculiarities-distinctions.json +++ b/system/babele/it/l5r5e.core-peculiarities-distinctions.json @@ -1,9 +1,9 @@ { "label": "Vantaggi (WIP)", "mapping": { - "types": "data.types", - "description": "data.description", - "book_reference": "data.book_reference" + "types": "system.types", + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-peculiarities-passions.json b/system/babele/it/l5r5e.core-peculiarities-passions.json index a4861dc..a597663 100644 --- a/system/babele/it/l5r5e.core-peculiarities-passions.json +++ b/system/babele/it/l5r5e.core-peculiarities-passions.json @@ -1,9 +1,9 @@ { "label": "Passioni (WIP)", "mapping": { - "types": "data.types", - "description": "data.description", - "book_reference": "data.book_reference" + "types": "system.types", + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-properties.json b/system/babele/it/l5r5e.core-properties.json index 2391ba9..893babb 100644 --- a/system/babele/it/l5r5e.core-properties.json +++ b/system/babele/it/l5r5e.core-properties.json @@ -1,8 +1,8 @@ { "label": "Qualità degli Oggetti (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-signature-scrolls.json b/system/babele/it/l5r5e.core-signature-scrolls.json index 34a8b98..7172f34 100644 --- a/system/babele/it/l5r5e.core-signature-scrolls.json +++ b/system/babele/it/l5r5e.core-signature-scrolls.json @@ -1,8 +1,8 @@ { "label": "Signature Scrolls (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-techniques-inversions.json b/system/babele/it/l5r5e.core-techniques-inversions.json index ba0e276..b1beb0f 100644 --- a/system/babele/it/l5r5e.core-techniques-inversions.json +++ b/system/babele/it/l5r5e.core-techniques-inversions.json @@ -1,8 +1,8 @@ { "label": "Techniques Inversions (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-techniques-invocations.json b/system/babele/it/l5r5e.core-techniques-invocations.json index 3b66aab..1062046 100644 --- a/system/babele/it/l5r5e.core-techniques-invocations.json +++ b/system/babele/it/l5r5e.core-techniques-invocations.json @@ -1,8 +1,8 @@ { "label": "Tecniche Invocazioni (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-techniques-kata.json b/system/babele/it/l5r5e.core-techniques-kata.json index 58308d2..8108b6d 100644 --- a/system/babele/it/l5r5e.core-techniques-kata.json +++ b/system/babele/it/l5r5e.core-techniques-kata.json @@ -1,8 +1,8 @@ { "label": "Tecniche Kata (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-techniques-kiho.json b/system/babele/it/l5r5e.core-techniques-kiho.json index 6cbfe3d..ac39873 100644 --- a/system/babele/it/l5r5e.core-techniques-kiho.json +++ b/system/babele/it/l5r5e.core-techniques-kiho.json @@ -1,8 +1,8 @@ { "label": "Tecniche Kihō", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-techniques-maho.json b/system/babele/it/l5r5e.core-techniques-maho.json index 1ecd0b1..3b61dd1 100644 --- a/system/babele/it/l5r5e.core-techniques-maho.json +++ b/system/babele/it/l5r5e.core-techniques-maho.json @@ -1,8 +1,8 @@ { "label": "Tecniche Mahō (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-techniques-mantra.json b/system/babele/it/l5r5e.core-techniques-mantra.json index f030f44..b8996fc 100644 --- a/system/babele/it/l5r5e.core-techniques-mantra.json +++ b/system/babele/it/l5r5e.core-techniques-mantra.json @@ -1,8 +1,8 @@ { "label": "Tecniche Mantra (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-techniques-mastery.json b/system/babele/it/l5r5e.core-techniques-mastery.json index f07ed70..6df5f2c 100644 --- a/system/babele/it/l5r5e.core-techniques-mastery.json +++ b/system/babele/it/l5r5e.core-techniques-mastery.json @@ -1,8 +1,8 @@ { "label": "Capacità da Maestro (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-techniques-ninjutsu.json b/system/babele/it/l5r5e.core-techniques-ninjutsu.json index cad1333..dd8ffab 100644 --- a/system/babele/it/l5r5e.core-techniques-ninjutsu.json +++ b/system/babele/it/l5r5e.core-techniques-ninjutsu.json @@ -1,8 +1,8 @@ { "label": "Tecniche Ninjutsu (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-techniques-rituals.json b/system/babele/it/l5r5e.core-techniques-rituals.json index 559adaf..1ba8c0d 100644 --- a/system/babele/it/l5r5e.core-techniques-rituals.json +++ b/system/babele/it/l5r5e.core-techniques-rituals.json @@ -1,8 +1,8 @@ { "label": "Tecniche Rituali (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-techniques-school.json b/system/babele/it/l5r5e.core-techniques-school.json index 38a892f..435d7cb 100644 --- a/system/babele/it/l5r5e.core-techniques-school.json +++ b/system/babele/it/l5r5e.core-techniques-school.json @@ -1,8 +1,8 @@ { "label": "Capacità della Scuola (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-techniques-shuji.json b/system/babele/it/l5r5e.core-techniques-shuji.json index 33f7d32..4b3d361 100644 --- a/system/babele/it/l5r5e.core-techniques-shuji.json +++ b/system/babele/it/l5r5e.core-techniques-shuji.json @@ -1,8 +1,8 @@ { "label": "Tecniche Shuji (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-titles.json b/system/babele/it/l5r5e.core-titles.json index bbd6e71..538f79c 100644 --- a/system/babele/it/l5r5e.core-titles.json +++ b/system/babele/it/l5r5e.core-titles.json @@ -1,8 +1,8 @@ { "label": "Titoli (WIP)", "mapping": { - "description": "data.description", - "book_reference": "data.book_reference" + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/babele/it/l5r5e.core-weapons.json b/system/babele/it/l5r5e.core-weapons.json index 80bfa9b..1acee4d 100644 --- a/system/babele/it/l5r5e.core-weapons.json +++ b/system/babele/it/l5r5e.core-weapons.json @@ -1,11 +1,11 @@ { "label": "Armi (WIP)", "mapping": { - "category": "data.category", - "grip_1": "data.grip_1", - "grip_2": "data.grip_2", - "description": "data.description", - "book_reference": "data.book_reference" + "category": "system.category", + "grip_1": "system.grip_1", + "grip_2": "system.grip_2", + "description": "system.description", + "book_reference": "system.book_reference" }, "entries": [ { diff --git a/system/packs/core-journal-conditions.db b/system/packs/core-journal-conditions.db index f51b3af..8e35ac9 100644 --- a/system/packs/core-journal-conditions.db +++ b/system/packs/core-journal-conditions.db @@ -14,3 +14,8 @@ {"_id":"L5RCoreCon000014","name":"Silenced","content":"
Core Rulebook p.273
","img":"icons/svg/silenced.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} {"_id":"L5RCoreCon000015","name":"Unconscious","content":"
Core Rulebook p.273
","img":"icons/svg/unconscious.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} {"_id":"L5RCoreCon000016","name":"Wounded","content":"
Core Rulebook p.273
","img":"icons/svg/degen.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} +{"_id":"L5RCoreCon000017","name":"Illness: Oozing Sore Disease","content":"
Writ of the Wild p.140
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} +{"_id":"L5RCoreCon000018","name":"Illness: Gut Sickness","content":"
Writ of the Wild p.141
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} +{"_id":"L5RCoreCon000019","name":"Illness: Coughing Illness","content":"
Writ of the Wild p.141
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} +{"_id":"L5RCoreCon000020","name":"Illness: Unsteady Illness","content":"
Writ of the Wild p.141
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} +{"_id":"L5RCoreCon000021","name":"Illness: Fire Rash","content":"
Writ of the Wild p.141
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} diff --git a/system/packs/core-journal-school-curriculum.db b/system/packs/core-journal-school-curriculum.db index 2e33b20..6eb7f17 100644 --- a/system/packs/core-journal-school-curriculum.db +++ b/system/packs/core-journal-school-curriculum.db @@ -92,3 +92,9 @@ {"_id":"L5RCoreCsc000092","name":"Qamarist Alchemist Tradition","content":"
Path of Waves p.57

Rank 1

Scholar SkillsSkill Group
CourtesySkill
Martial Arts [Ranged]Skill
MeditationSkill
(ritual) Rank 1-2 Rituals (prereq)Tech. Grp.
(shuji) Weight of DutyTechnique
(shuji) Wanderer's ResolveTechnique

Rank 2

Scholar SkillsSkill Group
CommandSkill
LaborSkill
Martial Arts [Ranged]Skill
(shuji) Rank 1-2 ShujiTech. Grp.
(ritual) Fortitude Draught (Qamarist Region) (prereq)Technique
(kata) Boar's Wrath Style (prereq)Technique

Rank 3

Scholar SkillsSkill Group
CourtesySkill
Martial Arts [Ranged]Skill
SentimentSkill
(ritual) Rank 1-3 RitualsTech. Grp.
(kata) Breath of Wind Style (prereq)Technique
(shuji) Look OutTechnique

Rank 4

Social SkillsSkill Group
GovernmentSkill
MedicineSkill
TheologySkill
(ritual) Rank 1-4 RitualsTech. Grp.
(ritual) Restorative Transmutation (Qamarist Region) (prereq)Technique
(shuji) Pillar of CalmTechnique

Rank 5

Social SkillsSkill Group
CultureSkill
MedicineSkill
TheologySkill
(shuji) Rank 1-5 ShujiTech. Grp.
(shuji) Mentor's GuidanceTechnique
(kata) Void Embrace StyleTechnique
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} {"_id":"L5RCoreCsc000093","name":"Ivory Kingdoms Sage Tradition","content":"
Path of Waves p.58

Rank 1

Scholar SkillsSkill Group
CommandSkill
CourtesySkill
FitnessSkill
(kiho) Rank 1 KihoTech. Grp.
(kata) Landslide StrikeTechnique
(shuji) Bellow of ResolveTechnique

Rank 2

Martial SkillsSkill Group
CompositionSkill
GovernmentSkill
SentimentSkill
(kiho) Rank 1-2 KihoTech. Grp.
(kata) Rider's HasteTechnique
(kata) Lord Hida’s Grip (Crab) (prereq)Technique

Rank 3

Martial SkillsSkill Group
CourtesySkill
SentimentSkill
TheologySkill
(kata) Rank 1-3 KataTech. Grp.
(kata) Thunderous Hooves Style (prereq)Technique
(ritual) Cleansing of Coral and Gold (Ivory Kingdoms Region) (prereq)Technique

Rank 4

Social SkillsSkill Group
FitnessSkill
Martial Arts [Melee]Skill
Martial Arts [Unarmed]Skill
(kiho) Rank 1-4 KihoTech. Grp.
(kata) Striking as Void (prereq)Technique
(shuji) Mentor's Guidance (prereq)Technique

Rank 5

Social SkillsSkill Group
Martial Arts [Melee]Skill
Martial Arts [Unarmed]Skill
MeditationSkill
(kata) Rank 1-5 KataTech. Grp.
(kiho) Touch the Void DragonTechnique
(shuji) Buoyant Arrival (prereq)Technique
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} {"_id":"L5RCoreCsc000094","name":"Ivory Kingdoms Dancing Blades Tradition","content":"
Path of Waves p.59

Rank 1

Martial SkillsSkill Group
CommandSkill
CultureSkill
PerformanceSkill
(kata) Rank 1 KataTech. Grp.
(shuji) Eyes Up!Technique
(kata) Rider's Haste (prereq)Technique

Rank 2

Martial SkillsSkill Group
CommandSkill
GovernmentSkill
SeafaringSkill
(kata) Rank 1-2 KataTech. Grp.
(kata) Rushing Ox Style (prereq)Technique
(mantra) Summon Mantra : [One Implement] (prereq)Technique

Rank 3

Martial SkillsSkill Group
CommandSkill
CultureSkill
SeafaringSkill
(shuji) Rank 1-3 Earth & Fire ShujiTech. Grp.
(kata) Daring Swing (prereq)Technique
(shuji) BravadoTechnique

Rank 4

Martial SkillsSkill Group
CultureSkill
GovernmentSkill
PerformanceSkill
(kata) Rank 1-4 KataTech. Grp.
(kata) Swirling Tempest Style (prereq)Technique
(shuji) Roar of Encouragement (prereq)Technique

Rank 5

Martial SkillsSkill Group
CommandSkill
CultureSkill
SeafaringSkill
(kata) Rank 1-5 KataTech. Grp.
(shuji) Sear the Wound (prereq)Technique
(shuji) The Immovable Hand of PeaceTechnique
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} +{"_id":"L5RCoreCsc000095","name":"Dragonfly Grace of the Spirits School [Dragonfly]","content":"
Writ of the Wild p.96

Rank 1

Social SkillsSkill Group
CultureSkill
GovernmentSkill
TheologySkill
(shuji) Rank 1-2 Air & Water Shūji (prereq)Tech. Grp.
(invocation) Heart of the Water Dragon (prereq)Technique
(invocation) By the Light of the Lord MoonTechnique

Rank 2

Social SkillsSkill Group
GovernmentSkill
SentimentSkill
TheologySkill
(invocation) Rank 1-2 Air & Water InvocationsTech. Grp.
(shuji) The Wind Blows Both Ways (prereq)Technique
(ritual) Tea CeremonyTechnique

Rank 3

Scholar SkillsSkill Group
CourtesySkill
PerformanceSkill
Martial Arts [Melee]Skill
(invocation) Rank 1-3 Air & Water InvocationsTech. Grp.
(invocation) Rise, Water (prereq)Technique
(shuji) Touchstone of CourageTechnique

Rank 4

Social SkillsSkill Group
CultureSkill
Martial Arts [Melee]Skill
TheologySkill
(invocation) Rank 1-4 InvocationsTech. Grp.
(shuji) Bend with the Storm (prereq)Technique
(shuji) Regal BearingTechnique

Rank 5

Social SkillsSkill Group
GovernmentSkills
Martial Arts [Melee]Skill
TheologySkill
(invocation) Rank 1-5 InvocationsTech. Grp.
(shuji) Buoyant ArrivalTechnique
(shuji) Rouse the SoulTechnique
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} +{"_id":"L5RCoreCsc000096","name":"Laughing Mountain Hearthstone Tradition","content":"
Writ of the Wild p.97

Rank 1

Social SkillsSkill Group
CompositionSkill
MeditationSkill
SurvivalSkill
(shuji) Rank 1 ShūjiTech. Grp.
(kiho) Blistering Retribution (prereq)Technique
(kiho) Breaking BlowTechnique

Rank 2

Scholar SkillsSkill Group
CourtesySkill
GamesSkill
Martial Arts [Unarmed]Skill
(kiho) Rank 1-2 KihōTech. Grp.
(kiho) Grace of the Gentle Breeze (prereq)Technique
(shuji) Feigned OpeningTechnique

Rank 3

Social SkillsSkill Group
CultureSkill
Martial Arts [Unarmed]Skill
MeditationSkill
(shuji) Rank 1-3 ShūjiTech. Grp.
(ritual) Trance of Lives Past (prereq)Technique
(kiho) Dance of FireTechnique

Rank 4

Social SkillsSkill Group
CompositionSkill
FitnessSkill
SentimentSkill
(kiho) Rank 1-4 KihōTech. Grp.
(shuji) Bend with the Storm (prereq)Technique
(shuji) BravadoTechnique

Rank 5

Scholar SkillsSkill Group
CourtesySkill
FitnessSkill
Martial Arts [Unarmed]Skill
(shuji) Rank 1-5 Air & Fire ShūjiTech. Grp.
(kiho) Rank 1-5 KihōTech. Grp.
(shuji) Buoyant ArrivalTechnique
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} +{"_id":"L5RCoreCsc000097","name":"Shinomen Naga Seer Tradition","content":"
Writ of the Wild p.98

Rank 1

Martial SkillsSkill Group
CourtesySkill
MedicineSkill
SurvivalSkill
(kata) Rank 1 KataTech. Grp.
(kata) Serpent’s Twist Style (prereq)Technique
(shuji) Honest AssessmentTechnique

Rank 2

Scholar SkillsSkill Group
FitnessSkill
Martial Arts [Melee]Skill
SurvivalSkill
(shuji) Rank 1-2 Earth & Water ShūjiTech. Grp.
(kata) Tail Sweep (prereq)Technique
(kata) Razor BiteTechnique

Rank 3

Social SkillsSkill Group
Martial Arts [Melee]Skill
SurvivalSkill
TheologySkill
(kata) Rank 1-3 KataTech. Grp.
(kata) Tumbling Oak Style (prereq)Technique
(shuji) Ebb and FlowTechnique

Rank 4

Martial SkillsSkill Group
CultureSkill
SentimentSkill
TheologySkill
(shuji) Rank 1-4 ShūjiTech. Grp.
(shuji) The Immovable Hand of Peace (prereq)Technique
(kata) Crashing Wave StyleTechnique

Rank 5

Social SkillsSkill Group
Martial Arts [Melee]Skill
MedicineSkill
TheologySkill
(kata) Rank 1-4 KataTech. Grp.
(shuji) Rank 1-5 ShūjiTech. Grp.
(invocation) Ever-Changing Waves (prereq)Technique
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} +{"_id":"L5RCoreCsc000098","name":"Nezumi Tattered Ear Explorer Tradition","content":"
Writ of the Wild p.99

Rank 1

Martial SkillsSkill Group
SentimentSkill
SkulduggerySkill
SurvivalSkill
(kata) Rank 1 KataTech. Grp.
(kata) Swallow’s Dart Style (prereq)Technique
(shuji) Honest AssessmentTechnique

Rank 2

Social SkillsSkill Group
Martial Arts [Ranged]Skill
MedicineSkill
SurvivalSkill
(kata) Rank 1-2 KataTech. Grp.
(kata) Skittering Shift (prereq)Technique
(kata) Serpent’s Twist StyleTechnique

Rank 3

Martial SkillsSkill Group
CommerceSkill
CourtesySkill
SkulduggerySkill
(shuji) Rank 1-3 ShūjiTech. Grp.
(ninjutsu) Deadly Sting (prereq)Technique
(kata) Tail SweepTechnique

Rank 4

Martial SkillsSkill Group
CourtesySkill
GamesSkill
SurvivalSkill
(kata) Rank 1-4 KataTech. Grp.
(ninjutsu) Silencing Stroke (prereq)Technique
(shuji) BravadoTechnique

Rank 5

Martial SkillsSkill Group
GamesSkill
MedicineSkill
SurvivalSkill
(kata) Rank 1-5 KataTech. Grp.
(ninjutsu) Rank 1-5 Ninjutsu (prereq)Tech. Grp.
(shuji) Sear the WoundTechnique
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} +{"_id":"L5RCoreCsc000099","name":"Tengu Mask of Air Tradition","content":"
Writ of the Wild p.100

Rank 1

Scholar SkillsSkill Group
FitnessSkill
Martial Arts [Melee]Skill
MeditationSkill
(kiho) Rank 1 KihōTech. Grp.
(kiho) Cutting Wind Talons (prereq)Technique
(kata) Flexible Grip (prereq)Technique

Rank 2

Martial SkillsSkill Group
MedicineSkill
SurvivalSkill
TheologySkill
(invocation) Rank 1-2 InvocationsTech. Grp.
(kata) Razor Bite (prereq)Technique
(kata) Howling Gale Defense (prereq)Technique

Rank 3

Scholar SkillsSkill Group
FitnessSkill
MeditationSkill
TacticsSkill
(kiho) Rank 1-3 KihōTech. Grp.
(invocation) Rank 1-3 InvocationsTech. Grp.
(kata) Heron’s Grasp Style (prereq)Technique

Rank 4

Scholar SkillsSkill Group
Martial Arts [Melee]Skill
MeditationSkill
SurvivalSkill
(kiho) Rank 1-4 KihōTech. Grp.
(kata) Serow’s Leap Style (prereq)Technique
(kata) Owl’s Swoop Style (prereq)Technique

Rank 5

Martial SkillsSkill Group
TacticsSkill
TheologySkill
SurvivalSkill
(kiho) Rank 1-5 KihōTech. Grp.
(kata) Breath of Wind Style (prereq)Technique
(invocation) Wrath of Kaze-no-KamiTechnique
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} +{"_id":"L5RCoreCsc000100","name":"Woolen Hooves Trapper Tradition","content":"
Writ of the Wild p.101

Rank 1

Trade SkillsSkill Group
CommandSkill
FitnessSkill
Martial Arts [Ranged]Skill
(kata) Rank 1 KataTech. Grp.
(ritual) Cunning Snares (prereq)Technique
(shuji) Shallow WatersTechnique

Rank 2

Martial SkillsSkill Group
SentimentSkill
SmithingSkill
SurvivalSkill
(kata) Rank 1-2 KataTech. Grp.
(ritual) Hunter’s Expertise (prereq)Technique
(shuji) Lightning RaidTechnique

Rank 3

Martial SkillsSkill Group
LaborSkill
MedicineSkill
SurvivalSkill
(shuji) Rank 1-3 ShūjiTech. Grp.
(kata) Iron in the Mountains Style (prereq)Technique
(kata) Tiger’s Lunge StyleTechnique

Rank 4

Trade SkillsSkill Group
CommandSkill
SmithingSkill
SurvivalSkill
(ritual) Rank 1-5 RitualsTech. Grp.
(kata) Pin the Fan (prereq)Technique
(kata) Disappearing World StyleTechnique

Rank 5

Martial SkillsSkill Group
CommandSkill
MedicineSkill
SurvivalSkill
(kata) Rank 1-5 KataTech. Grp.
(shuji) Pillar of CalmTechnique
(shuji) Sear the WoundTechnique
","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} diff --git a/system/packs/core-journal-terrain-qualities.db b/system/packs/core-journal-terrain-qualities.db index 5fef65d..e4c1821 100644 --- a/system/packs/core-journal-terrain-qualities.db +++ b/system/packs/core-journal-terrain-qualities.db @@ -8,3 +8,4 @@ {"_id":"L5RCoreTer000008","name":"Elevated","content":"
Fields of Victory p.122
","img":"icons/svg/up.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} {"_id":"L5RCoreTer000009","name":"Open","content":"
Fields of Victory p.122
","img":"icons/svg/mountain.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} {"_id":"L5RCoreTer000010","name":"Recessed","content":"
Fields of Victory p.122
","img":"icons/svg/down.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} +{"_id":"L5RCoreTer000011","name":"Imbalanced (One or More Elements) Variant","content":"
Writ of the Wild p.139
","img":"icons/svg/stoned.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}} diff --git a/system/packs/core-peculiarities-adversities.db b/system/packs/core-peculiarities-adversities.db index e1e64c8..fc61742 100644 --- a/system/packs/core-peculiarities-adversities.db +++ b/system/packs/core-peculiarities-adversities.db @@ -80,3 +80,6 @@ {"_id":"L5RCoreAdv000080","name":"Shadowlands Taint [Distorted Limbs]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Curse, Physical","description":"","book_reference":"Shadowlands p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} {"_id":"L5RCoreAdv000081","name":"Sailor’s Tongue","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal, Mental","description":"","book_reference":"Mantis Clan p.7"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} {"_id":"L5RCoreAdv000082","name":"Blood Feud","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Interpersonal, Social","description":"","book_reference":"Fields of Victory p.83"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} +{"_id":"L5RCoreAdv000083","name":"Insomniac","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Mental","description":"","book_reference":"Writ of the Wild p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} +{"_id":"L5RCoreAdv000084","name":"Out of Shape","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical","description":"","book_reference":"Writ of the Wild p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} +{"_id":"L5RCoreAdv000085","name":"Stalked by [Creature]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Interpersonal, Mental, Spiritual","description":"","book_reference":"Writ of the Wild p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} diff --git a/system/packs/core-peculiarities-anxieties.db b/system/packs/core-peculiarities-anxieties.db index a484105..7f10194 100644 --- a/system/packs/core-peculiarities-anxieties.db +++ b/system/packs/core-peculiarities-anxieties.db @@ -37,3 +37,6 @@ {"_id":"L5RCoreAnx000037","name":"Reformed Maho-Tsukai","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Shadowlands p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} {"_id":"L5RCoreAnx000038","name":"Belligerent","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Fields of Victory p.85"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} {"_id":"L5RCoreAnx000039","name":"Braggart","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Fields of Victory p.85"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} +{"_id":"L5RCoreAnx000040","name":"Fear of [Common Creature]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Writ of the Wild p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} +{"_id":"L5RCoreAnx000041","name":"Fear of Mediocrity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Writ of the Wild p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} +{"_id":"L5RCoreAnx000042","name":"Fear of Poison","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Writ of the Wild p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} diff --git a/system/packs/core-peculiarities-distinctions.db b/system/packs/core-peculiarities-distinctions.db index f726f8f..c771ebe 100644 --- a/system/packs/core-peculiarities-distinctions.db +++ b/system/packs/core-peculiarities-distinctions.db @@ -66,3 +66,6 @@ {"_id":"L5RCoreDis000066","name":"Guiding Ancestor","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Spiritual","description":"","book_reference":"Fields of Victory p.82"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} {"_id":"L5RCoreDis000067","name":"Traditional Adherent","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Mental","description":"","book_reference":"Fields of Victory p.82"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} {"_id":"L5RCoreDis000068","name":"Passion for [Foreign Performing Art Form]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Path of Waves p.71"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} +{"_id":"L5RCoreDis000069","name":"Knowledgeable Wilderness Guide","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Interpersonal, Spiritual","description":"","book_reference":"Writ of the Wild p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} +{"_id":"L5RCoreDis000070","name":"Skilled Midwife","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Writ of the Wild p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} +{"_id":"L5RCoreDis000071","name":"Thoughtful Arbiter","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Writ of the Wild p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} diff --git a/system/packs/core-peculiarities-passions.db b/system/packs/core-peculiarities-passions.db index f5c107e..5323f0c 100644 --- a/system/packs/core-peculiarities-passions.db +++ b/system/packs/core-peculiarities-passions.db @@ -39,3 +39,5 @@ {"_id":"L5RCorePas000040","name":"KnotWork","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Mantis Clan p.7"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} {"_id":"L5RCorePas000041","name":"Ancestry","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Fields of Victory p.83"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} {"_id":"L5RCorePas000042","name":"Glorious Deeds","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Martial, Social","description":"","book_reference":"Fields of Victory p.83"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} +{"_id":"L5RCorePas000043","name":"Charity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Writ of the Wild p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} +{"_id":"L5RCorePas000044","name":"Kintsugi","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Mental, Physical","description":"","book_reference":"Writ of the Wild p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]} diff --git a/system/packs/core-techniques-kata.db b/system/packs/core-techniques-kata.db index 25f39da..8a04aa5 100644 --- a/system/packs/core-techniques-kata.db +++ b/system/packs/core-techniques-kata.db @@ -64,3 +64,17 @@ {"_id":"L5RCoreKat000065","name":"Fierce Badger Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Fields of Victory p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} {"_id":"L5RCoreKat000066","name":"Thicket's Embrace Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Fields of Victory p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} {"_id":"L5RCoreKat000067","name":"Shattering Tide Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Fields of Victory p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000068","name":"Bear’s Swipe Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000069","name":"Serpent’s Twist Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000070","name":"Swallow’s Dart Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000071","name":"Tiger’s Lunge Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000072","name":"Flexible Grip","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000073","name":"Howling Gale Defense","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000074","name":"Heron’s Grasp Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000075","name":"Serow’s Leap Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000076","name":"Tumbling Oak Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000077","name":"Flight","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000078","name":"Razor Bite","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000079","name":"Owl’s Swoop Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000080","name":"Skittering Shift","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} +{"_id":"L5RCoreKat000081","name":"Tail Sweep","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]} diff --git a/system/packs/core-techniques-kiho.db b/system/packs/core-techniques-kiho.db index 427e901..210949e 100644 --- a/system/packs/core-techniques-kiho.db +++ b/system/packs/core-techniques-kiho.db @@ -21,3 +21,18 @@ {"_id":"L5RCoreKih000021","name":"Touch the Void Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"4","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} {"_id":"L5RCoreKih000022","name":"Still the Elements","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"4","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} {"_id":"L5RCoreKih000023","name":"Way of the Edgeless Sword","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000024","name":"Mercy of the Stone Fortune","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"meditation","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000025","name":"Rejuvenating Breath","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"fitness","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000026","name":"Shadow of Ancient Peaks","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","skill":"tactics","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000027","name":"Cutting Wind Talons","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"fitness","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000028","name":"Grace of the Gentle Breeze","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"survival","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000029","name":"Step of the Storm","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","skill":"fitness","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000030","name":"Blistering Retribution","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"meditation","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000031","name":"Dance of Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"performance","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000032","name":"Volcanic Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","skill":"fitness","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000033","name":"Fist of Spreading Venom","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"medicine","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000034","name":"River’s Flowing Stride","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"fitness","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000035","name":"Seeping Ki","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000036","name":"Aura Awareness","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000037","name":"Essence of Stillness","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"fitness","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} +{"_id":"L5RCoreKih000038","name":"Eternal Mind’s Gate","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]} diff --git a/system/packs/core-techniques-mastery.db b/system/packs/core-techniques-mastery.db index 6c7b51a..a8914c0 100644 --- a/system/packs/core-techniques-mastery.db +++ b/system/packs/core-techniques-mastery.db @@ -90,3 +90,9 @@ {"_id":"L5RCoreMas000090","name":"With the Soul of a Lion","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Fields of Victory p.80"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]} {"_id":"L5RCoreMas000091","name":"Empty Soul Ki","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Fields of Victory p.81"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]} {"_id":"L5RCoreMas000092","name":"Storm Surge","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Mantis Clan p.6"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/mantis.svg","effects":[]} +{"_id":"L5RCoreMas000093","name":"Whispers of the Kami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Writ of the Wild p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]} +{"_id":"L5RCoreMas000094","name":"Smiling Mountain Tradition","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Writ of the Wild p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]} +{"_id":"L5RCoreMas000095","name":"Scaled Hide","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Writ of the Wild p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]} +{"_id":"L5RCoreMas000096","name":"Reflexive Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Writ of the Wild p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]} +{"_id":"L5RCoreMas000097","name":"A Master of Study","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Writ of the Wild p.100"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]} +{"_id":"L5RCoreMas000098","name":"Born to Survive","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Writ of the Wild p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]} diff --git a/system/packs/core-techniques-rituals.db b/system/packs/core-techniques-rituals.db index f762937..4b590d5 100644 --- a/system/packs/core-techniques-rituals.db +++ b/system/packs/core-techniques-rituals.db @@ -28,3 +28,8 @@ {"_id":"L5RCoreRit000028","name":"Beseech Shinjo's Empathy","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"survival","difficulty":"@T:martialRank","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Fields of Victory p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]} {"_id":"L5RCoreRit000029","name":"Beseech Togashi's Vision","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"3","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Fields of Victory p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]} {"_id":"L5RCoreRit000030","name":"Imbue Thunder","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"medicine","difficulty":"4","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Fields of Victory p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]} +{"_id":"L5RCoreRit000031","name":"Chikushō-dō’s Guile","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"survival","difficulty":"1","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]} +{"_id":"L5RCoreRit000032","name":"Guard Against the Elements","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"survival","difficulty":"3","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]} +{"_id":"L5RCoreRit000033","name":"Cunning Snares","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"survival","difficulty":"1","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]} +{"_id":"L5RCoreRit000034","name":"Hunter’s Expertise","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"survival","difficulty":"5","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]} +{"_id":"L5RCoreRit000035","name":"Trance of Lives Past","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"4","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Writ of the Wild p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]} diff --git a/system/packs/core-techniques-school.db b/system/packs/core-techniques-school.db index a043875..4944eb0 100644 --- a/system/packs/core-techniques-school.db +++ b/system/packs/core-techniques-school.db @@ -90,3 +90,9 @@ {"_id":"L5RCoreSch000090","name":"One with the Pride","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Fields of Victory p.80"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]} {"_id":"L5RCoreSch000091","name":"Oath of Sacrifice","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Fields of Victory p.81"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]} {"_id":"L5RCoreSch000092","name":"Eye of the Storm","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Mantis Clan p.6"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/mantis.svg","effects":[]} +{"_id":"L5RCoreSch000093","name":"May the Spirits Show the Path","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"5","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Writ of the Wild p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/school_ability.svg","effects":[]} +{"_id":"L5RCoreSch000094","name":"Laughter Makes the Home","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Writ of the Wild p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/school_ability.svg","effects":[]} +{"_id":"L5RCoreSch000095","name":"Bend Perception","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Writ of the Wild p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/school_ability.svg","effects":[]} +{"_id":"L5RCoreSch000096","name":"Keen Senses","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Writ of the Wild p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/school_ability.svg","effects":[]} +{"_id":"L5RCoreSch000097","name":"Mind of Calm","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Writ of the Wild p.100"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/school_ability.svg","effects":[]} +{"_id":"L5RCoreSch000098","name":"Evolution of the Wilds","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Writ of the Wild p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/school_ability.svg","effects":[]} diff --git a/system/packs/core-titles.db b/system/packs/core-titles.db index c208156..6512d09 100644 --- a/system/packs/core-titles.db +++ b/system/packs/core-titles.db @@ -39,3 +39,7 @@ {"_id":"L5RCoreTit000039","name":"Perfect Land Sect Member","permission":{"default":0},"type":"title","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"24","description":"

Curriculum

Scholar SkillsSkill Group
CourtesySkill
FitnessSkill
LaborSkill
(shuji) Rank 1-2 Water Shuji (prereq)Tech. Grp.
(shuji) Roar of Encouragement (prereq)Technique
(shuji) Rallying Cry (prereq)Technique
","book_reference":"Path of Waves p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/title.svg","effects":[]} {"_id":"L5RCoreTit000040","name":"Ghostlands Warrior","permission":{"default":0},"type":"title","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"36","description":"

Curriculum

Martial SkillsSkill Group
CommandSkill
MedicineSkill
SurvivalSkill
(kiho) Earth Needs No Eyes (prereq)Technique
(kata) Soaring Slice (prereq)Technique
(ritual) Cleansing of Coral and Gold (Ivory Kingdoms Region) (prereq)Technique
","book_reference":"Path of Waves p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/title.svg","effects":[]} {"_id":"L5RCoreTit000041","name":"Astradhari","permission":{"default":0},"type":"title","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"36","description":"

Curriculum

Scholar SkillsSkill Group
Martial SkillsSkill Group
CommandSkill
CourtesySkill
(ritual) Rank 1-3 Rituals (prereq)Tech. Grp.
(mantra) Summon Mantra : [One Implement] (prereq)Technique
(shuji) Touchstone of Courage (prereq)Technique
","book_reference":"Path of Waves p.187"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/title.svg","effects":[]} +{"_id":"L5RCoreTit000042","name":"Awakened Soul","permission":{"default":0},"type":"title","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"44","description":"

Curriculum

Social SkillsSkill Group
Scholar SkillsSkill Group
CultureSkill
MeditationSkill
SurvivalSkill
TheologySkill
(kiho) Eternal Mind’s Gate (prereq)Technique
(ritual) Trance of Lives Past (prereq)Technique
","book_reference":"Writ of the Wild p.142"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/title.svg","effects":[]} +{"_id":"L5RCoreTit000043","name":"Forester","permission":{"default":0},"type":"title","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"24","description":"

Curriculum

Social SkillsSkill Group
Scholar SkillsSkill Group
CourtesySkill
SentimentSkill
SurvivalSkill
TheologySkill
(invocation) Rank 1-2 Earth & Water Invocations (prereq)Tech. Grp.
(shuji) Rank 1-3 Shūji (prereq)Tech. Grp.
","book_reference":"Writ of the Wild p.142"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/title.svg","effects":[]} +{"_id":"L5RCoreTit000044","name":"Temple Abbot","permission":{"default":0},"type":"title","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"36","description":"

Curriculum

Social SkillsSkill Group
Scholar SkillsSkill Group
CultureSkill
MeditationSkill
TheologySkill
(ritual) Cleansing Rite (prereq)Technique
(kiho) Rejuvenating Breath (prereq)Technique
(shuji) Touchstone of Courage (prereq)Technique
","book_reference":"Writ of the Wild p.143"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/title.svg","effects":[]} +{"_id":"L5RCoreTit000045","name":"Yōkai Hunter","permission":{"default":0},"type":"title","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"36","description":"

Curriculum

Scholar SkillsSkill Group
Martial SkillsSkill Group
CommandSkill
CourtesySkill
SurvivalSkill
(kiho) Blistering Retribution (prereq)Technique
(kata) Swallow’s Dart Style (prereq)Technique
(kata) Tiger’s Lunge Style (prereq)Technique
","book_reference":"Writ of the Wild p.143"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/title.svg","effects":[]}