Compare commits
139 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54aafefcf4 | ||
|
|
c138b52c30 | ||
|
|
8b77966287 | ||
|
|
30e8da25a2 | ||
|
|
0d71accfd5 | ||
|
|
02db7b6fe2 | ||
|
|
3e75b54958 | ||
|
|
80b9703318 | ||
|
|
6a8d25f140 | ||
|
|
e9b7b5b42f | ||
|
|
1bc01d0741 | ||
|
|
a9748bdf03 | ||
|
|
1649c2b032 | ||
|
|
897ccefd71 | ||
|
|
95fa36d7a8 | ||
|
|
9d8c1431be | ||
|
|
2c883d2be3 | ||
|
|
79979acfc1 | ||
|
|
399eaa7170 | ||
|
|
f11d873f41 | ||
|
|
fa517075ca | ||
|
|
a1103f847a | ||
|
|
47799feb63 | ||
|
|
65774a77d4 | ||
|
|
2f50f84e0e | ||
|
|
f7eaa93cd4 | ||
|
|
bae1480c89 | ||
|
|
deaaf746d5 | ||
|
|
4386a70a17 | ||
|
|
3398369421 | ||
|
|
67dd599e88 | ||
|
|
f49919b588 | ||
|
|
4b6a60d7d6 | ||
|
|
b0bc91393a | ||
|
|
257a736c83 | ||
|
|
33f2b372a4 | ||
|
|
7a2587083b | ||
|
|
0a1a74c84b | ||
|
|
353d7312f0 | ||
|
|
7698e1449a | ||
|
|
19e2e62207 | ||
|
|
0fc49be621 | ||
|
|
7c0d583031 | ||
|
|
bd508092ec | ||
|
|
47e040509f | ||
|
|
3b37859cb5 | ||
|
|
fcc2691f4b | ||
|
|
bff5ed7865 | ||
|
|
2eead2f22f | ||
|
|
5687a2f34b | ||
|
|
7ca9ee6cba | ||
|
|
4a780b5d9b | ||
|
|
9a46cfb842 | ||
|
|
0658a6cbc4 | ||
|
|
c2cf927557 | ||
|
|
8817f390e4 | ||
|
|
b993914dcb | ||
|
|
9fa30444aa | ||
|
|
d607abe45d | ||
|
|
6e534d5bf3 | ||
|
|
848a54fa1e | ||
|
|
7740aed299 | ||
|
|
c1adae132b | ||
|
|
1662f59009 | ||
|
|
dc00657f84 | ||
|
|
503e4e365f | ||
|
|
69e08b6a33 | ||
|
|
723e7cd934 | ||
|
|
2cefd42c28 | ||
|
|
04bfe38136 | ||
|
|
20d2137a15 | ||
|
|
0916dab259 | ||
|
|
8132a0b459 | ||
|
|
1afa5d151d | ||
|
|
242d31438b | ||
|
|
b5def3fb93 | ||
|
|
71c03b8a5d | ||
|
|
d6ba994ae6 | ||
|
|
cab98451cd | ||
|
|
ac43982f24 | ||
|
|
c5c5d173db | ||
|
|
9446e08433 | ||
|
|
14e18fdc8e | ||
|
|
b219f4aee6 | ||
|
|
5b573a5ed0 | ||
|
|
1dce3a5444 | ||
|
|
b04ac12636 | ||
|
|
3a674fd0f4 | ||
|
|
49fee9a5dd | ||
|
|
ac5bc5f5b2 | ||
|
|
2429be4c5d | ||
|
|
dbff0bb2d4 | ||
|
|
6c50eac0b4 | ||
|
|
a9a2169ed6 | ||
|
|
ff3199ad5c | ||
|
|
40147ae8d3 | ||
|
|
798b0fdf03 | ||
|
|
ad427d99e4 | ||
|
|
f8e45c1e32 | ||
|
|
f9191b7b1c | ||
|
|
e802161d4d | ||
|
|
8acede12ea | ||
|
|
4beace9dfb | ||
|
|
acea008622 | ||
|
|
685c923667 | ||
|
|
fb911a9bf0 | ||
|
|
e88c8aa2f6 | ||
|
|
d500e515e2 | ||
|
|
fc07ee9f46 | ||
|
|
7a8ad990a6 | ||
|
|
c2d8441ba1 | ||
|
|
7a6ea9932d | ||
|
|
ba5f27674d | ||
|
|
66cb3d08ad | ||
|
|
baad5c0d6f | ||
|
|
9d33be15fb | ||
|
|
71eed1b26d | ||
|
|
075ce5f662 | ||
|
|
e7bd9ea3fb | ||
|
|
096429d2f8 | ||
|
|
c7476a42c2 | ||
|
|
8514064722 | ||
|
|
b92d2b3112 | ||
|
|
894cdba28b | ||
|
|
dbbde5eeb3 | ||
|
|
f848e6c234 | ||
|
|
eebd26d32a | ||
|
|
cf937c4979 | ||
|
|
d74d91d8b8 | ||
|
|
ed79c53907 | ||
|
|
6d91bea530 | ||
|
|
9742f6c254 | ||
|
|
39fad25e74 | ||
|
|
bc51066dd7 | ||
|
|
c5cca09e86 | ||
|
|
d1ed939e9a | ||
|
|
d991fd57b4 | ||
|
|
f024f6ba16 | ||
|
|
66f84ba9d7 |
@@ -17,6 +17,7 @@ module.exports = {
|
||||
"import/extensions": "off",
|
||||
"class-methods-use-this": "off",
|
||||
// Personal Preference
|
||||
// "operator-linebreak": ["error", "before"], // prettier bug
|
||||
"linebreak-style": "off",
|
||||
"no-mixed-operators": "off",
|
||||
"no-param-reassign": "off",
|
||||
@@ -419,7 +420,7 @@ module.exports = {
|
||||
filterObject: "readonly",
|
||||
flattenObject: "readonly",
|
||||
expandObject: "readonly",
|
||||
isObjectEmpty: "readonly",
|
||||
isEmpty: "readonly",
|
||||
mergeObject: "readonly",
|
||||
diffObject: "readonly",
|
||||
hasProperty: "readonly",
|
||||
@@ -438,6 +439,7 @@ module.exports = {
|
||||
saveDataToFile: "readonly",
|
||||
readTextFromFile: "readonly",
|
||||
fromUuid: "readonly",
|
||||
fromUuidSync: "readonly",
|
||||
_handleMouseWheelInputChange: "readonly",
|
||||
getTemplate: "readonly",
|
||||
loadTemplates: "readonly",
|
||||
|
||||
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1,3 +1,6 @@
|
||||
# Make .db files keep LF ending as Foundry rewrite in this format
|
||||
*.db text eol=lf
|
||||
*.json text eol=lf
|
||||
|
||||
# Foundry pack v11 as binaries
|
||||
system/packs/*/** binary
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -10,3 +10,6 @@ node_modules
|
||||
|
||||
# Foundry Lock files
|
||||
system/l5r5e.lock
|
||||
|
||||
# v11 db files (will be added later)
|
||||
system/packs/*/**
|
||||
|
||||
278
CHANGELOG.md
278
CHANGELOG.md
@@ -1,27 +1,154 @@
|
||||
# Changelog
|
||||
Date format : day/month/year
|
||||
|
||||
> Version format : `<major>.<foundry-version>.<system-version>`
|
||||
> - `major`: Big breaking changes.
|
||||
> - `foundry-version`: Stick to the major version of FoundryVTT.
|
||||
> - `system-version`: System functionalities and Fixes.
|
||||
|
||||
## 1.13.0 - 24/08/2025 - Foundry v13 Compatibility (Thx to Litasa)
|
||||
__! Be certain to carefully back up any critical user data before installing this update !__
|
||||
- Updated the System to FoundryVTT v13.
|
||||
- Compendiums
|
||||
- Added English compendium for `Children of the Five Winds`.
|
||||
- Added French translation for `Writ of the Wild`.
|
||||
- Fix Compendium Typo: "Beseech Hida's MIght" -> "Beseech Hida's Might" (!59).
|
||||
- Actor sheets: Technique types are now hidden when they are not checked in locked mode.
|
||||
- Fix 20Q: Technique message fixed (unallowed tech for School).
|
||||
- Switched wysiwyg editor engine to `prosemirror` for text editor (`tinymce` will be removed in Foundry v14).
|
||||
|
||||
## 1.12.3 - 13/03/2025 - Fixes and Compendiums Filters (Thx to Litasa)
|
||||
- Added Compendiums Filters (#41)
|
||||
- Separated the reference and the page number from book reference for filtering purpose.
|
||||
- Note: If you use Custom Compendiums, you need to update them to the new structure.
|
||||
- Adding filters in compendium for rarity, ring, and source.
|
||||
- Add option for GM to limit what sources is being displayed to the players in compendiums. GM can still see everything and give players items/techniques if needed.
|
||||
- Fixed Npc Generator : Actor now update correctly.
|
||||
- Fixed the sidebar's icons width on collapsed state.
|
||||
- Fixed Left/Right Click order on Gm Tools/Monitor tooltips.
|
||||
- Fixed GM Monitor now correctly update when prepared items state change.
|
||||
|
||||
## 1.12.2 - 16/09/2024 - Bugfixes
|
||||
- Modified : The checkbox `reverseFatigueBar` is now a drop-down with `none`/`fatigue`/`strife`/`both`, and is now an client preference.
|
||||
- Fixed : Character sheet errors when using a non-supported language (Thx to KitCat #56).
|
||||
|
||||
## 1.12.1 - 19/06/2024 - Compendium update (mostly french)
|
||||
- Updated the names and pages number from the official French translation of `Celestial Realms` and `Fields of Victory`.
|
||||
- Added some missing from `Celestial Realms` and `Celestial Realms - Deathly Turns`:
|
||||
- Armors: `The Golden Obi of the Sun Goddess`
|
||||
- Items: `Arrows : Fire-Blossom/Hamaya/Soul-Star`, `The horagai of Sacred Rains`, `Daikoku's Mallet` and `Candles of the Moth`.
|
||||
- Title: `Spirits hunter`.
|
||||
- Fixed some English page reference:
|
||||
- `Lightning Raid` : from `219` to `218` (thx to Etherial).
|
||||
- `Tributaries of Trade` : added `221`.
|
||||
- Changed the way of versioning the system: from `<major>.<minor>.<patch>` to `<major>.<foundry-version>.<system-version>`.
|
||||
|
||||
## 1.12.0 - 09/06/2024 - FoundryVTT v12 Compatibility
|
||||
__! Be certain to carefully back up any critical user data before installing this update !__
|
||||
- Updated the System to FoundryVTT v12.
|
||||
- Added ability to players to set their default Item's windows height in settings (#55).
|
||||
- Added item's icon on Macro hotbar on drop (#54).
|
||||
- Moved `The blade with no name: Ancestral sword of the Dragon [Blessed Treasure]` from items to weapons compendium.
|
||||
- Added French translation for "level zero" folders (packFolders).
|
||||
|
||||
## 1.11.0 - 13/12/2023 - Little fixes
|
||||
- 20Q :
|
||||
- Starting techniques now have a limit of 6 techniques instead of 5 (see Celestial Realms : `Moshi Sun Sentinel School`).
|
||||
- Enable dropping on the 'drop here' label for 20Q (thk to Litasa !34).
|
||||
- Compendiums : Added masteries and abilities from Deathly Turns.
|
||||
|
||||
## 1.10.1 - 22/08/2023 - Litasa's fixes
|
||||
All these changes are thanks to Litasa.
|
||||
- Roll-n-Keep dialog now waits for the DiceSoNice animation to finish before displaying the result when re-rolling or exploding dice (!28).
|
||||
- Adding the ability to have a different name for the custom-compendium (needed to disable the system embedded ones).
|
||||
- Fixes some CSS issues when the font size is not the default (#50, #51 and #52).
|
||||
|
||||
## 1.10.0 - 11/06/2023 - FoundryVTT v11 Compatibility
|
||||
__! Be certain to carefully back up any critical user data before installing this update !__
|
||||
- Updated the System to FoundryVTT v11.
|
||||
- GM Monitor :
|
||||
- Added ability to add unlinked token to GM monitor. Drag and drop from actor's toolbar, or select tokens in scene and click on "Add selected tokens".
|
||||
- Now automatically switch to the corresponding type of the dropped character (Army/Character).
|
||||
- Using the new `packFolders` in system manifest.
|
||||
- System compendiums are now in folders for more readability with others modules/worlds compendiums (ex: `L5R5e System` > `Techniques` > `Techniques Kata`).
|
||||
- Please note this is only by default, and you are free to move or rename it after the initial loading.
|
||||
|
||||
## 1.9.6 - 14/05/2023 - Bragma's QoL
|
||||
All these changes are thanks to Bragma.
|
||||
- Added effects panel to both pc and npc (!26).
|
||||
- Added a underline on rings to show current stance (!25).
|
||||
- Fix Lists not showing correctly in journal (#44).
|
||||
|
||||
## 1.9.5 - 11/01/2023 - Adding Modifiers
|
||||
- Characters can now have bonus endurance/composure/focus/vigilance from conditions (thx to Perkuns).
|
||||
|
||||
## 1.9.4 - 31/12/2022 - Last bugfixes of the Year !
|
||||
- Fix prepared settings bugs (trackers icons sometimes disappears).
|
||||
- GM Toolbox : Left clic do only actors with an active player as owner.
|
||||
- Compendiums : Added Celestial Realms missing Titles : `Bond with a spirit` and `Moon cultist`.
|
||||
|
||||
## 1.9.3 - 29/09/2022 - Combat Tracker
|
||||
- Fix for L5R combat tracker bar who have disappeared.
|
||||
|
||||
## 1.9.2 - 09/09/2022 - Advancements Again
|
||||
- Fix for advancements ownership (items in items).
|
||||
|
||||
## 1.9.1 - 08/09/2022 - Advancements Bugfixes
|
||||
- Fix for advancements fail to add new items ("_id" readonly error. see #42).
|
||||
|
||||
## 1.9.0 - 01/09/2022 - FoundryVTT v10 Compatibility
|
||||
__! Be certain to carefully back up any critical user data before installing this update !__
|
||||
- Updated the System to FoundryVTT v10.
|
||||
- Updated the initiative behaviour, he now open the DicePicker for PC and Adversaries locally or remotely.
|
||||
- Added a `game.user.isFirstGM` property for some traitements (socket and migration) to prevent multiple executions with multiple GM connected.
|
||||
- Added socket API `openDicePicker` to remotely open the DicePicker (see [usage on wiki](https://gitlab.com/teaml5r/l5r5e/-/wikis/dev/sockets.md#opendicepicker)).
|
||||
- Added chat distinction for roll using target (`@T:`) with `min` or `max` for non disclose the target to players.
|
||||
- Added a distinction when clicking on the dice icon on Chat tab :
|
||||
- Left clic, open the DP locally (as usual).
|
||||
- Right clic (GM only), now open the DP for players with all skills in list.
|
||||
- Added `itemUuid`/`item` to DP and `item` in RnK/Roll for the technique or weapon used to be readable in ChatMessage.
|
||||
- Replaced `targetInfos` (`name`/`img`) to `target` (`TokenDocument`) on DP/RnK/Roll for better access to the related token.
|
||||
- Added `@UUID` link on target and weapon/technique in ChatMessage.
|
||||
- Added `Wiki` and `Compendium` link in system tab (open wiki page).
|
||||
- Removed restriction on technique types when dropping a technique (Sheet and 20Q. see #39).
|
||||
- Fixed sync between GM for Combat tracker `initiative encounter type` and `initiative prepared`.
|
||||
- Compendiums :
|
||||
- Added `Writ of the Wild` compendiums.
|
||||
- Updated Blessed Treasure/Concealed Horror/Nemuranai.
|
||||
|
||||
## 1.8.2 - 24/06/2022 - Unofficial Italian translation
|
||||
- Added Unofficial Italian translation (Corebook only for compendiums), all thanks to EldritchTranslator.
|
||||
- Added French translation for Tables.
|
||||
- Fixed : Translated table names broke the macros. We are now using IDs to avoid that in `L5R5E Macros` compendium.
|
||||
|
||||
## 1.8.1 - 09/06/2022 - Small bugfixes
|
||||
- Added a restriction on symbols, they are now lower-case only, ex : (air) work, (Air) will not (#36).
|
||||
- Added some 20q questions in GM monitor global tooltip (q14, q15, q20) for quick access.
|
||||
- Fixed css for body>background-size from auto to cover, for blank scene (Thx to Sasmira).
|
||||
- Fixed css for header buttons in maximized state for `OneJournal` module.
|
||||
- Updated System manifest property `manifestPlusVersion` to 1.2.0, and added screenshots in media section.
|
||||
|
||||
## 1.8.0 - 29/04/2022 - QoL & Compendiums Update
|
||||
- Added 179 Japanese villages name table.
|
||||
- Added Rōnin icon and tag symbol `(ronin)` (Thanks to TesserWract).
|
||||
- Added a different view for GM and Players for hidden roll in ChatMessage.
|
||||
- Fixed : Missing translation for EN and ES - "Armors, Weapons, and Items" in Npc Generator dialog.
|
||||
- Fixed : Missing translation for EN and ES - `Armors, Weapons, and Items` in Npc Generator dialog.
|
||||
- Compendiums :
|
||||
- Added CR missing "Agasha Pattern" Pattern and Property (Thanks to KitCat).
|
||||
- Added "Celestial Implement Boons" compendium (Thanks to TesserWract)
|
||||
- Added CR missing `Agasha Pattern` Pattern and Property (Thanks to KitCat).
|
||||
- Added `Celestial Implement Boons` compendium (Thanks to TesserWract)
|
||||
- Updated Weapon Names and Grips (Thanks to TesserWract) :
|
||||
- Added "N/A" to invalid weapon grips.
|
||||
- Grips with more than one quality and/or style now use a more consistent format: "(style): Quality 1, Quality 2, ..."
|
||||
- Renamed "Tinbe-Rochin" to "Rochin" as the DB entry is for the single item rather than the item pair.
|
||||
- Added `N/A` to invalid weapon grips.
|
||||
- Grips with more than one quality and/or style now use a more consistent format: `(style): Quality 1, Quality 2, ...`
|
||||
- Renamed `Tinbe-Rochin` to `Rochin` as the DB entry is for the single item rather than the item pair.
|
||||
- Added macrons to relevant weapon names.
|
||||
- Refactor the way of symbols was handled, now compatible with "monks enhanced journal" module.
|
||||
- Refactor the way of symbols was handled, now compatible with `monks enhanced journal` module.
|
||||
|
||||
## 1.7.1 - 01/04/2022 - Spring fixes
|
||||
- PC/NPC sheet :
|
||||
- Fixed technique with a skill set, in a title, now open the DicePicker as intended.
|
||||
- Roll/DP/RnK :
|
||||
- Fixed the way an actor is lightweight and re-construct from chat message. This fix minions npc sync with multiple token (missing context).
|
||||
- Added "changelog" and "readme" properties in system.json
|
||||
- Added `changelog` and `readme` properties in system.json
|
||||
|
||||
## 1.7.0 - 28/03/2022 - Strife, DiceRoller for Techniques & Npc Generator
|
||||
- NPC Sheet :
|
||||
@@ -39,7 +166,7 @@ Date format : day/month/year
|
||||
- Notes : Techniques in sheet need to be re-imported from the compendium or manually updated for this to work.
|
||||
- Trying an autocomplete on some fields : clan, family, school, roles, demeanor.
|
||||
- Techniques Sheet & Compendiums :
|
||||
- Added difficulty and skill values (not to all techniques).
|
||||
- Added difficulty and skill values (not to all techniques. see [usage on wiki](https://gitlab.com/teaml5r/l5r5e/-/wikis/users/techniques-syntaxe.md)).
|
||||
- Trying an autocomplete on skill field.
|
||||
- DicePicker :
|
||||
- Added TN hidden difficulty visibility for GM (ex: ?2?).
|
||||
@@ -59,33 +186,10 @@ Date format : day/month/year
|
||||
- Fixed image following the technique_type on technique sheet.
|
||||
- Fixed linked actor image compatibility with Tokenizer.
|
||||
- Fixed svg height/width for firefox.
|
||||
- Compendiums : Removed the Phoenix image on "Ishiken Initiate School" school techniques.
|
||||
|
||||
Technique syntaxe "quick" explanation :
|
||||
- Difficulty can be :
|
||||
- Number : 1-9
|
||||
- Or specific syntaxe "@`S`:`prop1`" or "@`T`:`prop1`|`max`" or "@`T`:`prop1`|`max`(`prop2`)" :
|
||||
- `@` fixed, trigger the parser
|
||||
- `T` or `S` : `T`arget or `S`elf, define the actor to get the value.
|
||||
- `prop1` / `prop2` : Can be any property in `actor` or `actor.data.data`. Limitations: currently no `size`, `distance` (range) or computation (a+b).
|
||||
- `|` separator, optional if no min/max.
|
||||
- `min` or `max` : Between the selected targets, search for the min/max of `prop2`. If no `prop2` provided, take `prop1` as `prop2` (irrelevant for `@S`).
|
||||
- `(prop2)` : define the property for the actor selection in multiple target, can be omitted if same as `prop1`.
|
||||
- Exemples :
|
||||
- `@S:vigilance` : Difficulty will be my own `vigilance`.
|
||||
- `@T:vigilance|min` : Difficulty will be the `vigilance` from the target with the minimum vigilance (implicit) value. it's the same to wrote `@T:vigilance|min(vigilance)`.
|
||||
- `@T:vigilance|max(statusRank)` : Difficulty will be the `vigilance` from the target with the maximum `statusRank` value.
|
||||
- Skill can be :
|
||||
- Skill : `melee`, `fitness`...
|
||||
- SkillCategory : `scholar`, `martial`...
|
||||
- Or both in list, coma separated.
|
||||
- Exemples :
|
||||
- `theology`
|
||||
- `melee,ranged,unarmed`
|
||||
- `martial,fitness,performance`
|
||||
- Compendiums : Removed the Phoenix image on `Ishiken Initiate School` school techniques.
|
||||
|
||||
## 1.6.1 - 13/02/2022 - Little Bugfixes
|
||||
- PC sheet : fixed the "Complete this rank" button who stayed hidden in experience tab.
|
||||
- PC sheet : fixed the `Complete this rank` button who stayed hidden in experience tab.
|
||||
- GmMonitor : fixed a bug with render when the list was emptied.
|
||||
- Combat : fixed a null error when sometimes the combatant actor is null.
|
||||
|
||||
@@ -107,7 +211,7 @@ Technique syntaxe "quick" explanation :
|
||||
- Updated the System to FoundryVTT v9.
|
||||
- Thanks to Perkuns for his help with the CSS for this v9 release.
|
||||
- Fixed armies in combat tracker.
|
||||
- Fixed "traditional-japanese-man.svg" and "traditional-japanese-woman.svg" headers for firefox (x/y/width/height).
|
||||
- Fixed `traditional-japanese-man.svg` and `traditional-japanese-woman.svg` headers for firefox (x/y/width/height).
|
||||
- Trying to fix advancements behavior, who sometime left point on the old choice.
|
||||
|
||||
## 1.4.0 - 19/12/2021 - Armies & French PoW
|
||||
@@ -121,44 +225,44 @@ Technique syntaxe "quick" explanation :
|
||||
- Compendiums :
|
||||
- PoW:
|
||||
- Updated all French compendiums from official French translation.
|
||||
- Added missing items pattern : "Spirit of the Qamarist Pattern", "Ghostlands Yodhaniya Pattern" and "Kökejin’s Heart of the Wind Pattern".
|
||||
- Added missing title : "Astradhari".
|
||||
- Added mantras : "Summon Mantra : [One Implement]" and "Countering Mantra".
|
||||
- Fixed : "Urbane and Worldly" advantage was misspelled "Wroldly" (thx to Cernunnos).
|
||||
- Fixed : "Passion for [Foreign Performing Art Form]" from "Passion" to "Distinction" type.
|
||||
- Fixed : "Flowering Deceptions" from "Kata" to "Shuji" type.
|
||||
- Added Hooves (weapon) & Arrows (object)
|
||||
- Added two tables to draw japanese names (1500 males names & 530 females names).
|
||||
- Added missing items pattern : `Spirit of the Qamarist Pattern`, `Ghostlands Yodhaniya Pattern` and `Kökejin’s Heart of the Wind Pattern`.
|
||||
- Added missing title : `Astradhari`.
|
||||
- Added mantras : `Summon Mantra : [One Implement]` and `Countering Mantra`.
|
||||
- Fixed : `Urbane and Worldly` advantage was misspelled `Wroldly` (thx to Cernunnos).
|
||||
- Fixed : `Passion for [Foreign Performing Art Form]` from `Passion` to `Distinction` type.
|
||||
- Fixed : `Flowering Deceptions` from `Kata` to `Shuji` type.
|
||||
- Added `Hooves` (weapon) and `Arrows` (object).
|
||||
- Added two tables to draw japanese names (1500 males names and 530 females names).
|
||||
- Added some Macros.
|
||||
- Standardization of "great-clans-presentation" pack name to "core-journal-great-clans-presentation".
|
||||
- Standardization of `great-clans-presentation` pack name to `core-journal-great-clans-presentation`.
|
||||
- SendToChat now check links validity before adding them.
|
||||
- New NPC changed from "minion" to "adversary" by default.
|
||||
- New NPC changed from `minion` to `adversary` by default.
|
||||
- 20Q : Fixed line break in techniques label list.
|
||||
|
||||
## 1.3.5 - 11/10/2021 - DsN hotfix
|
||||
- Fixed a bug introduced by DiceSoNice 4.2.1 : context in "diceSoNiceRollStart" hook rebuild data and lost what we needed. The consequence is 3d dice flood a lot in RnK.
|
||||
- Fixed a bug introduced by DiceSoNice 4.2.1 : context in `diceSoNiceRollStart` hook rebuild data and lost what we needed. The consequence is 3d dice flood a lot in RnK.
|
||||
|
||||
## 1.3.4 - 15/09/2021 - Compendiums Update
|
||||
- Fixed a bug with sheet item drop introduced in previous version.
|
||||
- Added FoV English Opportunities usage.
|
||||
- Compendiums :
|
||||
- New icon for Inversion techniques.
|
||||
- Opportunities "Conflict use" table : the Air entry for the 2 opportunities was replaced by this real text (copy-past error).
|
||||
- Added missing Mantis "Storm Fleet Tide Seer" school techniques : "Storm Surge" and "Eye of the Storm".
|
||||
- Opportunities `Conflict use` table : the Air entry for the 2 opportunities was replaced by this real text (copy-past error).
|
||||
- Added missing Mantis `Storm Fleet Tide Seer` school techniques : `Storm Surge` and `Eye of the Storm`.
|
||||
- Added PoW School Curriculum and Titles.
|
||||
- Fixed Compendiums entries :
|
||||
- "Asako Inquisitor School [Crab]" to "Asako Inquisitor School [Phoenix]"
|
||||
- FoV Title : "Elemental Guard" (duplicate) to "Elemental Legionnaire".
|
||||
- PoW Mastery : "Divine Protection" (duplicate) to "Tower of Ivory".
|
||||
- `Asako Inquisitor School [Crab]` to `Asako Inquisitor School [Phoenix]`
|
||||
- FoV Title : `Elemental Guard` (duplicate) to `Elemental Legionnaire`.
|
||||
- PoW Mastery : `Divine Protection` (duplicate) to `Tower of Ivory`.
|
||||
|
||||
## 1.3.3 - 23/08/2021 - Send'n'Watch
|
||||
- GM toolbox changes :
|
||||
- Added "Reset void point" and "Gm Monitor" buttons.
|
||||
- "Reset void point", "Sleep" and "Scene End" now use left clic to target only assigned characters, and right clic to do all actors.
|
||||
- Added "Gm Monitor", a windows to see summaries of actors :
|
||||
- Added `Reset void point` and `Gm Monitor` buttons.
|
||||
- `Reset void point`, `Sleep` and `Scene End` now use left clic to target only assigned characters, and right clic to do all actors.
|
||||
- Added `Gm Monitor`, a windows to see summaries of actors :
|
||||
- Drop any actor on it to display them.
|
||||
- By default, or if the list is empty, all assigned characters will fill it.
|
||||
- Added "send to chat" header buttons on sheets for :
|
||||
- Added `send to chat` header buttons on sheets for :
|
||||
- Item : Image and description
|
||||
- Actor : Image and public description
|
||||
- Journal : Image and description, or full image if no text, or only description if no image.
|
||||
@@ -169,14 +273,14 @@ Technique syntaxe "quick" explanation :
|
||||
- Added Opportunity usage helper in Journal Compendium (courteously authorized by Edge).
|
||||
- Fixed Compendiums entries thanks to TesserWract :
|
||||
- Weapons:
|
||||
- Chair, lute, sake bottle and cups, and scroll case use the "Unarmed skill".
|
||||
- Chair, lute, sake bottle and cups, and scroll case use the `Unarmed skill`.
|
||||
- Changed the umbrella's stab grip to be 2-handed.
|
||||
- School Cursus :
|
||||
- "Utaku Battle Maiden": Replaced "Striking as Air" with "Courtier's Resolve".
|
||||
- `Utaku Battle Maiden`: Replaced `Striking as Air` with `Courtier's Resolve`.
|
||||
- Techniques :
|
||||
- "Disappearing World Style": Ring used changed from "air" to "fire".
|
||||
- "Lord Hida's Grip": Added the "(Crab)" prerequisite in title.
|
||||
- "Lord Shiba's Valor": Added the "(Phoenix)" prerequisite in title.
|
||||
- `Disappearing World Style`: Ring used changed from `air` to `fire`.
|
||||
- `Lord Hida's Grip`: Added the `(Crab)` prerequisite in title.
|
||||
- `Lord Shiba's Valor`: Added the `(Phoenix)` prerequisite in title.
|
||||
- Fixes for RnK :
|
||||
- Visibility mode now should be consistent with the 1st message (public, private, gm...).
|
||||
- DiceSoNice will now not show the new dice(s) for explosive in non-public mode.
|
||||
@@ -193,48 +297,48 @@ Technique syntaxe "quick" explanation :
|
||||
- Added English FoV Terrain Compendium.
|
||||
- Added PoW Name Tables compendium : Qamarist Names, Ivory Kingdoms Names, Rokugani Names and Ujik Names (courteously authorized by Edge).
|
||||
- Added ability to drop a (Curriculum) Journal to have a link in school experience tab.
|
||||
- Added properties antagonists (ex : "Sacred" remove "Unholy" on drop). So now properties can have another properties in them.
|
||||
- Added properties antagonists (ex : `Sacred` remove `Unholy` on drop). So now properties can have another properties in them.
|
||||
- Added a little time saver : when switching between NPC types, now the prototype token is altered this way : Linked actor for Adversary, unlinked for Minion.
|
||||
- Fixed roll for RollTable not showing the text in chat.
|
||||
- Fixed school compendium: "Kuni Warden School" from "Scorpion" to "Crab".
|
||||
- Fixed school compendium: `Kuni Warden School` from `Scorpion` to `Crab`.
|
||||
- Fixed some Pdf Copy-Paste error in school cursus that make L instead of I : Lkoma/Lsawa/Luchi...
|
||||
|
||||
## 1.3.1 - 16/06/2021 - Empty Sheet Scholar Helper
|
||||
- Added English/French Journal Compendiums for School Curriculums.
|
||||
- Added English/French Curriculums in description for Titles.
|
||||
- Added English Compendiums for Field of Victory (thanks to mdosantos).
|
||||
- Added English "Blessed Treasures" in items for Field of Victory (thanks to PlatFleece)
|
||||
- Added English/French "Blessed Treasures" and "Concealed Horror" in items for Shadowlands.
|
||||
- Added English `Blessed Treasures` in items for Field of Victory (thanks to PlatFleece)
|
||||
- Added English/French `Blessed Treasures` and `Concealed Horror` in items for Shadowlands.
|
||||
- Added new icons for titles, links, items pattern and scroll signatures.
|
||||
- QoL : Added label for grips in Weapon sheet (thanks to TesserWract).
|
||||
- QoL : Added buttons to Add or Subtract money.
|
||||
- Fixed the "empty sheet" bug (I hope).
|
||||
- Fixed the "bought_at_rank" does not change according to the PC rank value when an Item is drop on a sheet.
|
||||
- Fixed the issue #23 "Token image does not save". Now we reflect the change on the token name/image only if it's a linked actor and if the token/sheet have the same values.
|
||||
- Fixed the "unlink actor data" who still change the Actor Data when editing an unlinked token.
|
||||
- Fixed the `empty sheet` bug (I hope).
|
||||
- Fixed the `bought_at_rank` does not change according to the PC rank value when an Item is drop on a sheet.
|
||||
- Fixed the issue #23 `Token image does not save`. Now we reflect the change on the token name/image only if it's a linked actor and if the token/sheet have the same values.
|
||||
- Fixed the `unlink actor data` who still change the Actor Data when editing an unlinked token.
|
||||
|
||||
## 1.3.0 - 02/06/2021 - Foundry 0.8 Compatibility
|
||||
__! Be certain to carefully back up any critical user data before installing this update !__
|
||||
- Updated the System to the new version of Foundry VTT (a lot of things broke).
|
||||
- NPC can now have strengths/weaknesses with all rings.
|
||||
- Added "Title", "Bond", "Signature Scroll" and "Item Pattern":
|
||||
- Added `Title`, `Bond`, `Signature Scroll` and `Item Pattern`:
|
||||
- The item types.
|
||||
- Theirs compendiums entries.
|
||||
- A new list in experience tab to not mess with school cursus.
|
||||
- Item patterns :
|
||||
- Can be dropped on another item to add the associated property.
|
||||
- To change the linked property, drop any property on the item pattern sheet.
|
||||
- Added an optional "Specificity" technique type to serve as a catch-all.
|
||||
- Added an optional `Specificity` technique type to serve as a catch-all.
|
||||
- Added Mantis clan compendium entries.
|
||||
- Added a "Description" in PC/NPC sheet: this field is used in limited view ("description" are public, "notes" are private).
|
||||
- PC/NPC : Removed the "titles" field in social.
|
||||
- NPC : Moved the "note" field in social to gain some space, and uniformize with PC.
|
||||
- Added a `Description` in PC/NPC sheet: this field is used in limited view (`description` are public, `notes` are private).
|
||||
- PC/NPC : Removed the `titles` field in social.
|
||||
- NPC : Moved the `note` field in social to gain some space, and uniformize with PC.
|
||||
- Fix : rnkMessage not passing on actor object for NPCs (thanks to Bragma).
|
||||
- Fix : The "Crescent Moon Style" technique rank from 4 to 2.
|
||||
- Fix : The `Crescent Moon Style` technique rank from 4 to 2.
|
||||
- Fix : Drop an advancement on a PC/NPC sheet now correctly add the bonus to the Actor (ex Air +1), and the same with remove.
|
||||
- QoL : RnK button is now black in chat if no actions are left in roll (new messages only).
|
||||
- QoL : Added symbols legend in RnK dialog as reminder.
|
||||
- QoL : Added "(x Max)" display in RnK picker for max number of dice to keep (thanks to Bragma).
|
||||
- QoL : Added `(x Max)` display in RnK picker for max number of dice to keep (thanks to Bragma).
|
||||
- QoL : When DiceSoNice is enabled, the display of the RnK dialog is delayed by 2s before show-up.
|
||||
- Others minor optimizations (ex: 20q saving multiple item at once).
|
||||
|
||||
@@ -256,17 +360,17 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
- Please note all dice without choice will be discarded for the next step
|
||||
- The GM has the ability to undo choices by left-clicking in the status headers
|
||||
- Limitation: The roll need to only have L5R dice in it (no mixed regular + L5R)
|
||||
- Fix image's behavior on create for all items sub classes
|
||||
- Fix image's behavior on create for all items subclasses
|
||||
- Click on rings in the PC/PNC sheet now open the DicePicker with the selected ring
|
||||
- Added a booster for loading compendium's core items (speed up 20Q)
|
||||
- Added confirm dialog on item's deletion (Hold "ctrl" on the click, if you want to bypass it)
|
||||
- Added "Sleep" & "Scene End" buttons in "GM ToolBox" (old "difficulty" box)
|
||||
- Added confirm dialog on item's deletion (Hold `ctrl` on the click, if you want to bypass it)
|
||||
- Added `Sleep` & `Scene End` buttons in `GM ToolBox` (old `difficulty` box)
|
||||
- Token's bar:
|
||||
- The strife bar is now displayed in red if the actor is compromised
|
||||
- Added an option, off by default, to reverse the fatigue's token bar (thanks to Jzrzmy)
|
||||
- Added an option, on by default, to set the TN to 1 when the encounter type is selected (Intrigue, Duel, Skirmish or Mass battle)
|
||||
- Split Techniques & Items by category in actor sheet (pc & npc) for better readability
|
||||
- Armor & Weapon added in the conflict tab now set the "equipped" property by default
|
||||
- Armor & Weapon added in the conflict tab now set the `equipped` property by default
|
||||
- Added Tabs on NPC sheets
|
||||
- New styles for dice results
|
||||
|
||||
@@ -301,7 +405,7 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
- Added a GM Dialog Tool for setting global difficulty (TN) value / hidden (with DicePicker live refresh)
|
||||
- Compendium now display Ring and Rank if any in list view
|
||||
- DicePicker :
|
||||
- Fixed the initial display of "use a void point"
|
||||
- Fixed the initial display of `use a void point`
|
||||
- No free void point anymore
|
||||
- PC/NPC Sheet :
|
||||
- Added a visual indicator for equipped / readied
|
||||
@@ -348,12 +452,12 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
- Fix for logo on Firefox
|
||||
- Visual fix for Firefox and end 20Q edit
|
||||
- Fix for no actor dice picker
|
||||
- Added "add a void point" checkbox, and some fixes
|
||||
- Added `add a void point` checkbox, and some fixes
|
||||
- Added code fr module translation on README.md
|
||||
- Babele is better in setup hook ?
|
||||
- Added babele french translation into system
|
||||
- Removed DicePiker bulk macro as it was unnecessary now
|
||||
- Fix for Q13: "skill and disadv" OR "adv"
|
||||
- Fix for Q13: `skill and disadv` OR `adv`
|
||||
- Added some text for 20Q 2dn dice
|
||||
- Stop some missing propagation
|
||||
- Fix adv tooltip
|
||||
@@ -364,12 +468,12 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
- Fix marge on sheet + fix nav on 20Q + clean imgs
|
||||
- 20Q added step18 status, honor and glory for modifier
|
||||
- Add BG and first style for 20Q
|
||||
- Added class "roll" for roll in chat
|
||||
- Added class `roll` for roll in chat
|
||||
- Some styles
|
||||
- Add style for skill types checkboxes
|
||||
- Add roll to global game var
|
||||
- Change file to md
|
||||
- Added a icon for "void point used" in chat log
|
||||
- Added a icon for `void point used` in chat log
|
||||
- Fix for 20Q: constructCache only once
|
||||
- Fix EN vigilante -> vigilance
|
||||
- Update actor for using/get a void point
|
||||
@@ -385,11 +489,11 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
- Added (ring) and (skill) symbols
|
||||
- Specific case for school_ability and mastery_ability on drop
|
||||
- Added convertSymbol for item's desc and actor's notes
|
||||
- Fix for "search anywhere" draggable icon
|
||||
- Fix for `search anywhere` draggable icon
|
||||
- Add ul li style for editor + Adjuste stance + marge on sheets and img
|
||||
- Remove effects from template.json for tech
|
||||
- Update css for item attribute
|
||||
- added pack for "school_ability" and "mastery_ability" techniques
|
||||
- added pack for `school_ability` and `mastery_ability` techniques
|
||||
- Added school_ability and mastery_ability types for techniques
|
||||
- Update on compendiums
|
||||
- Fix properties description
|
||||
@@ -436,7 +540,7 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
## 0.5.0 - Testbed
|
||||
- Fix last bug on items and update json for 0.5.0 Pre-Release
|
||||
- fix using id for toggle
|
||||
- removed "for" on label
|
||||
- removed `for` on label
|
||||
- Update item with js expanded function
|
||||
- toggle hook
|
||||
- forced render true on macro
|
||||
|
||||
@@ -1,16 +1,14 @@
|
||||
# Copyright (c) CC BY-NC-SA 4.0 2020 - 2021 This System is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
|
||||
# Copyright (c) CC BY-NC-SA 4.0 2020 - 2024 This System is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
|
||||
|
||||
By exercising the Licensed Rights (link below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
|
||||
|
||||
https://creativecommons.org/licenses/by-nc-sa/4.0/
|
||||
|
||||
|
||||
# Copyright (c) 2018 - 2021 Fantasy Flight Games. Legend of the Five Rings est TM de Fantasy Flight Games.
|
||||
# Copyright (c) 2018 - 2024 Fantasy Flight Games. Legend of the Five Rings est TM de Fantasy Flight Games.
|
||||
|
||||
All images, texts and contents are the property of their creator / legal owner.
|
||||
|
||||
|
||||
# Copyright (c) 2020 - 2021 Foundry Network
|
||||
# Copyright (c) 2020 - 2024 Foundry Network
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
76
README.md
76
README.md
@@ -1,85 +1,89 @@
|
||||
# Legend of the Five Rings (5th Edition) authorized by [Edge Studio](https://edge-studio.net/)
|
||||
|
||||

|
||||
|
||||
[](https://ko-fi.com/vlyan)
|
||||
[](https://foundryvtt.com/)
|
||||
[](https://forge-vtt.com/bazaar#package=l5r5e)
|
||||
[](https://www.foundryvtt-hub.com/package/l5r5e/)
|
||||
[](https://www.foundryvtt-hub.com/package/l5r5e/)
|
||||
|
||||
# English
|
||||
|
||||
This is a game system for [Foundry Virtual Tabletop](https://foundryvtt.com/) provides a character sheet and basic systems to play [Edge Studio's](https://edge-studio.net/) Legend of the Five Rings 5th edition.
|
||||
This version is authorized by Edge Studio, all texts, images and copyrights are the property of their respective owners.
|
||||
|
||||
## Install with the manifest
|
||||
1. Copy this link and use it in Foundry system manager to install the system.
|
||||
> https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json
|
||||
|
||||
### Recommended modules
|
||||
- `Babele` required for non english compendium translation: https://gitlab.com/riccisi/foundryvtt-babele
|
||||
- `Dice so Nice` for 3D dices : https://gitlab.com/riccisi/foundryvtt-dice-so-nice
|
||||
- `Search Anywhere` https://gitlab.com/riccisi/foundryvtt-search-anywhere (don't spent too much time searching the right technique)
|
||||
## Installation & Recommended modules
|
||||
See the [Wiki page - Installation](https://gitlab.com/teaml5r/l5r5e/-/wikis/users/install.md) for detail.
|
||||
|
||||
|
||||
## Current L5R team (alphabetical order)
|
||||
- Carter (compendiums, adventure adaptation)
|
||||
- Vlyan (development)
|
||||
|
||||
|
||||
## Historical L5R team (alphabetical order)
|
||||
- Carter (compendiums, adventure adaptation)
|
||||
- Hrunh (compendiums, pre-gen characters adaptation)
|
||||
- Mandar (development)
|
||||
- Sasmira (contributor)
|
||||
- Vlyan (development)
|
||||
|
||||
## Remerciements, vielen danke & Many thanks to :
|
||||
1. José Ladislao Lainez Ortega, aka "L4D15", for his first version
|
||||
2. Sasmira and LeRatierBretonnien for their work on the [Francophone community of Foundry](https://discord.gg/pPSDNJk)
|
||||
3. Flex for his advice
|
||||
|
||||
## Acknowledgements, vielen danke & Many thanks to :
|
||||
1. José Ladislao Lainez Ortega, aka "L4D15", for his first version.
|
||||
2. Sasmira and LeRatierBretonnien for their work on the [Francophone community of Foundry](https://discord.gg/pPSDNJk).
|
||||
3. Flex for advices in L5R rules.
|
||||
|
||||
|
||||
## Contribute
|
||||
You are free to contribute and propose corrections, modifications after fork. Try to respect 3 rules:
|
||||
1. Make sure you are up to date with the referent branch.
|
||||
2. Clear and precise commit messages allow a quick review of the code.
|
||||
3. If possible, limit yourself to one Feature per Merge request so as not to block the process.
|
||||
You are free to contribute and propose corrections, modifications after fork.
|
||||
|
||||
See the [Wiki page - System helping (Contribute)](https://gitlab.com/teaml5r/l5r5e/-/wikis/dev/system-helping.md) for detail.
|
||||
|
||||
|
||||
|
||||
# French
|
||||
|
||||
Il s'agit d'un système de jeu pour [Foundry Virtual Tabletop](https://foundryvtt.com/) qui fournit une fiche de personnage et des systèmes de base pour jouer à La Légende des Cinq Anneaux 5e édition de [Edge Studio](https://edge-studio.net/).
|
||||
Cette version est autorisée par Edge Studio, tous les textes, images et droits d'auteur reviennent à leurs propriétaires respectifs.
|
||||
|
||||
## Installer avec le manifeste
|
||||
Copier ce lien et chargez-le dans le menu système de Foundry.
|
||||
> https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json
|
||||
|
||||
### Modules requis pour le français
|
||||
Pour traduire les éléments de base de FoundryVTT (interface), il vous faut installer et activer le module suivant :
|
||||
> https://gitlab.com/baktov.sugar/foundryvtt-lang-fr-fr
|
||||
## Installation & Modules recommandés
|
||||
Le wiki en français est disponible à cette adresse :
|
||||
> https://foundryvtt.wiki/fr/systemes/l5r
|
||||
|
||||
La traduction du système fonctionne directement, cependant les compendiums nécessitent d'installer et activer le module Babele pour être traduit :
|
||||
> https://gitlab.com/riccisi/foundryvtt-babele
|
||||
|
||||
### Modules recommandés
|
||||
- `Dice so Nice` pour avoir des dés 3D : https://gitlab.com/riccisi/foundryvtt-dice-so-nice
|
||||
- `Search Anywhere` pour ne pas perdre top de temps à chercher une technique : https://gitlab.com/riccisi/foundryvtt-search-anywhere
|
||||
La liste des modules recommandés mise à jour est aussi disponible sur le [Wiki - Installation](https://gitlab.com/teaml5r/l5r5e/-/wikis/users/install.md#modules) (en anglais).
|
||||
|
||||
|
||||
## Nous rejoindre
|
||||
1. Vous pouvez retrouver toutes les mises à jour en français pour FoundryVTT sur le discord officiel francophone
|
||||
2. Lien vers [Discord Francophone](https://discord.gg/pPSDNJk)
|
||||
|
||||
|
||||
## L'équipe L5R actuelle (par ordre alphabétique)
|
||||
- Carter (compendiums, adaptation de scénario)
|
||||
- Vlyan (développement)
|
||||
|
||||
|
||||
## L'équipe L5R historique (par ordre alphabétique)
|
||||
- Carter (compendiums, adaptation de scénario)
|
||||
- Hrunh (compendiums, adaptation des pré-tirés)
|
||||
- Mandar (développement)
|
||||
- Sasmira (contributeur)
|
||||
- Vlyan (développement)
|
||||
|
||||
|
||||
## Remerciements, vielen danke & Many thanks to :
|
||||
1. José Ladislao Lainez Ortega, aka "L4D15", pour sa première version
|
||||
2. Sasmira et LeRatierBretonnien pour leur travail sur la [communauté Francophone de Foundry](https://discord.gg/pPSDNJk)
|
||||
3. Flex pour ses conseils
|
||||
1. José Ladislao Lainez Ortega, aka "L4D15", pour sa première version.
|
||||
2. Sasmira et LeRatierBretonnien pour leur travail sur la [communauté Francophone de Foundry](https://discord.gg/pPSDNJk).
|
||||
3. Flex pour ses conseils sur les règles de L5R.
|
||||
|
||||
|
||||
## Contribuer
|
||||
Vous êtes libre de contribuer et proposer après fork des corrections, modifications. Essayez de respecter 3 règles :
|
||||
1. Assurez-vous de bien être à jour par rapport à la branche référente.
|
||||
2. Des messages de commit clair et précis permettent une relecture rapide du code.
|
||||
3. Limitez-vous si possible à une Feature par demande de Merge pour ne pas bloquer le processus.
|
||||
Vous êtes libre de contribuer et proposer après fork des corrections, modifications.
|
||||
|
||||
Voir la [page du Wiki - System helping (Contribute)](https://gitlab.com/teaml5r/l5r5e/-/wikis/dev/system-helping.md) pour le détail (en anglais).
|
||||
|
||||
|
||||
|
||||
# Screenshots
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Requires
|
||||
const gulp = require("gulp");
|
||||
const prefix = require("gulp-autoprefixer");
|
||||
const sass = require("gulp-sass");
|
||||
const sass = require("gulp-sass")(require('sass'));
|
||||
const browserSync = require("browser-sync");
|
||||
|
||||
/* ----------------------------------------- */
|
||||
|
||||
11930
package-lock.json
generated
11930
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@@ -20,22 +20,16 @@
|
||||
"homepage": "https://gitlab.com/teaml5r/l5r5e#readme",
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.1.0",
|
||||
"browser-sync": "^2.23.7",
|
||||
"eslint": "^7.15.0",
|
||||
"eslint-config-prettier": "^6.15.0",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"browser-sync": "^2.27.10",
|
||||
"eslint": "^8.27.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^7.0.1",
|
||||
"gulp-sass": "^4.1.0",
|
||||
"husky": "^4.3.0",
|
||||
"gulp-autoprefixer": "^8.0.0",
|
||||
"gulp-sass": "^5.1.0",
|
||||
"lint-staged": "^10.5.1",
|
||||
"node-sass": "^4.14.1",
|
||||
"prettier": "^2.1.2"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
"sass": "^1.56.1",
|
||||
"prettier": "^2.7.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": "eslint --cache --fix",
|
||||
|
||||
|
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 153 KiB |
10
system/babele/fr/l5r5e._packs-folders.json
Normal file
10
system/babele/fr/l5r5e._packs-folders.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"entries": {
|
||||
"L5R5e System": "Système L5R5e",
|
||||
"Character related": "Liés aux Personnages",
|
||||
"Techniques": "Techniques",
|
||||
"Objects related": "Liés aux Objets",
|
||||
"Helpers": "Aides",
|
||||
"Tools": "Outils"
|
||||
}
|
||||
}
|
||||
@@ -1,117 +1,185 @@
|
||||
{
|
||||
"label": "Armures",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Ashigaru Armor",
|
||||
"name": "Armure d'Ashigaru",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
"source_reference": {
|
||||
"page": "239"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Plated Armor",
|
||||
"name": "Armure de plates",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
"source_reference": {
|
||||
"page": "239"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Concealed Armor",
|
||||
"name": "Armure dissimulée",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
"source_reference": {
|
||||
"page": "239"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lacquered Armor",
|
||||
"name": "Armure laquée",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
"source_reference": {
|
||||
"page": "239"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ceremonial Clothes",
|
||||
"name": "Tenue de cérémonie",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
"source_reference": {
|
||||
"page": "239"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Traveling Clothes",
|
||||
"name": "Vêtements de voyage",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
"source_reference": {
|
||||
"page": "239"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sanctified Robes",
|
||||
"name": "Tunique sanctifiée",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
"source_reference": {
|
||||
"page": "239"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sleeping Garb",
|
||||
"name": "Vêtements de nuit",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
"source_reference": {
|
||||
"page": "239"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Common Clothes",
|
||||
"name": "Vêtements ordinaires",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
"source_reference": {
|
||||
"page": "239"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Inconspicuous garb",
|
||||
"name": "Tenue discrète",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles"
|
||||
"source_reference": {
|
||||
"page": "83"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Robes of Judgment",
|
||||
"name": "Robes de jugement",
|
||||
"name": "La tunique du jugement",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes p.97"
|
||||
"source_reference": {
|
||||
"page": "97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Firefighter's Coat",
|
||||
"name": "Manteau de pompier",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.112"
|
||||
"source_reference": {
|
||||
"page": "112"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Stealth Clothing",
|
||||
"name": "Tenue de camouflage",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.112"
|
||||
"source_reference": {
|
||||
"page": "112"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "O-yoroi",
|
||||
"name": "O-yoroi",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.105"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tatami Gusoku",
|
||||
"name": "Tatami Gusoku",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.106"
|
||||
"source_reference": {
|
||||
"page": "106"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tosei-Gusoku",
|
||||
"name": "Tosei-Gusoku",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.106"
|
||||
"source_reference": {
|
||||
"page": "106"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sailor's garb",
|
||||
"name": "Vêtements de marin",
|
||||
"description": "",
|
||||
"book_reference": "Le Clan de la Mante p.9"
|
||||
"source_reference": {
|
||||
"page": "9"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shark leather armor",
|
||||
"name": "Armure en peau de requin",
|
||||
"description": "",
|
||||
"book_reference": "Le Clan de la Mante p.9"
|
||||
"source_reference": {
|
||||
"page": "9"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Golden Obi of the Sun Goddess [Blessed Treasure]",
|
||||
"name": "L’obi doré de la Déesse Soleil [Trésor Béni]",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Mirror Armor",
|
||||
"name": "Mirror Armor (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Unicorn Barding",
|
||||
"name": "Unicorn Barding (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Yuki: The Ancestral Armor of the Unicorn Clan [Blessed Treasure]",
|
||||
"name": "Yuki: The Ancestral Armor of the Unicorn Clan [Blessed Treasure] (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,72 +1,90 @@
|
||||
{
|
||||
"label": "Liens",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference",
|
||||
"bond_type": "data.bond_type"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference",
|
||||
"bond_type": "system.bond_type"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Family",
|
||||
"name": "Familial",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.136",
|
||||
"source_reference": {
|
||||
"page": "136"
|
||||
},
|
||||
"bond_type": "Familial"
|
||||
},
|
||||
{
|
||||
"id": "Comrade",
|
||||
"name": "Amitié",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.137",
|
||||
"source_reference": {
|
||||
"page": "137"
|
||||
},
|
||||
"bond_type": "Amitié"
|
||||
},
|
||||
{
|
||||
"id": "Lover",
|
||||
"name": "Amoureux",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.137",
|
||||
"source_reference": {
|
||||
"page": "137"
|
||||
},
|
||||
"bond_type": "Amoureux"
|
||||
},
|
||||
{
|
||||
"id": "Rival",
|
||||
"name": "Rivalité",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.138",
|
||||
"source_reference": {
|
||||
"page": "138"
|
||||
},
|
||||
"bond_type": "Rivalité"
|
||||
},
|
||||
{
|
||||
"id": "Nemesis",
|
||||
"name": "Haine",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.138",
|
||||
"source_reference": {
|
||||
"page": "138"
|
||||
},
|
||||
"bond_type": "Haine"
|
||||
},
|
||||
{
|
||||
"id": "Old Flame",
|
||||
"name": "Ancien amant",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.188",
|
||||
"source_reference": {
|
||||
"page": "188"
|
||||
},
|
||||
"bond_type": "Ancien amant"
|
||||
},
|
||||
{
|
||||
"id": "Partner",
|
||||
"name": "Partenaire",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.189",
|
||||
"source_reference": {
|
||||
"page": "189"
|
||||
},
|
||||
"bond_type": "Partenaire"
|
||||
},
|
||||
{
|
||||
"id": "Protector and Ward",
|
||||
"name": "Protecteur et pupille",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.189",
|
||||
"source_reference": {
|
||||
"page": "189"
|
||||
},
|
||||
"bond_type": "Protecteur et pupille"
|
||||
},
|
||||
{
|
||||
"id": "Wanderers Fellowship",
|
||||
"name": "Frères d’errance",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.191",
|
||||
"source_reference": {
|
||||
"page": "191"
|
||||
},
|
||||
"bond_type": "Frères d’errance"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,249 +1,329 @@
|
||||
{
|
||||
"label": "Bénédictions d'instrument divin",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Agility of Legend [Armor]",
|
||||
"name": "Agilité légendaire [Armure]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Animal Transformation [Projectile]",
|
||||
"name": "Transformation animale [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Aura of Power [General]",
|
||||
"name": "Aura de puissance [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.101"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Beguile the Senses [General]",
|
||||
"name": "Envoûtement des sens [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Binding [Projectile]",
|
||||
"name": "Liens [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blessed Revitalization [General]",
|
||||
"name": "Revitalisation bénie [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Burst of Force [Armor]",
|
||||
"name": "Explosion de force [Armure]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Celestial Step [General]",
|
||||
"name": "Enjambée céleste [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cosmic Devastation [General]",
|
||||
"name": "Dévastation cosmique [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Deadly Venom [Projectile]",
|
||||
"name": "Venin mortel [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Defensive [General]",
|
||||
"name": "Défensif [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.101"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Detonation [Projectile]",
|
||||
"name": "Déflagration [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Duplication [Projectile]",
|
||||
"name": "Duplication [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Earthshaker [General]",
|
||||
"name": "Bouleversement terrestre [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.101"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Flurry [General]",
|
||||
"name": "Déluge [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fortress Breaker [Projectile]",
|
||||
"name": "Briseur de défenses [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Grand Inspiration [Utility Object]",
|
||||
"name": "Inspiration grandiose [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Harm Returned [Armor]",
|
||||
"name": "Oeil pour oeil [Armure]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Illusions Shattered [Utility Object]",
|
||||
"name": "Fin des illusions [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Independence [Melee Weapon]",
|
||||
"name": "Indépendance [Corps à corps]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Inexorable [Melee Weapon]",
|
||||
"name": "Inexorable [Corps à corps]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Inviolable [Armor]",
|
||||
"name": "Impénétrable [Armure]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Mark of Doom [Utility Object]",
|
||||
"name": "Marque fatale [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Obliteration [Projectile]",
|
||||
"name": "Anéantissement [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Overwhelming Force [General]",
|
||||
"name": "Force irrésistible [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Overwhelming Radiance [Armor]",
|
||||
"name": "Eclat irrésistible [Armure]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Resounding Arrival [Melee Weapon]",
|
||||
"name": "Apparition retentissante [Corps à corps]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Resounding Rhetoric [Utility Object]",
|
||||
"name": "Rhétorique retentissante [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.105"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Returning [Projectile]",
|
||||
"name": "Retour au lanceur [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rising Power [Melee Weapon]",
|
||||
"name": "Accumulation de puissance [Corps à corps]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Root of Language [Utility Object]",
|
||||
"name": "Racine du langage [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.105"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shifting Shape [General]",
|
||||
"name": "Forme changeante [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Soothing Words [Utility Object]",
|
||||
"name": "Mots de réconfort [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Subterranean Secrets [Utility Object]",
|
||||
"name": "Secrets souterrains [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.105"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Transfiguration [General]",
|
||||
"name": "Transfiguration [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Unassuming [General]",
|
||||
"name": "Sans prétention [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Unerring [Projectile]",
|
||||
"name": "Infaillible [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Unleashed Fury [Melee Weapon]",
|
||||
"name": "Déchaînement de fureur [Corps à corps]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Unlimited Negation [Utility Object]",
|
||||
"name": "Négation universelle [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.105"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Vitality [Utility Object]",
|
||||
"name": "Vitalité [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.105"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,117 +1,177 @@
|
||||
{
|
||||
"label": "Procédés de fabrication",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Kakita Pattern",
|
||||
"name": "Procédé Kakita",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kenzō Blade",
|
||||
"name": "Lame Kenzō",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shirogane Jade Inlay",
|
||||
"name": "Incrustation de Jade de Shirogane",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Uchema’s Technique",
|
||||
"name": "Technique d’Uchema",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Yasunori Steel",
|
||||
"name": "Acier de Yasunori",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Akodo Pattern",
|
||||
"name": "Akodo Pattern (WIP)",
|
||||
"name": "Procédé Akodo",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "93"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Burning Watter Pattern",
|
||||
"name": "Burning Watter Pattern (WIP)",
|
||||
"name": "Procédé de l’eau ardente",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "93"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Concealment Pattern",
|
||||
"name": "Concealment Pattern (WIP)",
|
||||
"name": "Procédé de dissimulation",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "93"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Deadly Fangs Pattern",
|
||||
"name": "Deadly Fangs Pattern (WIP)",
|
||||
"name": "Procédé des crocs mortels",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fearsome Snarl Pattern",
|
||||
"name": "Fearsome Snarl Pattern (WIP)",
|
||||
"name": "Procédé du grognement terrifiant",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ichirō Pattern",
|
||||
"name": "Ichirō Pattern (WIP)",
|
||||
"name": "Procédé Ichirō",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Mountain Silk Pattern",
|
||||
"name": "Mountain Silk Pattern (WIP)",
|
||||
"name": "Procédé de la soie des montagnes",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Screaming Fire Pattern",
|
||||
"name": "Screaming Fire Pattern (WIP)",
|
||||
"name": "Procédé du feu hurlant",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Toriyama's Endurance Pattern",
|
||||
"name": "Toriyama's Endurance Pattern (WIP)",
|
||||
"name": "Procédé de l’endurance de Toriyama",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Spirit of the Qamarist Pattern",
|
||||
"name": "Procédé de l’esprit des Qamaristes",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ghostlands Yodhaniya Pattern",
|
||||
"name": "Procédé des Yodhaniya des terres Spectrales",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kökejin’s Heart of the Wind Pattern",
|
||||
"name": "Procédé du Coeur du vent de Kökejin",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Agasha Pattern",
|
||||
"name": "Agasha Pattern (WIP)",
|
||||
"name": "Le procédé Agasha",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ujik Horsebow Pattern",
|
||||
"name": "Ujik Horsebow Pattern (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Utsuko Pattern",
|
||||
"name": "Utsuko Pattern (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Watered Steel Pattern",
|
||||
"name": "Watered Steel Pattern (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,88 +1,320 @@
|
||||
{
|
||||
"label": "États préjudiciables",
|
||||
"mapping": {
|
||||
"content": "content"
|
||||
"text": "text"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Afflicted",
|
||||
"entries": {
|
||||
"Afflicted": {
|
||||
"name": "Tourmenté",
|
||||
"content": "<blockquote>Livre de Règles p.273</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Afflicted": {
|
||||
"name": "Tourmenté - Image",
|
||||
"src": "icons/svg/sun.svg"
|
||||
},
|
||||
"Afflicted": {
|
||||
"name": "Tourmenté",
|
||||
"text": "<blockquote>Livre de Règles p.273</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bleeding",
|
||||
"Bleeding": {
|
||||
"name": "En sang",
|
||||
"content": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Bleeding": {
|
||||
"name": "En sang - Image",
|
||||
"src": "icons/svg/blood.svg"
|
||||
},
|
||||
"Bleeding": {
|
||||
"name": "En sang",
|
||||
"text": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Burning",
|
||||
"Burning": {
|
||||
"name": "En feu",
|
||||
"content": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Burning": {
|
||||
"name": "En feu - Image",
|
||||
"src": "icons/svg/fire.svg"
|
||||
},
|
||||
"Burning": {
|
||||
"name": "En feu",
|
||||
"text": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Compromised",
|
||||
"Compromised": {
|
||||
"name": "Compromis",
|
||||
"content": "<blockquote>Livre de Règles p.271</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Compromised": {
|
||||
"name": "Compromis - Image",
|
||||
"src": "icons/svg/terror.svg"
|
||||
},
|
||||
"Compromised": {
|
||||
"name": "Compromis",
|
||||
"text": "<blockquote>Livre de Règles p.271</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dazed",
|
||||
"Dazed": {
|
||||
"name": "Hébété",
|
||||
"content": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Dazed": {
|
||||
"name": "Hébété - Image",
|
||||
"src": "icons/svg/eye.svg"
|
||||
},
|
||||
"Dazed": {
|
||||
"name": "Hébété",
|
||||
"text": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Disoriented",
|
||||
"Disoriented": {
|
||||
"name": "Désorienté",
|
||||
"content": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Disoriented": {
|
||||
"name": "Désorienté - Image",
|
||||
"src": "icons/svg/daze.svg"
|
||||
},
|
||||
"Disoriented": {
|
||||
"name": "Désorienté",
|
||||
"text": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dying [X Rounds]",
|
||||
"Dying [X Rounds]": {
|
||||
"name": "Mourant (X rounds)",
|
||||
"content": "<blockquote>Livre de Règles p.273</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Dying [X Rounds]": {
|
||||
"name": "Mourant (X rounds) - Image",
|
||||
"src": "icons/svg/skull.svg"
|
||||
},
|
||||
"Dying [X Rounds]": {
|
||||
"name": "Mourant (X rounds)",
|
||||
"text": "<blockquote>Livre de Règles p.273</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Enraged",
|
||||
"Enraged": {
|
||||
"name": "Enragé",
|
||||
"content": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Enraged": {
|
||||
"name": "Enragé - Image",
|
||||
"src": "icons/svg/lightning.svg"
|
||||
},
|
||||
"Enraged": {
|
||||
"name": "Enragé",
|
||||
"text": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Exhausted",
|
||||
"Exhausted": {
|
||||
"name": "Epuisé",
|
||||
"content": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Exhausted": {
|
||||
"name": "Epuisé - Image",
|
||||
"src": "icons/svg/sleep.svg"
|
||||
},
|
||||
"Exhausted": {
|
||||
"name": "Epuisé",
|
||||
"text": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Immobilized",
|
||||
"Immobilized": {
|
||||
"name": "Immobilisé",
|
||||
"content": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Immobilized": {
|
||||
"name": "Immobilisé - Image",
|
||||
"src": "icons/svg/net.svg"
|
||||
},
|
||||
"Immobilized": {
|
||||
"name": "Immobilisé",
|
||||
"text": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Incapacitated",
|
||||
"Incapacitated": {
|
||||
"name": "Hors de combat",
|
||||
"content": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Incapacitated": {
|
||||
"name": "Hors de combat - Image",
|
||||
"src": "icons/svg/downgrade.svg"
|
||||
},
|
||||
"Incapacitated": {
|
||||
"name": "Hors de combat",
|
||||
"text": "<blockquote>Livre de Règles p.272</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Intoxicated",
|
||||
"Intoxicated": {
|
||||
"name": "Ivre",
|
||||
"content": "<blockquote>Livre de Règles p.273</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Intoxicated": {
|
||||
"name": "Ivre - Image",
|
||||
"src": "icons/svg/poison.svg"
|
||||
},
|
||||
"Intoxicated": {
|
||||
"name": "Ivre",
|
||||
"text": "<blockquote>Livre de Règles p.273</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Prone",
|
||||
"Prone": {
|
||||
"name": "A terre",
|
||||
"content": "<blockquote>Livre de Règles p.271</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Prone": {
|
||||
"name": "A terre - Image",
|
||||
"src": "icons/svg/falling.svg"
|
||||
},
|
||||
"Prone": {
|
||||
"name": "A terre",
|
||||
"text": "<blockquote>Livre de Règles p.271</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Silenced",
|
||||
"Silenced": {
|
||||
"name": "Aphone",
|
||||
"content": "<blockquote>Livre de Règles p.271</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Silenced": {
|
||||
"name": "Aphone - Image",
|
||||
"src": "icons/svg/silenced.svg"
|
||||
},
|
||||
"Silenced": {
|
||||
"name": "Aphone",
|
||||
"text": "<blockquote>Livre de Règles p.271</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Unconscious",
|
||||
"Unconscious": {
|
||||
"name": "Inconscient",
|
||||
"content": "<blockquote>Livre de Règles p.273</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Unconscious": {
|
||||
"name": "Inconscient - Image",
|
||||
"src": "icons/svg/unconscious.svg"
|
||||
},
|
||||
"Unconscious": {
|
||||
"name": "Inconscient",
|
||||
"text": "<blockquote>Livre de Règles p.273</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wounded",
|
||||
"Wounded": {
|
||||
"name": "Blessé",
|
||||
"content": "<blockquote>Livre de Règles p.271</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Wounded": {
|
||||
"name": "Blessé - Image",
|
||||
"src": "icons/svg/degen.svg"
|
||||
},
|
||||
"Wounded": {
|
||||
"name": "Blessé",
|
||||
"text": "<blockquote>Livre de Règles p.271</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Illness: Oozing Sore Disease": {
|
||||
"name": "Maladie : Bubons purulents",
|
||||
"pages": {
|
||||
"Figure: Illness: Oozing Sore Disease": {
|
||||
"name": "Maladie : Bubons purulents - Image",
|
||||
"src": "icons/svg/eye.svg"
|
||||
},
|
||||
"Illness: Oozing Sore Disease": {
|
||||
"name": "Maladie : Bubons purulents",
|
||||
"text": "<blockquote>Les Édits de la Nature p.140</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Illness: Gut Sickness": {
|
||||
"name": "Maladie : Mal des entrailles",
|
||||
"pages": {
|
||||
"Figure: Illness: Gut Sickness": {
|
||||
"name": "Maladie : Mal des entrailles - Image",
|
||||
"src": "icons/svg/poison.svg"
|
||||
},
|
||||
"Illness: Gut Sickness": {
|
||||
"name": "Maladie : Mal des entrailles",
|
||||
"text": "<blockquote>Les Édits de la Nature p.141</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Illness: Coughing Illness": {
|
||||
"name": "Maladie : Mauvaise toux",
|
||||
"pages": {
|
||||
"Figure: Illness: Coughing Illness": {
|
||||
"name": "Maladie : Mauvaise toux - Image",
|
||||
"src": "icons/svg/poison.svg"
|
||||
},
|
||||
"Illness: Coughing Illness": {
|
||||
"name": "Maladie : Mauvaise toux",
|
||||
"text": "<blockquote>Les Édits de la Nature p.141</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Illness: Unsteady Illness": {
|
||||
"name": "Maladie : Vertiges",
|
||||
"pages": {
|
||||
"Figure: Illness: Unsteady Illness": {
|
||||
"name": "Maladie : Vertiges - Image",
|
||||
"src": "icons/svg/daze.svg"
|
||||
},
|
||||
"Illness: Unsteady Illness": {
|
||||
"name": "Maladie : Vertiges",
|
||||
"text": "<blockquote>Les Édits de la Nature p.141</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Illness: Fire Rash": {
|
||||
"name": "Maladie : Rougeurs",
|
||||
"pages": {
|
||||
"Figure: Illness: Fire Rash": {
|
||||
"name": "Maladie : Rougeurs - Image",
|
||||
"src": "icons/svg/fire.svg"
|
||||
},
|
||||
"Illness: Fire Rash": {
|
||||
"name": "Maladie : Rougeurs",
|
||||
"text": "<blockquote>Les Édits de la Nature p.141</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Centered": {
|
||||
"name": "Centered (WIP)",
|
||||
"pages": {
|
||||
"Figure: Centered": {
|
||||
"name": "Centered (WIP) - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"Centered": {
|
||||
"name": "Centered (WIP)",
|
||||
"text": "<blockquote>Les Enfants des Cinq Vents</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Emboldened": {
|
||||
"name": "Emboldened (WIP)",
|
||||
"pages": {
|
||||
"Figure: Emboldened": {
|
||||
"name": "Emboldened (WIP) - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"Emboldened": {
|
||||
"name": "Emboldened (WIP)",
|
||||
"text": "<blockquote>Les Enfants des Cinq Vents</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Possessed": {
|
||||
"name": "Possessed (WIP)",
|
||||
"pages": {
|
||||
"Figure: Possessed": {
|
||||
"name": "Possessed (WIP) - Image",
|
||||
"src": "icons/svg/terror.svg"
|
||||
},
|
||||
"Possessed": {
|
||||
"name": "Possessed (WIP)",
|
||||
"text": "<blockquote>Les Enfants des Cinq Vents</blockquote>"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,78 +1,190 @@
|
||||
{
|
||||
"label": "Aubaines",
|
||||
"mapping": {
|
||||
"content": "content"
|
||||
"text": "text"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "General Use",
|
||||
"entries": {
|
||||
"General Use": {
|
||||
"name": "Utilisation Générale",
|
||||
"content": "<blockquote>Livre de Règles p.328</blockquote><br><h2>Tous</h2><ul><li>(op) : Si vous avez échoué, déterminez la maniière la plus facile d'accomplir la tâche entreprise (compétence et approche).</li><li>(op)+ : Eliminez 1 point de Conflit gagné à la suite de ce test par Aubaine ainsi dépensé.</li><li>(op)(op) : Portez assistance (cf. page 26) au prochain personnage qui entreprend un test similaire.</li></ul><br><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><ul><li><strong>(op) :</strong> Découvrez l'attitude d'un autre personnage (PNJ) dans ia scène, ainsi que son nombre actuel de points de Conflit.</li><li><strong>(op)+ : </strong> Agissez avec subtilité pour attirer le moins d'attention possible sur vos efforts. Les Aubaines supplémentaires ainsi dépensés rendent votre tentative encore plus subtile.</li><li><strong>(op)(op) :</strong> Vous remarquez un détail intéressant au sujet d'un personnage présent. Avec l'accord du MJ, vous pouvez ajouter un détail auparavant inexistant et lié à un PNJ présent (un avantage ou un désavantage, par exemple).</li></ul><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><ul><li><strong>(op) :</strong> Rassurez par votre presence un autre personnage dans la scène peut éliminer 2 points de Conflit.</li><li><strong>(op)+ :</strong> Vous exécutez la tâche de manière très prudente, maintenez votre équilibre et restez à bonne distance des sources de danqer Plus dépensez d'Aubaine, plus on vous remarque.</li><li><strong>(op)(op) : </strong> Vous vous souvenez soudain d'une information importante, mais sans lien direct avec votre test. Avec l'accord du MJ, vous pouvez avoir effectué une petite action préparatoire au préalable (apporter un outil commun utile pour ce que vous entreprenez, par exemple).</li></ul><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><ul><li><strong>(op) :</strong> Enflammez par votre présence un autre personnage dans la scène, ce qui lui fait subir 2 points de Conflit.</li><li><strong>(op)+ :</strong> Vous exécutez la tâche de manière très voyante et vous attirez l'attention de tous les observateurs. Plus vous dépensez d'Aubaine, plus on vous remarque.</li><li><strong>(op)(op) :</strong> Vous remarquez l'absence flagrante ou l'emplacement incongru d'un élément de la scène sans lien direct avec votre test. Avec l'accord du MJ, vous pouvez indiquer l'absence d'un élément de la scène (comme l'absence d'une paire de chaussures qui indique que l'occupant de la maison n'est pas présent).</li></ul><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><ul><li><strong>(op) :</strong> Eliminez 2 de vos points de Conflit.</li><li><strong>(op)+ :</strong> Vous exécutez la tâche de manière très efficace, la terminez plus rapidement et économisez les ressources nécessaires. Plus vous dépensez d'Aubaine plus vous réduisez le temps et les ressources nécessaires.</li><li><strong>(op)(op) :</strong> Vous remarquez un détail physique intéressant de votre environnement sans lien direct avec votre test. Avec l'accord du MJ, vous pouvez ajouter à la scène une portion de terrain (cf. p. 267) ou un objet commun que personne n'avait remarqué jusqu'alors.</li></ul><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><ul><li><strong>(op) :</strong> Choisissez un autre anneau que le Vide. Reduisez de 1 le NU de votre prochain test effectue avec cet anneau.</li><li><strong>(op)+ :</strong> Un frisson vous parcourt ; vous remarquez un silence soudain ou un autre signe de la présence d'un phénomène surnaturel. Plus vous dépensez d'Aubaine plus vous êtes précis quant à la localisation du phénomène.</li><li><strong>(op)(op) :</strong> Vous obtenez une révélation spirituelle sur la nature de l'univers ou de votre âme. Avec l'accord du MJ, vous pouvez révéler un fait inédit au suiet de votre personnage et plus ou moins en lien avec la situation.</li></ul>"
|
||||
"pages": {
|
||||
"Figure: General Use": {
|
||||
"name": "Utilisation Générale - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"General Use": {
|
||||
"name": "Utilisation Générale",
|
||||
"text": "<blockquote>Livre de Règles p.328</blockquote><br><h2>Tous</h2><ul><li>(op) : Si vous avez échoué, déterminez la maniière la plus facile d'accomplir la tâche entreprise (compétence et approche).</li><li>(op)+ : Eliminez 1 point de Conflit gagné à la suite de ce test par Aubaine ainsi dépensé.</li><li>(op)(op) : Portez assistance (cf. page 26) au prochain personnage qui entreprend un test similaire.</li></ul><br><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><ul><li><strong>(op) :</strong> Découvrez l'attitude d'un autre personnage (PNJ) dans ia scène, ainsi que son nombre actuel de points de Conflit.</li><li><strong>(op)+ : </strong> Agissez avec subtilité pour attirer le moins d'attention possible sur vos efforts. Les Aubaines supplémentaires ainsi dépensés rendent votre tentative encore plus subtile.</li><li><strong>(op)(op) :</strong> Vous remarquez un détail intéressant au sujet d'un personnage présent. Avec l'accord du MJ, vous pouvez ajouter un détail auparavant inexistant et lié à un PNJ présent (un avantage ou un désavantage, par exemple).</li></ul><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><ul><li><strong>(op) :</strong> Rassurez par votre presence un autre personnage dans la scène peut éliminer 2 points de Conflit.</li><li><strong>(op)+ :</strong> Vous exécutez la tâche de manière très prudente, maintenez votre équilibre et restez à bonne distance des sources de danqer Plus dépensez d'Aubaine, plus on vous remarque.</li><li><strong>(op)(op) : </strong> Vous vous souvenez soudain d'une information importante, mais sans lien direct avec votre test. Avec l'accord du MJ, vous pouvez avoir effectué une petite action préparatoire au préalable (apporter un outil commun utile pour ce que vous entreprenez, par exemple).</li></ul><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><ul><li><strong>(op) :</strong> Enflammez par votre présence un autre personnage dans la scène, ce qui lui fait subir 2 points de Conflit.</li><li><strong>(op)+ :</strong> Vous exécutez la tâche de manière très voyante et vous attirez l'attention de tous les observateurs. Plus vous dépensez d'Aubaine, plus on vous remarque.</li><li><strong>(op)(op) :</strong> Vous remarquez l'absence flagrante ou l'emplacement incongru d'un élément de la scène sans lien direct avec votre test. Avec l'accord du MJ, vous pouvez indiquer l'absence d'un élément de la scène (comme l'absence d'une paire de chaussures qui indique que l'occupant de la maison n'est pas présent).</li></ul><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><ul><li><strong>(op) :</strong> Eliminez 2 de vos points de Conflit.</li><li><strong>(op)+ :</strong> Vous exécutez la tâche de manière très efficace, la terminez plus rapidement et économisez les ressources nécessaires. Plus vous dépensez d'Aubaine plus vous réduisez le temps et les ressources nécessaires.</li><li><strong>(op)(op) :</strong> Vous remarquez un détail physique intéressant de votre environnement sans lien direct avec votre test. Avec l'accord du MJ, vous pouvez ajouter à la scène une portion de terrain (cf. p. 267) ou un objet commun que personne n'avait remarqué jusqu'alors.</li></ul><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><ul><li><strong>(op) :</strong> Choisissez un autre anneau que le Vide. Reduisez de 1 le NU de votre prochain test effectue avec cet anneau.</li><li><strong>(op)+ :</strong> Un frisson vous parcourt ; vous remarquez un silence soudain ou un autre signe de la présence d'un phénomène surnaturel. Plus vous dépensez d'Aubaine plus vous êtes précis quant à la localisation du phénomène.</li><li><strong>(op)(op) :</strong> Vous obtenez une révélation spirituelle sur la nature de l'univers ou de votre âme. Avec l'accord du MJ, vous pouvez révéler un fait inédit au suiet de votre personnage et plus ou moins en lien avec la situation.</li></ul>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Conflict and Martial Skills Use",
|
||||
"Conflict and Martial Skills Use": {
|
||||
"name": "Utilisation liées aux Confrontations et Compétences Martiales",
|
||||
"content": "<blockquote>Livre de Règles p.328</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><ul><li><strong>(op) :</strong> Ajoutez un un dé gardé affichant une Aubaine au résultat de votre prochain test d'Arts martiaux.</li><li><strong>(op)+ :</strong> Pendant un test d action de Déplacement, vous pouvez parcourir sur une surface verticale jusqu'à 1 niveau de portée par Aubaine dépensé ainsi.</li><li><strong>(op)(op) :</strong> Augmentez de 2 le ND du prochain test d'Arts martiaux (distance) qui vous prend pour cible avant le début de votre prochain tour.</li></ul><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><ul><li><strong>(op) :</strong> Pendant une action de Déplacement, ignorez une propriété du terrain (cf. page 267) de votre choix.</li><li><strong>(op)+ :</strong> Diminuez la gravité du prochain coup critique que vous subirez avant le début de votre prochain tour de 1 par Aubaine dépensé ainsi.</li><li><strong>(op)(op) :</strong> N'appliquez pas l'un de vos désavantages à vos tests jusqu'à la fin de votre prochain tour.</li></ul><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><ul><li><strong>(op) :</strong> Choisissez un autre personnage présent dans la scène ; augmentez le ND du prochain test qu'il effectue avant le début de votre prochain tour de 1 par Aubaine dépensé ainsi, à condition que vous ne fassiez pas partie des cibles du test.</li><li><strong>(op)+ :</strong> Au cours d'un test d'action d'Attaque, augmentez de 1 par Aubaine dépensé ainsi le ND du prochain test effectué par votre cible pour résister à un coup critique, et ce, avant le début de votre prochain tour.</li><li><strong>(op)(op) :</strong> Les autres personnages doivent subir 2 points de Conflit s'ils veulent vous choisir comme cible de leurs prochaines actions d'Attaque et de Manipulation, et ce, jusqu'au début de votre prochain tour.</li></ul><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><ul><li><strong>(op) :</strong> Eliminez 1 point de Fatigue.</li><li><strong>(op)+ :</strong> Au cours d'un test d'action d'Attaque, ignorez 1 point de Résistance physique de votre cible par Aubaine ainsi dépensé.</li><li><strong>(op)(op) :</strong> Déplacez-vous de 1 niveau de portée.</li></ul><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><ul><li><strong>(op) :</strong> Au cours du prochain test d'action d'Attaque que vous effectuez avant la fin de votre prochain tour, ignorez une propriété de terrain (cf. page 267) de votre choix.</li><li><strong>(op)+ :</strong> Au cours d'un test d'action de Soutien, augmentez votre valeur d'initiative de 1 par Aubaine dépensé ainsi.</li><li><strong>(op)(op) :</strong> Jusqu'à la fin de votre prochain tour, ignorez les effets d'un état que vous subissez.</li></ul>"
|
||||
"pages": {
|
||||
"Figure: Conflict and Martial Skills Use": {
|
||||
"name": "Utilisation liées aux Confrontations et Compétences Martiales - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"Conflict and Martial Skills Use": {
|
||||
"name": "Utilisation liées aux Confrontations et Compétences Martiales",
|
||||
"text": "<blockquote>Livre de Règles p.328</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><ul><li><strong>(op) :</strong> Ajoutez un un dé gardé affichant une Aubaine au résultat de votre prochain test d'Arts martiaux.</li><li><strong>(op)+ :</strong> Pendant un test d action de Déplacement, vous pouvez parcourir sur une surface verticale jusqu'à 1 niveau de portée par Aubaine dépensé ainsi.</li><li><strong>(op)(op) :</strong> Augmentez de 2 le ND du prochain test d'Arts martiaux (distance) qui vous prend pour cible avant le début de votre prochain tour.</li></ul><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><ul><li><strong>(op) :</strong> Pendant une action de Déplacement, ignorez une propriété du terrain (cf. page 267) de votre choix.</li><li><strong>(op)+ :</strong> Diminuez la gravité du prochain coup critique que vous subirez avant le début de votre prochain tour de 1 par Aubaine dépensé ainsi.</li><li><strong>(op)(op) :</strong> N'appliquez pas l'un de vos désavantages à vos tests jusqu'à la fin de votre prochain tour.</li></ul><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><ul><li><strong>(op) :</strong> Choisissez un autre personnage présent dans la scène ; augmentez le ND du prochain test qu'il effectue avant le début de votre prochain tour de 1 par Aubaine dépensé ainsi, à condition que vous ne fassiez pas partie des cibles du test.</li><li><strong>(op)+ :</strong> Au cours d'un test d'action d'Attaque, augmentez de 1 par Aubaine dépensé ainsi le ND du prochain test effectué par votre cible pour résister à un coup critique, et ce, avant le début de votre prochain tour.</li><li><strong>(op)(op) :</strong> Les autres personnages doivent subir 2 points de Conflit s'ils veulent vous choisir comme cible de leurs prochaines actions d'Attaque et de Manipulation, et ce, jusqu'au début de votre prochain tour.</li></ul><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><ul><li><strong>(op) :</strong> Eliminez 1 point de Fatigue.</li><li><strong>(op)+ :</strong> Au cours d'un test d'action d'Attaque, ignorez 1 point de Résistance physique de votre cible par Aubaine ainsi dépensé.</li><li><strong>(op)(op) :</strong> Déplacez-vous de 1 niveau de portée.</li></ul><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><ul><li><strong>(op) :</strong> Au cours du prochain test d'action d'Attaque que vous effectuez avant la fin de votre prochain tour, ignorez une propriété de terrain (cf. page 267) de votre choix.</li><li><strong>(op)+ :</strong> Au cours d'un test d'action de Soutien, augmentez votre valeur d'initiative de 1 par Aubaine dépensé ainsi.</li><li><strong>(op)(op) :</strong> Jusqu'à la fin de votre prochain tour, ignorez les effets d'un état que vous subissez.</li></ul>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Initiative Check Use",
|
||||
"Initiative Check Use": {
|
||||
"name": "Utilisation lors des tests d'Initiative",
|
||||
"content": "<blockquote>Livre de Règles p.329</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op) :</strong> Lorsque vous effectuez un test d'initiative, évaluez la faiblesse. Découvrez l'un de ses désavantages, au choix de l'adversaire.</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op) :</strong> Lorsque vous effectuez un test d'initiative, choisissez un désavantage que vous connaissez chez un autre personnage. Il ne l'appliquera pas à ses tests pendant cette scène.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op) :</strong> Lorsque vous effectuez un test d'initiative, utilisez votre Attention à la place de votre Vigilance pour évaluer votre initiative lorsque vous êtes surpris.</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op) :</strong> Lorsque vous effectuez un test d'initiative, estimez les propriétés de tous les terrains alentours (cf. page 267).</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op) :</strong> Lorsque vous effectuez un test d'initiative, ressentez si une créature Extérieure est présente au cours de la scène.</p>"
|
||||
"pages": {
|
||||
"Figure: Initiative Check Use": {
|
||||
"name": "Utilisation lors des tests d'Initiative - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"Initiative Check Use": {
|
||||
"name": "Utilisation lors des tests d'Initiative",
|
||||
"text": "<blockquote>Livre de Règles p.329</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op) :</strong> Lorsque vous effectuez un test d'initiative, évaluez la faiblesse. Découvrez l'un de ses désavantages, au choix de l'adversaire.</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op) :</strong> Lorsque vous effectuez un test d'initiative, choisissez un désavantage que vous connaissez chez un autre personnage. Il ne l'appliquera pas à ses tests pendant cette scène.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op) :</strong> Lorsque vous effectuez un test d'initiative, utilisez votre Attention à la place de votre Vigilance pour évaluer votre initiative lorsque vous êtes surpris.</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op) :</strong> Lorsque vous effectuez un test d'initiative, estimez les propriétés de tous les terrains alentours (cf. page 267).</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op) :</strong> Lorsque vous effectuez un test d'initiative, ressentez si une créature Extérieure est présente au cours de la scène.</p>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Skill Use",
|
||||
"Skill Use": {
|
||||
"name": "Utilisation liées aux Compétences",
|
||||
"content": "<blockquote>Livre de Règles p.329</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><ul><li><strong>(op) Artisanal :</strong> Si vous réussissez, ajoutez la propriété Magnifique ou Subtil à un objet que vous êtes en train d'améliorer.</li><li><strong>(op) Savant :</strong> Apprenez quelque chose sur un personnage qui a créé ou utilisé l'objet que vous êtes en train d'étudier (comme un avantage ou un désavantage, au choix du MJ, qui a influencé la création ou l'utilisation de cet objet).</li><li><strong>(op) Social :</strong> Découvrez si l'Honneur, la Gloire ou le Statut d'un personnage dans la scène est supérieur, inférieur ou égal au vôtre.</li><li><strong>(op) Professionnel :</strong> Convainquez un client de payer 10 % de plus un objet que vous êtes en train de vendre.</li></ul><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><ul><li><strong>(op) Artisanal :</strong> Si vous réussissez, ajoutez la propriété Solide à un objet que vous êtes en train de restaurer.</li><li><strong>(op) Savant :</strong> Rappelez-vous un endroit où vous pouvez effectuer des recherches ou étudier le sujet dont vous tentez de vous souvenir.</li><li><strong>(op) Social :</strong> Augmentez de 1 le ND du prochain test de compétence sociale effectué par un autre personnage avant la fin de la scène.</li><li><strong>(op) Professionnel :</strong> Réduisez de 1 le ND du prochain test effectué par un autre personnage avec la même compétence avant la fin de la scène.</li></ul><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><ul><li><strong>(op) Artisanal :</strong> Si vous réussissez, fabriquez une copie supplémentaire de l'objet que vous êtes en train de créer.</li><li><strong>(op) Savant :</strong> Extrapolez les motivations ou les désirs d'un autre personnage dans la scène ou dans une perspective plus large.</li><li><strong>(op) Social :</strong> Réduisez de 1 le ND du prochain test social effectué par un autre personnage avant la fin de la scène.</li><li><strong>(op) Professionnel :</strong> Une inspiration étrange vous saisit ; ajoutez un dé gardé affichant Aubaine au résultat de votre prochain test effectué avec une compétence différente.</li></ul><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><ul><li><strong>(op) Artisanal :</strong> Ajoutez un dé gardé affichant Aubaine au résultat de votre prochain test de compétence artisanale effectué avant la fin de la session de jeu.</li><li><strong>(op) Savant :</strong> Repérez ou identifiez une propriété, un aspect ou une capacité unique sur quelque chose que vous êtes en train d'identifier.</li><li><strong>(op) Social :</strong> Ajoutez un dé gardé affichant Aubaine au résultat de votre prochain test de compétence sociale effectué avant la fin de la scène.</li><li><strong>(op) Professionnel :</strong> Convainquez un fournisseur de vous accorder une ristourne supplémentaire de 10 % sur le prix d'un objet que vous êtes en train d'acheter.</li></ul><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><ul><li><strong>(op) Artisanal :</strong> Réduisez de 1 le ND du prochain test que vous effectuerez en utilisant l'objet avec lequel vous êtes en train de vous Harmoniser.</li><li><strong>(op) Savant :</strong> Devinez si vous pouvez apprendre quelque chose d'important de votre champ de recherche actuel.</li><li><strong>(op) Social :</strong> Devinez l'objectif d'un autre personnage dans la scène.</li><li><strong>(op) Professionnel :</strong> Réduisez au minimum l'effet que vous produisez sur votre environnement (et les traces physiques de vos efforts).</li></ul>"
|
||||
"pages": {
|
||||
"Figure: Skill Use": {
|
||||
"name": "Utilisation liées aux Compétences - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"Skill Use": {
|
||||
"name": "Utilisation liées aux Compétences",
|
||||
"text": "<blockquote>Livre de Règles p.329</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><ul><li><strong>(op) Artisanal :</strong> Si vous réussissez, ajoutez la propriété Magnifique ou Subtil à un objet que vous êtes en train d'améliorer.</li><li><strong>(op) Savant :</strong> Apprenez quelque chose sur un personnage qui a créé ou utilisé l'objet que vous êtes en train d'étudier (comme un avantage ou un désavantage, au choix du MJ, qui a influencé la création ou l'utilisation de cet objet).</li><li><strong>(op) Social :</strong> Découvrez si l'Honneur, la Gloire ou le Statut d'un personnage dans la scène est supérieur, inférieur ou égal au vôtre.</li><li><strong>(op) Professionnel :</strong> Convainquez un client de payer 10 % de plus un objet que vous êtes en train de vendre.</li></ul><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><ul><li><strong>(op) Artisanal :</strong> Si vous réussissez, ajoutez la propriété Solide à un objet que vous êtes en train de restaurer.</li><li><strong>(op) Savant :</strong> Rappelez-vous un endroit où vous pouvez effectuer des recherches ou étudier le sujet dont vous tentez de vous souvenir.</li><li><strong>(op) Social :</strong> Augmentez de 1 le ND du prochain test de compétence sociale effectué par un autre personnage avant la fin de la scène.</li><li><strong>(op) Professionnel :</strong> Réduisez de 1 le ND du prochain test effectué par un autre personnage avec la même compétence avant la fin de la scène.</li></ul><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><ul><li><strong>(op) Artisanal :</strong> Si vous réussissez, fabriquez une copie supplémentaire de l'objet que vous êtes en train de créer.</li><li><strong>(op) Savant :</strong> Extrapolez les motivations ou les désirs d'un autre personnage dans la scène ou dans une perspective plus large.</li><li><strong>(op) Social :</strong> Réduisez de 1 le ND du prochain test social effectué par un autre personnage avant la fin de la scène.</li><li><strong>(op) Professionnel :</strong> Une inspiration étrange vous saisit ; ajoutez un dé gardé affichant Aubaine au résultat de votre prochain test effectué avec une compétence différente.</li></ul><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><ul><li><strong>(op) Artisanal :</strong> Ajoutez un dé gardé affichant Aubaine au résultat de votre prochain test de compétence artisanale effectué avant la fin de la session de jeu.</li><li><strong>(op) Savant :</strong> Repérez ou identifiez une propriété, un aspect ou une capacité unique sur quelque chose que vous êtes en train d'identifier.</li><li><strong>(op) Social :</strong> Ajoutez un dé gardé affichant Aubaine au résultat de votre prochain test de compétence sociale effectué avant la fin de la scène.</li><li><strong>(op) Professionnel :</strong> Convainquez un fournisseur de vous accorder une ristourne supplémentaire de 10 % sur le prix d'un objet que vous êtes en train d'acheter.</li></ul><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><ul><li><strong>(op) Artisanal :</strong> Réduisez de 1 le ND du prochain test que vous effectuerez en utilisant l'objet avec lequel vous êtes en train de vous Harmoniser.</li><li><strong>(op) Savant :</strong> Devinez si vous pouvez apprendre quelque chose d'important de votre champ de recherche actuel.</li><li><strong>(op) Social :</strong> Devinez l'objectif d'un autre personnage dans la scène.</li><li><strong>(op) Professionnel :</strong> Réduisez au minimum l'effet que vous produisez sur votre environnement (et les traces physiques de vos efforts).</li></ul>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "During Downtime Use",
|
||||
"During Downtime Use": {
|
||||
"name": "Utilisation lors d'un Temps Mort",
|
||||
"content": "<blockquote>Livre de Règles p.329</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><ul><li><strong>(op)+ :</strong> Apprenez un détail sur une personne qui vous accompagne (comme un avantage ou un désavantage au choix de cette personne) par Aubaine ainsi dépensé. Vous ne pouvez apprendre de la sorte qu'un seul détail à propos de chacune de vos cibles au cours d'une scène de temps mort.</li><li><strong>(op)(op) :</strong> Effectuez votre activité de temps mort sans que la ou les personnes de votre choix ne l'apprennent.</li></ul><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><ul><li><strong>(op)+ :</strong> Un autre personnage qui vous accompagne élimine 1 point de Conflit ou de Fatigue par Aubaine ainsi dépensé.</li><li><strong>(op)(op) :</strong> Mémorisez un détail petit mais important grâce à votre activité ; vous pourrez vous en souvenir plus tard sans avoir besoin d'effectuer de test.</li></ul><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><ul><li><strong>(op)+ :</strong> Assistez un autre personnage par Aubaine dépensé ainsi au cours du prochain test d'activité de temps mort qu'il effectuera pendant cette session.</li><li><strong>(op)(op) :</strong> Stimulez grâce à vos efforts an personnage qui vous accompagne ; celui-ci pourra effectuer une action de temps mort supplémentaire au cours de cette période de temps mort (maximum 2).</li></ul><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><ul><li><strong>(op)+ :</strong> Eliminez 1 point de Conflit ou de Fatigue par Aubaine dépensé ainsi.</li><li><strong>(op)(op) :</strong> Faites-vous un nouvel ami au cours de votre activité de temps mort.</li></ul><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><ul><li><strong>(op)+ :</strong> Choisissez autant de dés abandonnés lors du test que de Aubaines dépensés pour cet effet et réservez-les. Le maximum de dés que vous pouvez réserver de la sorte est égal à votre rang dans la compétence utilisée. Ajoutez ce(s) dé(s) réservé(s) à votre prochain test effectué avec la même compétence ; vous conservez les résultats affichés sans relancer ce(s) dé(s).</li><li><strong>(op)(op) :</strong> Recevez une brève prémonition sur un événement possible pendant que vous effectuez votre activité de temps mort.</li></ul>"
|
||||
"pages": {
|
||||
"Figure: During Downtime Use": {
|
||||
"name": "Utilisation lors d'un Temps Mort - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"During Downtime Use": {
|
||||
"name": "Utilisation lors d'un Temps Mort",
|
||||
"text": "<blockquote>Livre de Règles p.329</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><ul><li><strong>(op)+ :</strong> Apprenez un détail sur une personne qui vous accompagne (comme un avantage ou un désavantage au choix de cette personne) par Aubaine ainsi dépensé. Vous ne pouvez apprendre de la sorte qu'un seul détail à propos de chacune de vos cibles au cours d'une scène de temps mort.</li><li><strong>(op)(op) :</strong> Effectuez votre activité de temps mort sans que la ou les personnes de votre choix ne l'apprennent.</li></ul><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><ul><li><strong>(op)+ :</strong> Un autre personnage qui vous accompagne élimine 1 point de Conflit ou de Fatigue par Aubaine ainsi dépensé.</li><li><strong>(op)(op) :</strong> Mémorisez un détail petit mais important grâce à votre activité ; vous pourrez vous en souvenir plus tard sans avoir besoin d'effectuer de test.</li></ul><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><ul><li><strong>(op)+ :</strong> Assistez un autre personnage par Aubaine dépensé ainsi au cours du prochain test d'activité de temps mort qu'il effectuera pendant cette session.</li><li><strong>(op)(op) :</strong> Stimulez grâce à vos efforts an personnage qui vous accompagne ; celui-ci pourra effectuer une action de temps mort supplémentaire au cours de cette période de temps mort (maximum 2).</li></ul><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><ul><li><strong>(op)+ :</strong> Eliminez 1 point de Conflit ou de Fatigue par Aubaine dépensé ainsi.</li><li><strong>(op)(op) :</strong> Faites-vous un nouvel ami au cours de votre activité de temps mort.</li></ul><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><ul><li><strong>(op)+ :</strong> Choisissez autant de dés abandonnés lors du test que de Aubaines dépensés pour cet effet et réservez-les. Le maximum de dés que vous pouvez réserver de la sorte est égal à votre rang dans la compétence utilisée. Ajoutez ce(s) dé(s) réservé(s) à votre prochain test effectué avec la même compétence ; vous conservez les résultats affichés sans relancer ce(s) dé(s).</li><li><strong>(op)(op) :</strong> Recevez une brève prémonition sur un événement possible pendant que vous effectuez votre activité de temps mort.</li></ul>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Invocations Use",
|
||||
"Invocations Use": {
|
||||
"name": "Utilisation lors des Invocations",
|
||||
"content": "<blockquote>Livre de Règles p.191</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><ul><li><strong>(op)(op)+ :</strong> Désignez une cible supplémentaire par dépensés de cette façon.</li><li><strong>(op)+ :</strong> La portée maximale de cette technique augmente de 1 niveau par dépensé de cette façon.</li><li><strong>(op) :</strong> Le ND de votre prochain test d'action de Déplacement diminue de 1. Cet effet persiste jusqu'à la fin de votre prochain tour.</li><li><strong>(op)(op)+ :</strong> Si cette technique peut cibler d'autres personnages que vous, désignez une cible supplémentaire par <strong>(op)(op)</strong> dépensés de cette façon.</li><li><strong>(op)(op)+ :</strong> Si cette technique cible tous les personnages de la zone, choisissez un personnage à portée qui sera épargné par <strong>(op)(op)</strong> dépensés de cette façon.</li></ul><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><ul><li><strong>(op):</strong> Votre Résistance physique augmente de 1. Cet effet persiste jusqu'à la fin de votre prochain tour.</li><li><strong>(op)+ :</strong> Si cette technique peut prendre pour cible d'autres personnages que vous, désignez une cible supplémentaire par <strong>(op)</strong> dépensé de cette façon.</li><li><strong>(op)+ :</strong> La portée maximale de cette technique augmente de 1 niveau par <strong>(op)</strong> dépensé de cette façon.</li><li><strong>(op):</strong> Les dégâts infligés sont considérés comme des dégâts physiques (et non surnaturels).</li><li><strong>(op):</strong> Les dégâts infligés par cette technique reçoivent la propriété Sacré (cf. page 241).</li></ul><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><ul><li><strong>(op)+ :</strong> La portée maximale de cette technique augmente de 1 niveau par <strong>(op)</strong> dépensé de cette façon.</li><li><strong>(op)+ :</strong> Si cette technique peut prendre pour cible d'autres personnages que vous, désignez une cible supplémentaire par <strong>(op)</strong> dépensé de cette façon.</li><li><strong>(op): </strong> Le ND de vos prochains tests d'action d'Attaque diminue de 1. Cet effet persiste jusqu'à la fin de votre prochain tour.</li><li><strong>(op)+ :</strong> Le ND des tests de résistance à cet effet augmente de 1 par <strong>(op)</strong> dépensé de cette façon.</li><li><strong>(op)(op)+ :</strong> Par <strong>(op)(op)</strong> dépensés de cette façon, une cible doit résister à l'aide d'un test de Forme (Air 4, Eau 1) j ND 3 ou subir l'état En feu.</li></ul><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><ul><li><strong>(op): </strong> Votre Résistance surnaturelle augmente de 1 jusqu'à la fin de votre prochain tour.</li><li><strong>(op)+ :</strong> Si cette technique peut prendre pour cible d'autres personnages que vous, désignez une cible supplémentaire par <strong>(op)</strong> dépensé de cette façon.</li><li><strong>(op)(op)+ :</strong> La portée minimale ou maximale de cette technique augmente ou diminue de 1 niveau par <strong>(op)(op)</strong> dépensés de cette façon.</li><li><strong>(op)(op):</strong> Éliminez 1 point de Fatigue de la cible ou de votre propre personnage.</li><li><strong>(op): </strong> Le ND de votre prochaine action de Soutien diminue de 1. Cet effet persiste jusqu à la fin de votre prochain tour.</li></ul>"
|
||||
"pages": {
|
||||
"Figure: Invocations Use": {
|
||||
"name": "Utilisation lors des Invocations - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"Invocations Use": {
|
||||
"name": "Utilisation lors des Invocations",
|
||||
"text": "<blockquote>Livre de Règles p.191</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><ul><li><strong>(op)(op)+ :</strong> Désignez une cible supplémentaire par dépensés de cette façon.</li><li><strong>(op)+ :</strong> La portée maximale de cette technique augmente de 1 niveau par dépensé de cette façon.</li><li><strong>(op) :</strong> Le ND de votre prochain test d'action de Déplacement diminue de 1. Cet effet persiste jusqu'à la fin de votre prochain tour.</li><li><strong>(op)(op)+ :</strong> Si cette technique peut cibler d'autres personnages que vous, désignez une cible supplémentaire par <strong>(op)(op)</strong> dépensés de cette façon.</li><li><strong>(op)(op)+ :</strong> Si cette technique cible tous les personnages de la zone, choisissez un personnage à portée qui sera épargné par <strong>(op)(op)</strong> dépensés de cette façon.</li></ul><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><ul><li><strong>(op):</strong> Votre Résistance physique augmente de 1. Cet effet persiste jusqu'à la fin de votre prochain tour.</li><li><strong>(op)+ :</strong> Si cette technique peut prendre pour cible d'autres personnages que vous, désignez une cible supplémentaire par <strong>(op)</strong> dépensé de cette façon.</li><li><strong>(op)+ :</strong> La portée maximale de cette technique augmente de 1 niveau par <strong>(op)</strong> dépensé de cette façon.</li><li><strong>(op):</strong> Les dégâts infligés sont considérés comme des dégâts physiques (et non surnaturels).</li><li><strong>(op):</strong> Les dégâts infligés par cette technique reçoivent la propriété Sacré (cf. page 241).</li></ul><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><ul><li><strong>(op)+ :</strong> La portée maximale de cette technique augmente de 1 niveau par <strong>(op)</strong> dépensé de cette façon.</li><li><strong>(op)+ :</strong> Si cette technique peut prendre pour cible d'autres personnages que vous, désignez une cible supplémentaire par <strong>(op)</strong> dépensé de cette façon.</li><li><strong>(op): </strong> Le ND de vos prochains tests d'action d'Attaque diminue de 1. Cet effet persiste jusqu'à la fin de votre prochain tour.</li><li><strong>(op)+ :</strong> Le ND des tests de résistance à cet effet augmente de 1 par <strong>(op)</strong> dépensé de cette façon.</li><li><strong>(op)(op)+ :</strong> Par <strong>(op)(op)</strong> dépensés de cette façon, une cible doit résister à l'aide d'un test de Forme (Air 4, Eau 1) j ND 3 ou subir l'état En feu.</li></ul><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><ul><li><strong>(op): </strong> Votre Résistance surnaturelle augmente de 1 jusqu'à la fin de votre prochain tour.</li><li><strong>(op)+ :</strong> Si cette technique peut prendre pour cible d'autres personnages que vous, désignez une cible supplémentaire par <strong>(op)</strong> dépensé de cette façon.</li><li><strong>(op)(op)+ :</strong> La portée minimale ou maximale de cette technique augmente ou diminue de 1 niveau par <strong>(op)(op)</strong> dépensés de cette façon.</li><li><strong>(op)(op):</strong> Éliminez 1 point de Fatigue de la cible ou de votre propre personnage.</li><li><strong>(op): </strong> Le ND de votre prochaine action de Soutien diminue de 1. Cet effet persiste jusqu à la fin de votre prochain tour.</li></ul>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "In Shadowlands Use",
|
||||
"In Shadowlands Use": {
|
||||
"name": "Utilisation dans l'Outremonde ou en Territoire Souillé",
|
||||
"content": "<blockquote>L’Outremonde p.130</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op)+ :</strong> Vous remarquez dans votre environnement un signe subtil qui vous permet de vous orienter, tel qu'un ruisseau moins Souillé que ses alentours ou les excroissances sur des arbres difformes qui indiquent la direction du Gouffre suppurant. Ce point de repère vous guide pour une scène, plus une scène supplémentaire dans l'Outremonde par (op) dépensé de la sorte.</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op)(op) :</strong> Votre nature résolue vous préserve de l'environnement instable de l'Outremonde. La prochaine fois que vous essayez de remarquer ou d'éviter une situation ou une créature dangereuse, on considère que votre Vigilance est supérieure de 1 à sa vraie valeur.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op)+ :</strong> Vous poussez vos camarades à l'aide de compliments agréables ou de critiques acerbes. Pour chaque (op) dépensé de la sorte, un autre personnage présent réduit de 1 le ND de son prochain test pour résister aux épreuves physiques ou à l'influence de l'Outremonde.</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op)(op)+ :</strong> Par chance ou suite à des recherches minutieuses, vous trouvez un objet utile que l'Outremonde n'a pas encore corrompu. La rareté maximale d'un tel objet est de 3, plus 1 par (op)(op) supplémentaires dépensés de la sorte. Le MJ doit veiller à ajuster le niveau de rareté en fonction de la nature exacte de l'objet.</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op)(op)(op) :</strong> Vous ne vous laissez pas décourager par la puissance du Jigoku qui vous écrase. En vous remémorant les territoires dépourvus de Souillure au nord de la Muraille, vous restez concentré et ignorez les (st) obtenus lors de votre prochain test.</p>"
|
||||
"pages": {
|
||||
"Figure: In Shadowlands Use": {
|
||||
"name": "Utilisation dans l'Outremonde ou en Territoire Souillé - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"In Shadowlands Use": {
|
||||
"name": "Utilisation dans l'Outremonde ou en Territoire Souillé",
|
||||
"text": "<blockquote>L’Outremonde p.130</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op)+ :</strong> Vous remarquez dans votre environnement un signe subtil qui vous permet de vous orienter, tel qu'un ruisseau moins Souillé que ses alentours ou les excroissances sur des arbres difformes qui indiquent la direction du Gouffre suppurant. Ce point de repère vous guide pour une scène, plus une scène supplémentaire dans l'Outremonde par (op) dépensé de la sorte.</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op)(op) :</strong> Votre nature résolue vous préserve de l'environnement instable de l'Outremonde. La prochaine fois que vous essayez de remarquer ou d'éviter une situation ou une créature dangereuse, on considère que votre Vigilance est supérieure de 1 à sa vraie valeur.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op)+ :</strong> Vous poussez vos camarades à l'aide de compliments agréables ou de critiques acerbes. Pour chaque (op) dépensé de la sorte, un autre personnage présent réduit de 1 le ND de son prochain test pour résister aux épreuves physiques ou à l'influence de l'Outremonde.</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op)(op)+ :</strong> Par chance ou suite à des recherches minutieuses, vous trouvez un objet utile que l'Outremonde n'a pas encore corrompu. La rareté maximale d'un tel objet est de 3, plus 1 par (op)(op) supplémentaires dépensés de la sorte. Le MJ doit veiller à ajuster le niveau de rareté en fonction de la nature exacte de l'objet.</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op)(op)(op) :</strong> Vous ne vous laissez pas décourager par la puissance du Jigoku qui vous écrase. En vous remémorant les territoires dépourvus de Souillure au nord de la Muraille, vous restez concentré et ignorez les (st) obtenus lors de votre prochain test.</p>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Against Tainted Threats Use",
|
||||
"Against Tainted Threats Use": {
|
||||
"name": "Utilisation face à la Corruption",
|
||||
"content": "<blockquote>L’Outremonde p.131</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op)(op) :</strong> Confronté aux horreurs de la Souillure, vous restez alerte et capable de discerner une faiblesse chez votre adversaire. Réduisez de 1 le ND de votre prochain test destiné à vous opposer à un personnage Souillé ou à le blesser, grâce à votre examen de la menace et à votre réaction appropriée.</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op)(op) :</strong> Vous êtes capable de supporter de terribles épreuves, comme la révélation d'un mystérieux maho-tsukai ou la conjuration d'un oni. La prochaine fois que vous subissez des points de Conflit au cours de cette scène, vous subissez 2 points de moins, jusqu'à un minimum de 0.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op)+ :</strong> La fureur toute vertueuse que vous manifestez est propre à intimider le plus terrible des démons. Chaque créature Souillée présente subit 1 point de Conflit, plus 1 point supplémentaire par (op)(op) dépensés de la sorte. Si vous n'avez pas conscience qu'un personnage est Souillé, le MJ doit noter ces points de Conflit en secret.</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op) :</strong> Vous vous adaptez pour mieux combattre les puissances corrompues qui se dressent sur votre chemin. Une fois avant la fin de la session de jeu, vous pouvez soit réduire de 1 le ND d'un de vos tests pour résister à un pouvoir issu de la Souillure (une technique de maho par exemple), soit augmenter de 1 le ND du test d'un autre personnage qui vous prend pour cible ou essaie de vous affecter avec un tel pouvoir.</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op)(op)</strong> ou <strong>(op)(op)(op) :</strong> Si vous dépensez (op)(op), vous réalisez que les kamis ont fui et percevez l'origine de leur trouble (maho, kansen ou autre).</p><br><p>Si vous dépensez (op)(op)(op) vous pouvez aussi déterminer le rang de Combat (bushi) total de toutes les créatures Souillées qui ont poussé les kamis à fuir.</p>"
|
||||
"pages": {
|
||||
"Figure: Against Tainted Threats Use": {
|
||||
"name": "Utilisation face à la Corruption - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"Against Tainted Threats Use": {
|
||||
"name": "Utilisation face à la Corruption",
|
||||
"text": "<blockquote>L’Outremonde p.131</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op)(op) :</strong> Confronté aux horreurs de la Souillure, vous restez alerte et capable de discerner une faiblesse chez votre adversaire. Réduisez de 1 le ND de votre prochain test destiné à vous opposer à un personnage Souillé ou à le blesser, grâce à votre examen de la menace et à votre réaction appropriée.</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op)(op) :</strong> Vous êtes capable de supporter de terribles épreuves, comme la révélation d'un mystérieux maho-tsukai ou la conjuration d'un oni. La prochaine fois que vous subissez des points de Conflit au cours de cette scène, vous subissez 2 points de moins, jusqu'à un minimum de 0.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op)+ :</strong> La fureur toute vertueuse que vous manifestez est propre à intimider le plus terrible des démons. Chaque créature Souillée présente subit 1 point de Conflit, plus 1 point supplémentaire par (op)(op) dépensés de la sorte. Si vous n'avez pas conscience qu'un personnage est Souillé, le MJ doit noter ces points de Conflit en secret.</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op) :</strong> Vous vous adaptez pour mieux combattre les puissances corrompues qui se dressent sur votre chemin. Une fois avant la fin de la session de jeu, vous pouvez soit réduire de 1 le ND d'un de vos tests pour résister à un pouvoir issu de la Souillure (une technique de maho par exemple), soit augmenter de 1 le ND du test d'un autre personnage qui vous prend pour cible ou essaie de vous affecter avec un tel pouvoir.</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op)(op)</strong> ou <strong>(op)(op)(op) :</strong> Si vous dépensez (op)(op), vous réalisez que les kamis ont fui et percevez l'origine de leur trouble (maho, kansen ou autre).</p><br><p>Si vous dépensez (op)(op)(op) vous pouvez aussi déterminer le rang de Combat (bushi) total de toutes les créatures Souillées qui ont poussé les kamis à fuir.</p>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "While Tainted Use",
|
||||
"While Tainted Use": {
|
||||
"name": "Utilisation en étant Souillé",
|
||||
"content": "<blockquote>L’Outremonde p.131</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op)(op) :</strong> La malice que vous vous êtes récemment découvert peut détourner l'attention de votre personne, vous permettant peut-être de dissimuler votre nature Souillée ou d'éviter un examen approfondi. Le ND du prochain test visant à vous examiner ou à scruter vos actions augmente de 1.</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op)(op) :</strong> Les tracas des mortels ne vous affectent plus, car vous subissez déjà des tourments inimaginables. Pour le reste de la scène, chaque fois que vous subissez des points de Fatigue, vous subissez 2 points de moins, jusqu'à un minimum de 0.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op)(op) :</strong> La puissance déchaînée du Jigoku coule dans vos veines et vous confère une force contre-nature. Ajoutez 1 (ring) gardé et affichant (st) au résultat de votre prochain test d'Arts martiaux. Cet effet persiste jusqu'au début de votre prochain tour.</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op)(op) :</strong> Pendant un bref instant, votre corps et votre esprit se fluidifient et s'affranchissent de la désorientation ou même des blessures. Vous retirez un des états suivants : À terre, Désorienté, Hébété, Immobilisé, Ivre ou Légèrement blessé.</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op)+ :</strong> Les connaissances contre-nature des kansen résonnent en vous sans un mot, vous accordant un savoir impossible à détenir autrement. Vous apprenez quelque chose en lien avec la situation actuelle et dont l'ampleur dépend du nombre de (op) dépensés de la sorte. Pour chaque (op) dépensé ainsi, vous subissez 1 point de Conflit en raison de la nature dérangeante de vos informateurs.</p>"
|
||||
"pages": {
|
||||
"Figure: While Tainted Use": {
|
||||
"name": "Utilisation en étant Souillé - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"While Tainted Use": {
|
||||
"name": "Utilisation en étant Souillé",
|
||||
"text": "<blockquote>L’Outremonde p.131</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op)(op) :</strong> La malice que vous vous êtes récemment découvert peut détourner l'attention de votre personne, vous permettant peut-être de dissimuler votre nature Souillée ou d'éviter un examen approfondi. Le ND du prochain test visant à vous examiner ou à scruter vos actions augmente de 1.</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op)(op) :</strong> Les tracas des mortels ne vous affectent plus, car vous subissez déjà des tourments inimaginables. Pour le reste de la scène, chaque fois que vous subissez des points de Fatigue, vous subissez 2 points de moins, jusqu'à un minimum de 0.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op)(op) :</strong> La puissance déchaînée du Jigoku coule dans vos veines et vous confère une force contre-nature. Ajoutez 1 (ring) gardé et affichant (st) au résultat de votre prochain test d'Arts martiaux. Cet effet persiste jusqu'au début de votre prochain tour.</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op)(op) :</strong> Pendant un bref instant, votre corps et votre esprit se fluidifient et s'affranchissent de la désorientation ou même des blessures. Vous retirez un des états suivants : À terre, Désorienté, Hébété, Immobilisé, Ivre ou Légèrement blessé.</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op)+ :</strong> Les connaissances contre-nature des kansen résonnent en vous sans un mot, vous accordant un savoir impossible à détenir autrement. Vous apprenez quelque chose en lien avec la situation actuelle et dont l'ampleur dépend du nombre de (op) dépensés de la sorte. Pour chaque (op) dépensé ainsi, vous subissez 1 point de Conflit en raison de la nature dérangeante de vos informateurs.</p>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Negotiations Use",
|
||||
"Negotiations Use": {
|
||||
"name": "Utilisation au cours de Négociations",
|
||||
"content": "<blockquote>Les Cours de Pierre p.132</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op)(op)+ :</strong> Votre rhétorique soignée piège un interlocuteur dans une position où il doit céder du terrain ou vous offrir une bénédiction. Il doit vous accorder une concession mineure sans lien avec votre objectif social actuel à moins d'abandonner 1 point de Progression par (op)(op) dépensés de cette façon.</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op)(op)(op) :</strong> Votre dévouement inflexible envers votre objectif retarde l'issue de la conversation. Choisissez un personnage présent : il ne peut gagner aucun point de Progression jusqu'à la fin de votre prochain tour.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op)(op) :</strong> Vous mettez un autre personnage sur la défensive à l'aide de questions et de revendications enchaînées à un rythme effréné. Choisissez une demande ou une affirmation formulée par un autre personnage présent au cours de la scène. Le joueur concerné (ou le MJ dans le cas d'un PNJ) doit vous révéler toute motivation cachée derrière cette demande ou cette affirmation.</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op)(op) :</strong> Vous mettez un autre personnage sur la défensive à l'aide de questions et de revendications enchaînées à un rythme effréné. Choisissez une demande ou une affirmation formulée par un autre personnage présent au cours de la scène. Le joueur concerné (ou le MJ dans le cas d'un PNJ) doit vous révéler toute motivation cachée derrière cette demande ou cette affirmation.</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op)(op)(op) :</strong> Vous ébranlez brièvement les convictions d'un interlocuteur par une remarque profonde sur sa nature ou sur les circonstances, et son discours perd en certitude. Jusqu'à la fin de votre prochain tour, tous les points de Progression qu'il gagne s'ajoutent à votre Progression (et non à la sienne) pour atteindre votre objectif social actuel.</p>"
|
||||
"pages": {
|
||||
"Figure: Negotiations Use": {
|
||||
"name": "Utilisation au cours de Négociations - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"Negotiations Use": {
|
||||
"name": "Utilisation au cours de Négociations",
|
||||
"text": "<blockquote>Les Cours de Pierre p.132</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op)(op)+ :</strong> Votre rhétorique soignée piège un interlocuteur dans une position où il doit céder du terrain ou vous offrir une bénédiction. Il doit vous accorder une concession mineure sans lien avec votre objectif social actuel à moins d'abandonner 1 point de Progression par (op)(op) dépensés de cette façon.</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op)(op)(op) :</strong> Votre dévouement inflexible envers votre objectif retarde l'issue de la conversation. Choisissez un personnage présent : il ne peut gagner aucun point de Progression jusqu'à la fin de votre prochain tour.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op)(op) :</strong> Vous mettez un autre personnage sur la défensive à l'aide de questions et de revendications enchaînées à un rythme effréné. Choisissez une demande ou une affirmation formulée par un autre personnage présent au cours de la scène. Le joueur concerné (ou le MJ dans le cas d'un PNJ) doit vous révéler toute motivation cachée derrière cette demande ou cette affirmation.</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op)(op) :</strong> Vous mettez un autre personnage sur la défensive à l'aide de questions et de revendications enchaînées à un rythme effréné. Choisissez une demande ou une affirmation formulée par un autre personnage présent au cours de la scène. Le joueur concerné (ou le MJ dans le cas d'un PNJ) doit vous révéler toute motivation cachée derrière cette demande ou cette affirmation.</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op)(op)(op) :</strong> Vous ébranlez brièvement les convictions d'un interlocuteur par une remarque profonde sur sa nature ou sur les circonstances, et son discours perd en certitude. Jusqu'à la fin de votre prochain tour, tous les points de Progression qu'il gagne s'ajoutent à votre Progression (et non à la sienne) pour atteindre votre objectif social actuel.</p>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Romance Use",
|
||||
"Romance Use": {
|
||||
"name": "Utilisation au cours d'une Idylle",
|
||||
"content": "<blockquote>Les Cours de Pierre p.132</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op)(op) :</strong> La conversation dévie sur vos relations et vos amis communs. Nommez un personnage que vous et votre partenaire connaissez. Ce dernier doit vous dire ce qu'il pense de la cible, vous révélant ainsi l'un des avantages ou désavantages de ce personnage.</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op)(op) :</strong> Une remarque désinvolte vous fait comprendre, à vous et à votre partenaire, que vous partagez des points communs : un loisir étrange, un acteur favori ou une croyance fondamentale. Faites trois suggestions au joueur incarnant votre partenaire : il doit en choisir une. Vous et votre partenaire éliminez chacun 2 points de Conflit.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op)(op) :</strong> Un détail de votre apparence capte l'intérêt de votre partenaire. Son joueur doit vous annoncer quel attribut physique il trouve le plus attirant chez vous. Vous et votre partenaire subissez chacun 1 point de Conflit, et le ND du prochain test de compétence sociale est réduit de 1 pour chacun d'entre vous.</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op)(op) :</strong> Votre échange est si agréable que votre partenaire, et non vous, suggère une autre rencontre dans un jour ou deux. Il vous propose plusieurs options : choisissez celle que vous préférez, et ne soyez pas en retard !</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op)(op)(op) :</strong> En raison de circonstances indépendantes de votre volonté (comme une bourrasque ou un tremblement de terre), votre partenaire et vous vous retrouvez, contre toute attente, parfaitement conscients de l'alchimie qui existe entre vous. Votre partenaire décide du type de contact, qu'il s'agisse par exemple d'un échange de regards fatidique ou d'un frôlement de vos mains au moment de ramasser un rouleau tombé à terre, ainsi que de sa réaction, même s'il ne pourra rien vous reprocher d'inopportun. Après tout, ce n'était pas de votre faute.</p>"
|
||||
"pages": {
|
||||
"Figure: Romance Use": {
|
||||
"name": "Utilisation au cours d'une Idylle - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"Romance Use": {
|
||||
"name": "Utilisation au cours d'une Idylle",
|
||||
"text": "<blockquote>Les Cours de Pierre p.132</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op)(op) :</strong> La conversation dévie sur vos relations et vos amis communs. Nommez un personnage que vous et votre partenaire connaissez. Ce dernier doit vous dire ce qu'il pense de la cible, vous révélant ainsi l'un des avantages ou désavantages de ce personnage.</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op)(op) :</strong> Une remarque désinvolte vous fait comprendre, à vous et à votre partenaire, que vous partagez des points communs : un loisir étrange, un acteur favori ou une croyance fondamentale. Faites trois suggestions au joueur incarnant votre partenaire : il doit en choisir une. Vous et votre partenaire éliminez chacun 2 points de Conflit.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op)(op) :</strong> Un détail de votre apparence capte l'intérêt de votre partenaire. Son joueur doit vous annoncer quel attribut physique il trouve le plus attirant chez vous. Vous et votre partenaire subissez chacun 1 point de Conflit, et le ND du prochain test de compétence sociale est réduit de 1 pour chacun d'entre vous.</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op)(op) :</strong> Votre échange est si agréable que votre partenaire, et non vous, suggère une autre rencontre dans un jour ou deux. Il vous propose plusieurs options : choisissez celle que vous préférez, et ne soyez pas en retard !</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op)(op)(op) :</strong> En raison de circonstances indépendantes de votre volonté (comme une bourrasque ou un tremblement de terre), votre partenaire et vous vous retrouvez, contre toute attente, parfaitement conscients de l'alchimie qui existe entre vous. Votre partenaire décide du type de contact, qu'il s'agisse par exemple d'un échange de regards fatidique ou d'un frôlement de vos mains au moment de ramasser un rouleau tombé à terre, ainsi que de sa réaction, même s'il ne pourra rien vous reprocher d'inopportun. Après tout, ce n'était pas de votre faute.</p>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Espionage Use",
|
||||
"Espionage Use": {
|
||||
"name": "Utilisation au cours d'une mission d'Espionnage",
|
||||
"content": "<blockquote>Les Cours de Pierre p.133</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op)+ :</strong> Votre discrétion vous permet de disparaître de la vue d'autrui, que ce soit en vous cachant dans une foule ou sur un terrain adapté. Désignez autant de Sous-fifres que de (op) dépensés de cette façon, ou un seul Antagoniste doté d'une valeur de Vigilance inférieure ou égale au nombre de (op) dépensés de cette façon. Ces personnages vous perdent de vue (et ne remarquent pas votre absence à moins d'être en train de vous chercher).</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op)+ :</strong> Vous trouvez une excellente cachette, qu'il s'agisse d'un lieu où personne ne remet votre couverture en question ou d'un endroit dissimulé qu'on ne pense pas à vérifier. Tant que vous y restez, le ND de vos tests effectués pour ne pas vous faire remarquer diminue de 1 par (op) dépensé de cette façon.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op)(op)(op) :</strong> Un mouvement involontaire de votre part attire l'attention d'un individu ou d'une créature... mais contre toute attente, il est amical ou prêt à vous épauler. Qui est-ce, et comment vous aide-t-il ? Vous prend-il pour quelqu'un d'autre ?</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op) :</strong> Vous découvrez un indice vous permettant de trouver ailleurs d'autres informations sur votre cible ou sur votre objectif. Le MJ vous révèle une nouvelle piste viable, sans lien avec votre opération actuelle, pour continuer à espionner sur ce sujet.</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op) :</strong> Si vous vous fiez à votre expérience, il est possible que vous ne soyez pas le premier espion à passer en ces lieux. Le MJ vous révèle si un autre shinobi a déjà visité l'endroit et, si tel est le cas, quelle trace il a involontairement laissée derrière lui.</p>"
|
||||
"pages": {
|
||||
"Figure: Espionage Use": {
|
||||
"name": "Utilisation au cours d'une mission d'Espionnage - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"Espionage Use": {
|
||||
"name": "Utilisation au cours d'une mission d'Espionnage",
|
||||
"text": "<blockquote>Les Cours de Pierre p.133</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><p><strong>(op)+ :</strong> Votre discrétion vous permet de disparaître de la vue d'autrui, que ce soit en vous cachant dans une foule ou sur un terrain adapté. Désignez autant de Sous-fifres que de (op) dépensés de cette façon, ou un seul Antagoniste doté d'une valeur de Vigilance inférieure ou égale au nombre de (op) dépensés de cette façon. Ces personnages vous perdent de vue (et ne remarquent pas votre absence à moins d'être en train de vous chercher).</p><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><p><strong>(op)+ :</strong> Vous trouvez une excellente cachette, qu'il s'agisse d'un lieu où personne ne remet votre couverture en question ou d'un endroit dissimulé qu'on ne pense pas à vérifier. Tant que vous y restez, le ND de vos tests effectués pour ne pas vous faire remarquer diminue de 1 par (op) dépensé de cette façon.</p><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><p><strong>(op)(op)(op) :</strong> Un mouvement involontaire de votre part attire l'attention d'un individu ou d'une créature... mais contre toute attente, il est amical ou prêt à vous épauler. Qui est-ce, et comment vous aide-t-il ? Vous prend-il pour quelqu'un d'autre ?</p><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><p><strong>(op) :</strong> Vous découvrez un indice vous permettant de trouver ailleurs d'autres informations sur votre cible ou sur votre objectif. Le MJ vous révèle une nouvelle piste viable, sans lien avec votre opération actuelle, pour continuer à espionner sur ce sujet.</p><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><p><strong>(op) :</strong> Si vous vous fiez à votre expérience, il est possible que vous ne soyez pas le premier espion à passer en ces lieux. Le MJ vous révèle si un autre shinobi a déjà visité l'endroit et, si tel est le cas, quelle trace il a involontairement laissée derrière lui.</p>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Mass Battles Use",
|
||||
"Mass Battles Use": {
|
||||
"name": "Utilisation au cours d'une Bataille de de Masse",
|
||||
"content": "<blockquote>Les Champs de la Victoire</blockquote><br>"
|
||||
"pages": {
|
||||
"Figure: Mass Battles Use": {
|
||||
"name": "Utilisation au cours d'une Bataille de de Masse - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"Mass Battles Use": {
|
||||
"name": "Utilisation au cours d'une Bataille de de Masse",
|
||||
"text": "<blockquote>Les Champs de la Victoire p.138</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><ul><li><strong>(op)+ :</strong> Choisissez un officier allié autre que vous-même. Le ND de son prochain test d’action de Manipulation est réduit de 1 par (op) dépensé de cette façon. Cet effet persiste jusqu’à la fin de la scène.</li><li><strong>(op)(op) :</strong> Choisissez un officier dans une fortification. Son unité perd le bénéfice de cette fortification jusqu’à la fin de votre prochain tour.</li></ul><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><ul><li><strong>(op)+ :</strong> Éliminez 1 point de Panique subi par votre armée par (op) dépensé de cette façon.</li><li><strong>(op)(op) :</strong> Choisissez un officier allié autre que vous-même. Son unité ne peut pas être prise pour cible par une action d’Attaque jusqu’à la fin de votre prochain tour.</li></ul><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><ul><li><strong>(op)+ :</strong> L’armée ennemie subit 1 point de Panique par (op) dépensé de cette façon.</li><li><strong>(op)+ :</strong> Lorsque vous effectuez une action d’Attaque prenant pour cible l’unité d’un officier ennemi dont la Vigilance est inférieure ou égale au nombre de (op) dépensés de cette façon, résolvez ses effets, puis infligez à cet officier un coup critique d’une gravité égale à la Dangerosité de l’une de vos armes.</li></ul><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><ul><li><strong>(op)+ :</strong> Choisissez un officier allié autre que vous-même. Le ND de son prochain test d’action de Déplacement est réduit de 1 par (op) dépensé de cette façon. Cet effet persiste jusqu’à la fin de la scène.</li><li><strong>(op)(op) :</strong> Choisissez un officier ennemi. Son unité ne peut pas effectuer d’action de Déplacement jusqu’au début de votre prochain tour.</li></ul><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><ul><li><strong>(op)+ :</strong> Votre armée et chaque armée ennemie subissent 2 points d’Usure par (op) dépensé de cette façon.</li><li><strong>(op)(op) :</strong> Lorsque vous effectuez une action de Soutien, résolvez ses effets, puis accomplissez (si vous le souhaitez) l’action Défier prenant pour cible l’officier d’une unité ennemie.</li><li><strong>(op)(op) :</strong> Augmentez de 3 la Force et la Discipline de votre armée. Cet effet persiste jusqu’à la fin de la scène.</li></ul>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Contested Territory Use",
|
||||
"Contested Territory Use": {
|
||||
"name": "Utilisation au cours en Terrain Contesté",
|
||||
"content": "<blockquote>Les Champs de la Victoire</blockquote><br>"
|
||||
"pages": {
|
||||
"Figure: Contested Territory Use": {
|
||||
"name": "Utilisation au cours en Terrain Contesté - Image",
|
||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
||||
},
|
||||
"Contested Territory Use": {
|
||||
"name": "Utilisation au cours en Terrain Contesté",
|
||||
"text": "<blockquote>Les Champs de la Victoire p.139</blockquote><br><h2>(air) Air (Précision, Discrétion, Subtilité, Astuce, Élégance)</h2><ul><li><strong>(op) : Vous discernez de subtils signes d’un problème à venir, et vous pouvez prendre des dispositions pour l’éviter. La prochaine fois que vous entrez dans une scène de confrontation au cours de cette session de jeu, vous pouvez ajouter à votre test d’initiative un dé d’anneau (ring) affichant (op).</strong> </li><li><strong>(op)(op) ou (op)(op)(op):</strong> Vous imaginez un déguisement astucieux ou une ruse quelconque pour surprendre des ennemis potentiels. La prochaine fois que vous entrez dans une scène de confrontation au cours de cette session de jeu, après avoir déterminé l’initiative, choisissez un personnage présent. Lors de son prochain test, il devra relancer tous ses dés contenant (su).</li></ul><br><br><h2>(earth) Terre (Prudence, Calme, Minutie, Pragmatique, Rigoureux)</h2><ul><li><strong>(op) : Même le chaos de la guerre ou l’étrangeté d’une terre inconnue ne suffisent pas à vous décontenancer. Réduisez de 1 le ND du prochain test que vous effectuez pour gérer une situation ou un adversaire méconnu.</strong> </li><li><strong>(op) : Vous vous raccrochez au souvenir de votre foyer lorsque vous êtes loin de chez vous ou face au danger. Éliminez 1 point de Conflit pour chaque état dont vous souffrez actuellement.</strong> </li></ul><br><br><h2>(fire) Feu (Créatif, Redoutable, Remarquable, Farouche, Franc)</h2><ul><li><strong>(op)+ : Vous attisez la ferveur de vos alliés à son paroxysme, et chacun d’entre eux peut éliminer 1 point de Conflit par (op) dépensé de cette façon. Pour chaque personnage qui décide de le faire, vous recevez 1 point de Conflit, la passion vous submergeant.</strong> </li><li><strong>(op)(op) : Vous élaborez une théorie intéressante pour combler les lacunes de votre savoir. Vous pouvez effectuer immédiatement un test de la compétence savante de votre choix afin d’en apprendre plus sur votre situation actuelle ou sur un PNJ présent, et vous réduisez le ND de ce test de 1 (jusqu’à un minimum de 1).</strong> </li></ul><br><br><h2>(water) Eau (Efficacité, Flexibilité, Sociable, Adaptation, Perspicace)</h2><ul><li><strong>(op)(op) : Vous passez d’une conclusion à une autre de manière fluide et astucieuse. Vous découvrez une caractéristique principale, une fortification ou une propriété de terrain des alentours, et vous savez si des ennemis l’ont traversée récemment.</strong> </li><li><strong>(op)(op)+ : Votre charme agit même sur vos ennemis. Pour chaque tranche de (op) (op) dépensés de cette façon, un personnage hostile présent se montre plus amical envers vous. La conséquence de ce revirement dépend de la situation : il peut désamorcer une confrontation sur le point d’éclater ou encourager vos ennemis à essayer de s’emparer de vous vivant, mais il n’empêchera pas un massacre une fois que les lames ont été tirées.</strong> </li></ul><br><br><h2>(void) Vide (Agir à l'instinct, Mystérieux, Sagesse, Inébranlable, Illuminé)</h2><ul><li><strong>(op)+ : L’équilibre existe en toute chose, y compris dans un duel ou dans une joute verbale. Un personnage hostile choisi par le MJ et vous éliminez 2 points de Conflit par (op) dépensé de cette façon.</strong></li><li><strong>(op)(op) : Vous trouvez la sérénité dans l’adversité. Vous découvrez un lieu de rencontre neutre, une jurisprudence défensive ou tout autre refuge applicable à votre situation.</strong></li></ul>"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,58 +1,151 @@
|
||||
{
|
||||
"label": "Propriétés de terrain",
|
||||
"mapping": {
|
||||
"content": "content"
|
||||
"text": "text"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Dangerous",
|
||||
"entries": {
|
||||
"Dangerous": {
|
||||
"name": "Dangereux",
|
||||
"content": "<blockquote>Livre de Règles p.267</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Dangerous": {
|
||||
"name": "Dangereux - Image",
|
||||
"src": "icons/svg/trap.svg"
|
||||
},
|
||||
"Dangerous": {
|
||||
"name": "Dangereux",
|
||||
"text": "<blockquote>Livre de Règles p.267</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Defiled",
|
||||
"Defiled": {
|
||||
"name": "Profané",
|
||||
"content": "<blockquote>Livre de Règles p.267</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Defiled": {
|
||||
"name": "Profané - Image",
|
||||
"src": "icons/svg/ruins.svg"
|
||||
},
|
||||
"Defiled": {
|
||||
"name": "Profané",
|
||||
"text": "<blockquote>Livre de Règles p.267</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Entangling",
|
||||
"Entangling": {
|
||||
"name": "Handicapant",
|
||||
"content": "<blockquote>Livre de Règles p.267</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Entangling": {
|
||||
"name": "Handicapant - Image",
|
||||
"src": "icons/svg/lightning.svg"
|
||||
},
|
||||
"Entangling": {
|
||||
"name": "Handicapant",
|
||||
"text": "<blockquote>Livre de Règles p.267</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Hallowed (One or More Elements)",
|
||||
"Hallowed (One or More Elements)": {
|
||||
"name": "Sanctifié (un ou plusieurs éléments)",
|
||||
"content": "<blockquote>Livre de Règles p.267</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Hallowed (One or More Elements)": {
|
||||
"name": "Sanctifié (un ou plusieurs éléments) - Image",
|
||||
"src": "icons/svg/oak.svg"
|
||||
},
|
||||
"Hallowed (One or More Elements)": {
|
||||
"name": "Sanctifié (un ou plusieurs éléments)",
|
||||
"text": "<blockquote>Livre de Règles p.267</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Imbalanced (One or More Elements)",
|
||||
"Imbalanced (One or More Elements)": {
|
||||
"name": "Déséquilibré (un ou plusieurs éléments)",
|
||||
"content": "<blockquote>Livre de Règles p.267</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Imbalanced (One or More Elements)": {
|
||||
"name": "Déséquilibré (un ou plusieurs éléments) - Image",
|
||||
"src": "icons/svg/stoned.svg"
|
||||
},
|
||||
"Imbalanced (One or More Elements)": {
|
||||
"name": "Déséquilibré (un ou plusieurs éléments)",
|
||||
"text": "<blockquote>Livre de Règles p.267</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Obscuring",
|
||||
"Obscuring": {
|
||||
"name": "Voilé",
|
||||
"content": "<blockquote>Livre de Règles p.267</blockquote>"
|
||||
"pages": {
|
||||
"Figure: Obscuring": {
|
||||
"name": "Voilé - Image",
|
||||
"src": "icons/svg/cowled.svg"
|
||||
},
|
||||
"Obscuring": {
|
||||
"name": "Voilé",
|
||||
"text": "<blockquote>Livre de Règles p.267</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Confining",
|
||||
"name": "Confining (WIP)",
|
||||
"content": "<blockquote>Les Champs de la Victoire</blockquote>"
|
||||
"Confining": {
|
||||
"name": "Confiné",
|
||||
"pages": {
|
||||
"Figure: Confining": {
|
||||
"name": "Confiné - Image",
|
||||
"src": "icons/svg/stone-path.svg"
|
||||
},
|
||||
"Confining": {
|
||||
"name": "Confiné",
|
||||
"text": "<blockquote>Les Champs de la Victoire p.122</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Elevated",
|
||||
"name": "Elevated (WIP)",
|
||||
"content": "<blockquote>Les Champs de la Victoire</blockquote>"
|
||||
"Elevated": {
|
||||
"name": "Surélevé",
|
||||
"pages": {
|
||||
"Figure: Elevated": {
|
||||
"name": "Surélevé - Image",
|
||||
"src": "icons/svg/up.svg"
|
||||
},
|
||||
"Elevated": {
|
||||
"name": "Surélevé",
|
||||
"text": "<blockquote>Les Champs de la Victoire p.122</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Open",
|
||||
"name": "Open (WIP)",
|
||||
"content": "<blockquote>Les Champs de la Victoire</blockquote>"
|
||||
"Open": {
|
||||
"name": "Ouvert",
|
||||
"pages": {
|
||||
"Figure: Open": {
|
||||
"name": "Ouvert - Image",
|
||||
"src": "icons/svg/mountain.svg"
|
||||
},
|
||||
"Open": {
|
||||
"name": "Ouvert",
|
||||
"text": "<blockquote>Les Champs de la Victoire p.122</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Recessed",
|
||||
"name": "Recessed (WIP)",
|
||||
"content": "<blockquote>Les Champs de la Victoire</blockquote>"
|
||||
"Recessed": {
|
||||
"name": "Encaissé",
|
||||
"pages": {
|
||||
"Figure: Recessed": {
|
||||
"name": "Encaissé - Image",
|
||||
"src": "icons/svg/down.svg"
|
||||
},
|
||||
"Recessed": {
|
||||
"name": "Encaissé",
|
||||
"text": "<blockquote>Les Champs de la Victoire p.122</blockquote>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Imbalanced (One or More Elements) Variant": {
|
||||
"name": "Déséquilibré (un ou plusieurs éléments) – variante",
|
||||
"pages": {
|
||||
"Figure: Imbalanced (One or More Elements) Variant": {
|
||||
"name": "Déséquilibré (un ou plusieurs éléments) – variante - Image",
|
||||
"src": "icons/svg/stoned.svg"
|
||||
},
|
||||
"Imbalanced (One or More Elements) Variant": {
|
||||
"name": "Déséquilibré (un ou plusieurs éléments) – variante",
|
||||
"text": "<blockquote>Les Édits de la Nature p.139</blockquote>"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
40
system/babele/fr/l5r5e.core-name-tables.json
Normal file
40
system/babele/fr/l5r5e.core-name-tables.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"label": "Tables de Noms",
|
||||
"entries": [
|
||||
{
|
||||
"id": "Ivory Kingdoms names",
|
||||
"name": "Noms des Royaumes d’Ivoire",
|
||||
"description": "La Voie des Vagues p.223-224"
|
||||
},
|
||||
{
|
||||
"id": "Japanese names (Female)",
|
||||
"name": "Noms Japonais (Féminin)",
|
||||
"description": "Liste non officielle"
|
||||
},
|
||||
{
|
||||
"id": "Japanese names (Male)",
|
||||
"name": "Noms Japonais (Masculin)",
|
||||
"description": "Liste non officielle"
|
||||
},
|
||||
{
|
||||
"id": "Japanese names (Village)",
|
||||
"name": "Noms Japonais (Village)",
|
||||
"description": "Liste non officielle"
|
||||
},
|
||||
{
|
||||
"id": "Qamarist names",
|
||||
"name": "Noms Qamaristes",
|
||||
"description": "La Voie des Vagues p.226"
|
||||
},
|
||||
{
|
||||
"id": "Rokugani names",
|
||||
"name": "Noms Rokugani",
|
||||
"description": "La Voie des Vagues p.222"
|
||||
},
|
||||
{
|
||||
"id": "Ujik names",
|
||||
"name": "Noms Ujik",
|
||||
"description": "La Voie des Vagues p.225"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
@@ -11,574 +11,792 @@
|
||||
"name": "Malédiction de Benten",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.122"
|
||||
"source_reference": {
|
||||
"page": "122"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bishamon’s Curse",
|
||||
"name": "Malédiction de Bishamon",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.123"
|
||||
"source_reference": {
|
||||
"page": "123"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bitter Betrothal",
|
||||
"name": "Amères fiançailles",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blackmailed by [Character’s Name]",
|
||||
"name": "Chantage exercé par [Nom de personnage]",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.118"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blindness",
|
||||
"name": "Cécité",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.118"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bluntness",
|
||||
"name": "Franc-parler",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.120"
|
||||
"source_reference": {
|
||||
"page": "120"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Clumsiness",
|
||||
"name": "Maladresse",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.122"
|
||||
"source_reference": {
|
||||
"page": "122"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cognitive Lapses",
|
||||
"name": "Absences",
|
||||
"types": "Mental, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.116"
|
||||
"source_reference": {
|
||||
"page": "116"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Daikoku’s Curse",
|
||||
"name": "Malédiction de Daikoku",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.123"
|
||||
"source_reference": {
|
||||
"page": "123"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Damaged Heart or Organ",
|
||||
"name": "Cœur ou organe défaillant",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.119"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Deafness",
|
||||
"name": "Surdité",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.130"
|
||||
"source_reference": {
|
||||
"page": "130"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Discomfiting Countenance",
|
||||
"name": "Aspect déconcertant",
|
||||
"types": "Relations, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Compassion",
|
||||
"name": "Mépris pour la Compassion",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
"source_reference": {
|
||||
"page": "125"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Courage",
|
||||
"name": "Mépris pour le Courage",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
"source_reference": {
|
||||
"page": "125"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Courtesy",
|
||||
"name": "Mépris pour la Courtoisie",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
"source_reference": {
|
||||
"page": "125"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Duty and Loyalty",
|
||||
"name": "Mépris pour le Devoir et loyauté",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
"source_reference": {
|
||||
"page": "125"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Honor",
|
||||
"name": "Mépris pour l'Honneur",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
"source_reference": {
|
||||
"page": "125"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Righteousness",
|
||||
"name": "Mépris pour la Droiture",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
"source_reference": {
|
||||
"page": "125"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Sincerity",
|
||||
"name": "Mépris pour la Sincérité",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
"source_reference": {
|
||||
"page": "125"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ebisu’s Curse",
|
||||
"name": "Malédiction d’Ebisu",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.123"
|
||||
"source_reference": {
|
||||
"page": "123"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fractured Spine",
|
||||
"name": "Colonne vertébrale fracturée",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.119"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fukurokujin’s Curse",
|
||||
"name": "Malédiction de Fukurokujin",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.124"
|
||||
"source_reference": {
|
||||
"page": "124"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Gaijin Name, Culture, or Appearance",
|
||||
"name": "Nom, culture ou apparence gaijin",
|
||||
"types": "Relations (Culture) ou Physique (Apparance), Relations (Nom), Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.126"
|
||||
"source_reference": {
|
||||
"page": "126"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Haunting",
|
||||
"name": "Hanté",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.120"
|
||||
"source_reference": {
|
||||
"page": "120"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Incurable Illness",
|
||||
"name": "Maladie incurable",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.122"
|
||||
"source_reference": {
|
||||
"page": "122"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Jurōjin’s Curse",
|
||||
"name": "Malédiction de Jurōjin",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.124"
|
||||
"source_reference": {
|
||||
"page": "124"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kisshōten’s Curse",
|
||||
"name": "Malédiction de Kisshōten",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.124"
|
||||
"source_reference": {
|
||||
"page": "124"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lost Arm or Lost Hand",
|
||||
"name": "Manchot",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.124"
|
||||
"source_reference": {
|
||||
"page": "124"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lost Eye",
|
||||
"name": "Borgne",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.118"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lost Fingers",
|
||||
"name": "Doigts manquants",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.120"
|
||||
"source_reference": {
|
||||
"page": "120"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lost Leg",
|
||||
"name": "Unijambiste",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.130"
|
||||
"source_reference": {
|
||||
"page": "130"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lost Memories",
|
||||
"name": "Amnésie",
|
||||
"types": "Mental, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Maimed Arm",
|
||||
"name": "Bras mutilé",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.118"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Maimed Visage",
|
||||
"name": "Défiguré",
|
||||
"types": "Relations, Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.119"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Momoku",
|
||||
"name": "Momoku",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
"source_reference": {
|
||||
"page": "125"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Muteness",
|
||||
"name": "Mutisme",
|
||||
"types": "Relations, Physique ou Mental, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.126"
|
||||
"source_reference": {
|
||||
"page": "126"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Nerve Damage",
|
||||
"name": "Lésions nerveuses",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.121"
|
||||
"source_reference": {
|
||||
"page": "121"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Scorn of [One Group]",
|
||||
"name": "Méprisé par [un groupe]",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
"source_reference": {
|
||||
"page": "125"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Air)",
|
||||
"name": "Souillure de l’Outremonde (Air)",
|
||||
"types": "Malédiction, Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.128"
|
||||
"source_reference": {
|
||||
"page": "128"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Earth)",
|
||||
"name": "Souillure de l’Outremonde (Terre)",
|
||||
"types": "Malédiction, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.129"
|
||||
"source_reference": {
|
||||
"page": "129"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Fire)",
|
||||
"name": "Souillure de l’Outremonde (Feu)",
|
||||
"types": "Malédiction, Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.129"
|
||||
"source_reference": {
|
||||
"page": "129"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Void)",
|
||||
"name": "Souillure de l’Outremonde (Vide)",
|
||||
"types": "Malédiction, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.129"
|
||||
"source_reference": {
|
||||
"page": "129"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Water)",
|
||||
"name": "Souillure de l’Outremonde (Eau)",
|
||||
"types": "Malédiction, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.128"
|
||||
"source_reference": {
|
||||
"page": "128"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sworn Enemy",
|
||||
"name": "Ennemi juré",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.120"
|
||||
"source_reference": {
|
||||
"page": "120"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Cruelty",
|
||||
"name": "Réputation de cruauté",
|
||||
"types": "Infamie, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.126"
|
||||
"source_reference": {
|
||||
"page": "126"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Doom",
|
||||
"name": "Réputation de tragédie",
|
||||
"types": "Infamie, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.127"
|
||||
"source_reference": {
|
||||
"page": "127"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Failure",
|
||||
"name": "Réputation d’échec",
|
||||
"types": "Infamie, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.127"
|
||||
"source_reference": {
|
||||
"page": "127"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Poverty",
|
||||
"name": "Réputation d’indigence",
|
||||
"types": "Infamie, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.127"
|
||||
"source_reference": {
|
||||
"page": "127"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Treachery",
|
||||
"name": "Réputation de traîtrise",
|
||||
"types": "Infamie, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.127"
|
||||
"source_reference": {
|
||||
"page": "127"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Elemental Deficiency (Air)",
|
||||
"name": "Elemental Deficiency (Air) (WIP)",
|
||||
"name": "Carence élémentaire (Air)",
|
||||
"types": "Mental, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "93"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Elemental Deficiency (Earth)",
|
||||
"name": "Elemental Deficiency (Earth) (WIP)",
|
||||
"name": "Carence élémentaire (Terre)",
|
||||
"types": "Mental, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Elemental Deficiency (Fire)",
|
||||
"name": "Elemental Deficiency (Fire) (WIP)",
|
||||
"name": "Carence élémentaire (Feu)",
|
||||
"types": "Mental, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Elemental Deficiency (Water)",
|
||||
"name": "Elemental Deficiency (Water) (WIP)",
|
||||
"name": "Carence élémentaire (Eau)",
|
||||
"types": "Mental, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "93"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lackluster",
|
||||
"name": "Terne",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Creativity",
|
||||
"name": "Confiance excessive en Créativité",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Spiritual Sensitivity",
|
||||
"name": "Confiance excessive en Sensibilité spirituelle",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Charm",
|
||||
"name": "Confiance excessive en Charme",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Subtlety",
|
||||
"name": "Confiance excessive en Subtilité",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Toughness",
|
||||
"name": "Confiance excessive en Tenacité",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Unsavory Past",
|
||||
"name": "Passé honteux",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Allergy",
|
||||
"name": "Allergie [au choix]",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.246"
|
||||
"source_reference": {
|
||||
"page": "246"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cursed Lineage",
|
||||
"name": "Lignée maudite",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.246"
|
||||
"source_reference": {
|
||||
"page": "246"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Adopted Peasant",
|
||||
"name": "Paysan adopté",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.246"
|
||||
"source_reference": {
|
||||
"page": "246"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Despise in [City]",
|
||||
"name": "Méprisé à [une ville]",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.247"
|
||||
"source_reference": {
|
||||
"page": "247"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Hunted by Chikusho-Do",
|
||||
"name": "Traqué par le Chikushō-dō",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.247"
|
||||
"source_reference": {
|
||||
"page": "247"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Skepticism",
|
||||
"name": "Scepticisme",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.247"
|
||||
"source_reference": {
|
||||
"page": "247"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Debt to [Person or Organization]",
|
||||
"name": "Dette envers [une personne ou une organisation]",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.71"
|
||||
"source_reference": {
|
||||
"page": "71"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bullheaded",
|
||||
"name": "Entêté",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.72"
|
||||
"source_reference": {
|
||||
"page": "72"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Many Mouths",
|
||||
"name": "Des bouches à nourrir",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.71"
|
||||
"source_reference": {
|
||||
"page": "71"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Horrible Scar",
|
||||
"name": "Horrible cicatrice",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.72"
|
||||
"source_reference": {
|
||||
"page": "72"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Pursued by [Individual or Group]",
|
||||
"name": "Poursuivi par [un individu ou un groupe]",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.73"
|
||||
"source_reference": {
|
||||
"page": "73"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Encompassing Duty",
|
||||
"name": "Devoir absolu",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.72"
|
||||
"source_reference": {
|
||||
"page": "72"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Stained Lineage",
|
||||
"name": "Lignée entachée",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.72"
|
||||
"source_reference": {
|
||||
"page": "72"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [One with the Darkness]",
|
||||
"name": "Souillure de l’Outremonde (Disciple des ténèbres)",
|
||||
"types": "Malédiction, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.100"
|
||||
"source_reference": {
|
||||
"page": "100"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Unnatural Skin]",
|
||||
"name": "Souillure de l’Outremonde (Mutation de la peau)",
|
||||
"types": "Malédiction, Physique",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.100"
|
||||
"source_reference": {
|
||||
"page": "100"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Blasphemous Appetites]",
|
||||
"name": "Souillure de l’Outremonde (Voracité infâme)",
|
||||
"types": "Malédiction, Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.100"
|
||||
"source_reference": {
|
||||
"page": "100"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lost Name",
|
||||
"name": "Nom dérobé",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.97"
|
||||
"source_reference": {
|
||||
"page": "97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Demon Wound",
|
||||
"name": "Blessure de démon",
|
||||
"types": "Séquelle, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.97"
|
||||
"source_reference": {
|
||||
"page": "97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Kansen Whispers]",
|
||||
"name": "Souillure de l’Outremonde (Murmures des Kansen)",
|
||||
"types": "Malédiction, Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.99"
|
||||
"source_reference": {
|
||||
"page": "99"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Distorted Limbs]",
|
||||
"name": "Souillure de l’Outremonde (Membres déformés)",
|
||||
"types": "Malédiction, Physique",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.99"
|
||||
"source_reference": {
|
||||
"page": "99"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sailor’s Tongue",
|
||||
"name": "Parler du marin",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Le Clan de la Mante p.7"
|
||||
"source_reference": {
|
||||
"page": "7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blood Feud",
|
||||
"name": "Blood Feud (WIP)",
|
||||
"name": "Vendetta",
|
||||
"types": "Relations, Social",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "83"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Insomniac",
|
||||
"name": "Insomniaque",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Out of Shape",
|
||||
"name": "Petite forme",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Stalked by [Creature]",
|
||||
"name": "Poursuivi par [une créature]",
|
||||
"types": "Relations, Mental, Spirituel",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lost Family History",
|
||||
"name": "Lost Family History (WIP)",
|
||||
"types": "Relations, Matériel",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Penalty",
|
||||
"name": "Penalty (WIP)",
|
||||
"types": "Infamie, Social",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Schism in Status",
|
||||
"name": "Schism in Status (WIP)",
|
||||
"types": "Infamie, Relations",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
@@ -11,273 +11,405 @@
|
||||
"name": "Addiction",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.130"
|
||||
"source_reference": {
|
||||
"page": "130"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Battle Trauma",
|
||||
"name": "Traumatisme de guerre",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.136"
|
||||
"source_reference": {
|
||||
"page": "136"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cynicism",
|
||||
"name": "Cynisme",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.131"
|
||||
"source_reference": {
|
||||
"page": "131"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dark Secret",
|
||||
"name": "Sombre secret",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.135"
|
||||
"source_reference": {
|
||||
"page": "135"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Delusions of Grandeur",
|
||||
"name": "Mégalomanie",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.134"
|
||||
"source_reference": {
|
||||
"page": "134"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fear of Death",
|
||||
"name": "Peur de la mort",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.135"
|
||||
"source_reference": {
|
||||
"page": "135"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ferocity",
|
||||
"name": "Férocité",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.132"
|
||||
"source_reference": {
|
||||
"page": "132"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Impatience",
|
||||
"name": "Impatience",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.132"
|
||||
"source_reference": {
|
||||
"page": "132"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Intolerance",
|
||||
"name": "Intolérance",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.132"
|
||||
"source_reference": {
|
||||
"page": "132"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Irrepressible Flirtation",
|
||||
"name": "Joli cœur",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.133"
|
||||
"source_reference": {
|
||||
"page": "133"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Jealousy",
|
||||
"name": "Jalousie",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.133"
|
||||
"source_reference": {
|
||||
"page": "133"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Materialism",
|
||||
"name": "Matérialisme",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.134"
|
||||
"source_reference": {
|
||||
"page": "134"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Meekness",
|
||||
"name": "Timidité",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.136"
|
||||
"source_reference": {
|
||||
"page": "136"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Painful Honesty",
|
||||
"name": "Douloureuse honnêteté",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.132"
|
||||
"source_reference": {
|
||||
"page": "132"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Paranoia",
|
||||
"name": "Paranoïa",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.134"
|
||||
"source_reference": {
|
||||
"page": "134"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Perfectionism",
|
||||
"name": "Perfectionnisme",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.134"
|
||||
"source_reference": {
|
||||
"page": "134"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Phobia",
|
||||
"name": "Phobie",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.135"
|
||||
"source_reference": {
|
||||
"page": "135"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Softheartedness",
|
||||
"name": "Cœur tendre",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.131"
|
||||
"source_reference": {
|
||||
"page": "131"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Superstition",
|
||||
"name": "Superstition",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.136"
|
||||
"source_reference": {
|
||||
"page": "136"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Conspiracy",
|
||||
"name": "Conspiracy (WIP)",
|
||||
"name": "Conspirations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "91"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Omen of Bad Luck",
|
||||
"name": "Omen of Bad Luck (WIP)",
|
||||
"name": "Mauvais augure",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "92"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Uncleanliness",
|
||||
"name": "Uncleanliness (WIP)",
|
||||
"name": "Maniaque",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "92"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Vanity",
|
||||
"name": "Vanity (WIP)",
|
||||
"name": "Vanité",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "92"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Isolation",
|
||||
"name": "Isolement",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Web of Lies",
|
||||
"name": "Tissu de mensonges",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Accustomed to Luxury",
|
||||
"name": "Habitué au luxe",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.247"
|
||||
"source_reference": {
|
||||
"page": "247"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Claustrophobia",
|
||||
"name": "Claustrophobie",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.248"
|
||||
"source_reference": {
|
||||
"page": "248"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "False Identity",
|
||||
"name": "Fausse identité",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.248"
|
||||
"source_reference": {
|
||||
"page": "248"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Loathing for Peasants",
|
||||
"name": "Aversion pour les paysans",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.248"
|
||||
"source_reference": {
|
||||
"page": "248"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Loneliness",
|
||||
"name": "Autophobie",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.249"
|
||||
"source_reference": {
|
||||
"page": "249"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Eyes of Many",
|
||||
"name": "Aux yeux de tous",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.73"
|
||||
"source_reference": {
|
||||
"page": "73"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Coming Storm",
|
||||
"name": "Désastre à venir",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.74"
|
||||
"source_reference": {
|
||||
"page": "74"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fear of Stagnation",
|
||||
"name": "Peur de stagner",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.74"
|
||||
"source_reference": {
|
||||
"page": "74"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Failure",
|
||||
"name": "Déception",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.73"
|
||||
"source_reference": {
|
||||
"page": "73"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fallen Ancestor",
|
||||
"name": "Ancêtre déchu",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.98"
|
||||
"source_reference": {
|
||||
"page": "98"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Obtuse",
|
||||
"name": "Obtus",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.99"
|
||||
"source_reference": {
|
||||
"page": "99"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Reformed Maho-Tsukai",
|
||||
"name": "Mahō-tsukai repenti",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.98"
|
||||
"source_reference": {
|
||||
"page": "98"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Belligerent",
|
||||
"name": "Belligerent (WIP)",
|
||||
"name": "Belliqueux",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "85"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Braggart",
|
||||
"name": "Braggart (WIP)",
|
||||
"name": "Vantard",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "85"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fear of [Common Creature]",
|
||||
"name": "Phobie des [Créature Ordinaire]",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "106"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fear of Mediocrity",
|
||||
"name": "Crainte de la médiocrité",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fear of Poison",
|
||||
"name": "Peur du poison",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "106"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Animal Signs",
|
||||
"name": "Animal Signs (WIP)",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Urban Sprawl",
|
||||
"name": "Disdain for Urban Sprawl (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tip of the Tongue",
|
||||
"name": "Tip of the Tongue (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"label": "Aptitudes",
|
||||
"mapping": {
|
||||
"types": "data.types",
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"types": "system.types",
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
@@ -11,476 +11,666 @@
|
||||
"name": "Allié [Nom]",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ambidexterity",
|
||||
"name": "Ambidextrie",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Benten’s Blessing",
|
||||
"name": "Bénédiction de Benten",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bishamon’s Blessing",
|
||||
"name": "Bénédiction de Bishamon",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blackmail on [Name]",
|
||||
"name": "Chantage contre [Nom d’un personnage]",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blessed Lineage",
|
||||
"name": "Lignée prestigieuse",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.106"
|
||||
"source_reference": {
|
||||
"page": "106"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blissful Betrothal",
|
||||
"name": "Fiançailles bienheureuses",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.105"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Daikoku’s Blessing",
|
||||
"name": "Bénédiction de Daikoku",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dangerous Allure",
|
||||
"name": "Beauté fatale",
|
||||
"types": "Relations, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.102"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ebisu’s Blessing",
|
||||
"name": "Bénédiction d’Ebisu",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.103"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Famously Honest",
|
||||
"name": "Notoirement honnête",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.107"
|
||||
"source_reference": {
|
||||
"page": "107"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Famously Lucky",
|
||||
"name": "Notoirement chanceux",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.106"
|
||||
"source_reference": {
|
||||
"page": "106"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Famously Reliable",
|
||||
"name": "Notoirement fiable",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.107"
|
||||
"source_reference": {
|
||||
"page": "107"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Famously Successful",
|
||||
"name": "Notoirement efficace",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.106"
|
||||
"source_reference": {
|
||||
"page": "106"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Famously Wealthy",
|
||||
"name": "Notoirement riche",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.107"
|
||||
"source_reference": {
|
||||
"page": "107"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Flexibility",
|
||||
"name": "Souplesse",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fukurokujin’s Blessing",
|
||||
"name": "Bénédiction de Fukurokujin",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Indomitable Will",
|
||||
"name": "Volonté indomptable",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.110"
|
||||
"source_reference": {
|
||||
"page": "110"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Jurojin’s Blessing",
|
||||
"name": "Bénédiction de Jurōjin",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Keen Balance",
|
||||
"name": "Equilibre exceptionnel",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Keen Hearing",
|
||||
"name": "Ouïe exceptionnelle",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Keen Sight",
|
||||
"name": "Vue exceptionnelle",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.110"
|
||||
"source_reference": {
|
||||
"page": "110"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Keen Smell",
|
||||
"name": "Odorat exceptionnel",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Karmic Tie",
|
||||
"name": "Lien karmique",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.105"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kisshōten’s Blessing",
|
||||
"name": "Bénédiction de Kisshōten",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.104"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Large Stature",
|
||||
"name": "Stature imposante",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.110"
|
||||
"source_reference": {
|
||||
"page": "110"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Compassion",
|
||||
"name": "Parangon de Compassion",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Courage",
|
||||
"name": "Parangon de Courage",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Courtesy",
|
||||
"name": "Parangon de Courtoisie",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Duty and Loyalty",
|
||||
"name": "Parangon de Devoir et loyauté",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Honor",
|
||||
"name": "Parangon d'Honneur",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Righteousness",
|
||||
"name": "Parangon de Droiture",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Sincerity",
|
||||
"name": "Parangon de Sincérité",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Precise Memory",
|
||||
"name": "Excellente mémoire",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.105"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Quick Reflexes",
|
||||
"name": "Réflexes fulgurants",
|
||||
"types": "Relations, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Seasoned",
|
||||
"name": "Aguerri",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.101"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sixth Sense",
|
||||
"name": "Sixième sens",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Small Stature",
|
||||
"name": "Petit",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Subtle Observer",
|
||||
"name": "Observateur subtil",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.107"
|
||||
"source_reference": {
|
||||
"page": "107"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Support of [One Group]",
|
||||
"name": "Soutien de [un groupe]",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Talented Herbalist",
|
||||
"name": "Talented Herbalist (WIP)",
|
||||
"name": "Herboriste talentueux",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "89"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Famously Kind",
|
||||
"name": "Famously Kind (WIP)",
|
||||
"name": "Notoirement gentil",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "89"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Portentous Birth",
|
||||
"name": "Portentous Birth (WIP)",
|
||||
"name": "Né sous de bons auspices",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "89"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Affect of Harmlessness",
|
||||
"name": "Apparence inoffensive",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.99"
|
||||
"source_reference": {
|
||||
"page": "99"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Famously Neutral",
|
||||
"name": "Notoirement impartial",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.99"
|
||||
"source_reference": {
|
||||
"page": "99"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Well Connected in {City}",
|
||||
"name": "Relations à [une ville]",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.99"
|
||||
"source_reference": {
|
||||
"page": "99"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Animal Trainer",
|
||||
"name": "Dresseur",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.242"
|
||||
"source_reference": {
|
||||
"page": "242"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Expert Tracker",
|
||||
"name": "Pisteur expert",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.242"
|
||||
"source_reference": {
|
||||
"page": "242"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Criminal Connections",
|
||||
"name": "Liens avec la pègre",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.242"
|
||||
"source_reference": {
|
||||
"page": "242"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Friend of the brotherhood",
|
||||
"name": "Ami de la confrérie",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.242"
|
||||
"source_reference": {
|
||||
"page": "242"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Well Connected",
|
||||
"name": "Relations influentes",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.243"
|
||||
"source_reference": {
|
||||
"page": "243"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kuge Lineage",
|
||||
"name": "Lignée Kuge",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.243"
|
||||
"source_reference": {
|
||||
"page": "243"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Hero of [Village]",
|
||||
"name": "Héros de [Village]",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.243"
|
||||
"source_reference": {
|
||||
"page": "243"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Spiritual Protector",
|
||||
"name": "Protecteur spirituel",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.243"
|
||||
"source_reference": {
|
||||
"page": "243"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ardent Leader",
|
||||
"name": "Chef ardent",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.69"
|
||||
"source_reference": {
|
||||
"page": "69"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dashing Scar",
|
||||
"name": "Impressionnante cicatrice",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.69"
|
||||
"source_reference": {
|
||||
"page": "69"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lucky Hunter",
|
||||
"name": "Chasseur chanceux",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.69"
|
||||
"source_reference": {
|
||||
"page": "69"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Scrounger",
|
||||
"name": "Profiteur",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.70"
|
||||
"source_reference": {
|
||||
"page": "70"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Scrappy",
|
||||
"name": "Bagarreur",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.68"
|
||||
"source_reference": {
|
||||
"page": "68"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Urbane and Worldly",
|
||||
"name": "Baroudeur bienséant",
|
||||
"types": "Relations, Physique",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.69"
|
||||
"source_reference": {
|
||||
"page": "69"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dead Eyes",
|
||||
"name": "Regard voilé",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.96"
|
||||
"source_reference": {
|
||||
"page": "96"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Light Sleeper",
|
||||
"name": "Sommeil léger",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.96"
|
||||
"source_reference": {
|
||||
"page": "96"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Friend of the Nezumi",
|
||||
"name": "Ami des nezumi",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.96"
|
||||
"source_reference": {
|
||||
"page": "96"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blood of Osano-Wo",
|
||||
"name": "Sang d’Osano-wo",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Le Clan de la Mante p.7"
|
||||
"source_reference": {
|
||||
"page": "7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sea Legs",
|
||||
"name": "Pied marin",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "Le Clan de la Mante p.7"
|
||||
"source_reference": {
|
||||
"page": "7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Guiding Ancestor",
|
||||
"name": "Guiding Ancestor (WIP)",
|
||||
"name": "Conseillé par un ancêtre",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "82"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Traditional Adherent",
|
||||
"name": "Traditional Adherent (WIP)",
|
||||
"name": "Traditionaliste",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "82"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Passion for [Foreign Performing Art Form]",
|
||||
"name": "Talent pour [une forme d’art étrangère]",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.70"
|
||||
"source_reference": {
|
||||
"page": "70"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Knowledgeable Wilderness Guide",
|
||||
"name": "Guide de plein air expert",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Skilled Midwife",
|
||||
"name": "Sage-femme compétente",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Thoughtful Arbiter",
|
||||
"name": "Arbitre réfléchi",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Affinity with [Animal Type]",
|
||||
"name": "Affinity with [Animal Type] (WIP)",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Legal Scholarship",
|
||||
"name": "Legal Scholarship (WIP)",
|
||||
"types": "Relations, Social",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Syncretic Philosophy",
|
||||
"name": "Syncretic Philosophy (WIP)",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"label": "Passions",
|
||||
"mapping": {
|
||||
"types": "data.types",
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"types": "system.types",
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
@@ -11,287 +11,414 @@
|
||||
"name": "Animaux",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.111"
|
||||
"source_reference": {
|
||||
"page": "111"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Armament",
|
||||
"name": "Armement",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.111"
|
||||
"source_reference": {
|
||||
"page": "111"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Brushwork",
|
||||
"name": "Pinceau",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.114"
|
||||
"source_reference": {
|
||||
"page": "114"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Curiosity",
|
||||
"name": "Curiosité",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.112"
|
||||
"source_reference": {
|
||||
"page": "112"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Daredevil",
|
||||
"name": "Casse-cou",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.111"
|
||||
"source_reference": {
|
||||
"page": "111"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Enlightenment",
|
||||
"name": "Illumination",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.113"
|
||||
"source_reference": {
|
||||
"page": "113"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fashion",
|
||||
"name": "Mode",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.113"
|
||||
"source_reference": {
|
||||
"page": "113"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fortune-Telling",
|
||||
"name": "Voyance",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.116"
|
||||
"source_reference": {
|
||||
"page": "116"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Generosity",
|
||||
"name": "Générosité",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.112"
|
||||
"source_reference": {
|
||||
"page": "112"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Gossip",
|
||||
"name": "Commérages",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.111"
|
||||
"source_reference": {
|
||||
"page": "111"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "History",
|
||||
"name": "Histoire",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.112"
|
||||
"source_reference": {
|
||||
"page": "112"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ikebana",
|
||||
"name": "Ikebana",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.113"
|
||||
"source_reference": {
|
||||
"page": "113"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Playfulness",
|
||||
"name": "Plaisanteries",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.114"
|
||||
"source_reference": {
|
||||
"page": "114"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Provocation",
|
||||
"name": "Provocation",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.114"
|
||||
"source_reference": {
|
||||
"page": "114"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sake",
|
||||
"name": "Saké",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.115"
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Secrets",
|
||||
"name": "Secrets",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.115"
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Stories",
|
||||
"name": "Contes",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.112"
|
||||
"source_reference": {
|
||||
"page": "112"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tea",
|
||||
"name": "Thé",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.115"
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Travel",
|
||||
"name": "Voyages",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.115"
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wordplay",
|
||||
"name": "Jeux de mots",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.113"
|
||||
"source_reference": {
|
||||
"page": "113"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bathing",
|
||||
"name": "Bains",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "90"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kyudo",
|
||||
"name": "Kyudo (WIP)",
|
||||
"name": "Kyūdo",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "91"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kabuki",
|
||||
"name": "Kabuki (WIP)",
|
||||
"name": "Kabuki",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "90"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Festivals",
|
||||
"name": "Festivals (WIP)",
|
||||
"name": "Festivals",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "90"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Religious Study",
|
||||
"name": "Religious Study (WIP)",
|
||||
"name": "Culture religieuse",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "90"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Local Flare for {Region}",
|
||||
"name": "Engouement pour [une région]",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.100"
|
||||
"source_reference": {
|
||||
"page": "100"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Decorum",
|
||||
"name": "Décorum",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.100"
|
||||
"source_reference": {
|
||||
"page": "100"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Pot Stirrer",
|
||||
"name": "Fauteur de trouble",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "City [Choose One]",
|
||||
"name": "Cité [au choix]",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.244"
|
||||
"source_reference": {
|
||||
"page": "244"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bonsai",
|
||||
"name": "Bonsai",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.244"
|
||||
"source_reference": {
|
||||
"page": "244"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Gourmet",
|
||||
"name": "Gourmet",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.244"
|
||||
"source_reference": {
|
||||
"page": "244"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rock Gardening",
|
||||
"name": "Jardins de rocaille",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.245"
|
||||
"source_reference": {
|
||||
"page": "245"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Military History",
|
||||
"name": "Histoire militaire",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.245"
|
||||
"source_reference": {
|
||||
"page": "245"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Navigator",
|
||||
"name": "Navigateur",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.245"
|
||||
"source_reference": {
|
||||
"page": "245"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Researcher",
|
||||
"name": "Chercheur",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.245"
|
||||
"source_reference": {
|
||||
"page": "245"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Honest Work",
|
||||
"name": "Travail honnête",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.71"
|
||||
"source_reference": {
|
||||
"page": "71"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Attention",
|
||||
"name": "Centre de l’attention",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.70"
|
||||
"source_reference": {
|
||||
"page": "70"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Creatures",
|
||||
"name": "Créatures",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.97"
|
||||
"source_reference": {
|
||||
"page": "97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "KnotWork",
|
||||
"name": "Noeuds",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Le Clan de la Mante p.7"
|
||||
"source_reference": {
|
||||
"page": "7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ancestry",
|
||||
"name": "Ancestry (WIP)",
|
||||
"name": "Généalogie",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "83"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Glorious Deeds",
|
||||
"name": "Glorious Deeds (WIP)",
|
||||
"name": "Exploits",
|
||||
"types": "Martial, Social",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "83"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Charity",
|
||||
"name": "Charité",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kintsugi",
|
||||
"name": "Kintsugi",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Horse Racing",
|
||||
"name": "Horse Racing (WIP)",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Hot Pot",
|
||||
"name": "Hot Pot (WIP)",
|
||||
"types": "Relations, Physique",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Stargazing",
|
||||
"name": "Stargazing (WIP)",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,213 +1,313 @@
|
||||
{
|
||||
"label": "Propriétés",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Razor-Edged",
|
||||
"name": "Acéré",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
"source_reference": {
|
||||
"page": "240"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ceremonial",
|
||||
"name": "Cérémoniel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
"source_reference": {
|
||||
"page": "240"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Damaged",
|
||||
"name": "Détérioré",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
"source_reference": {
|
||||
"page": "240"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Destroyed",
|
||||
"name": "Détruit",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
"source_reference": {
|
||||
"page": "240"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Concealable",
|
||||
"name": "Discret",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
"source_reference": {
|
||||
"page": "240"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cumbersome",
|
||||
"name": "Encombrant",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
"source_reference": {
|
||||
"page": "240"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Snaring",
|
||||
"name": "Entrave",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
"source_reference": {
|
||||
"page": "240"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Unholy",
|
||||
"name": "Impie",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
"source_reference": {
|
||||
"page": "240"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Forbidden",
|
||||
"name": "Interdit",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
"source_reference": {
|
||||
"page": "241"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Resplendent",
|
||||
"name": "Magnifique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
"source_reference": {
|
||||
"page": "241"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wargear",
|
||||
"name": "Militaire",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
"source_reference": {
|
||||
"page": "241"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Mundane",
|
||||
"name": "Ordinaire",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
"source_reference": {
|
||||
"page": "241"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Prepare",
|
||||
"name": "Préparation",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
"source_reference": {
|
||||
"page": "241"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sacred",
|
||||
"name": "Sacré",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
"source_reference": {
|
||||
"page": "241"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Durable",
|
||||
"name": "Solide",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
"source_reference": {
|
||||
"page": "241"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Subtle",
|
||||
"name": "Subtil",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
"source_reference": {
|
||||
"page": "241"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kakita Pattern",
|
||||
"name": "Procédé Kakita",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kenzō Blade",
|
||||
"name": "Lame Kenzō",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shirogane Jade Inlay",
|
||||
"name": "Incrustation de Jade de Shirogane",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Uchema’s Technique",
|
||||
"name": "Technique d’Uchema",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Yasunori Steel",
|
||||
"name": "Acier de Yasunori",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.109"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Akodo Pattern",
|
||||
"name": "Akodo Pattern (WIP)",
|
||||
"name": "Procédé Akodo",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "93"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Burning Watter Pattern",
|
||||
"name": "Burning Watter Pattern (WIP)",
|
||||
"name": "Procédé de l’eau ardente",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "93"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Concealment Pattern",
|
||||
"name": "Concealment Pattern (WIP)",
|
||||
"name": "Procédé de dissimulation",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "93"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Deadly Fangs Pattern",
|
||||
"name": "Deadly Fangs Pattern (WIP)",
|
||||
"name": "Procédé des crocs mortels",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fearsome Snarl Pattern",
|
||||
"name": "Fearsome Snarl Pattern (WIP)",
|
||||
"name": "Procédé du grognement terrifiant",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ichirō Pattern",
|
||||
"name": "Ichirō Pattern (WIP)",
|
||||
"name": "Procédé Ichirō",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Mountain Silk Pattern",
|
||||
"name": "Mountain Silk Pattern (WIP)",
|
||||
"name": "Procédé de la soie des montagnes",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Screaming Fire Pattern",
|
||||
"name": "Screaming Fire Pattern (WIP)",
|
||||
"name": "Procédé du feu hurlant",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Toriyama's Endurance Pattern",
|
||||
"name": "Toriyama's Endurance Pattern (WIP)",
|
||||
"name": "Procédé de l’endurance de Toriyama",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Spirit of the Qamarist Pattern",
|
||||
"name": "Procédé de l’esprit des Qamaristes",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ghostlands Yodhaniya Pattern",
|
||||
"name": "Procédé des Yodhaniya des terres Spectrales",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kökejin’s Heart of the Wind Pattern",
|
||||
"name": "Procédé du Coeur du vent de Kökejin",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Agasha Pattern",
|
||||
"name": "Agasha Pattern (WIP)",
|
||||
"name": "Le procédé Agasha",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ujik Horsebow Pattern",
|
||||
"name": "Ujik Horsebow Pattern (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Utsuko Pattern",
|
||||
"name": "Utsuko Pattern (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Watered Steel Pattern",
|
||||
"name": "Watered Steel Pattern (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Hewing",
|
||||
"name": "Hewing (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,27 +1,33 @@
|
||||
{
|
||||
"label": "Rouleaux de marque",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Ichi’s Second Sight",
|
||||
"name": "La seconde vision d’Ichi",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Hasegawa’s Denial",
|
||||
"name": "Le refus d’Hasegawa",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Maikara’s Rebuke",
|
||||
"name": "La mercuriale de Maikara",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.108"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,105 +1,137 @@
|
||||
{
|
||||
"label": "Techniques d'Inversions",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "One Within the Void",
|
||||
"name": "One Within the Void (WIP)",
|
||||
"name": "S’unir au Vide",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sight beyond Existence",
|
||||
"name": "Sight beyond Existence (WIP)",
|
||||
"name": "Voir au-delà de l’existence",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "116"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Whispered Blade",
|
||||
"name": "Whispered Blade (WIP)",
|
||||
"name": "Lame murmurée",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Witness the End",
|
||||
"name": "Witness the End (WIP)",
|
||||
"name": "Assister à la fin",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Distance Distorted",
|
||||
"name": "Distance Distorted (WIP)",
|
||||
"name": "Distance déformée",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "116"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ethereal Flicker",
|
||||
"name": "Ethereal Flicker (WIP)",
|
||||
"name": "Lueur éthérée",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Lotus Bloom",
|
||||
"name": "The Lotus Bloom (WIP)",
|
||||
"name": "Le lotus fleurit",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Hurl from the Stream",
|
||||
"name": "Hurl from the Stream (WIP)",
|
||||
"name": "Extirper des flots",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Moon on the Shifting Sea",
|
||||
"name": "Moon on the Shifting Sea (WIP)",
|
||||
"name": "Reflet de lune sur les vagues",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shroud in Solitude",
|
||||
"name": "Shroud in Solitude (WIP)",
|
||||
"name": "Drapé de solitude",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Reality Stitch",
|
||||
"name": "Reality Stitch (WIP)",
|
||||
"name": "Réalités entrelacées",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shattering Caress",
|
||||
"name": "Shattering Caress (WIP)",
|
||||
"name": "Caresse destructrice",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Three Heartbeats",
|
||||
"name": "Three Heartbeats (WIP)",
|
||||
"name": "Trois battements de coeur",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Essence Eternal",
|
||||
"name": "Essence Eternal (WIP)",
|
||||
"name": "Essence éternelle",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "120"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Slip the Cycle",
|
||||
"name": "Slip the Cycle (WIP)",
|
||||
"name": "Passer un cycle",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "120"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Unweave",
|
||||
"name": "Unweave (WIP)",
|
||||
"name": "Détisser",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,459 +1,617 @@
|
||||
{
|
||||
"label": "Techniques Invocations",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Rise, Air",
|
||||
"name": "Air, incarne-toi",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.192"
|
||||
"source_reference": {
|
||||
"page": "192"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Nature’s Touch",
|
||||
"name": "Caresse de la nature",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.192"
|
||||
"source_reference": {
|
||||
"page": "192"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wrath of Kaze-no-Kami",
|
||||
"name": "Courroux de Kaze no kami",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.192"
|
||||
"source_reference": {
|
||||
"page": "192"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Secrets on the Wind",
|
||||
"name": "Des secrets dans le vent",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.193"
|
||||
"source_reference": {
|
||||
"page": "193"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Vapor of Nightmares",
|
||||
"name": "Emanation de cauchemar",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.193"
|
||||
"source_reference": {
|
||||
"page": "193"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Grasp of the Air Dragon",
|
||||
"name": "Etreinte du Dragon de l’Air",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.193"
|
||||
"source_reference": {
|
||||
"page": "193"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blessed Wind",
|
||||
"name": "Vent béni",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.196"
|
||||
"source_reference": {
|
||||
"page": "196"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "By the Light of the Lord Moon",
|
||||
"name": "Par la lumière de Sire Lune",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.195"
|
||||
"source_reference": {
|
||||
"page": "195"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Call Upon the Wind",
|
||||
"name": "L’appel du vent",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.194"
|
||||
"source_reference": {
|
||||
"page": "194"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cloak of Night",
|
||||
"name": "Manteau de nuit",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.194"
|
||||
"source_reference": {
|
||||
"page": "194"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "False Realm of the Fox Spirits",
|
||||
"name": "Royaume factice des esprits renards",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.195"
|
||||
"source_reference": {
|
||||
"page": "195"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Mask of Wind",
|
||||
"name": "Masque du vent",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.194"
|
||||
"source_reference": {
|
||||
"page": "194"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Summon Fog",
|
||||
"name": "Nappe de brouillard",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.195"
|
||||
"source_reference": {
|
||||
"page": "195"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tempest of Air",
|
||||
"name": "Tornade",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.196"
|
||||
"source_reference": {
|
||||
"page": "196"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Token of Memory",
|
||||
"name": "Fragment de souvenir",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.194"
|
||||
"source_reference": {
|
||||
"page": "194"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Yari of Air",
|
||||
"name": "Yari de l’Air",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.196"
|
||||
"source_reference": {
|
||||
"page": "196"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Armor of Earth",
|
||||
"name": "Armure de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.197"
|
||||
"source_reference": {
|
||||
"page": "197"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bind the Shadow",
|
||||
"name": "Enchaîner les ténèbres",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.198"
|
||||
"source_reference": {
|
||||
"page": "198"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Caress of Earth",
|
||||
"name": "Caresse de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.197"
|
||||
"source_reference": {
|
||||
"page": "197"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Courage of Seven Thunders",
|
||||
"name": "Courage des Sept Tonnerres",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.198"
|
||||
"source_reference": {
|
||||
"page": "198"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Earthquake",
|
||||
"name": "Séisme",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.200"
|
||||
"source_reference": {
|
||||
"page": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Earth Becomes Sky",
|
||||
"name": "La terre devient le ciel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.199"
|
||||
"source_reference": {
|
||||
"page": "199"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Embrace of Kenro-Ji-Jin",
|
||||
"name": "Etreinte de Kenro-ji-jin",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.198"
|
||||
"source_reference": {
|
||||
"page": "198"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Grasp of Earth",
|
||||
"name": "Etreinte de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.199"
|
||||
"source_reference": {
|
||||
"page": "199"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Jade Strike",
|
||||
"name": "Assaut de jade",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.197"
|
||||
"source_reference": {
|
||||
"page": "197"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Jurōjin’s Balm",
|
||||
"name": "Baume de Jurōjin",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.197"
|
||||
"source_reference": {
|
||||
"page": "197"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Power of the Earth Dragon",
|
||||
"name": "Puissance du Dragon de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.200"
|
||||
"source_reference": {
|
||||
"page": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rise, Earth",
|
||||
"name": "Terre, incarne-toi",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.200"
|
||||
"source_reference": {
|
||||
"page": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Symbol of Earth",
|
||||
"name": "Symbole de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.200"
|
||||
"source_reference": {
|
||||
"page": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tetsubō of Earth",
|
||||
"name": "Tetsubō de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.201"
|
||||
"source_reference": {
|
||||
"page": "201"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tomb of Jade",
|
||||
"name": "Tombe de jade",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.201"
|
||||
"source_reference": {
|
||||
"page": "201"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wall of Earth",
|
||||
"name": "Muraille de terre",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.199"
|
||||
"source_reference": {
|
||||
"page": "199"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Armor of Radiance",
|
||||
"name": "Armure rayonnante",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.202"
|
||||
"source_reference": {
|
||||
"page": "202"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Biting Steel",
|
||||
"name": "Morsure de l’acier",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.205"
|
||||
"source_reference": {
|
||||
"page": "205"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Breath of the Fire Dragon",
|
||||
"name": "Souffle du Dragon du Feu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.206"
|
||||
"source_reference": {
|
||||
"page": "206"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Extinguish",
|
||||
"name": "Extinction",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.203"
|
||||
"source_reference": {
|
||||
"page": "203"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fukurokujin’s Wit",
|
||||
"name": "Esprit de Fukurokujin",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.202"
|
||||
"source_reference": {
|
||||
"page": "202"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fury of Osano-wo",
|
||||
"name": "Fureur d’Osano-wo",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.204"
|
||||
"source_reference": {
|
||||
"page": "204"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Katana of Fire",
|
||||
"name": "Katana du Feu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.204"
|
||||
"source_reference": {
|
||||
"page": "204"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Matsu's Battlecry",
|
||||
"name": "Cri de guerre de Matsu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.202"
|
||||
"source_reference": {
|
||||
"page": "202"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ravenous Swarms",
|
||||
"name": "Nuée vorace",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.205"
|
||||
"source_reference": {
|
||||
"page": "205"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rise, Flame",
|
||||
"name": "Feu, incarne-toi",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.203"
|
||||
"source_reference": {
|
||||
"page": "203"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Cleansing Fire",
|
||||
"name": "Le feu purificateur",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.205"
|
||||
"source_reference": {
|
||||
"page": "205"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Fires from Within",
|
||||
"name": "Feu intérieur",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.203"
|
||||
"source_reference": {
|
||||
"page": "203"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Soul’s Blade",
|
||||
"name": "Lame spirituelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.204"
|
||||
"source_reference": {
|
||||
"page": "204"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wall of Fire",
|
||||
"name": "Muraille de flammes",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.205"
|
||||
"source_reference": {
|
||||
"page": "205"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wings of the Phoenix",
|
||||
"name": "Ailes du phénix",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.202"
|
||||
"source_reference": {
|
||||
"page": "202"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bō of Water",
|
||||
"name": "Bō de l’Eau",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.207"
|
||||
"source_reference": {
|
||||
"page": "207"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dance of Seasons",
|
||||
"name": "La danse des saisons",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.209"
|
||||
"source_reference": {
|
||||
"page": "209"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dominion of Suijin",
|
||||
"name": "Le domaine de Suijin",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.209"
|
||||
"source_reference": {
|
||||
"page": "209"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ever-Changing Waves",
|
||||
"name": "L’impermanence du ressac",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.208"
|
||||
"source_reference": {
|
||||
"page": "208"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Hands of the Tides",
|
||||
"name": "Mains des marées",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.210"
|
||||
"source_reference": {
|
||||
"page": "210"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Heart of the Water Dragon",
|
||||
"name": "Cœur du Dragon de l’eau",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.207"
|
||||
"source_reference": {
|
||||
"page": "207"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Inari’s Blessing",
|
||||
"name": "Bénédiction d’Inari",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.207"
|
||||
"source_reference": {
|
||||
"page": "207"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Path to Inner Peace",
|
||||
"name": "Voie de la sérénité",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.211"
|
||||
"source_reference": {
|
||||
"page": "211"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Reflections of P’an Ku",
|
||||
"name": "Reflets de P’an Ku",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.211"
|
||||
"source_reference": {
|
||||
"page": "211"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rise, Water",
|
||||
"name": "Eau, incarne-toi",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.208"
|
||||
"source_reference": {
|
||||
"page": "208"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Stride the Waves",
|
||||
"name": "Marcher sur les vagues",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.211"
|
||||
"source_reference": {
|
||||
"page": "211"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Strike the Tsunami",
|
||||
"name": "Impact du tsunami",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.208"
|
||||
"source_reference": {
|
||||
"page": "208"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Suijin’s Embrace",
|
||||
"name": "Etreinte de Suijin",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.208"
|
||||
"source_reference": {
|
||||
"page": "208"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sympathetic Energies",
|
||||
"name": "Transfert d’énergie",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.211"
|
||||
"source_reference": {
|
||||
"page": "211"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Rushing Wave",
|
||||
"name": "La déferlante",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.209"
|
||||
"source_reference": {
|
||||
"page": "209"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dream Painter",
|
||||
"name": "Dream Painter (WIP)",
|
||||
"name": "Peintre onirique",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "106"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Messenger of Chikusho-do",
|
||||
"name": "Messenger of Chikusho-do (WIP)",
|
||||
"name": "Messager du Chikushō-dō",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Fading Dream",
|
||||
"name": "The Fading Dream (WIP)",
|
||||
"name": "Rêve évanescent",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "106"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bond of the Realms",
|
||||
"name": "Bond of the Realms (WIP)",
|
||||
"name": "Les liens des royaumes",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "107"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Guardian of the Secret Gate",
|
||||
"name": "Guardian of the Secret Gate (WIP)",
|
||||
"name": "Gardien de la porte secrète",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "107"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Emboldened Steed",
|
||||
"name": "Emboldened Steed (WIP)",
|
||||
"name": "Monture ragaillardie",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "107"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fluid Shadows",
|
||||
"name": "Fluid Shadows (WIP)",
|
||||
"name": "Ombre liquide",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Heart of the Lady Sun",
|
||||
"name": "Heart of the Lady Sun (WIP)",
|
||||
"name": "Coeur de Dame Soleil",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fires of Purity",
|
||||
"name": "Fires of Purity (WIP)",
|
||||
"name": "Feux de la purification",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Amaterasu's Gaze",
|
||||
"name": "Amaterasu's Gaze (WIP)",
|
||||
"name": "Regard d’Amaterasu",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "108"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rain of Ten Thousand Lotuses",
|
||||
"name": "Rain of Ten Thousand Lotuses (WIP)",
|
||||
"name": "Pluie des dix mille lotus",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Path of Beasts",
|
||||
"name": "Path of Beasts (WIP)",
|
||||
"name": "Voie des animaux",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Essence of Jade",
|
||||
"name": "Essence de jade",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.114"
|
||||
"source_reference": {
|
||||
"page": "114"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The World is Not Heavy",
|
||||
"name": "The World is Not Heavy (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,405 +1,721 @@
|
||||
{
|
||||
"label": "Techniques Kata",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Flowing Water Strike",
|
||||
"name": "Assaut de l’eau courante",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.174"
|
||||
"source_reference": {
|
||||
"page": "174"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Crimson Leaves Strike",
|
||||
"name": "Assaut des feuilles pourpres",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.175"
|
||||
"source_reference": {
|
||||
"page": "175"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Heartpiercing Strike",
|
||||
"name": "Assaut en plein coeur",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.175"
|
||||
"source_reference": {
|
||||
"page": "175"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Battle in the Mind",
|
||||
"name": "Bataille mentale",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.175"
|
||||
"source_reference": {
|
||||
"page": "175"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lord Shiba’s Valor (Phoenix)",
|
||||
"name": "Bravoure de Sire Shiba (Phénix)",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.175"
|
||||
"source_reference": {
|
||||
"page": "175"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Soul Sunder",
|
||||
"name": "Destruction de l’âme",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.176"
|
||||
"source_reference": {
|
||||
"page": "176"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Warrior’s Resolve",
|
||||
"name": "Détermination du guerrier",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.176"
|
||||
"source_reference": {
|
||||
"page": "176"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tactical Assessment",
|
||||
"name": "Evaluation tactique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.176"
|
||||
"source_reference": {
|
||||
"page": "176"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Soaring Slice",
|
||||
"name": "Mortelle envolée",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.177"
|
||||
"source_reference": {
|
||||
"page": "177"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Striking as Air",
|
||||
"name": "Offensive de l’Air",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.177"
|
||||
"source_reference": {
|
||||
"page": "177"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Striking as Water",
|
||||
"name": "Offensive de l'Eau",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.177"
|
||||
"source_reference": {
|
||||
"page": "177"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Striking as Earth",
|
||||
"name": "Offensive de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.177"
|
||||
"source_reference": {
|
||||
"page": "177"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Striking as Fire",
|
||||
"name": "Offensive du Feu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.177"
|
||||
"source_reference": {
|
||||
"page": "177"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Striking as Void",
|
||||
"name": "Offensive du Vide",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.177"
|
||||
"source_reference": {
|
||||
"page": "177"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lord Hida’s Grip (Crab)",
|
||||
"name": "Poigne de Sire Hida (Crabe)",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.178"
|
||||
"source_reference": {
|
||||
"page": "178"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Disappearing World Style",
|
||||
"name": "Style de la disparition du monde",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.178"
|
||||
"source_reference": {
|
||||
"page": "178"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Crashing Wave Style",
|
||||
"name": "Style de la vague déferlante",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.178"
|
||||
"source_reference": {
|
||||
"page": "178"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Crescent Moon Style",
|
||||
"name": "Style du croissant de lune",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.178"
|
||||
"source_reference": {
|
||||
"page": "178"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Iron in the Mountains Style",
|
||||
"name": "Style du fer dans les montagnes",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.178"
|
||||
"source_reference": {
|
||||
"page": "178"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Breath of Wind Style",
|
||||
"name": "Style du souffle du vent",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.178"
|
||||
"source_reference": {
|
||||
"page": "178"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Thunderclap Strike",
|
||||
"name": "Assaut du coup de tonnerre",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.179"
|
||||
"source_reference": {
|
||||
"page": "179"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Iaijutsu Cut: Rising Blade",
|
||||
"name": "Attaque de iaijutsu : lame ascendante",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.179"
|
||||
"source_reference": {
|
||||
"page": "179"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Iaijutsu Cut: Crossing Blade",
|
||||
"name": "Attaque de iaijutsu : lame horizontale",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.180"
|
||||
"source_reference": {
|
||||
"page": "180"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rushing Avalanche Style",
|
||||
"name": "Style de l’avalanche meurtrière",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.180"
|
||||
"source_reference": {
|
||||
"page": "180"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Iron Forest Style",
|
||||
"name": "Style de la forêt de fer",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.180"
|
||||
"source_reference": {
|
||||
"page": "180"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Open-Hand Style",
|
||||
"name": "Style de la main ouverte",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.180"
|
||||
"source_reference": {
|
||||
"page": "180"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Veiled Menace Style",
|
||||
"name": "Style de la menace voilée",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.180"
|
||||
"source_reference": {
|
||||
"page": "180"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Spinning Blades Style",
|
||||
"name": "Style des lames tournoyantes",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.180"
|
||||
"source_reference": {
|
||||
"page": "180"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Coiling Serpent Style",
|
||||
"name": "Style du serpent constricteur",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.181"
|
||||
"source_reference": {
|
||||
"page": "181"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Pin the Fan",
|
||||
"name": "Clouer l’éventail",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.181"
|
||||
"source_reference": {
|
||||
"page": "181"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Hawk’s Precision",
|
||||
"name": "Précision du faucon",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.181"
|
||||
"source_reference": {
|
||||
"page": "181"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Pelting Hail Style",
|
||||
"name": "Style de l’averse de grêle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.181"
|
||||
"source_reference": {
|
||||
"page": "181"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Trip the Leg",
|
||||
"name": "Croc-en-jambe",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.113"
|
||||
"source_reference": {
|
||||
"page": "113"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Pole-Vault",
|
||||
"name": "Saut à la perche",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.113"
|
||||
"source_reference": {
|
||||
"page": "113"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Chaotic Scattering",
|
||||
"name": "Dispersion chaotique",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.86"
|
||||
"source_reference": {
|
||||
"page": "86"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Mind's Edge",
|
||||
"name": "Le tranchant de l’esprit",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.86"
|
||||
"source_reference": {
|
||||
"page": "86"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Iron Shell Style",
|
||||
"name": "Style de la carapace de fer",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.87"
|
||||
"source_reference": {
|
||||
"page": "87"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Boar's Wrath Style",
|
||||
"name": "Style de la fureur du sanglier",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.90"
|
||||
"source_reference": {
|
||||
"page": "90"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Thunderous Hooves Style",
|
||||
"name": "Style du tonnerre des sabots",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.87"
|
||||
"source_reference": {
|
||||
"page": "87"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rider's Haste",
|
||||
"name": "La précipitation du cavalier",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.86"
|
||||
"source_reference": {
|
||||
"page": "86"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Void Embrace Style",
|
||||
"name": "Style de l’étreinte du Vide",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.87"
|
||||
"source_reference": {
|
||||
"page": "87"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Improvised Assault",
|
||||
"name": "Assaut improvisé",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.88"
|
||||
"source_reference": {
|
||||
"page": "88"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bonebreaker Style",
|
||||
"name": "Style de l’écrasement des os",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.90"
|
||||
"source_reference": {
|
||||
"page": "90"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Flashing Steel Strike",
|
||||
"name": "Assaut de l’éclat d’acier",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.87"
|
||||
"source_reference": {
|
||||
"page": "87"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Deflective Defense",
|
||||
"name": "Déflexion",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.89"
|
||||
"source_reference": {
|
||||
"page": "89"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Daring Swing",
|
||||
"name": "Balancement hardi",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.89"
|
||||
"source_reference": {
|
||||
"page": "89"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Iaijutsu Cut: Reverse Draw",
|
||||
"name": "Attaque de iaijutsu : garde inversée",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.88"
|
||||
"source_reference": {
|
||||
"page": "88"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Landslide Strike",
|
||||
"name": "Assaut du glissement de terrain",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.88"
|
||||
"source_reference": {
|
||||
"page": "88"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Laughing Fox Style",
|
||||
"name": "Style du renard rieur",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.91"
|
||||
"source_reference": {
|
||||
"page": "91"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Iaijutsu Cut: Sword and Sheath",
|
||||
"name": "Attaque de iaijutsu : sabre et fourreau",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.88"
|
||||
"source_reference": {
|
||||
"page": "88"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Piercing Bolt Style",
|
||||
"name": "Style de la charge perforante",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.90"
|
||||
"source_reference": {
|
||||
"page": "90"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Reckless Lunge",
|
||||
"name": "Fente téméraire",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.89"
|
||||
"source_reference": {
|
||||
"page": "89"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Swirling Tempest Style",
|
||||
"name": "Style de la tempête tournoyante",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.90"
|
||||
"source_reference": {
|
||||
"page": "90"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Snapping Branch Strike",
|
||||
"name": "Assaut de la branche cassée",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.87"
|
||||
"source_reference": {
|
||||
"page": "87"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Thunderous Blows Style",
|
||||
"name": "Style des coups tonitruants",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.91"
|
||||
"source_reference": {
|
||||
"page": "91"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rushing Ox Style",
|
||||
"name": "Style de la charge du taureau",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.90"
|
||||
"source_reference": {
|
||||
"page": "90"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wheeling Sweep",
|
||||
"name": "Balayage tournoyant",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.89"
|
||||
"source_reference": {
|
||||
"page": "89"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Eyeless Sight Shot",
|
||||
"name": "Tir à l’aveugle",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.91"
|
||||
"source_reference": {
|
||||
"page": "91"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Twin Streams Style",
|
||||
"name": "Style des ruisseaux jumeaux",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.91"
|
||||
"source_reference": {
|
||||
"page": "91"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Staggering Shot",
|
||||
"name": "Tir déséquilibrant",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.92"
|
||||
"source_reference": {
|
||||
"page": "92"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Falling Heavens Shot",
|
||||
"name": "Tir tombé des Cieux",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.92"
|
||||
"source_reference": {
|
||||
"page": "92"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Swirling Viper Style",
|
||||
"name": "Style de la vipère tournoyante",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.91"
|
||||
"source_reference": {
|
||||
"page": "91"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wasp's Spite Style",
|
||||
"name": "Style de l’agressivité de la guêpe",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.91"
|
||||
"source_reference": {
|
||||
"page": "91"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fierce Badger Style",
|
||||
"name": "Fierce Badger Style (WIP)",
|
||||
"name": "Style du blaireau féroce",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "95"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Thicket's Embrace Style",
|
||||
"name": "Thicket's Embrace Style (WIP)",
|
||||
"name": "Style de l’étreinte du fourré",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "95"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shattering Tide Style",
|
||||
"name": "Shattering Tide Style (WIP)",
|
||||
"name": "Style de la marée destructrice",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "95"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bear’s Swipe Style",
|
||||
"name": "Style de la gifle de l’ours",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "114"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Serpent’s Twist Style",
|
||||
"name": "Style de la contorsion du serpent",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "114"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Swallow’s Dart Style",
|
||||
"name": "Style de la vivacité de l’hirondelle",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tiger’s Lunge Style",
|
||||
"name": "Style de l’attaque du tigre",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Flexible Grip",
|
||||
"name": "Prise flexible",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "116"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Howling Gale Defense",
|
||||
"name": "Défense de la bourrasque hurlante",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Heron’s Grasp Style",
|
||||
"name": "Style de l’étreinte du héron",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "116"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Serow’s Leap Style",
|
||||
"name": "Style du saro bondissant",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "116"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tumbling Oak Style",
|
||||
"name": "Style de la chute du chêne",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "116"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Flight",
|
||||
"name": "Vol",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Razor Bite",
|
||||
"name": "Morsure acérée",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Owl’s Swoop Style",
|
||||
"name": "Style du piqué de la chouette",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Skittering Shift",
|
||||
"name": "Déguerpissement prompt",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tail Sweep",
|
||||
"name": "Balayage caudal",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cautious Tread",
|
||||
"name": "Cautious Tread (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Stalking Leopard Style",
|
||||
"name": "Stalking Leopard Style (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sudden Downpour Style",
|
||||
"name": "Sudden Downpour Style (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Swaying Grass Evasion",
|
||||
"name": "Swaying Grass Evasion (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Distracting Flurry Style",
|
||||
"name": "Distracting Flurry Style (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Scouring Wind Style",
|
||||
"name": "Scouring Wind Style (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Slashing Sandstorm Style",
|
||||
"name": "Slashing Sandstorm Style (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Descending Swarm Shot",
|
||||
"name": "Descending Swarm Shot (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Thunderbolt Style",
|
||||
"name": "Thunderbolt Style (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,147 +1,313 @@
|
||||
{
|
||||
"label": "Techniques Kihõ",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Cleansing Spirit",
|
||||
"name": "Esprit purificateur",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.182"
|
||||
"source_reference": {
|
||||
"page": "182"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Grasp the Earth Dragon",
|
||||
"name": "Etreindre le Dragon de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.182"
|
||||
"source_reference": {
|
||||
"page": "182"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Earth Needs No Eyes",
|
||||
"name": "La Terre voit sans yeux",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.183"
|
||||
"source_reference": {
|
||||
"page": "183"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Way of the Earthquake",
|
||||
"name": "La voie du séisme",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.183"
|
||||
"source_reference": {
|
||||
"page": "183"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Earthen Fist",
|
||||
"name": "Poing de terre",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.183"
|
||||
"source_reference": {
|
||||
"page": "183"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Riding the Clouds",
|
||||
"name": "Chevaucher les nuages",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.183"
|
||||
"source_reference": {
|
||||
"page": "183"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Way of the Willow",
|
||||
"name": "La voie du saule",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.184"
|
||||
"source_reference": {
|
||||
"page": "184"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Air Fist",
|
||||
"name": "Poing de vent",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.184"
|
||||
"source_reference": {
|
||||
"page": "184"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Great Silence",
|
||||
"name": "Silence absolu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.184"
|
||||
"source_reference": {
|
||||
"page": "184"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Channel the Fire Dragon",
|
||||
"name": "Dompter le Dragon du Feu",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.184"
|
||||
"source_reference": {
|
||||
"page": "184"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Breaking Blow",
|
||||
"name": "Ki destructeur",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.184"
|
||||
"source_reference": {
|
||||
"page": "184"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Way of the Falling Star",
|
||||
"name": "La voie de l’étoile filante",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.185"
|
||||
"source_reference": {
|
||||
"page": "185"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Body Is an Anvil",
|
||||
"name": "Le corps est une enclume",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.186"
|
||||
"source_reference": {
|
||||
"page": "186"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Flame Fist",
|
||||
"name": "Poing de flamme",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.186"
|
||||
"source_reference": {
|
||||
"page": "186"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ride the Water Dragon",
|
||||
"name": "Chevaucher le Dragon de l’Eau",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.186"
|
||||
"source_reference": {
|
||||
"page": "186"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Freezing the Lifeblood",
|
||||
"name": "Gel de l’énergie vitale",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.186"
|
||||
"source_reference": {
|
||||
"page": "186"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ki Protection",
|
||||
"name": "Ki protecteur",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.187"
|
||||
"source_reference": {
|
||||
"page": "187"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Way of the Seafoam",
|
||||
"name": "La voie de l’écume",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.187"
|
||||
"source_reference": {
|
||||
"page": "187"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Water Fist",
|
||||
"name": "Poing d’eau",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.187"
|
||||
"source_reference": {
|
||||
"page": "187"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Death Touch",
|
||||
"name": "Caresse de la mort",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.188"
|
||||
"source_reference": {
|
||||
"page": "188"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Touch the Void Dragon",
|
||||
"name": "Effleurer le Dragon du Vide",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.188"
|
||||
"source_reference": {
|
||||
"page": "188"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Still the Elements",
|
||||
"name": "Figer les éléments",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.188"
|
||||
"source_reference": {
|
||||
"page": "188"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Way of the Edgeless Sword",
|
||||
"name": "La voie du sabre sans tranchant",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.188"
|
||||
"source_reference": {
|
||||
"page": "188"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Mercy of the Stone Fortune",
|
||||
"name": "Pitié de la fortune de la pierre",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rejuvenating Breath",
|
||||
"name": "Souffle revigorant",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shadow of Ancient Peaks",
|
||||
"name": "A l’ombre des pics antiques",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cutting Wind Talons",
|
||||
"name": "Serres du vent tranchant",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "110"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Grace of the Gentle Breeze",
|
||||
"name": "Grâce de la douce brise",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Step of the Storm",
|
||||
"name": "Bond de la tempête",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "110"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blistering Retribution",
|
||||
"name": "Rétribution foudroyante",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "111"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dance of Fire",
|
||||
"name": "Danse du Feu",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "110"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Volcanic Fist",
|
||||
"name": "Poing volcanique",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "110"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fist of Spreading Venom",
|
||||
"name": "Poing propagateur de poison",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "112"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "River’s Flowing Stride",
|
||||
"name": "Allure du cours d’eau",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "112"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Seeping Ki",
|
||||
"name": "Ruissellement de ki",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "112"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Aura Awareness",
|
||||
"name": "Perception des auras",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "113"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Essence of Stillness",
|
||||
"name": "Essence de l’immobilité",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "113"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Eternal Mind’s Gate",
|
||||
"name": "Portail de l’esprit éternel",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "113"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,105 +1,137 @@
|
||||
{
|
||||
"label": "Techniques Mahõ",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Incite Haunting",
|
||||
"name": "Emprise maléfique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.224"
|
||||
"source_reference": {
|
||||
"page": "224"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Grip of Anguish",
|
||||
"name": "Etreinte de l’angoisse",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.224"
|
||||
"source_reference": {
|
||||
"page": "224"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Unholy Fervor",
|
||||
"name": "Ferveur impie",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.225"
|
||||
"source_reference": {
|
||||
"page": "225"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Mark of Desecration",
|
||||
"name": "Marque de profanation",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.225"
|
||||
"source_reference": {
|
||||
"page": "225"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sinful Whispers",
|
||||
"name": "Murmures déviants",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.225"
|
||||
"source_reference": {
|
||||
"page": "225"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Accursed Summoning",
|
||||
"name": "Conjuration maudite",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.118"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bind the Undead",
|
||||
"name": "Lier les non-morts",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.119"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Commune with Evil",
|
||||
"name": "Communier avec le mal",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.118"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dark Reflection",
|
||||
"name": "Sombre reflet",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.121"
|
||||
"source_reference": {
|
||||
"page": "121"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Entreat the Shadow Steed",
|
||||
"name": "Implorer le destrier d’ombres",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.119"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fiend's Retreat",
|
||||
"name": "La retraite du démon",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.119"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shape the Flesh",
|
||||
"name": "Modeler la chair",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.120"
|
||||
"source_reference": {
|
||||
"page": "120"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Spiritual Shackles",
|
||||
"name": "Chaînes spirituelles",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.118"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Spread Corruption",
|
||||
"name": "Répandre la corruption",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.120"
|
||||
"source_reference": {
|
||||
"page": "120"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sword of Blood",
|
||||
"name": "Sabre de sang",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.121"
|
||||
"source_reference": {
|
||||
"page": "121"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Twisted Summons",
|
||||
"name": "Convocation de la difformité",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.119"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,21 +1,25 @@
|
||||
{
|
||||
"label": "Techniques Mantra",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Summon Mantra : [One Implement]",
|
||||
"name": "Mantra de conjuration : [Nom de l’instrument]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.99"
|
||||
"source_reference": {
|
||||
"page": "99"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Countering Mantra",
|
||||
"name": "Mantra de contre",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.99"
|
||||
"source_reference": {
|
||||
"page": "99"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,117 +1,153 @@
|
||||
{
|
||||
"label": "Techniques Ninjutsu",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Deadly Sting",
|
||||
"name": "Dard mortel",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.226"
|
||||
"source_reference": {
|
||||
"page": "226"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Skulk",
|
||||
"name": "Disparition",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.226"
|
||||
"source_reference": {
|
||||
"page": "226"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Silencing Stroke",
|
||||
"name": "Neutralisation",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.227"
|
||||
"source_reference": {
|
||||
"page": "227"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Noxious Cloud",
|
||||
"name": "Nuage toxique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.227"
|
||||
"source_reference": {
|
||||
"page": "227"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Artful Alibi",
|
||||
"name": "Alibi artistique",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.114"
|
||||
"source_reference": {
|
||||
"page": "114"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cunning Distraction",
|
||||
"name": "Distraction fourbe",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.115"
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Deceitful Strike",
|
||||
"name": "Coup malhonnête",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.115"
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Like a Ghost",
|
||||
"name": "Tel un fantôme",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.116"
|
||||
"source_reference": {
|
||||
"page": "116"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Silent Elimination",
|
||||
"name": "Immobilisation silencieuse",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.115"
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Slicing Wind Kick",
|
||||
"name": "Coup de pied tourbillonnant",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.114"
|
||||
"source_reference": {
|
||||
"page": "114"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Stillness of Death",
|
||||
"name": "Quiétude de la mort",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.116"
|
||||
"source_reference": {
|
||||
"page": "116"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "To Float or Sink",
|
||||
"name": "Flotter ou sombrer",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.115"
|
||||
"source_reference": {
|
||||
"page": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "What's Yours is Mine",
|
||||
"name": "Ce qui est à toi est à moi",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.114"
|
||||
"source_reference": {
|
||||
"page": "114"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Employ Terrible Thunder",
|
||||
"name": "Employ Terrible Thunder (WIP)",
|
||||
"name": "Recourir au terrible tonnerre",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "106"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Swift Scouting",
|
||||
"name": "Swift Scouting (WIP)",
|
||||
"name": "Reconnaissance éclair",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "106"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Patient Viper",
|
||||
"name": "The Patient Viper (WIP)",
|
||||
"name": "La patiente vipère",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Vanish in the Shadows",
|
||||
"name": "Vanish in the Shadows (WIP)",
|
||||
"name": "Disparaître dans les ombres",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "105"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wreak Havoc",
|
||||
"name": "Wreak Havoc (WIP)",
|
||||
"name": "Semer le chaos",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "107"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,189 +1,345 @@
|
||||
{
|
||||
"label": "Techniques Rituels",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Tea Ceremony",
|
||||
"name": "Cérémonie du thé",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.212"
|
||||
"source_reference": {
|
||||
"page": "212"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Commune with the Spirits",
|
||||
"name": "Communier avec les esprits",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.212"
|
||||
"source_reference": {
|
||||
"page": "212"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Divination",
|
||||
"name": "Divination",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.213"
|
||||
"source_reference": {
|
||||
"page": "213"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cleansing Rite",
|
||||
"name": "Rite de purification",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.213"
|
||||
"source_reference": {
|
||||
"page": "213"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Threshold Barrier",
|
||||
"name": "Seuil infranchissable",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.213"
|
||||
"source_reference": {
|
||||
"page": "213"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blessed Union",
|
||||
"name": "Blessed Union (WIP)",
|
||||
"name": "Union bénite",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "111"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blessing of the Dance",
|
||||
"name": "Blessing of the Dance (WIP)",
|
||||
"name": "Bienfaits de la danse",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "110"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Prayer of Protection",
|
||||
"name": "Prayer of Protection (WIP)",
|
||||
"name": "Prière protectrice",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "110"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rite of the Wheel",
|
||||
"name": "Rite of the Wheel (WIP)",
|
||||
"name": "Rite de la roue",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "110"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Whispers to the Moon (Moon Cultist)",
|
||||
"name": "Whispers to the Moon (Moon Cultist) (WIP)",
|
||||
"name": "Murmures à la Lune (adepte de Sire Lune)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "110"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Formal Tea Ceremony",
|
||||
"name": "Cérémonie du thé protocolaire",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.116"
|
||||
"source_reference": {
|
||||
"page": "116"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Treaty Signing",
|
||||
"name": "Signature de traité",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Ties that Bind",
|
||||
"name": "Les liens qui nous unissent",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.116"
|
||||
"source_reference": {
|
||||
"page": "116"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Balancing Salve (Qamarist Region)",
|
||||
"name": "Baume d’équilibre (Califat Qamariste)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.96"
|
||||
"source_reference": {
|
||||
"page": "96"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Elixir of Recovery (Qamarist Region)",
|
||||
"name": "Elixir de guérison (Califat Qamariste)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.96"
|
||||
"source_reference": {
|
||||
"page": "96"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fortitude Draught (Qamarist Region)",
|
||||
"name": "Décoction de résistance (Califat Qamariste)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.96"
|
||||
"source_reference": {
|
||||
"page": "96"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Restorative Transmutation (Qamarist Region)",
|
||||
"name": "Transmutation reconstituante (Califat qamariste)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.97"
|
||||
"source_reference": {
|
||||
"page": "97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cleansing of Coral and Gold (Ivory Kingdoms Region)",
|
||||
"name": "Purification par le corail et l’or (Royaumes d’Ivoire)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.97"
|
||||
"source_reference": {
|
||||
"page": "97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wayfarer's Path",
|
||||
"name": "La route du voyageur",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.97"
|
||||
"source_reference": {
|
||||
"page": "97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blessing of Steel (Artisan)",
|
||||
"name": "Bénédiction d’acier (Artisan)",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.114"
|
||||
"source_reference": {
|
||||
"page": "114"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Craft Shikigami (Shugenja)",
|
||||
"name": "Fabrication des shikigami (Shugenja)",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.114"
|
||||
"source_reference": {
|
||||
"page": "114"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Blessing of Fertile Fields",
|
||||
"name": "Blessing of Fertile Fields (WIP)",
|
||||
"name": "Bénédiction des champs fertiles",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
"source_reference": {
|
||||
"page": "110"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Beseech Akodo's Judgment",
|
||||
"name": "Beseech Akodo's Judgment (WIP)",
|
||||
"name": "Implorer le jugement d’Akodo",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Beseech Bayushi's Absolution",
|
||||
"name": "Beseech Bayushi's Absolution (WIP)",
|
||||
"name": "Implorer l’absolution de Bayushi",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Beseech Doji's Wisdom",
|
||||
"name": "Beseech Doji's Wisdom (WIP)",
|
||||
"name": "Implorer la sagesse de Doji",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "96"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Beseech Hida's MIght",
|
||||
"name": "Beseech Hida's MIght (WIP)",
|
||||
"id": "Beseech Hida's Might",
|
||||
"name": "Implorer la puissance de Hida",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "96"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Beseech Shiba's Calm",
|
||||
"name": "Beseech Shiba's Calm (WIP)",
|
||||
"name": "Implorer le calme de Shiba",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Beseech Shinjo's Empathy",
|
||||
"name": "Beseech Shinjo's Empathy (WIP)",
|
||||
"name": "Implorer l’empathie de Shinjo",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "98"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Beseech Togashi's Vision",
|
||||
"name": "Beseech Togashi's Vision (WIP)",
|
||||
"name": "Implorer la vision de Togashi",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Imbue Thunder",
|
||||
"name": "Imbue Thunder (WIP)",
|
||||
"name": "Imprégner de tonnerre",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "98"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Chikushō-dō’s Guile",
|
||||
"name": "Duplicité du Chikushō-dō",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Guard Against the Elements",
|
||||
"name": "Protection contre les éléments",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cunning Snares",
|
||||
"name": "Pièges astucieux",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Hunter’s Expertise",
|
||||
"name": "Expertise du chasseur",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Trance of Lives Past",
|
||||
"name": "Transe des vies antérieures",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": "120"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Center the World",
|
||||
"name": "Center the World (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cultural Exchange",
|
||||
"name": "Cultural Exchange (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Protection of the Flock",
|
||||
"name": "Protection of the Flock (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shadow of Days",
|
||||
"name": "Shadow of Days (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Spiritual Survey",
|
||||
"name": "Spiritual Survey (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Traveler's Experience",
|
||||
"name": "Traveler's Experience (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wayfinder's Instincts",
|
||||
"name": "Wayfinder's Instincts (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,537 +1,809 @@
|
||||
{
|
||||
"label": "Techniques Shuji",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Rustling of Leaves",
|
||||
"name": "Bruissement des feuilles",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.214"
|
||||
"source_reference": {
|
||||
"page": "214"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cadence",
|
||||
"name": "Cadence",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.214"
|
||||
"source_reference": {
|
||||
"page": "214"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Artisan’s Appraisal",
|
||||
"name": "Estimation de l’artisan",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.214"
|
||||
"source_reference": {
|
||||
"page": "214"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bend with the Storm",
|
||||
"name": "Le roseau plie sous la tempête",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.214"
|
||||
"source_reference": {
|
||||
"page": "214"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Wind Blows Both Ways",
|
||||
"name": "Le vent tourne",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.215"
|
||||
"source_reference": {
|
||||
"page": "215"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Prey on the Weak",
|
||||
"name": "Malheur aux faibles",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.215"
|
||||
"source_reference": {
|
||||
"page": "215"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Court",
|
||||
"name": "Murmures de la cour",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.215"
|
||||
"source_reference": {
|
||||
"page": "215"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Feigned Opening",
|
||||
"name": "Ouverture feinte",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.215"
|
||||
"source_reference": {
|
||||
"page": "215"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wolf’s Proposal",
|
||||
"name": "Proposition du loup",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.215"
|
||||
"source_reference": {
|
||||
"page": "215"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ancestry Unearthed",
|
||||
"name": "Ascendance dévoilée",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.216"
|
||||
"source_reference": {
|
||||
"page": "216"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Touchstone of Courage",
|
||||
"name": "Courage exemplaire",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.216"
|
||||
"source_reference": {
|
||||
"page": "216"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Honest Assessment",
|
||||
"name": "Evaluation honnête",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.216"
|
||||
"source_reference": {
|
||||
"page": "216"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Immovable Hand of Peace",
|
||||
"name": "L’immuable main de la paix",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.216"
|
||||
"source_reference": {
|
||||
"page": "216"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Civility Foremost",
|
||||
"name": "La courtoisie prime",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.217"
|
||||
"source_reference": {
|
||||
"page": "217"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Weight of Duty",
|
||||
"name": "Le fardeau du devoir",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.217"
|
||||
"source_reference": {
|
||||
"page": "217"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Pillar of Calm",
|
||||
"name": "Pilier de sérénité",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.217"
|
||||
"source_reference": {
|
||||
"page": "217"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Stonewall Tactics",
|
||||
"name": "Tactique d’obstruction",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.218"
|
||||
"source_reference": {
|
||||
"page": "218"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fanning the Flames",
|
||||
"name": "Attiser les flammes",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.218"
|
||||
"source_reference": {
|
||||
"page": "218"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bravado",
|
||||
"name": "Bravade",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.218"
|
||||
"source_reference": {
|
||||
"page": "218"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rallying Cry",
|
||||
"name": "Cri de ralliement",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.218"
|
||||
"source_reference": {
|
||||
"page": "218"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sensational Distraction",
|
||||
"name": "Distraction sensationnelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.219"
|
||||
"source_reference": {
|
||||
"page": "219"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dazzling Performance",
|
||||
"name": "Eclatante démonstration",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.219"
|
||||
"source_reference": {
|
||||
"page": "219"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Truth Burns through Lies",
|
||||
"name": "La vérité derrière l’écran de fumée",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.219"
|
||||
"source_reference": {
|
||||
"page": "219"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sear the Wound",
|
||||
"name": "Le couteau dans la plaie",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.219"
|
||||
"source_reference": {
|
||||
"page": "219"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lightning Raid",
|
||||
"name": "Raid éclair",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.219"
|
||||
"source_reference": {
|
||||
"page": "219"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Stirring the Embers",
|
||||
"name": "Souffler sur les braises",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.219"
|
||||
"source_reference": {
|
||||
"page": "219"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tributaries of Trade",
|
||||
"name": "Affluents du négoce",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.220"
|
||||
"source_reference": {
|
||||
"page": "220"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "All in Jest",
|
||||
"name": "Aimable plaisanterie",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.220"
|
||||
"source_reference": {
|
||||
"page": "220"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Buoyant Arrival",
|
||||
"name": "Entrée en douceur",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.220"
|
||||
"source_reference": {
|
||||
"page": "220"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ebb and Flow",
|
||||
"name": "Flux et reflux",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.220"
|
||||
"source_reference": {
|
||||
"page": "220"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Slippery Maneuvers",
|
||||
"name": "Manœuvres d’esquive",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.220"
|
||||
"source_reference": {
|
||||
"page": "220"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Regal Bearing",
|
||||
"name": "Port altier",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.221"
|
||||
"source_reference": {
|
||||
"page": "221"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Well of Desire",
|
||||
"name": "Puits du désir",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.221"
|
||||
"source_reference": {
|
||||
"page": "221"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Shallow Waters",
|
||||
"name": "Sous la surface",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.221"
|
||||
"source_reference": {
|
||||
"page": "221"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lady Shinjo’s Speed (Unicorn)",
|
||||
"name": "Célérité de Dame Shinjo (Licorne)",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.222"
|
||||
"source_reference": {
|
||||
"page": "222"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lady Doji’s Decree (Crane)",
|
||||
"name": "Décret de Dame Doji (Grue)",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.222"
|
||||
"source_reference": {
|
||||
"page": "222"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Courtier’s Resolve",
|
||||
"name": "La détermination du courtisan",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.222"
|
||||
"source_reference": {
|
||||
"page": "222"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "A Samurai’s Fate",
|
||||
"name": "Le destin du samouraï",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.222"
|
||||
"source_reference": {
|
||||
"page": "222"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lord Bayushi’s Whispers (Scorpion)",
|
||||
"name": "Murmures de Sire Bayushi (Scorpion)",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.222"
|
||||
"source_reference": {
|
||||
"page": "222"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lord Togashi’s Insight (Dragon)",
|
||||
"name": "Perspicacité de Sire Togashi (Dragon)",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.223"
|
||||
"source_reference": {
|
||||
"page": "223"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Rouse the Soul",
|
||||
"name": "Réveil de l’âme",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.223"
|
||||
"source_reference": {
|
||||
"page": "223"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lord Akodo’s Roar (Lion)",
|
||||
"name": "Rugissement de Sire Akodo (Lion)",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.223"
|
||||
"source_reference": {
|
||||
"page": "223"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "All Arts Are One",
|
||||
"name": "Tous les arts ne font qu’un",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.223"
|
||||
"source_reference": {
|
||||
"page": "223"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Hidden in Smoke",
|
||||
"name": "Masqué par la fumée",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Assess Strengths",
|
||||
"name": "Evaluer les forces",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Unyielding Terms",
|
||||
"name": "Termes immuables",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.117"
|
||||
"source_reference": {
|
||||
"page": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Offend the Sensibilities",
|
||||
"name": "Froisser les sensibilités",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.118"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Crackling Laughter",
|
||||
"name": "Rire moqueur",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.118"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "All Shall Fear Me",
|
||||
"name": "Tous me craindront",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.118"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Spiteful Loss",
|
||||
"name": "Amère défaite",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.118"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Beware The Smallest Mouse",
|
||||
"name": "Gare à la plus petite des souris",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.119"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fun and Games",
|
||||
"name": "Agréable participation",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.118"
|
||||
"source_reference": {
|
||||
"page": "118"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Foreseen Need",
|
||||
"name": "Besoin pressenti",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.119"
|
||||
"source_reference": {
|
||||
"page": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Spin the Web (Kolat)",
|
||||
"name": "Tisser sa toile (Kolat)",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.249"
|
||||
"source_reference": {
|
||||
"page": "249"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Awe of Heaven (Imperial)",
|
||||
"name": "Effroi céleste (Impérial)",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.249"
|
||||
"source_reference": {
|
||||
"page": "249"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Look Out",
|
||||
"name": "Attention !",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.92"
|
||||
"source_reference": {
|
||||
"page": "92"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bellow of Resolve",
|
||||
"name": "Hurlement de soutien",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.92"
|
||||
"source_reference": {
|
||||
"page": "92"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ruse of the Moon's Reflection",
|
||||
"name": "Ruse du reflet de la Lune",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.93"
|
||||
"source_reference": {
|
||||
"page": "93"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Eyes Up!",
|
||||
"name": "Là-haut !",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.94"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Pack Gambit",
|
||||
"name": "Manoeuvre de meute",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.93"
|
||||
"source_reference": {
|
||||
"page": "93"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Mentor's Guidance",
|
||||
"name": "Les conseils du mentor",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.93"
|
||||
"source_reference": {
|
||||
"page": "93"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Malleable Formation",
|
||||
"name": "Formation mobile",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.94"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Goading Taunt",
|
||||
"name": "Raillerie provocante",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.95"
|
||||
"source_reference": {
|
||||
"page": "95"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Watch My Back",
|
||||
"name": "Protège-moi",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.94"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Illuminate the Way",
|
||||
"name": "Eclaire mon chemin",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.94"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fluent Bargaining",
|
||||
"name": "Négociations fructueuses",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.94"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bond of Heroes",
|
||||
"name": "Le lien des héros",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.95"
|
||||
"source_reference": {
|
||||
"page": "95"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Tonight, I Am Your Opponent",
|
||||
"name": "Ce soir, je suis ton adversaire",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.95"
|
||||
"source_reference": {
|
||||
"page": "95"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Wanderer's Resolve",
|
||||
"name": "La détermination du vagabond",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.95"
|
||||
"source_reference": {
|
||||
"page": "95"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Roar of Encouragement",
|
||||
"name": "Hurlement d’encouragement",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.94"
|
||||
"source_reference": {
|
||||
"page": "94"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Osano-wo’s Boast (Mantis)",
|
||||
"name": "Vantardise d'Osano-wo (Mante)",
|
||||
"description": "",
|
||||
"book_reference": "Le Clan de la Mante p.7"
|
||||
"source_reference": {
|
||||
"page": "7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Borrowed Courage",
|
||||
"name": "Borrowed Courage (WIP)",
|
||||
"name": "Courage emprunté",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "99"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Clouds Parted by Steel",
|
||||
"name": "Clouds Parted by Steel (WIP)",
|
||||
"name": "L’acier déchire les nuages",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "99"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Entice with Falsehoods",
|
||||
"name": "Entice with Falsehoods (WIP)",
|
||||
"name": "Inciter par la fausseté",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "99"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Fortress of Necessity",
|
||||
"name": "Fortress of Necessity (WIP)",
|
||||
"name": "Forteresse du besoin",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "100"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Great Anvil's Measure",
|
||||
"name": "Great Anvil's Measure (WIP)",
|
||||
"name": "Aspect de la grande enclume",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "100"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Steady Hammer",
|
||||
"name": "Steady Hammer (WIP)",
|
||||
"name": "Stabiliser le marteau",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "100"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Call the Wild",
|
||||
"name": "Call the Wild (WIP)",
|
||||
"name": "Appeler la nature",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Righteous Example",
|
||||
"name": "Righteous Example (WIP)",
|
||||
"name": "Exemple vertueux",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sting of Warrior's Pride",
|
||||
"name": "Sting of Warrior's Pride (WIP)",
|
||||
"name": "Piquer la fierté du guerrier",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "To Smash the Heart",
|
||||
"name": "To Smash the Heart (WIP)",
|
||||
"name": "Ecraser le coeur",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Coursing March Chant",
|
||||
"name": "Coursing March Chant (WIP)",
|
||||
"name": "Chant du pas de course",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Preserve Strength",
|
||||
"name": "Preserve Strength (WIP)",
|
||||
"name": "Préserver ses forces",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Your Enemy's Arrows",
|
||||
"name": "Your Enemy's Arrows (WIP)",
|
||||
"name": "Les flèches de ton ennemi",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "102"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Battle of No Escape",
|
||||
"name": "Battle of No Escape (WIP)",
|
||||
"name": "Une bataille sans échappatoire",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "103"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Moment of Glory",
|
||||
"name": "Moment of Glory (WIP)",
|
||||
"name": "Un moment de gloire",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Victory Without a Sword",
|
||||
"name": "Victory Without a Sword (WIP)",
|
||||
"name": "Vaincre sans dégainer",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "104"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Flowering Deceptions",
|
||||
"name": "Les fleurs de la supercherie",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.93"
|
||||
"source_reference": {
|
||||
"page": "93"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cunning Omission",
|
||||
"name": "Cunning Omission (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Entice with Offerings",
|
||||
"name": "Entice with Offerings (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Trader's Intuition",
|
||||
"name": "Trader's Intuition (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Cite the Facts",
|
||||
"name": "Cite the Facts (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Solidify Gratitude",
|
||||
"name": "Solidify Gratitude (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Glorious Entrance",
|
||||
"name": "Glorious Entrance (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Incite Wrath",
|
||||
"name": "Incite Wrath (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Call to Ride",
|
||||
"name": "Call to Ride (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Complementary Experience",
|
||||
"name": "Complementary Experience (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Everyone Has a Price",
|
||||
"name": "Everyone Has a Price (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Horse Whisperer",
|
||||
"name": "Horse Whisperer (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Appreciate the Scenery",
|
||||
"name": "Appreciate the Scenery (WIP)",
|
||||
"description": "",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,255 +1,449 @@
|
||||
{
|
||||
"label": "Titres",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"source_reference": "system.source_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Emerald Magistrate",
|
||||
"name": "Magistrat d’Émeraude",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Professionnelles</td><td>Grp. de comp.</td></tr><tr><td>Forme</td><td>Compétence</td></tr><tr><td>Arts martiaux (choisissez-en un)</td><td>Compétence</td></tr><tr><td>Représentations</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1–2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Style de la main ouverte</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\">(shuji) Sous la surface</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Livre de Règles p.305"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Professionnelles</td><td>Grp. de comp.</td></tr><tr><td>Forme</td><td>Compétence</td></tr><tr><td>Arts martiaux (choisissez-en un)</td><td>Compétence</td></tr><tr><td>Représentations</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1–2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000026\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000026\">(kata) Style de la main ouverte</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000034\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000034\">(shuji) Sous la surface</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "305"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Castellan",
|
||||
"name": "Châtelain",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Stylisme</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Cri de ralliement</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\">(shuji) Manœuvres d’esquive</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Courage exemplaire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Cours de Pierre p.128"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Stylisme</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000020\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000020\">(shuji) Cri de ralliement</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000031\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000031\">(shuji) Manœuvres d’esquive</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000011\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000011\">(shuji) Courage exemplaire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "128"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Covert Agent",
|
||||
"name": "Agent infiltré",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000005\">(ninjutsu) Alibi artistique</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000002\">(shuji) Cadence</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000006\">(ninjutsu) Distraction fourbe</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000012\">(ninjutsu) Flotter ou sombrer</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000013\">(ninjutsu) Ce qui est à toi est à moi</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Cours de Pierre p.128"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-ninjutsu.Item.L5RCoreNin000005\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-type=\"Item\" data-id=\"L5RCoreNin000005\">(ninjutsu) Alibi artistique</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000002\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000002\">(shuji) Cadence</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-ninjutsu.Item.L5RCoreNin000006\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-type=\"Item\" data-id=\"L5RCoreNin000006\">(ninjutsu) Distraction fourbe</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-ninjutsu.Item.L5RCoreNin000012\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-type=\"Item\" data-id=\"L5RCoreNin000012\">(ninjutsu) Flotter ou sombrer</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-ninjutsu.Item.L5RCoreNin000013\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-type=\"Item\" data-id=\"L5RCoreNin000013\">(ninjutsu) Ce qui est à toi est à moi</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "128"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Dreaded Enforcer",
|
||||
"name": "Homme de main redouté",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Magouilles</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000007\">(ninjutsu) Coup malhonnête</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000008\">(ninjutsu) Tel un fantôme</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000009\">(ninjutsu) Immobilisation silencieuse</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000011\">(ninjutsu) Quiétude de la mort</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Cours de Pierre p.129"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Magouilles</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-ninjutsu.Item.L5RCoreNin000007\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-type=\"Item\" data-id=\"L5RCoreNin000007\">(ninjutsu) Coup malhonnête</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-ninjutsu.Item.L5RCoreNin000008\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-type=\"Item\" data-id=\"L5RCoreNin000008\">(ninjutsu) Tel un fantôme</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-ninjutsu.Item.L5RCoreNin000009\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-type=\"Item\" data-id=\"L5RCoreNin000009\">(ninjutsu) Immobilisation silencieuse</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-ninjutsu.Item.L5RCoreNin000011\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-type=\"Item\" data-id=\"L5RCoreNin000011\">(ninjutsu) Quiétude de la mort</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "129"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Esteemed Negotiator",
|
||||
"name": "Négociateur estimé",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de la Terre de rang 1–3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000013\">(ritual) Les liens qui nous unissent</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000012\">(ritual) Signature de traité</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Cours de Pierre p.129"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de la Terre de rang 1–3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000013\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000013\">(ritual) Les liens qui nous unissent</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000012\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000012\">(ritual) Signature de traité</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "129"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kenshinzen",
|
||||
"name": "Kenshinzen",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata (Combat Rapproché) de rang 1–5</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji du Vide de rang 1–5</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000001\">(ritual) Cérémonie du thé</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Cours de Pierre p.130"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata (Combat Rapproché) de rang 1–5</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji du Vide de rang 1–5</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000001\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000001\">(ritual) Cérémonie du thé</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "130"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Kyuden Asako Shieldbearer",
|
||||
"name": "Porteur de bouclier de Kyūden Asako",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Arts martiaux (corps à corps)</td><td>Compétence</td></tr><tr><td>Arts martiaux (distance)</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td>Tactique</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1–3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000004\">(ritual) Rite de purification</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Cours de Pierre p.130"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Arts martiaux (corps à corps)</td><td>Compétence</td></tr><tr><td>Arts martiaux (distance)</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td>Tactique</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1–3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000004\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000004\">(ritual) Rite de purification</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "130"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Master Artisan",
|
||||
"name": "Maître artisan",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Artisanales</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tous les arts ne font qu’un</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000011\">(ritual) Cérémonie du thé protocolaire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Cours de Pierre p.130"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Artisanales</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000043\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000043\">(shuji) Tous les arts ne font qu’un</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000011\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000011\">(ritual) Cérémonie du thé protocolaire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "130"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Winter Court Champion",
|
||||
"name": "Champion de la Cour d'Hiver",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Artisanales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000003\">(shuji) Estimation de l’artisan</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000011\">(ritual) Cérémonie du thé protocolaire</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000052\">(shuji) Agréable participation</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000047\">(shuji) Froisser les sensibilités</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000050\">(shuji) Amère défaite</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Cours de Pierre p.131"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Artisanales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000003\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000003\">(shuji) Estimation de l’artisan</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000011\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000011\">(ritual) Cérémonie du thé protocolaire</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000052\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000052\">(shuji) Agréable participation</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000047\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000047\">(shuji) Froisser les sensibilités</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000050\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000050\">(shuji) Amère défaite</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "131"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Seven fold Palace Acolyte",
|
||||
"name": "Etudiant au palais des Sept Plis",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Professionnelles</td><td>Grp. de comp.</td></tr><tr><td>Esthétique</td><td>Compétence</td></tr><tr><td>Stylisme</td><td>Compétence</td></tr><tr><td>Forme</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td>Forge</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000003\">(shuji) Estimation de l’artisan</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Cours de Pierre p.131"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Professionnelles</td><td>Grp. de comp.</td></tr><tr><td>Esthétique</td><td>Compétence</td></tr><tr><td>Stylisme</td><td>Compétence</td></tr><tr><td>Forme</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td>Forge</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000003\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000003\">(shuji) Estimation de l’artisan</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "131"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "The Damned",
|
||||
"name": "Damné",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000003\">(kata) Assaut en plein coeur</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Cri de ralliement</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Outremonde p.128"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000003\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000003\">(kata) Assaut en plein coeur</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000020\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000020\">(shuji) Cri de ralliement</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "128"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Harvester",
|
||||
"name": "Récolteur",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Forge</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\">(ninjutsu) Disparition</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Outremonde p.128"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Forge</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-ninjutsu.Item.L5RCoreNin000002\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-type=\"Item\" data-id=\"L5RCoreNin000002\">(ninjutsu) Disparition</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "128"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Twenty-Goblin Crab",
|
||||
"name": "Crabe au vingt gobelins",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000021\">(kata) Assaut du coup de tonnerre</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000017\">(shuji) Tactique d’obstruction</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Outremonde p.128"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000021\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000021\">(kata) Assaut du coup de tonnerre</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000017\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000017\">(shuji) Tactique d’obstruction</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "128"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Witch Hunter",
|
||||
"name": "Chasseur de sorcier",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Magouilles</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-4</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1-5</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000012\">(shuji) Evaluation honnête</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Outremonde p.129"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Magouilles</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-4</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1-5</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000012\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000012\">(shuji) Evaluation honnête</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "129"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Advisor",
|
||||
"name": "Conseiller",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Commerce</td><td>Compétence</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Stylisme</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000018\">(shuji) Attiser les flammes</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000008\">(shuji) Ouverture feinte</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000017\">(shuji) Tactique d’obstruction</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Empire d’Émeraude p.249"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Commerce</td><td>Compétence</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Stylisme</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000018\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000018\">(shuji) Attiser les flammes</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000008\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000008\">(shuji) Ouverture feinte</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000017\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000017\">(shuji) Tactique d’obstruction</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "249"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Daimyo",
|
||||
"name": "Daimyo",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Tactique</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000037\">(shuji) La détermination du courtisan</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\">(shuji) Sous la surface</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000026\">(shuji) Souffler sur les braises</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Empire d’Émeraude p.249"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Tactique</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000037\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000037\">(shuji) La détermination du courtisan</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000034\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000034\">(shuji) Sous la surface</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000026\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000026\">(shuji) Souffler sur les braises</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "249"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Spy",
|
||||
"name": "Espion",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td>Magouilles</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de l’Air de rang 1-5</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\">(shuji) Sous la surface</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\">(ninjutsu) Disparition</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Empire d’Émeraude p.250"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td>Magouilles</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de l’Air de rang 1-5</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000034\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000034\">(shuji) Sous la surface</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-ninjutsu.Item.L5RCoreNin000002\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-type=\"Item\" data-id=\"L5RCoreNin000002\">(ninjutsu) Disparition</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "250"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Gunso",
|
||||
"name": "Gunso",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-4</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Cri de ralliement</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000026\">(shuji) Souffler sur les braises</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Courage exemplaire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Empire d’Émeraude p.250"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-4</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000020\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000020\">(shuji) Cri de ralliement</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000026\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000026\">(shuji) Souffler sur les braises</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000011\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000011\">(shuji) Courage exemplaire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "250"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Clan Magistrate",
|
||||
"name": "Magistrat de clan",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Forme</td><td>Compétence</td></tr><tr><td>Arts martiaux (corps à corps)</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000029\">(kata) Style du serpent constricteur</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000006\">(shuji) Malheur aux faibles</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000023\">(shuji) La vérité derrière l’écran de fumée</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Empire d’Émeraude p.251"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Forme</td><td>Compétence</td></tr><tr><td>Arts martiaux (corps à corps)</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000029\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000029\">(kata) Style du serpent constricteur</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000006\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000006\">(shuji) Malheur aux faibles</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000023\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000023\">(shuji) La vérité derrière l’écran de fumée</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "251"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Monastic Acolyte",
|
||||
"name": "Moine acolyte",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Esthétique</td><td>Compétence</td></tr><tr><td>Composition</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000001\">(kiho) Esprit purificateur</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000017\">(kiho) Ki protecteur</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000022\">(kiho) Figer les éléments</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Empire d’Émeraude p.251"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Esthétique</td><td>Compétence</td></tr><tr><td>Composition</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kiho.Item.L5RCoreKih000001\" data-pack=\"l5r5e.core-techniques-kiho\" data-type=\"Item\" data-id=\"L5RCoreKih000001\">(kiho) Esprit purificateur</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kiho.Item.L5RCoreKih000017\" data-pack=\"l5r5e.core-techniques-kiho\" data-type=\"Item\" data-id=\"L5RCoreKih000017\">(kiho) Ki protecteur</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kiho.Item.L5RCoreKih000022\" data-pack=\"l5r5e.core-techniques-kiho\" data-type=\"Item\" data-id=\"L5RCoreKih000022\">(kiho) Figer les éléments</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "251"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Priest",
|
||||
"name": "Prêtre",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Composition</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1-5</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000014\">(shuji) La courtoisie prime</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Réveil de l’âme</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Empire d’Émeraude p.251"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Composition</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1-5</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000014\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000014\">(shuji) La courtoisie prime</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000041\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000041\">(shuji) Réveil de l’âme</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "251"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Yojimbo",
|
||||
"name": "Yojimbo",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000023\">(kata) Attaque de iaijutsu : lame horizontale</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000022\">(kata) Attaque de iaijutsu : lame ascendante</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000007\">(kata) Détermination du guerrier</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Empire d’Émeraude p.252"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000023\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000023\">(kata) Attaque de iaijutsu : lame horizontale</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000022\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000022\">(kata) Attaque de iaijutsu : lame ascendante</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000007\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000007\">(kata) Détermination du guerrier</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "252"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Yoriki",
|
||||
"name": "Yoriki",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Arts martiaux (corps à corps)</td><td>Compétence</td></tr><tr><td>Magouilles</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-3</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000018\">(shuji) Attiser les flammes</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\">(shuji) Sous la surface</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "L’Empire d’Émeraude p.252"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Arts martiaux (corps à corps)</td><td>Compétence</td></tr><tr><td>Magouilles</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-3</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000018\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000018\">(shuji) Attiser les flammes</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000034\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000034\">(shuji) Sous la surface</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "252"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ashigaru",
|
||||
"name": "Ashigaru (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000066\">(kata) Thicket's Embrace Style (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\">(shuji) Manœuvres d’esquive</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Ashigaru",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000066\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000066\">(kata) Style de l’étreinte du fourré</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000031\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000031\">(shuji) Manœuvres d’esquive</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "131"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Deathseeker",
|
||||
"name": "Deathseeker (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Travail manuel</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Le destin du samouraï</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000086\">(shuji) Moment of Glory (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Quêteur de mort",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Travail manuel</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000038\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000038\">(shuji) Le destin du samouraï</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000086\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000086\">(shuji) Un moment de gloire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "132"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Elemental Guard",
|
||||
"name": "Elemental Guard (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000027\">(ritual) Beseech Shiba's Calm (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000008\">(kata) Evaluation tactique</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000007\">(kata) Détermination du guerrier</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Garde élémentaire",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000027\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000027\">(ritual) Implorer le calme de Shiba</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000008\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000008\">(kata) Evaluation tactique</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000007\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000007\">(kata) Détermination du guerrier</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "132"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Elemental Legionnaire",
|
||||
"name": "Elemental Legionnaire (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Forge</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000076\">(shuji) Great Anvil's Measure (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000086\">(shuji) Moment of Glory (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Légionnaire élémentaire",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Forge</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000076\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000076\">(shuji) Aspect de la grande enclume</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000086\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000086\">(shuji) Un moment de gloire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "133"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "General",
|
||||
"name": "General (WIP)",
|
||||
"name": "Général",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de rang 1-4</a> (prereq)</td><td>Tech. Grp.</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"source_reference": {
|
||||
"page": "133"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Lion's Pride Warrior",
|
||||
"name": "Lion's Pride Warrior (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Le destin du samouraï</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000085\">(shuji) Battle of No Escape (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Guerrier de la Meute du Lion",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000038\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000038\">(shuji) Le destin du samouraï</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000085\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000085\">(shuji) Une bataille sans échappatoire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "133"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Master Saboteur",
|
||||
"name": "Master Saboteur (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Professionnelles</td><td>Grp. de comp.</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Arts martiaux (mains nues)</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-ninjutsu\">(ninjutsu) Ninjutsu de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000030\">(ritual) Imbue Thunder (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000018\">(ninjutsu) Wreak Havoc (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Maître saboteur",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Professionnelles</td><td>Grp. de comp.</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Arts martiaux (mains nues)</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-ninjutsu\">(ninjutsu) Ninjutsu de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000030\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000030\">(ritual) Imprégner de tonnerre</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-ninjutsu.Item.L5RCoreNin000018\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-type=\"Item\" data-id=\"L5RCoreNin000018\">(ninjutsu) Semer le chaos</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "134"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Poet of War",
|
||||
"name": "Poet of War (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Composition</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji du Feu de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000072\">(shuji) Borrowed Courage (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000082\">(shuji) Coursing March Chant (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Poète de guerre",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Composition</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji du Feu de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000072\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000072\">(shuji) Courage emprunté</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000082\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000082\">(shuji) Chant du pas de course</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "134"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Quartermaster",
|
||||
"name": "Quartermaster (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Professionnelles</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Tactique</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de l’Air de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de l’Eau de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000075\">(shuji) Fortress of Necessity (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Intendant",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Professionnelles</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Tactique</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de l’Air de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de l’Eau de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000075\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000075\">(shuji) Forteresse du besoin</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "135"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Renowned Warrior",
|
||||
"name": "Renowned Warrior (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Représentations</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000003\">(kata) Assaut en plein coeur</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000079\">(shuji) Righteous Example (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Guerrier renommé",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Représentations</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000003\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000003\">(kata) Assaut en plein coeur</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000079\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000079\">(shuji) Exemple vertueux</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "135"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Spirit Caller",
|
||||
"name": "Spirit Caller (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td>Représentations</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000010\">(shuji) Ascendance dévoilée</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000083\">(shuji) Preserve Strength (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Spirite",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td>Représentations</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000010\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000010\">(shuji) Ascendance dévoilée</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000083\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000083\">(shuji) Préserver ses forces</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "136"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sumai Master",
|
||||
"name": "Sumai Master (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Arts martiaux (mains nues)</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000026\">(ritual) Beseech Hida's MIght (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000065\">(kata) Fierce Badger Style (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Maître de Sumai",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Arts martiaux (mains nues)</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000026\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000026\">(ritual) Implorer la puissance de Hida</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000065\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000065\">(kata) Style du blaireau féroce</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "136"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Sword Saint",
|
||||
"name": "Sword Saint (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Arts martiaux (corps à corps)</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td>Forge</td><td>Compétence</td></tr><tr><td>Tactique</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata (Combat Rapproché) de rang 1-5</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Destruction de l’âme</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000087\">(shuji) Victory Without a Sword (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Lame sainte",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Arts martiaux (corps à corps)</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td>Forge</td><td>Compétence</td></tr><tr><td>Tactique</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata (Combat Rapproché) de rang 1-5</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000006\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000006\">(kata) Destruction de l’âme</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000087\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000087\">(shuji) Vaincre sans dégainer</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "136"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "War College Graduate",
|
||||
"name": "War College Graduate (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000023\">(ritual) Beseech Akodo's Judgment (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
"name": "Diplômé du Collège militaire",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000023\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000023\">(ritual) Implorer le jugement d’Akodo</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "137"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "In Service to a Lord",
|
||||
"name": "Au service d’un seigneur",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000009\">(shuji) Proposition du loup</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000066\">(shuji) Négociations fructueuses</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "La Voie des Vagues p.185"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000009\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000009\">(shuji) Proposition du loup</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000066\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000066\">(shuji) Négociations fructueuses</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "185"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Perfect Land Sect Member",
|
||||
"name": "Adepte de la Terre Parfaite",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Forme</td><td>Compétence</td></tr><tr><td>Travail manuel</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de l’Eau de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000070\">(shuji) Hurlement d’encouragement</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Cri de ralliement</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "La Voie des Vagues p.186"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Forme</td><td>Compétence</td></tr><tr><td>Travail manuel</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de l’Eau de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000070\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000070\">(shuji) Hurlement d’encouragement</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000020\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000020\">(shuji) Cri de ralliement</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "186"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Ghostlands Warrior",
|
||||
"name": "Guerrier des terres Spectrales",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000003\">(kiho) La Terre voit sans yeux</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000009\">(kata) Mortelle envolée</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000018\">(ritual) Purification par le corail et l’or (Royaumes d’Ivoire)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "La Voie des Vagues p.186"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kiho.Item.L5RCoreKih000003\" data-pack=\"l5r5e.core-techniques-kiho\" data-type=\"Item\" data-id=\"L5RCoreKih000003\">(kiho) La Terre voit sans yeux</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000009\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000009\">(kata) Mortelle envolée</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000018\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000018\">(ritual) Purification par le corail et l’or (Royaumes d’Ivoire)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "186"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Astradhari",
|
||||
"name": "Astradhari",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-mantra\" data-id=\"L5RCoreMan000001\">(mantra) Mantra de conjuration : [Nom de l’instrument]</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Courage exemplaire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"book_reference": "La Voie des Vagues p.187"
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-mantra.Item.L5RCoreMan000001\" data-pack=\"l5r5e.core-techniques-mantra\" data-type=\"Item\" data-id=\"L5RCoreMan000001\">(mantra) Mantra de conjuration : [Nom de l’instrument]</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000011\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000011\">(shuji) Courage exemplaire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "187"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Awakened Soul",
|
||||
"name": "Ame éveillée",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kiho.Item.L5RCoreKih000038\" data-pack=\"l5r5e.core-techniques-kiho\" data-type=\"Item\" data-id=\"L5RCoreKih000038\">(kiho) Portail de l’esprit éternel</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000035\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000035\">(ritual) Transe des vies antérieures</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "142"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Forester",
|
||||
"name": "Forestier",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocations de la Terre ou de l’Eau de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de rang 1-3</a> (prereq)</td><td>Tech. Grp.</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "142"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Temple Abbot",
|
||||
"name": "Abbé",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000004\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000004\">(ritual) Rite de purification</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kiho.Item.L5RCoreKih000025\" data-pack=\"l5r5e.core-techniques-kiho\" data-type=\"Item\" data-id=\"L5RCoreKih000025\">(kiho) Souffle revigorant</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000011\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000011\">(shuji) Courage exemplaire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "143"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Yōkai Hunter",
|
||||
"name": "Chasseur de yōkai",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kiho.Item.L5RCoreKih000030\" data-pack=\"l5r5e.core-techniques-kiho\" data-type=\"Item\" data-id=\"L5RCoreKih000030\">(kiho) Rétribution foudroyante</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000070\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000070\">(kata) Style de la vivacité de l’hirondelle</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000071\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000071\">(kata) Style de l’attaque du tigre</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "143"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Bond with a spirit",
|
||||
"name": "Lien avec un esprit",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Esthétique</td><td>Compétence</td></tr><tr><td>Jeux</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocations (Eléments de l'esprit) de rang 1</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000002\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000002\">(ritual) Communier avec les esprits</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000022\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000022\">(ritual) Bénédiction des champs fertiles</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "140"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Moon cultist",
|
||||
"name": "Adorateur de la lune",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Composition</td><td>Compétence</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Forme</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocations de l’Eau de rang 1-2</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-invocations.Item.L5RCoreInv000052\" data-pack=\"l5r5e.core-techniques-invocations\" data-type=\"Item\" data-id=\"L5RCoreInv000052\">(invocation) Mains des marées</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000010\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000010\">(ritual) Murmures à la Lune (adepte de Sire Lune)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "140"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Spirits hunter",
|
||||
"name": "Chasseur d’esprits",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1</a> (prereq)</td><td>Tech. Grp.</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": "21"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Animal Handler",
|
||||
"name": "Animal Handler (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Professionnelles</td><td>Grp. de comp.</td></tr><tr><td>Arts martiaux (mains nues)</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000096\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000096\">(shuji) Call to Ride (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000095\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000095\">(shuji) Incite Wrath (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000011\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000011\">(shuji) Courage exemplaire</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Doomhunter",
|
||||
"name": "Doomhunter (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Magouilles</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituels de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-ninjutsu.Item.L5RCoreNin000002\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-type=\"Item\" data-id=\"L5RCoreNin000002\">(ninjutsu) Disparition</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000006\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000006\">(kata) Destruction de l’âme</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Imperial Peacekeeper",
|
||||
"name": "Imperial Peacekeeper (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de la Terre de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000037\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000037\">(ritual) Cultural Exchange (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000016\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000016\">(shuji) Pilier de sérénité</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Interpreter",
|
||||
"name": "Interpreter (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Composition</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shuji de rang 1</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000037\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000037\">(ritual) Cultural Exchange (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000041\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000041\">(ritual) Traveler's Experience (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Scarlet Banners Ranger",
|
||||
"name": "Scarlet Banners Ranger (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Compétences Professionnelles</td><td>Grp. de comp.</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000089\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000089\">(shuji) Cunning Omission (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000090\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000090\">(kata) Thunderbolt Style (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "Student of Names",
|
||||
"name": "Student of Names (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocations de rang 1-2</a> (prereq)</td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000040\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000040\">(ritual) Spiritual Survey (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-rituals.Item.L5RCoreRit000005\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000005\">(ritual) Seuil infranchissable</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "White Guard Veteran",
|
||||
"name": "White Guard Veteran (WIP)",
|
||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-shuji.Item.L5RCoreShu000038\" data-pack=\"l5r5e.core-techniques-shuji\" data-type=\"Item\" data-id=\"L5RCoreShu000038\">(shuji) Le destin du samouraï</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000083\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000083\">(kata) Stalking Leopard Style (WIP)</a> (prereq)</td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-link=\"\" data-uuid=\"Compendium.l5r5e.core-techniques-kata.Item.L5RCoreKat000084\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000084\">(kata) Sudden Downpour Style (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
||||
"source_reference": {
|
||||
"page": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
117
system/babele/it/l5r5e.core-armors.json
Normal file
117
system/babele/it/l5r5e.core-armors.json
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"label": "Armature (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Ashigaru Armor",
|
||||
"name": "Armatura Ashigaru",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.239"
|
||||
},
|
||||
{
|
||||
"id": "Plated Armor",
|
||||
"name": "Armatura di Piastre",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.239"
|
||||
},
|
||||
{
|
||||
"id": "Concealed Armor",
|
||||
"name": "Armatura Nascosta",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.239"
|
||||
},
|
||||
{
|
||||
"id": "Lacquered Armor",
|
||||
"name": "Armatura Laccata",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.239"
|
||||
},
|
||||
{
|
||||
"id": "Ceremonial Clothes",
|
||||
"name": "Abito da Cerimonia",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.239"
|
||||
},
|
||||
{
|
||||
"id": "Traveling Clothes",
|
||||
"name": "Abiti da Viaggio",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.239"
|
||||
},
|
||||
{
|
||||
"id": "Sanctified Robes",
|
||||
"name": "Veste Consacrata",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.239"
|
||||
},
|
||||
{
|
||||
"id": "Sleeping Garb",
|
||||
"name": "Indumento da Notte",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.239"
|
||||
},
|
||||
{
|
||||
"id": "Common Clothes",
|
||||
"name": "Abito Comune",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.239"
|
||||
},
|
||||
{
|
||||
"id": "Inconspicuous garb",
|
||||
"name": "Abito non appariscente",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base"
|
||||
},
|
||||
{
|
||||
"id": "Robes of Judgment",
|
||||
"name": "Robes of Judgment",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti p.97"
|
||||
},
|
||||
{
|
||||
"id": "Firefighter's Coat",
|
||||
"name": "Firefighter's Coat",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.112"
|
||||
},
|
||||
{
|
||||
"id": "Stealth Clothing",
|
||||
"name": "Stealth Clothing",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.112"
|
||||
},
|
||||
{
|
||||
"id": "O-yoroi",
|
||||
"name": "O-yoroi",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.105"
|
||||
},
|
||||
{
|
||||
"id": "Tatami Gusoku",
|
||||
"name": "Tatami Gusoku",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Tosei-Gusoku",
|
||||
"name": "Tosei-Gusoku",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Sailor's garb",
|
||||
"name": "Abbligliamento da marinaio",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.9"
|
||||
},
|
||||
{
|
||||
"id": "Shark leather armor",
|
||||
"name": "Armatura di Pelle di Squalo",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.9"
|
||||
}
|
||||
]
|
||||
}
|
||||
73
system/babele/it/l5r5e.core-bonds.json
Normal file
73
system/babele/it/l5r5e.core-bonds.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"label": "Legami (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference",
|
||||
"bond_type": "system.bond_type"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Family",
|
||||
"name": "Family",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.136",
|
||||
"bond_type": "Family"
|
||||
},
|
||||
{
|
||||
"id": "Comrade",
|
||||
"name": "Comrade",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.137",
|
||||
"bond_type": "Comrade"
|
||||
},
|
||||
{
|
||||
"id": "Lover",
|
||||
"name": "Lover",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.137",
|
||||
"bond_type": "Lover"
|
||||
},
|
||||
{
|
||||
"id": "Rival",
|
||||
"name": "Rival",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.138",
|
||||
"bond_type": "Rival"
|
||||
},
|
||||
{
|
||||
"id": "Nemesis",
|
||||
"name": "Nemesis",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.138",
|
||||
"bond_type": "Nemesis"
|
||||
},
|
||||
{
|
||||
"id": "Old Flame",
|
||||
"name": "Old Flame",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.188",
|
||||
"bond_type": "Old Flame"
|
||||
},
|
||||
{
|
||||
"id": "Partner",
|
||||
"name": "Partner",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.189",
|
||||
"bond_type": "Partner"
|
||||
},
|
||||
{
|
||||
"id": "Protector and Ward",
|
||||
"name": "Protector and Ward",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.189",
|
||||
"bond_type": "Protector and Ward"
|
||||
},
|
||||
{
|
||||
"id": "Wanderers Fellowship",
|
||||
"name": "Wanderers Fellowship",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.191",
|
||||
"bond_type": "Wanderers Fellowship"
|
||||
}
|
||||
]
|
||||
}
|
||||
249
system/babele/it/l5r5e.core-celestial-implement-boons.json
Normal file
249
system/babele/it/l5r5e.core-celestial-implement-boons.json
Normal file
@@ -0,0 +1,249 @@
|
||||
{
|
||||
"label": "Benedizioni degli Strumenti Divini (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Agility of Legend [Armor]",
|
||||
"name": "Agility of Legend [Armor]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Animal Transformation [Projectile]",
|
||||
"name": "Animal Transformation [Projectile]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Aura of Power [General]",
|
||||
"name": "Aura of Power [General]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Beguile the Senses [General]",
|
||||
"name": "Beguile the Senses [General]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Binding [Projectile]",
|
||||
"name": "Binding [Projectile]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Blessed Revitalization [General]",
|
||||
"name": "Blessed Revitalization [General]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Burst of Force [Armor]",
|
||||
"name": "Burst of Force [Armor]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Celestial Step [General]",
|
||||
"name": "Celestial Step [General]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Cosmic Devastation [General]",
|
||||
"name": "Cosmic Devastation [General]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Deadly Venom [Projectile]",
|
||||
"name": "Deadly Venom [Projectile]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Defensive [General]",
|
||||
"name": "Defensive [General]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Detonation [Projectile]",
|
||||
"name": "Detonation [Projectile]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Duplication [Projectile]",
|
||||
"name": "Duplication [Projectile]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Earthshaker [General]",
|
||||
"name": "Earthshaker [General]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Flurry [General]",
|
||||
"name": "Flurry [General]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Fortress Breaker [Projectile]",
|
||||
"name": "Fortress Breaker [Projectile]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Grand Inspiration [Utility Object]",
|
||||
"name": "Grand Inspiration [Utility Object]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Harm Returned [Armor]",
|
||||
"name": "Harm Returned [Armor]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Illusions Shattered [Utility Object]",
|
||||
"name": "Illusions Shattered [Utility Object]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Independence [Melee Weapon]",
|
||||
"name": "Independence [Melee Weapon]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Inexorable [Melee Weapon]",
|
||||
"name": "Inexorable [Melee Weapon]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Inviolable [Armor]",
|
||||
"name": "Inviolable [Armor]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Mark of Doom [Utility Object]",
|
||||
"name": "Mark of Doom [Utility Object]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Obliteration [Projectile]",
|
||||
"name": "Obliteration [Projectile]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Overwhelming Force [General]",
|
||||
"name": "Overwhelming Force [General]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Overwhelming Radiance [Armor]",
|
||||
"name": "Overwhelming Radiance [Armor]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Resounding Arrival [Melee Weapon]",
|
||||
"name": "Resounding Arrival [Melee Weapon]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Resounding Rhetoric [Utility Object]",
|
||||
"name": "Resounding Rhetoric [Utility Object]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Returning [Projectile]",
|
||||
"name": "Returning [Projectile]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Rising Power [Melee Weapon]",
|
||||
"name": "Rising Power [Melee Weapon]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Root of Language [Utility Object]",
|
||||
"name": "Root of Language [Utility Object]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Shifting Shape [General]",
|
||||
"name": "Shifting Shape [General]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Soothing Words [Utility Object]",
|
||||
"name": "Soothing Words [Utility Object]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Subterranean Secrets [Utility Object]",
|
||||
"name": "Subterranean Secrets [Utility Object]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Transfiguration [General]",
|
||||
"name": "Transfiguration [General]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Unassuming [General]",
|
||||
"name": "Unassuming [General]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Unerring [Projectile]",
|
||||
"name": "Unerring [Projectile]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Unleashed Fury [Melee Weapon]",
|
||||
"name": "Unleashed Fury [Melee Weapon]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Unlimited Negation [Utility Object]",
|
||||
"name": "Unlimited Negation [Utility Object]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
},
|
||||
{
|
||||
"id": "Vitality [Utility Object]",
|
||||
"name": "Vitality [Utility Object]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde"
|
||||
}
|
||||
]
|
||||
}
|
||||
117
system/babele/it/l5r5e.core-item-patterns.json
Normal file
117
system/babele/it/l5r5e.core-item-patterns.json
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"label": "Modelli di Oggetti",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Kakita Pattern",
|
||||
"name": "Kakita Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Kenzō Blade",
|
||||
"name": "Kenzō Blade",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Shirogane Jade Inlay",
|
||||
"name": "Shirogane Jade Inlay",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Uchema’s Technique",
|
||||
"name": "Uchema’s Technique",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Yasunori Steel",
|
||||
"name": "Yasunori Steel",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Akodo Pattern",
|
||||
"name": "Akodo Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Burning Watter Pattern",
|
||||
"name": "Burning Watter Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Concealment Pattern",
|
||||
"name": "Concealment Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Deadly Fangs Pattern",
|
||||
"name": "Deadly Fangs Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Fearsome Snarl Pattern",
|
||||
"name": "Fearsome Snarl Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Ichirō Pattern",
|
||||
"name": "Ichirō Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Mountain Silk Pattern",
|
||||
"name": "Mountain Silk Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Screaming Fire Pattern",
|
||||
"name": "Screaming Fire Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Toriyama's Endurance Pattern",
|
||||
"name": "Toriyama's Endurance Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Spirit of the Qamarist Pattern",
|
||||
"name": "Spirit of the Qamarist Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.117"
|
||||
},
|
||||
{
|
||||
"id": "Ghostlands Yodhaniya Pattern",
|
||||
"name": "Ghostlands Yodhaniya Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.117"
|
||||
},
|
||||
{
|
||||
"id": "Kökejin’s Heart of the Wind Pattern",
|
||||
"name": "Kökejin’s Heart of the Wind Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.117"
|
||||
},
|
||||
{
|
||||
"id": "Agasha Pattern",
|
||||
"name": "Agasha Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
}
|
||||
]
|
||||
}
|
||||
651
system/babele/it/l5r5e.core-items.json
Normal file
651
system/babele/it/l5r5e.core-items.json
Normal file
@@ -0,0 +1,651 @@
|
||||
{
|
||||
"label": "Effetti Personali (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Tattoo Needles",
|
||||
"name": "Aghi per Tatuaggi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Finger of Jade",
|
||||
"name": "Dito di Giada",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Chopsticks",
|
||||
"name": "Bacchette",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Quiver of Arrow",
|
||||
"name": "Faretra di Frecce",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Rope (By the Foot)",
|
||||
"name": "Corda (in metri)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Sake Cup",
|
||||
"name": "Coppa di Saké",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Lucky Cricket",
|
||||
"name": "Grillo Portafortuna",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.243"
|
||||
},
|
||||
{
|
||||
"id": "Bottle of Sake",
|
||||
"name": "Bottiglia di Saké",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Dice and Cup",
|
||||
"name": "Dadi e Tazza",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Sweets (Four Servings)",
|
||||
"name": "Dolci (4 porzioni)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Spices",
|
||||
"name": "Spezie",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.244"
|
||||
},
|
||||
{
|
||||
"id": "Musical Instrument",
|
||||
"name": "Strumento Musicale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.245"
|
||||
},
|
||||
{
|
||||
"id": "Games",
|
||||
"name": "Giochi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.243"
|
||||
},
|
||||
{
|
||||
"id": "Kubi Bukuro",
|
||||
"name": "Kubi Bukuro",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.243"
|
||||
},
|
||||
{
|
||||
"id": "Pillow Book",
|
||||
"name": "Note del Guanciale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.243"
|
||||
},
|
||||
{
|
||||
"id": "Bowyer’s Kit",
|
||||
"name": "Attrezzi da Arco",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Calligraphy Set",
|
||||
"name": "Attrezzi da Calligrafo",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Divination Kit",
|
||||
"name": "Attrezzi da Divinazione",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Medicine Kit",
|
||||
"name": "Borsa dei Medicinali",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Omamori",
|
||||
"name": "Omamori",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.243"
|
||||
},
|
||||
{
|
||||
"id": "Umbrella",
|
||||
"name": "Ombrello",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.244"
|
||||
},
|
||||
{
|
||||
"id": "Whetstone",
|
||||
"name": "Cote",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.242"
|
||||
},
|
||||
{
|
||||
"id": "Poison (One Vial)",
|
||||
"name": "Veleno (una fiala)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.245"
|
||||
},
|
||||
{
|
||||
"id": "Daishō Stand",
|
||||
"name": "Supporto per Daishō",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.245"
|
||||
},
|
||||
{
|
||||
"id": "Traveling Rations",
|
||||
"name": "Razioni da Viaggio",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.244"
|
||||
},
|
||||
{
|
||||
"id": "Personal Seal or Chop",
|
||||
"name": "Sigillo e Timbro Personale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.244"
|
||||
},
|
||||
{
|
||||
"id": "Tea Set (Portable)",
|
||||
"name": "Servizio da Tè (portatile)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.244"
|
||||
},
|
||||
{
|
||||
"id": "Tent (Chomchong)",
|
||||
"name": "Tenda (Chomchong)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.245"
|
||||
},
|
||||
{
|
||||
"id": "Tent (Small)",
|
||||
"name": "Tenda (Piccola)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.245"
|
||||
},
|
||||
{
|
||||
"id": "Tent (Yurt)",
|
||||
"name": "Tenda (Yurt)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.245"
|
||||
},
|
||||
{
|
||||
"id": "Scroll satchel",
|
||||
"name": "Custodia per Pergamene",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base"
|
||||
},
|
||||
{
|
||||
"id": "Traveling pack",
|
||||
"name": "Sacca da Viaggio",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.244"
|
||||
},
|
||||
{
|
||||
"id": "Journal of observations",
|
||||
"name": "Diario",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base"
|
||||
},
|
||||
{
|
||||
"id": "Omamori (Boon of Jurojin)",
|
||||
"name": "Omamori (Boon of Jurojin)",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Omamori (Boon of Kisshoten)",
|
||||
"name": "Omamori (Boon of Kisshoten)",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Omamori (Boon of Hotei)",
|
||||
"name": "Omamori (Boon of Hotei)",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Makeup Kit",
|
||||
"name": "Makeup Kit",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.105"
|
||||
},
|
||||
{
|
||||
"id": "Ceremonial Tea Set",
|
||||
"name": "Ceremonial Tea Set",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Folding Fan",
|
||||
"name": "Folding Fan",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.105"
|
||||
},
|
||||
{
|
||||
"id": "Mono Imi Fuda (Taboo Plaque)",
|
||||
"name": "Mono Imi Fuda (Taboo Plaque)",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.105"
|
||||
},
|
||||
{
|
||||
"id": "Mari (Ball)",
|
||||
"name": "Mari (Ball)",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.105"
|
||||
},
|
||||
{
|
||||
"id": "Amigasa",
|
||||
"name": "Amigasa",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Norimono (Planquin)",
|
||||
"name": "Norimono (Planquin)",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Performer's Boat",
|
||||
"name": "Performer's Boat",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Makibishi",
|
||||
"name": "Makibishi",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.107"
|
||||
},
|
||||
{
|
||||
"id": "Metsubushi",
|
||||
"name": "Metsubushi",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.107"
|
||||
},
|
||||
{
|
||||
"id": "Invisible Ink",
|
||||
"name": "Invisible Ink",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.107"
|
||||
},
|
||||
{
|
||||
"id": "Disguise Kit",
|
||||
"name": "Disguise Kit",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.108"
|
||||
},
|
||||
{
|
||||
"id": "Demon Mask",
|
||||
"name": "Demon Mask",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.107"
|
||||
},
|
||||
{
|
||||
"id": "Bamboo Cane",
|
||||
"name": "Bamboo Cane",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.107"
|
||||
},
|
||||
{
|
||||
"id": "Herbal Medicines",
|
||||
"name": "Herbal Medicines",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Modified Scabbard",
|
||||
"name": "Modified Scabbard",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.107"
|
||||
},
|
||||
{
|
||||
"id": "Portable Boat",
|
||||
"name": "Portable Boat",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.108"
|
||||
},
|
||||
{
|
||||
"id": "Rope Ladder",
|
||||
"name": "Rope Ladder",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.107"
|
||||
},
|
||||
{
|
||||
"id": "Opening and Closing Tools",
|
||||
"name": "Opening and Closing Tools",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.108"
|
||||
},
|
||||
{
|
||||
"id": "Mizugumo (Water Spider)",
|
||||
"name": "Mizugumo (Water Spider)",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.108"
|
||||
},
|
||||
{
|
||||
"id": "Sekihitsu",
|
||||
"name": "Sekihitsu",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Tenugui",
|
||||
"name": "Tenugui",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Uchitake",
|
||||
"name": "Uchitake",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Sokutoki",
|
||||
"name": "Sokutoki",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Travel Rations",
|
||||
"name": "Travel Rations",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.114"
|
||||
},
|
||||
{
|
||||
"id": "Cooking Kit",
|
||||
"name": "Cooking Kit",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.114"
|
||||
},
|
||||
{
|
||||
"id": "Dice Kit",
|
||||
"name": "Dice Kit",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.114"
|
||||
},
|
||||
{
|
||||
"id": "Alchemy Kit",
|
||||
"name": "Alchemy Kit",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.114"
|
||||
},
|
||||
{
|
||||
"id": "Fishing kit",
|
||||
"name": "Fishing kit",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.115"
|
||||
},
|
||||
{
|
||||
"id": "Tailor's Kit",
|
||||
"name": "Tailor's Kit",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.114"
|
||||
},
|
||||
{
|
||||
"id": "Weaver's Kit",
|
||||
"name": "Weaver's Kit",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.115"
|
||||
},
|
||||
{
|
||||
"id": "Mason's Kit",
|
||||
"name": "Mason's Kit",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.115"
|
||||
},
|
||||
{
|
||||
"id": "Chandu",
|
||||
"name": "Chandu (Opium)",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.115"
|
||||
},
|
||||
{
|
||||
"id": "Thievery Kit",
|
||||
"name": "Thievery Kit",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.116"
|
||||
},
|
||||
{
|
||||
"id": "Poppy Tea",
|
||||
"name": "Poppy Tea",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.116"
|
||||
},
|
||||
{
|
||||
"id": "Shikomizue",
|
||||
"name": "Shikomizue",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.116"
|
||||
},
|
||||
{
|
||||
"id": "Climbing Kit",
|
||||
"name": "Climbing Kit",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Spyglass",
|
||||
"name": "Spyglass",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Tate",
|
||||
"name": "Tate",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Taketaba",
|
||||
"name": "Taketaba",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Smithy's Kit",
|
||||
"name": "Smithy's Kit",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Sapper's Kit",
|
||||
"name": "Sapper's Kit",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Engineer's Kit",
|
||||
"name": "Engineer's Kit",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Smoke Arrows",
|
||||
"name": "Smoke Arrows",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.106"
|
||||
},
|
||||
{
|
||||
"id": "Astrolabe",
|
||||
"name": "Astrolabio",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.9"
|
||||
},
|
||||
{
|
||||
"id": "Fishing Rod and Line",
|
||||
"name": "Canna da Pesca e Lenza",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.9"
|
||||
},
|
||||
{
|
||||
"id": "TaraiBune",
|
||||
"name": "TaraiBune",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.9"
|
||||
},
|
||||
{
|
||||
"id": "Animal Helm",
|
||||
"name": "Animal Helm",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Blasting Powder (1 charge)",
|
||||
"name": "Blasting Powder (1 charge)",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Battlefield Heirloom",
|
||||
"name": "Battlefield Heirloom",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Battlefield Medical Pack",
|
||||
"name": "Battlefield Medical Pack",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Brilliant Flare",
|
||||
"name": "Brilliant Flare",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Mempō",
|
||||
"name": "Mempō",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Saihai",
|
||||
"name": "Saihai",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Sashimono",
|
||||
"name": "Sashimono",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Smoking Pipe",
|
||||
"name": "Smoking Pipe",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Tetsubishi",
|
||||
"name": "Tetsubishi",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Uma-Jirushi",
|
||||
"name": "Uma-Jirushi",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Banner of Amaterasu [Blessed Treasure]",
|
||||
"name": "Banner of Amaterasu [Blessed Treasure]",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "The Claws of the Kitsu [Blessed Treasure]",
|
||||
"name": "The Claws of the Kitsu [Blessed Treasure]",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "The Five Akodo Daggers [Blessed Treasure]",
|
||||
"name": "The Five Akodo Daggers [Blessed Treasure]",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Leadership Scrolls [Blessed Treasure]",
|
||||
"name": "Leadership Scrolls [Blessed Treasure]",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "The Anvil of Despair [Concealed Horror]",
|
||||
"name": "The Anvil of Despair [Concealed Horror]",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.111"
|
||||
},
|
||||
{
|
||||
"id": "The Black Pearls of Fu Leng [Concealed Horror]",
|
||||
"name": "The Black Pearls of Fu Leng [Concealed Horror]",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.111"
|
||||
},
|
||||
{
|
||||
"id": "The Henge-Okurimono [Concealed Horror]",
|
||||
"name": "The Henge-Okurimono [Concealed Horror]",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.111"
|
||||
},
|
||||
{
|
||||
"id": "The Porcelain Mask of Fu Leng [Concealed Horror]",
|
||||
"name": "The Porcelain Mask of Fu Leng [Concealed Horror]",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.111"
|
||||
},
|
||||
{
|
||||
"id": "The Jade Cups of Taira [Blessed Treasure]",
|
||||
"name": "The Jade Cups of Taira [Blessed Treasure]",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.112"
|
||||
},
|
||||
{
|
||||
"id": "Jade Petal Tea [Blessed Treasure]",
|
||||
"name": "Jade Petal Tea [Blessed Treasure]",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.113"
|
||||
},
|
||||
{
|
||||
"id": "Kishu: The Oni-Cutting Sword [Blessed Treasure]",
|
||||
"name": "Kishu: The Oni-Cutting Sword [Blessed Treasure]",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.113"
|
||||
},
|
||||
{
|
||||
"id": "Obsidian Ink [Blessed Treasure]",
|
||||
"name": "Obsidian Ink [Blessed Treasure]",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.113"
|
||||
},
|
||||
{
|
||||
"id": "Arrows",
|
||||
"name": "Frecce",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base"
|
||||
}
|
||||
]
|
||||
}
|
||||
88
system/babele/it/l5r5e.core-journal-conditions.json
Normal file
88
system/babele/it/l5r5e.core-journal-conditions.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"label": "Condizioni",
|
||||
"mapping": {
|
||||
"content": "content"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Afflicted",
|
||||
"name": "Afflitto",
|
||||
"content": "<blockquote>Manuale Base p.271</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Bleeding",
|
||||
"name": "Sanguinante",
|
||||
"content": "<blockquote>Manuale Base p.273</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Burning",
|
||||
"name": "In Fiamme",
|
||||
"content": "<blockquote>Manuale Base p.272</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Compromised",
|
||||
"name": "Compromesso",
|
||||
"content": "<blockquote>Manuale Base p.271</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Dazed",
|
||||
"name": "Frastornato",
|
||||
"content": "<blockquote>Manuale Base p.272</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Disoriented",
|
||||
"name": "Disorientato",
|
||||
"content": "<blockquote>Manuale Base p.271</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Dying [X Rounds]",
|
||||
"name": "Morente (X round)",
|
||||
"content": "<blockquote>Manuale Base p.273</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Enraged",
|
||||
"name": "Infuriato",
|
||||
"content": "<blockquote>Manuale Base p.273</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Exhausted",
|
||||
"name": "Esausto",
|
||||
"content": "<blockquote>Manuale Base p.272</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Immobilized",
|
||||
"name": "Immobilizzato",
|
||||
"content": "<blockquote>Manuale Base p.272</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Incapacitated",
|
||||
"name": "Incapacitato",
|
||||
"content": "<blockquote>Manuale Base p.272</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Intoxicated",
|
||||
"name": "Intossicato",
|
||||
"content": "<blockquote>Manuale Base p.273</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Prone",
|
||||
"name": "Prono",
|
||||
"content": "<blockquote>Manuale Base p.273</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Silenced",
|
||||
"name": "Ammutolito",
|
||||
"content": "<blockquote>Manuale Base p.271</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Unconscious",
|
||||
"name": "Svenuto",
|
||||
"content": "<blockquote>Manuale Base p.273</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Wounded",
|
||||
"name": "Ferito",
|
||||
"content": "<blockquote>Manuale Base p.271</blockquote>"
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
78
system/babele/it/l5r5e.core-journal-opportunities.json
Normal file
78
system/babele/it/l5r5e.core-journal-opportunities.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"label": "Opportunità (WIP)",
|
||||
"mapping": {
|
||||
"content": "content"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "General Use",
|
||||
"name": "Esempi Generici",
|
||||
"content": "<blockquote>Manuale Base p.328</blockquote><br><h2>Qualsiasi</h2><ul><li>(op) : In caso di fallimento, determinare il modo più semplice per effettuare l'attività che si stava tentando (abilità e approccio).</li><li><strong>(op)+ </strong> : Ridurre il turbamento ottenuto dal risultato di questa prova di 1 per ogni (op) speso in questo modo.</li><li>(op)(op) : Fornire assistenza (vedere pag. 25) al prossimo individuo che effettua una prova per svolgere qualcosa di simile.</li></ul><br><br><h2>(air) Aria (Precisione, Discrezione, Sottigliezza, Astuzia, Eleganza)</h2><ul><li><strong>(op) :</strong> Rivelare l'atteggiamento di un altro individuo nella scena (se è un PNG) e il suo attuale turbamento.</li><li><strong>(op)+ : </strong> Agire discretamente per attirare la minima attenzione nell'azione. (op) aggiuntivi rendono il tentativo ancora più discreto.</li><li><strong>(op)(op) :</strong> Notare un dettaglio interessante di un individuo nella scena, come un vantaggio o uno svantaggio. A discrezione del GM, il giocatore può stabilire un nuovo dettaglio di un PNG.</li></ul><br><br><h2>(earth) Terra (Prudenza, Calma, Minuzia, Pragmatismo, Rigore)</h2><ul><li><strong>(op) :</strong> Rassicurare un altro individuo nella scena con la sola presenza, consentendogli di ridurre di 2 il suo turbamento.</li><li><strong>(op)+ :</strong> Agire cautamente per minimizzare le conseguenze di un fallimento o ulteriori pericoli derivati. (op) aggiuntivi rendono il tentativo ancora più sicuro.</li><li><strong>(op)(op) : </strong> Ricordare improvvisamente un'importante informazione, non direttamente correlata all'attività. A discrezione del GM, il giocatore può stabilire una piccola azione preparatoria svolta in precedenza, come aver portato un oggetto comune utile.</li></ul><br><br><h2>(fire) Fuoco (Creativo, Temibile, Notevole, Feroce, Schietto)</h2><ul><li><strong>(op) :</strong> Aizzare un altro individuo nella scena con la sola presenza, aumentando di 2 il suo turbamento.</li><li><strong>(op)+ :</strong> Effettuare l'attività in modo appariscente, attirando l'attenzione su di sé. (op) aggiuntivi attirano ancor più attenzione.</li><li><strong>(op)(op) :</strong> Notare qualcosa che manca o è fuori posto nelle vicinanze, non direttamente correlato all'attività. A discrezione del GM, il giocatore può stabilire una mancanza, come quella di scarpe all'esterno che indica l'assenza dell'occupante.</li></ul><br><br><h2>(water) Acqua (Efficienza, Flessibilità, Socievolezza, Adattabilità, Perspicacia)</h2><ul><li><strong>(op) :</strong> Ridurre di 2 il proprio turbamento.</li><li><strong>(op)+ :</strong> Effettuare l'attività in modo efficiente, completandola più rapidamente o risparmiando materiali. (op) aggiuntivi riducono ulteriormente il tempo o i materiali impiegati.</li><li><strong>(op)(op) :</strong> Individuare un dettaglio fisico interessante nell'ambiente, non direttamente correlato alla prova. A discrezione del GM, il giocatore può stabilire una zona di terreno (vedere pag. 267) o un oggetto comune nelle vicinanze.</li></ul><br><br><h2>(void) Vuoto (Agire d'istinto, Mistero, Saggezza, Incrollabile, Illuminato)</h2><ul><li><strong>(op) :</strong> Scegliere un anello diverso dal Vuoto. Ridurre di 1 il TN della propria prossima prova se utilizza quell'anello.</li><li><strong>(op)+ :</strong> Sentire un brivido lungo la schiena, notare un silenzio improvviso o rilevare altri indizi di fenomeni soprannaturali se è presente un'interferenza spirituale in scena. (op) aggiuntive forniscono precisione incrementale sulla posizione dell'evento soprannaturale.</li><li><strong>(op)(op) :</strong> Ottenere un'intuizione spirituale della natura dell'universo o del proprio cuore. A discrezione del GM, il giocatore può stabilire un fatto sul suo personaggio che non è stato rivelato in precedenza, ma correlato alla situazione.</li></ul>"
|
||||
},
|
||||
{
|
||||
"id": "Conflict and Martial Skills Use",
|
||||
"name": "Esempi con Abilità di Conflitto e Marziali",
|
||||
"content": "<blockquote>Manuale Base p.328</blockquote><br><h2>(air) Aria (Precisione, Discrezione, Sottigliezza, Astuzia, Eleganza)</h2><ul><li><strong>(op) :</strong> Aggiungere un (ring) girato su un risultato (op) alla prossima prova di abilità Marziale.</li><li><strong>(op)+ :</strong> Durante una prova di azione di Movimento, un massimo di 1 lunghezza di qualsiasi distanza percorsa, per ogni (op) speso così, può essere usata per muovere in verticale su una superficie.</li><li><strong>(op)(op) :</strong> Aumentare di 2 il TN della prossima prova di Arti Marziali [Distanza] che bersaglia il personaggio prima dell'inizio del suo prossimo turno.</li></ul><br><br><h2>(earth) Terra (Prudenza, Calma, Minuzia, Pragmatismo, Rigore)</h2><ul><li><strong>(op) :</strong> Durante un'azione di Movimento, ignorare la qualità di un terreno (vedere pag. 267) a scelta del personaggio.</li><li><strong>(op)+ :</strong> Ridurre di 1, per ogni (op) speso così, la gravità del prossimo colpo critico subito dal personaggio prima dell'inizio del suo prossimo turno.</li><li><strong>(op)(op) :</strong> Non applicare uno degli svantaggi alle prove fino alla fine del prossimo turno.</li></ul><br><br><h2>(fire) Fuoco (Creativo, Temibile, Notevole, Feroce, Schietto)</h2><ul><li><strong>(op) :</strong> Scegliere un altro individuo nella scena; aumentare di 1 il TN della prossima prova che l'individuo effettua prima della fine del turno successivo, se non include il personaggio come bersaglio.</li><li><strong>(op)+ :</strong> Durante una prova di azione di Attacco, aumentare di 1, per ogni (op) speso così, il TN della prova successiva che il bersaglio effettua per resistere a un colpo critico subito prima dell'inizio del suo prossimo turno.</li><li><strong>(op)(op) :</strong> Gli altri individui devono aumentare il turbamento di 2 per scegliere il personaggio come bersaglio delle loro azioni di Attacco e di Complotto, fino all'inizio del suo turno successivo.</li></ul><br><br><h2>(water) Acqua (Efficienza, Flessibilità, Socievolezza, Adattabilità, Perspicacia)</h2><ul><li><strong>(op) :</strong> Ridurre di 1 la stanchezza.</li><li><strong>(op)+ :</strong> Durante una prova di azione di Attacco, ignorare 1 punto di resistenza fisica del bersaglio, per ogni (op) speso così.</li><li><strong>(op)(op) :</strong> Muoversi di 1 lunghezza.</li></ul><br><br><h2>(void) Vuoto (Agire d'istinto, Mistero, Saggezza, Incrollabile, Illuminato)</h2><ul><li><strong>(op) :</strong> Durante la prossima prova di azione di Attacco del personaggio prima della fine del suo prossimo turno, ignorare una qualità del terreno (vedere pag. 267) a scelta del giocatore.</li><li><strong>(op)+ :</strong> Durante una prova di azione di Supporto, aumentare l'Iniziativa di 1 per ogni (op) speso in questo modo.</li><li><strong>(op)(op) :</strong> Ignorare gli effetti di una condizione che il personaggio sta subendo, fino alla fine del suo prossimo turno.</li></ul>"
|
||||
},
|
||||
{
|
||||
"id": "Initiative Check Use",
|
||||
"name": "Esempi nelle Prove di Iniziativa",
|
||||
"content": "<blockquote>Manuale Base p.329</blockquote><br><h2>(air) Aria (Precisione, Discrezione, Sottigliezza, Astuzia, Eleganza)</h2><p><strong>(op) :</strong> Durante una prova di Iniziativa, valutare la debolezza di un nemico. Scoprire uno svantaggio del nemico a scelta di quest'ultimo.</p><br><br><h2>(earth) Terra (Prudenza, Calma, Minuzia, Pragmatismo, Rigore)</h2><p><strong>(op) :</strong> Durante una prova di Iniziativa, scegliere uno svantaggio, noto al personaggio, di un altro individuo. Non applicare questo svantaggio alle prove di quell'individuo per questa scena.</p><br><br><h2>(fire) Fuoco (Creativo, Temibile, Notevole, Feroce, Schietto)</h2><p><strong>(op) :</strong> Durante una prova di Iniziativa, usare la concentrazione invece della vigilanza per la propria iniziativa quando colti alla sprovvista.</p><br><br><h2>(water) Acqua (Efficienza, Flessibilità, Socievolezza, Adattabilità, Perspicacia)</h2><p><strong>(op) :</strong> Durante una prova di Iniziativa, valutare le qualità di tutti i terreni nella scena (vedere pag. 267).</p><br><br><h2>(void) Vuoto (Agire d'istinto, Mistero, Saggezza, Incrollabile, Illuminato)</h2><p><strong>(op) :</strong> Durante una prova di Iniziativa, percepire se sia presente un essere Ultraterreno in scena.</p>"
|
||||
},
|
||||
{
|
||||
"id": "Skill Use",
|
||||
"name": "Esempi nelle altre Prove",
|
||||
"content": "<blockquote>Manuale Base p.329</blockquote><br><h2>(air) Aria (Precisione, Discrezione, Sottigliezza, Astuzia, Eleganza)</h2><ul><li><strong>(op) Artigiane :</strong> Se ha successo, il personaggio aggiunge la qualità Risplendente o Discreto a un oggetto che sta raffinando.</li><li><strong>(op) Intellettuali :</strong> Apprendere qualcosa sull'individuo che ha creato o usato l'oggetto che il personaggio sta studiando (come un suo vantaggio o svantaggio a scelta del GM, che abbia influenzato la creazione o l'utilizzo dell'oggetto).</li><li><strong>(op) Sociali :</strong> Apprendere se l'attributo di onore, gloria o status di un individuo nella scena è superiore, inferiore o pari al proprio.</li><li><strong>(op) Mestierali :</strong> Convincere un acquirente a pagare un ulteriore 10% per un oggetto che sta vendendo.</li></ul><br><br><h2>(earth) Terra (Prudenza, Calma, Minuzia, Pragmatismo, Rigore)</h2><ul><li><strong>(op) Artigiane :</strong> Se ha successo, il personaggio aggiunge la qualità Durevole a un oggetto che sta ripristinando.</li><li><strong>(op) Intellettuali :</strong> Ricordare un luogo in cui poter cercare o studiare l'argomento che il personaggio tentava di ricordare.</li><li><strong>(op) Sociali :</strong> Aumentare di 1 il TN della prossima prova Sociale di un altro individuo prima della fine della scena.</li><li><strong>(op) Mestierali :</strong> Ridurre di 1 il TN della prossima prova di un altro personaggio con la stessa abilità prima della fine della scena.</li></ul><br><br><h2>(fire) Fuoco (Creativo, Temibile, Notevole, Feroce, Schietto)</h2><ul><li><strong>(op) Artigiane :</strong> Se ha successo, il personaggio crea una copia aggiuntiva dell'oggetto che sta creando.</li><li><strong>(op) Intellettuali :</strong> Estrapolare le motivazioni o i desideri di un altro individuo nella scena o in una situazione più ampia.</li><li><strong>(op) Sociali :</strong> Ridurre di il TN della prossima prova Sociale di un altro individuo prima della fine della scena.</li><li><strong>(op) Mestierali :</strong> Aggiungere un (ring) tenuto e girato su un risultato (op) alla prossima prova con un'altra abilità.</li></ul><br><br><h2>(water) Acqua (Efficienza, Flessibilità, Socievolezza, Adattabilità, Perspicacia)</h2><ul><li><strong>(op) Artigiane :</strong> Aggiungere un (ring) tenuto e girato su un risultato (op) alla prossima prova di abilità Artigiane prima della fine della sessione di gioco.</li><li><strong>(op) Intellettuali :</strong> Individuare una qualità, un aspetto o una capacità unici dell'oggetto che il personaggio sta identificando.</li><li><strong>(op) Sociali :</strong> Aggiungere un (ring) tenuto e girato su un risultato (op) alla prossima prova Sociale prima della fine della scena.</li><li><strong>(op) Mestierali :</strong> Convincere un venditore a concedere uno sconto aggiuntivo del 10% per un oggetto che si sta acquistando.</li></ul><br><br><h2>(void) Vuoto (Agire d'istinto, Mistero, Saggezza, Incrollabile, Illuminato)</h2><ul><li><strong>(op) Artigiane :</strong> Ridurre di 1 il TN della prossima prova effettuata usando l'oggetto con cui il personaggio sta armonizzandosi.</li><li><strong>(op) Intellettuali :</strong> Intuire la possibilità di imparare qualcosa di valore dall'attuale linea di indagine.</li><li><strong>(op) Sociali :</strong> Discernere l'obiettivo di un altro individuo in scena.</li><li><strong>(op) Mestierali :</strong> Ridurre al minimo qualsiasi effetto che il personaggio ha sull'ambiente (e le tracce fisiche degli sforzi).</li></ul>"
|
||||
},
|
||||
{
|
||||
"id": "During Downtime Use",
|
||||
"name": "Esempi nelle Prove di Interludio",
|
||||
"content": "<blockquote>Manuale Base p.329</blockquote><br><h2>(air) Aria (Precisione, Discrezione, Sottigliezza, Astuzia, Eleganza)</h2><ul><li><strong>(op)+ :</strong> Apprendere un dettaglio su un individuo cheèin compagnia del personaggio (come un vantaggio o uno svantaggio a scelta dell'individuo), per ogni (op) speso così. Massimo un dettaglio per persona per scena di interludio, in questo modo.</li><li><strong>(op)(op) :</strong> le proprie attività di interludio senza farlo sapere a uno o più individui a sua scelta.</li></ul><br><br><h2>(earth) Terra (Prudenza, Calma, Minuzia, Pragmatismo, Rigore)</h2><ul><li><strong>(op)+ :</strong> Un altro individuo in compagnia del personaggio può ridurre il proprio turbamento o stanchezza di 1, per ogni (op) speso così.</li><li><strong>(op)(op) :</strong> Memorizzare un piccolo ma essenziale dettaglio dell'attività; il personaggio può richiamarlo senza prova.</li></ul><br><br><h2>(fire) Fuoco (Creativo, Temibile, Notevole, Feroce, Schietto)</h2><ul><li><strong>(op)+ :</strong> Fornire assistenza a un altro individuo, per ogni (op) speso così, nella prossima prova di interludio in questa sessione.</li><li><strong>(op)(op) :</strong> Incentivare un altro individuo in compagnia del personaggio con i propri sforzi; l'individuo può effettuare 1 ulteriore azione di Interludio durante questo interludio (massimo di 2).</li></ul><br><br><h2>(water) Acqua (Efficienza, Flessibilità, Socievolezza, Adattabilità, Perspicacia)</h2><ul><li><strong>(op)+ :</strong> Ridurre il proprio turbamento o stanchezza di 1, per ogni (op) speso così.</li><li><strong>(op)(op) :</strong> Fate nuove amicizie durante l'attività di interludio.</li></ul><br><br><h2>(void) Vuoto (Agire d'istinto, Mistero, Saggezza, Incrollabile, Illuminato)</h2><ul><li><strong>(op)+ :</strong> Mettere in riserva 1 dado scartato dalla prova, fino ad un massimo pari ai gradi nell'abilità usata. Aggiungerlo senza tirarlo come dado tenuto alla prossima prova con la stessa abilità.</li><li><strong>(op)(op) :</strong> Avere una breve premonizione di un possibile evento futuro durante l'attività di interludio.</li></ul>"
|
||||
},
|
||||
{
|
||||
"id": "Invocations Use",
|
||||
"name": "Esempi nelle Invocazioni",
|
||||
"content": "<blockquote>Manuale Base p.191</blockquote><br><h2>(air) Aria (Precisione, Discrezione, Sottigliezza, Astuzia, Eleganza)</h2><ul><li><strong>(op)(op)+ :</strong> Il TN della prova di azione di Movimento successiva effettuata dal personaggio è ridotto di 1. Questo effetto persiste fino alla fine del suo turno successivo.</li><li><strong>(op)+ :</strong> Il raggio massimo di questa tecnica si considera aumentato di 1 per ogni (op) speso così.</li><li><strong>(op) :</strong> Se questa tecnica può colpire bersagli diversi da se stessi, il personaggio sceglie un bersaglio in più per ogni (op) speso così.</li><li><strong>(op)(op)+ :</strong> Il personaggio sceglie un bersaglio in più per ogni (op) (op) speso così.</li><li><strong>(op)(op)+ :</strong> Se questa tecnica bersaglia tutti gli individui in un'area, il personaggio può scegliere di escludere dai bersagli un individuo a raggio per ogni (op) (op) speso così.</li></ul><br><br><h2>(earth) Terra (Prudenza, Calma, Minuzia, Pragmatismo, Rigore)</h2><ul><li><strong>(op):</strong> La resistenza fisica del personaggio aumenta di 1. Questo effetto persiste fino all'inizio del turno successivo del personaggio.</li><li><strong>(op)+ :</strong> Questo effetto infligge danni fisici anziché danni soprannaturali.</li><li><strong>(op)+ :</strong> I danni inflitti da questa tecnica possiedono la qualità Sacro (vedere pag. 241).</li><li><strong>(op):</strong> Se questa tecnica può colpire bersagli diversi da se stessi, il personaggio sceglie un bersaglio in più per ogni (op) speso così.</li><li><strong>(op):</strong> Il raggio massimo di questa tecnica si considera aumentato di 1 per ogni (op) speso così.</li></ul><br><br><h2>(fire) Fuoco (Creativo, Temibile, Notevole, Feroce, Schietto)</h2><ul><li><strong>(op)+ :</strong> Il TN della prova di azione di Attacco successiva effettuata dal personaggio è ridotto di 1. Questo effetto persiste fino alla fine del turno successivo del personaggio.</li><li><strong>(op)+ :</strong> Il raggio massimo di questa tecnica si considera aumentato di 1 per ogni (op) speso così.</li><li><strong>(op): </strong> Se questa tecnica può colpire bersagli diversi da se stessi, il personaggio sceglie un bersaglio in più per ogni (op) speso così.</li><li><strong>(op)+ :</strong> Il TN delle prove per resistere agli effetti aumenta di 1 per ogni (op) speso così.</li><li><strong>(op)(op)+ :</strong> Per ogni (op) (op) speso così, un bersaglio deve resistere effettuando una prova di Allenamento TN 3 (Aria 4, Acqua 1) o subire la condizione In Fiamme.</li></ul><br><br><h2>(water) Acqua (Efficienza, Flessibilità, Socievolezza, Adattabilità, Perspicacia)</h2><ul><li><strong>(op): </strong> La resistenza soprannaturale del personaggio aumenta di 1 fino alla fine del suo turno successivo.</li><li><strong>(op)+ :</strong> Il TN della prova di azione di Supporto successiva effettuata dal personaggio è ridotto di 1. Questo effetto persiste fino alla fine del turno successivo del personaggio.</li><li><strong>(op)(op)+ :</strong> Se questa tecnica può colpire bersagli diversi da se stessi, il personaggio sceglie un bersaglio in più per ogni (op) speso così.</li><li><strong>(op)(op):</strong> La stanchezza del bersaglio o del personaggio è ridotta di 1.</li><li><strong>(op): </strong> Il raggio massimo o minimo di questa tecnicaèconsiderato superiore o inferiore di 1 per ogni (op) (op) speso così.</li></ul>"
|
||||
},
|
||||
{
|
||||
"id": "In Terre dell'Ombra Use",
|
||||
"name": "In Terre dell'Ombra Use",
|
||||
"description": "<blockquote>Terre dell'Ombra p.130</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><p><strong>(op)+ :</strong> You detect a subtle sign in your environment that lets you get your bearings, such as a stream that runs slightly less Tainted than the environment around it or the growths on the twisted trees that point toward the Festering Pit. This landmark helps guide you for one scene, plus one additional scene in the Terre dell'Ombra per (op) spent this way.</p><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><p><strong>(op)(op) :</strong> Your resolute nature steels you against the unstable environment of the Terre dell'Ombra. You count your vigilance as 1 higher the next time you seek to notice or avoid a hazardous situation or creature.</p><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><p><strong>(op)+ :</strong> You spur your comrades on with pleasing encouragement or biting criticism. One other character in the scene per (op) you spend this way reduces their next TN to resist physical hardship or the influence of the Terre dell'Ombra by 1.</p><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><p><strong>(op)(op)+ :</strong> By luck or careful scavenging, you are able to find a useful item not yet corrupted by the Terre dell'Ombra. Such items have a maximum rarity of 3, plus 1 for each additional (op)(op) spent. The GM should modify this depending on the exact nature of the item as well.</p><br><br><h2>(void) Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><p><strong>(op)(op)(op) :</strong> Though Jigoku's power weighs heavily upon them, you are undeterred. By drawing on memories of the un-Tainted lands north of the wall, you can keep yourself focused and ignore all (st) results on your next check.</p>"
|
||||
},
|
||||
{
|
||||
"id": "Against Tainted Threats Use",
|
||||
"name": "Against Tainted Threats Use",
|
||||
"description": "<blockquote>Terre dell'Ombra p.131</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><p><strong>(op)(op) :</strong> Confronted with the horrors of the Taint, you remain alert and able to discern a weakness in your foe. Reduce the TN of your next check made to oppose or harm a Tainted character by 1, as you examine the threat before you and formulate an appropriate response.</p><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><p><strong>(op)(op) :</strong> You are able to weather such terrible things as the revelation of a secret mahō-tsukai or the summoning of an oni. The next time you suffer strife this scene, you suffer 2 fewer strife, to a minimum of 0.</p><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><p><strong>(op)+ :</strong> The righteous fury you display can cow even the most terrible of Tainted fiends. Each Tainted being in the scene gains 1 strife, plus 1 additional strife for every spent. If you are unaware if another character is Tainted, the GM should record this strife secretly.</p><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><p><strong>(op) :</strong> You adapt yourself to better fight the corrupted power before you. Once before the end of current the game session you may either reduce the TN of a check to resist a Tainted power, such as a mahō technique, assailing you by 1 or increase the TN of another character's check to target or affect you with such a power by 1.</p><br><br><h2>(void) Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><p><strong>(op)(op)</strong> or <strong>(op)(op)(op) : </strong>If the character spends (op)(op), they discern that the kami have fled, as well as the type of disturbance (mahō, kansen, or similar).</p><br><p>If the character spends <strong>(op)(op)(op)</strong>, they can also determine the total combat (bushi) threat rating of all Tainted beings that caused the kami to flee</p>"
|
||||
},
|
||||
{
|
||||
"id": "While Tainted Use",
|
||||
"name": "While Tainted Use",
|
||||
"description": "<blockquote>Terre dell'Ombra p.131</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><p><strong>(op)(op) :</strong> Your newfound cunning is able to redirect attention away from you, potentially concealing your Tainted nature or letting you avoid scrutiny. The TN of the next check made to scrutinize you or your actions is increased by 1.</p><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><p><strong>(op)(op) :</strong> No mortal concern can slow you, as you already endure worse than most can even imagine. For the rest of the scene, whenever you suffer fatigue reduce the value suffered by 2, to a minimum of 0.</p><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><p><strong>(op)(op) :</strong> The furious power of Jigoku flows through you, granting you unnatural might. Add 1 kept (ring) showing a (st) result to the next Martial Arts check you make. This effect persists until the start of their next turn.</p><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><p><strong>(op)(op) :</strong> You briefly become fluid in mind or body, shaking off disorientation or even injury. You remove one of the following conditions: Dazed, Disoriented, Immobilized, Intoxicated, Lightly Wounded, or Prone.</p><br><br><h2>(void) Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><p><strong>(op)+ :</strong> The unnatural insights of the kansen voice themselves wordlessly to you, granting knowledge you could not possibly have known otherwise. You learn something relevant to the current situation, appropriate in scope to the number of (op) spent. For each (op) spent in this way, you receive 1 strife due to the unnatural means by which you gained this knowledge.</p>"
|
||||
},
|
||||
{
|
||||
"id": "Negotiations Use",
|
||||
"name": "Negotiations Use",
|
||||
"description": "<blockquote>Corti di Pietra p.132</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><p><strong>(op)(op)+ :</strong> Your careful verbal trap ensnares someone in a position in which they must either give up ground or give you a boon. They must offer you a minor concession unrelated to your current social objective unless they give up 1 momentum point per (op)(op) spent this way.</p><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><p><strong>(op)(op)(op) :</strong> Your uncompromising dedication to your bottom line stalls the conversation. Choose a character in the scene: that character cannot gain momentum points toward any social objective until the end of your next turn.</p><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><p><strong>(op)(op) :</strong> You set someone else on the defense with fast-paced questions and demands. Choose a demand or statement another character in the scene has made. Their player (or the GM, for NPCs) must tell you any hidden motivations behind that demand or statement.</p><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><p><strong>(op)(op) :</strong> You break the tension with a well-timed joke or clever comment. You may ask one personal question of a character in the scene with a different social objective. The question must be unrelated to the subject of the negotiations. If the character answers honestly, they gain 1 momentum point toward their current objective and may ask you a personal question in turn. If they do, you gain 1 momentum point toward your current objective.</p><br><br><h2>(void) Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><p><strong>(op)(op)(op) :</strong> You briefly shake someone's conviction with a deep insight into their character or circumstances, causing them to speak without certainty. Until the end of your next turn, any momentum points they score are added to your current social objective instead of to their own.</p>"
|
||||
},
|
||||
{
|
||||
"id": "Romance Use",
|
||||
"name": "Romance Use",
|
||||
"description": "<blockquote>Corti di Pietra p.132</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><p><strong>(op)(op) :</strong> The conversation turns to mutual friends or acquaintances. Name a character you and your intended both know. They must tell you what they think of that character, revealing one of that person's advantages or disadvantages.</p><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><p><strong>(op)(op) :</strong> An offhand comment reveals that you and your intended share some common ground: an odd hobby, a favorite actor, or a core belief. Make three suggestions to your intended's player; they must tell you which one it is. You and your intended may each remove 2 strife.</p><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><p><strong>(op)(op) :</strong> A detail of your appearance catches your intended's interest. Their player must tell you which of your physical attributes they find most captivating. You and your intended each receive 1 strife, and you each reduce the TN of your next Social skill check by 1.</p><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><p><strong>(op)(op) :</strong> Your interaction is pleasant enough that your intended, not you, suggests another meeting within the next day or two. They offer you several options for the next time you and they spend personal time together; choose whichever you like the best, and don't be late.</p><br><br><h2>(void) Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><p><strong>(op)(op)(op) :</strong> Due to circumstances beyond your control—a gust of wind or an earth tremor, perhaps—you and your intended find yourselves unexpectedly aware of one another! Your intended decides what kind of contact it was, from a fateful meeting of the eyes to a brush of your hands against one another as you both reach for a dropped scroll. They also decide how they react, although they will not blame you for anything untoward (after all, it wasn't your fault).</p>"
|
||||
},
|
||||
{
|
||||
"id": "Espionage Use",
|
||||
"name": "Espionage Use",
|
||||
"description": "<blockquote>Corti di Pietra p.133</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><p><strong>(op)+ :</strong> Your subtlety allows you to step out of sight of people, whether by hiding in a crowd or within convenient terrain. Designate a number of Minion NPCs equal to (op) spent this way or a single Adversary NPC with vigilance lower than or equal to spent this way. Those characters lose sight of you (and do not notice your absence unless actively looking for you).</p><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><p><strong>(op)+ :</strong> You locate an excellent hiding place, either a place where no one questions your cover identity or a concealed location no one checks. While hiding in this location, you reduce the TN of your checks to avoid notice by (op) spent this way.</p><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><p><strong>(op)(op)(op) :</strong> A stray motion of yours catches the attention of a person or creature—but unexpectedly, they are sympathetic or helpful to you when they notice you. Who are they, and how do they offer to help? Do they think you are someone you're not?</p><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><p><strong>(op) :</strong> You observe a clue or hint that indicates to you that information about your target or goal might also be found elsewhere. The GM reveals another viable avenue for espionage on the same subject, unrelated to your current operation.</p><br><br><h2>(Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><p><strong>(op) :</strong> Your understanding of stealth clues you in on the possibility that you are not the first spy to pass this way. The GM reveals whether another spy has traversed your location and, if so, what trace they unwittingly left behind.</p>"
|
||||
},
|
||||
{
|
||||
"id": "Mass Battles Use",
|
||||
"name": "Mass Battles Use",
|
||||
"description": "<blockquote>Fields of Victory p.138</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><ul><li><strong>(op)+ :</strong> Choose an allied leader other than yourself. Reduce the TN of that leader's next check for a Scheme action by 1 per (op) spent this way. This persists until the end of the scene.</li><li><strong>(op)(op) :</strong> Choose a leader in a fortification. That leader's cohort loses the benefits of the fortification until the beginning of your next turn.</li></ul><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><ul><li><strong>(op)+ :</strong> Remove 1 panic from your army per (op) spent this way.</li><li><strong>(op)(op) :</strong> Choose an allied leader other than yourself. That leader's cohort cannot be targeted by Attack actions until the beginning of your next turn.</li></ul><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><ul><li><strong>(op)+ :</strong> The enemy army suffers 1 panic per (op) spent this way.</li><li><strong>(op)+ :</strong> When performing an Attack action against the cohort of an enemy leader with vigilance lower than or equal to (op) spent this way, after its effects are resolved, inflict a critical strike with severity equal to the deadliness of one of your weapons on that leader.</li></ul><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><ul><li><strong>(op)+ :</strong> Choose an allied leader other than yourself. Reduce the TN of that leader's next check for a Movement action by 1 per (op) spent this way.</li><li><strong>(op)(op) :</strong> Choose an enemy leader. That leader's cohort cannot perform Movement actions until the beginning of your next turn.</li></ul><br><br><h2>(void) Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><ul><li><strong>(op)+ :</strong> Your army and each enemy army suffer 2 attrition per (op) spent this way. </li><li><strong>(op)(op) :</strong> When you perform a Support action, after its effects are resolved, you may immediately perform a Challenge action targeting an enemy cohort's leader.</li><li><strong>(op)(op) :</strong> Increase the army's strength and discipline by 3. This persists until the end of the scene.</li></ul>"
|
||||
},
|
||||
{
|
||||
"id": "Contested Territory Use",
|
||||
"name": "Contested Territory Use",
|
||||
"description": "<blockquote>Fields of Victory p.139</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><ul><li><strong>(op) :</strong> You discern subtle signs of incoming trouble and can take steps to avoid it. The next time you enter a conflict scene this session, you may add a kept die showing (op) to your Initiative check.</li><li><strong>(op)(op) or (op)(op)(op) :</strong> You create a clever disguise or ruse to get the jump on potential foes. The next time you enter a conflict scene this game session, after Initiative has been determined, choose one character in the scene. On that character's next check, they must reroll all results containing (su) symbols.</li></ul><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><ul><li><strong>(op) :</strong> Not even the chaos of war or the strangeness of foreign lands can faze you. Reduce the TN of the next check you make to deal with an unfamiliar situation or opponent by 1.</li><li><strong>(op) :</strong> You hold fast to the thought of home while in distant locales and dangerous situations. You may remove 1 strife for each condition you are currently suffering.</li></ul><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><ul><li><strong>(op)(op) :</strong> A clever theory fills in the gaps in your knowledge. You may immediately attempt a Scholar skill check of your choice to learn about your current situation or an NPC who is present, lowering the TN by 1 (to a minimum of 1).</li><li><strong>(op)+ :</strong> As you incite your allies to great fervor, any number of them may remove 1 strife for each (op) you spend. For each character affected, you receive 1 strife as you let your passion overtake you.</li></ul><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><ul><li><strong>(op)(op)+ :</strong> Your charm wins over even enemies. For each (op) (op) spent, one hostile character within the scene becomes friendlier toward you. What exactly that means depends on context, it may defuse an imminent conflict, or encourage your foes to try to take you alive, but it won't stop bloodshed altogether once blades have been drawn.</li><li><strong>(op)(op) :</strong> With cunning, you flow smoothly from one conclusion to the next. You learn of one key feature, fortification, or terrain quality present in the surrounding area, and whether or not enemies have passed through recently.</li></ul><br><br><h2>(void) Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><ul><li><strong>(op)+ :</strong> In all things, one can find balance, even in a duel of words or blades. You and a hostile character of the GM's choice in the same scene each recover 2 strife for each (op) spent in this way.</li><li><strong>(op)(op) :</strong> You find serenity amid adversity. You discover a neutral meeting place, protective legal precedent, or similar safe haven applicable to your situation.</li></ul>"
|
||||
}
|
||||
]
|
||||
}
|
||||
478
system/babele/it/l5r5e.core-journal-school-curriculum.json
Normal file
478
system/babele/it/l5r5e.core-journal-school-curriculum.json
Normal file
@@ -0,0 +1,478 @@
|
||||
{
|
||||
"label": "Curriculum Scolastici (WIP)",
|
||||
"mapping": {
|
||||
"content": "content"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Agasha Alchemist School [Dragon]",
|
||||
"name": "Agasha Alchemist School [Dragon]",
|
||||
"description": "<blockquote>Reami Celesti p.80</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1 Fire & Water Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000031\">(kata) Precisione del Falco</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000071\">(invocation) Fires of Purity</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-2 Earth & Air Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000032\">(kata) Stile della Grandine Battente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-3 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000074\">(invocation) Path of Beasts</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-4 Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Ranged Combat Kata</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000073\">(invocation) Rain of Ten Thousand Lotuses</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-5 Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000070\">(invocation) Heart of the Lady Sun</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Agasha Ascetic School [Dragon]",
|
||||
"name": "Agasha Ascetic School [Dragon]",
|
||||
"description": "<blockquote>Fields of Victory p.72</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000073\">(shuji) Clouds Parted by Steel</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000024\">(invocation) Grasp of Earth</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000029\">(ritual) Beseech Togashi's Vision</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000017\">(ninjutsu) Vanish in the Shadows</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-3 Earth Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000014\">(ninjutsu) Employ Terrible Thunder</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000006\">(invocation) Presa del Drago dell'Aria</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000030\">(ritual) Imbue Thunder</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000001\">(invocation) Sorgi, Aria</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-5 Air Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000051\">(invocation) Onde Mutevoli</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Agasha Mystic School [Dragon]",
|
||||
"name": "Scuola del Mistico Agasha [Drago]",
|
||||
"description": "<blockquote>Manuale Base p.66</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000053\">(invocation) Cuore del Drago dell'Acqua</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000003\">(ritual) Divinazione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000027\">(invocation) Potere del Drago della Terra</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Esempio di Coraggio</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni del Fuoco di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000028\">(invocation) Sorgi, Terra</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000022\">(invocation) La Terra Diviene Cielo</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni della Terra di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000051\">(invocation) Onde Mutevoli</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000057\">(invocation) Sorgi, Acqua</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000021\">(invocation) Epicentro</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Akodo Comandoer School [Lion]",
|
||||
"name": "Scuola del Comandante Akodo [Leone]",
|
||||
"description": "<blockquote>Manuale Base p.70</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000025\">(kata) Stile della Foresta di Ferro</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000012\">(shuji) Onesta Valutazione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Urlo di Battaglia</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000025\">(shuji) Assalto Fulmineo</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Esempio di Coraggio</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000016\">(kata) Stile del Mondo che Scompare</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Akodo Soldier School [Lion]",
|
||||
"name": "Akodo Soldier School [Lion]",
|
||||
"description": "<blockquote>Fields of Victory p.73</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000008\">(kata) Valutazione Tattica</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000079\">(shuji) Righteous Example</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000001\">(kata) Colpo dell'Acqua che Scorre</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000083\">(shuji) Preserve Strength</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000081\">(shuji) To Smash the Heart</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Urlo di Battaglia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-4 Fire Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000030\">(kata) Trafiggere il Ventaglio</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000016\">(kata) Stile del Mondo che Scompare</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000086\">(shuji) Moment of Glory</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Artisan of the Roads",
|
||||
"name": "Artisan of the Roads",
|
||||
"description": "<blockquote>Sentiero delle Onde p.53</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000066\">(shuji) Fluent Bargaining</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000003\">(shuji) Valutazione dell'Artigiano</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-2 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000042\">(kata) Improvised Assault</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-3 Earth Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000057\">(kata) Wheeling Sweep</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000061\">(shuji) Mentor's Guidance</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000049\">(kata) Laughing Fox Style</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000070\">(shuji) Roar of Encouragement</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Asahina Artificer School [Crane]",
|
||||
"name": "Scuola dell'Artefice Asahina [Gru]",
|
||||
"description": "<blockquote>Manuale Base p.62</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000055\">(invocation) Cammino per la Pace Interiore</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000003\">(shuji) Valutazione dell'Artigiano</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000006\">(invocation) Presa del Drago dell'Aria</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000001\">(ritual) Cerimonia del Tè</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni del Fuoco di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000047\">(invocation) Ali della Fenice</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000005\">(invocation) Vapore degli Incubi</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000001\">(invocation) Sorgi, Aria</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000051\">(invocation) Onde Mutevoli</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Asahina Envoy School [Crane]",
|
||||
"name": "Asahina Envoy School [Crane]",
|
||||
"description": "<blockquote>Reami Celesti p.81</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000036\">(shuji) Decreto di Lady Doji (Gru)</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000003\">(ritual) Divinazione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-2 Fire Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000007\">(ritual) Blessing of the Dance</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-3 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000006\">(ritual) Blessed Union</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000008\">(ritual) Preghiera di Protezione</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-4 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Grado 1-5 Rituals</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Asako Inquisitor School [Phoenix]",
|
||||
"name": "Asako Inquisitor School [Phoenix]",
|
||||
"description": "<blockquote>Terre dell'Ombra p.88</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1 Fire Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000005\">(ritual) Threshold Barrier</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000015\">(shuji) Peso del Dovere</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000075\">(invocation) Essence of Jade</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Stile della Mano Aperta</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni della Terra di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000032\">(shuji) Portamento Regale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Esempio di Coraggio</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000045\">(invocation) La Lama dell'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni del Fuoco di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Asako Loremaster School [Phoenix]",
|
||||
"name": "Scuola del Maestro del Sapere Asako [Fenice]",
|
||||
"description": "<blockquote>Manuale Base p.74</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Stile della Mano Aperta</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000003\">(ritual) Divinazione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti Sono Una</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000001\">(ritual) Cerimonia del Tè</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000001\">(kiho) Spirito Purificatore</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000009\">(shuji) Offerta del Lupo</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1–5 Water Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000022\">(kiho) Fermare gli Elementi</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Bayushi Deathdealer School [Scorpion]",
|
||||
"name": "Bayushi Deathdealer School [Scorpione]",
|
||||
"description": "<blockquote>Corti di Pietra p.89</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1 General Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000007\">(ninjutsu) Deceitful Strike</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000050\">(shuji) Spiteful Loss</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-2 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000001\">(ninjutsu) Pungiglione Mortale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000022\">(kata) Colpo di Iaijutsu: Lama Crescente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-3 Close Combat Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000006\">(ninjutsu) Cunning Distraction</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000049\">(shuji) All Shall Fear Me</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Ranged Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Urlo di Battaglia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000011\">(ninjutsu) Stillness of Death</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000044\">(shuji) Hidden in Smoke</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Bayushi Manipulator School [Scorpion]",
|
||||
"name": "Scuola del Manipolatore Bayushi [Scorpione]",
|
||||
"description": "<blockquote>Manuale Base p.78</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000018\">(shuji) Alimentare le Fiamme</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000015\">(shuji) Peso del Dovere</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000027\">(kata) Stile delle Velata Minaccia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000009\">(shuji) Offerta del Lupo</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\">(ninjutsu) Agguato</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000001\">(ninjutsu) Pungiglione Mortale</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Vuoto di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Champion of Days Gone Tradition",
|
||||
"name": "Tradizione del Campione dei Tempi Andati",
|
||||
"description": "<blockquote>Reami Celesti - Svolte Mortali p.25</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000032\">(kata) Stile della Grandine Battente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000010\">(kata) Colpire come l'Aria</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000008\">(kata) Valutazione Tattica</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000020\">(kata) Stile del Respiro del Vento</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shiji della Terra di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000030\">(kata) Trafiggere il Ventaglio</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000016\">(kata) Stile del Mondo che Scompare</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Vuoto di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Daidoji Harrier School [Crane]",
|
||||
"name": "Daidoji Harrier School [Crane]",
|
||||
"description": "<blockquote>Fields of Victory p.74</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000073\">(shuji) Clouds Parted by Steel</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000015\">(ninjutsu) Swift Scouting</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000016\">(ninjutsu) The Patient Viper</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000014\">(ninjutsu) Employ Terrible Thunder</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-3 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000030\">(ritual) Imbue Thunder</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000017\">(ninjutsu) Vanish in the Shadows</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000018\">(ninjutsu) Wreak Havoc</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000024\">(ritual) Beseech Bayushi's Absolution</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Fire Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000030\">(kata) Trafiggere il Ventaglio</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000003\">(ninjutsu) Colpo che Riduce al Silenzio</a> (prereq)</td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Daidoji Iron Warrior School [Crane]",
|
||||
"name": "Scuola del Guerriero di Ferro Daidoji [Gru]",
|
||||
"description": "<blockquote>Manuale Base p.63</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000018\">(kata) Stile della Luna Crescente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000017\">(shuji) Tattiche di Ostruzione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000001\">(kata) Colpo dell'Acqua che Scorre</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000036\">(shuji) Decreto di Lady Doji (Gru)</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000017\">(kata) Stile dell'Onda che s'Infrange</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Daidoji Spymaster School [Crane]",
|
||||
"name": "Daidoji Spymaster School [Crane]",
|
||||
"description": "<blockquote>Corti di Pietra p.90</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000036\">(shuji) Decreto di Lady Doji (Gru)</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000015\">(shuji) Peso del Dovere</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000013\">(ninjutsu) What's Yours is Mine</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000012\">(ritual) Treaty Signing</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000044\">(shuji) Hidden in Smoke</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Stile della Mano Aperta</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000006\">(ninjutsu) Cunning Distraction</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000009\">(shuji) Offerta del Lupo</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000004\">(ninjutsu) Nube Nauseante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Doji Bureaucrat School [Crane]",
|
||||
"name": "Doji Bureaucrat School [Crane]",
|
||||
"description": "<blockquote>Corti di Pietra p.91</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000012\">(ritual) Treaty Signing</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000051\">(shuji) Beware The Smallest Mouse</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000005\">(shuji) Il Vento Soffia in Due Versi</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000046\">(shuji) Unyielding Terms</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-3 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000044\">(shuji) Hidden in Smoke</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000049\">(shuji) All Shall Fear Me</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Grado 1-4 Rituals</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Urlo di Battaglia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Void Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000011\">(ritual) Formal Cerimonia del Tè</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Doji Diplomat School [Crane]",
|
||||
"name": "Scuola del Diplomatico Doji [Gru]",
|
||||
"description": "<blockquote>Manuale Base p.64</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000014\">(shuji) Prima il Decoro</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000001\">(ritual) Cerimonia del Tè</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000005\">(shuji) Il Vento Soffia in Due Versi</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000003\">(shuji) Valutazione dell'Artigiano</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000032\">(shuji) Portamento Regale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Vuoto di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Fortunist Monk Order",
|
||||
"name": "Fortunist Monk Order",
|
||||
"description": "<blockquote>Impero di Smeraldo p.237</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000018\">(kata) Stile della Luna Crescente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000002\">(ritual) Comunione con gli Spiriti</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000024\">(kata) Stile della Valanga Travolgente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000032\">(shuji) Portamento Regale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Hida Battle Leader School [Crab]",
|
||||
"name": "Hida Battle Leader School [Crab]",
|
||||
"description": "<blockquote>Fields of Victory p.75</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000026\">(ritual) Beseech Hida's MIght</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000085\">(shuji) Battle of No Escape</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-2 Earth Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000076\">(shuji) Great Anvil's Measure</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000027\">(ritual) Beseech Shiba's Calm</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000016\">(ninjutsu) The Patient Viper</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000023\">(ritual) Beseech Akodo's Judgment</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-4 Void Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000077\">(shuji) Steady Hammer</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Earth Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Hida Defender School [Crab]",
|
||||
"name": "Scuola del Difensore Hida [Granchio]",
|
||||
"description": "<blockquote>Manuale Base p.57</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000024\">(kata) Stile della Valanga Travolgente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000012\">(shuji) Onesta Valutazione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Esempio di Coraggio</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\">(shuji) Manovra Sfuggente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000019\">(kata) Stile della Montagna di Ferro</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Urlo di Battaglia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Hiruma Scout School [Crab]",
|
||||
"name": "Scuola del Ricognitore Hiruma [Granchio]",
|
||||
"description": "<blockquote>Manuale Base p.58</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000005\">(ritual) Threshold Barrier</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\">(shuji) Manovra Sfuggente</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\">(ninjutsu) Agguato</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000015\">(kata) Presa di Lord Hida (Granchio)</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000001\">(ninjutsu) Pungiglione Mortale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Esempio di Coraggio</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000004\">(ninjutsu) Nube Nauseante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000017\">(kata) Stile dell'Onda che s'Infrange</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000003\">(ninjutsu) Colpo che Riduce al Silenzio</a> (prereq)</td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Ichirō Grappler School [Badger]",
|
||||
"name": "Ichirō Grappler School [Badger]",
|
||||
"description": "<blockquote>Fields of Victory p.76</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000015\">(kata) Presa di Lord Hida (Granchio)</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Stile della Mano Aperta</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-2 Earth Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000026\">(ritual) Beseech Hida's MIght</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000066\">(kata) Thicket's Embrace Style</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000084\">(shuji) Your Enemy's Arrows</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000067\">(kata) Shattering Tide Style</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-4 Water Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000016\">(ninjutsu) The Patient Viper</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000077\">(shuji) Steady Hammer</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000087\">(shuji) Victory Without a Sword</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Ichirō Ironsmith School [Badger]",
|
||||
"name": "Ichirō Ironsmith School [Badger]",
|
||||
"description": "<blockquote>Fields of Victory p.77</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000065\">(kata) Fierce Badger Style</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000075\">(shuji) Fortress of Necessity</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000067\">(kata) Shattering Tide Style</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000076\">(shuji) Great Anvil's Measure</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Grado 1-3 Rituals</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000066\">(kata) Thicket's Embrace Style</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-4 Void Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000084\">(shuji) Your Enemy's Arrows</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Water Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000018\">(ninjutsu) Wreak Havoc</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Ide Messenger School [Unicorn]",
|
||||
"name": "Ide Messenger School [Unicorn]",
|
||||
"description": "<blockquote>Fields of Victory p.78</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000028\">(ritual) Beseech Shinjo's Empathy</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000015\">(ninjutsu) Swift Scouting</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000078\">(shuji) Call the Wild</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000025\">(ritual) Beseech Doji's Wisdom</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Grado 1-3 Rituals</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000032\">(shuji) Portamento Regale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Urlo di Battaglia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-4 Void Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000017\">(ninjutsu) Vanish in the Shadows</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Ide Trader School [Unicorn]",
|
||||
"name": "Scuola del Commerciante Ide [Unicorno]",
|
||||
"description": "<blockquote>Manuale Base p.82</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000008\">(shuji) Falsa Apertura</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000031\">(kata) Precisione del Falco</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000035\">(shuji) Velocità di Lady Shinjo (Unicorno)</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000032\">(shuji) Portamento Regale</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Vuoto di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Ikoma Bard School [Lion]",
|
||||
"name": "Scuola del Bardo Ikoma [Leone]",
|
||||
"description": "<blockquote>Manuale Base p.71</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\">(shuji) Manovra Sfuggente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000009\">(kata) Taglio Volante</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000028\">(kata) Stile delle Lame Turbinanti</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Urlo di Battaglia</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000032\">(shuji) Portamento Regale</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Vuoto di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Ikoma Shadow School [Lion]",
|
||||
"name": "Ikoma Shadow School [Lion]",
|
||||
"description": "<blockquote>Corti di Pietra p.92</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1 General Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000013\">(ninjutsu) What's Yours is Mine</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000001\">(shuji) Rustling of Leaves</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000048\">(shuji) Crackling Laughter</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000005\">(shuji) Il Vento Soffia in Due Versi</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000005\">(ninjutsu) Artful Alibi</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 General Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000007\">(ninjutsu) Deceitful Strike</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1–5 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000009\">(ninjutsu) Silent Elimination</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000030\">(kata) Trafiggere il Ventaglio</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Isawa Elementalist School [Phoenix]",
|
||||
"name": "Scuola dell'Elementalista Isawa [Fenice]",
|
||||
"description": "<blockquote>Manuale Base p.75</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni del Fuoco di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000049\">(invocation) Danza delle Stagioni</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000004\">(ritual) Rito di Purificazione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000038\">(invocation) Furia di Osano-Wo</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000018\">(shuji) Alimentare le Fiamme</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000047\">(invocation) Ali della Fenice</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000059\">(invocation) Condanna dello Tsunami</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni della Terra di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000003\">(invocation) Rabbia di Kaze-no-Kami</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000042\">(invocation) Sorgi, Fiamma</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni del Fuoco di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000021\">(invocation) Epicentro</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Isawai Tensai School [Phoenix]",
|
||||
"name": "Isawai Tensai School [Phoenix]",
|
||||
"description": "<blockquote>Fields of Victory p.79</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-2 Inspired Element Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000080\">(shuji) Sting of Warrior's Pride</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000003\">(ritual) Divinazione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-3 Inspired Element Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000027\">(ritual) Beseech Shiba's Calm</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Stile della Mano Aperta</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-4 Inspired Element Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000078\">(shuji) Call the Wild</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000004\">(kata) Battaglia nella Mente</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-5 Inspired Element Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocation\">(invocation) Grado 1-5 Inspired Element Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Ishiken Initiate School",
|
||||
"name": "Ishiken Initiate School",
|
||||
"description": "<blockquote>Reami Celesti p.82</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-inversions\">(inversion) Grado 1 Inversions</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000001\">(ritual) Cerimonia del Tè</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-2 Fire Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-inversions\">(inversion) Grado 1-2 Inversions</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-3 Water Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-inversions\">(inversion) Grado 1-3 Inversions</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-4 Earth Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-inversions\">(inversion) Grado 1-4 Inversions</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-5 Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-inversions\">(inversion) Grado 1-5 Inversions</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Iuchi Meishodo Master School [Unicorn]",
|
||||
"name": "Scuola del Maestro del Meishōdō Iuchi [Unicorno]",
|
||||
"description": "<blockquote>Manuale Base p.83</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000061\">(invocation) Energie Simpatetiche</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000004\">(ritual) Rito di Purificazione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni della Terra di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000052\">(invocation) Mani delle Maree</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000003\">(shuji) Valutazione dell'Artigiano</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituali Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000028\">(invocation) Sorgi, Terra</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000045\">(invocation) La Lama dell'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000051\">(invocation) Onde Mutevoli</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Ivory Kingdoms Dancing Blades Tradition",
|
||||
"name": "Ivory Kingdoms Dancing Blades Tradition",
|
||||
"description": "<blockquote>Sentiero delle Onde p.59</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000059\">(shuji) Eyes Up!</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000040\">(kata) Rider's Haste</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000056\">(kata) Rushing Ox Style</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-mantra\" data-id=\"L5RCoreMan000001\">(mantra) Summon Mantra : [One Implement]</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-3 Earth & Fire Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000046\">(kata) Daring Swing</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000053\">(kata) Swirling Tempest Style</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000070\">(shuji) Roar of Encouragement</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Ivory Kingdoms Sage Tradition",
|
||||
"name": "Ivory Kingdoms Sage Tradition",
|
||||
"description": "<blockquote>Sentiero delle Onde p.58</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Grado 1 Kiho</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000048\">(kata) Landslide Strike</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000057\">(shuji) Bellow of Resolve</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Grado 1-2 Kiho</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000040\">(kata) Rider's Haste</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000015\">(kata) Presa di Lord Hida (Granchio)</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000039\">(kata) Thunderous Hooves Style</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000018\">(ritual) Cleansing of Coral and Gold (Ivory Kingdoms Region)</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Grado 1-4 Kiho</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000061\">(shuji) Mentor's Guidance</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000021\">(kiho) Sfiorare il Drago del Vuoto</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a> (prereq)</td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kaito Shrine Keeper School [Phoenix]",
|
||||
"name": "Scuola del Custode dei Santuari Kaito [Fenice]",
|
||||
"description": "<blockquote>Manuale Base p.77</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000018\">(invocation) Vincolare l'Ombra</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000010\">(kata) Colpire come l'Aria</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000006\">(invocation) Presa del Drago dell'Aria</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000003\">(ritual) Divinazione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–2</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000020\">(kata) Stile del Respiro del Vento</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000001\">(kata) Colpo dell'Acqua che Scorre</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000001\">(invocation) Sorgi, Aria</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni del Fuoco di Grado 1–5</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000031\">(invocation) Tomba di Giada</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000030\">(kata) Trafiggere il Ventaglio</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kaito Spirit Seeker School [Phoenix]",
|
||||
"name": "Kaito Spirit Seeker School [Phoenix]",
|
||||
"description": "<blockquote>Reami Celesti p.83</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000002\">(ritual) Comunione con gli Spiriti</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000014\">(shuji) Prima il Decoro</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-2 Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000002\">(kata) Colpo delle Foglie Cremisi</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000003\">(shuji) Valutazione dell'Artigiano</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-3 Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000066\">(invocation) Bond of the Realms</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000067\">(invocation) Guardian of the Secret Gate</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-5 Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a> (prereq)</td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kaiu Architect School [Crab]",
|
||||
"name": "Kaiu Architect School [Crab]",
|
||||
"description": "<blockquote>Reami Celesti p.84</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000009\">(ritual) Rite of the Wheel</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000005\">(ritual) Threshold Barrier</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Stile della Mano Aperta</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-3 Earth Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000015\">(kata) Presa di Lord Hida (Granchio)</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-4 Fire Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Void Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kaiu Engineer School [Crab]",
|
||||
"name": "Scuola dell'Ingegnere Kaiu [Granchio]",
|
||||
"description": "<blockquote>Manuale Base p.59</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Shūji della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000032\">(kata) Stile della Grandine Battente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000031\">(kata) Precisione del Falco</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000004\">(kata) Battaglia nella Mente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000004\">(ninjutsu) Nube Nauseante</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000001\">(kata) Colpo dell'Acqua che Scorre</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000019\">(kata) Stile della Montagna di Ferro</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000030\">(kata) Trafiggere il Ventaglio</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kakita Duelist School [Crane]",
|
||||
"name": "Scuola del Duellista Kakita [Gru]",
|
||||
"description": "<blockquote>Manuale Base p.65</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000023\">(kata) Colpo di Iaijutsu: Lama Incrociata</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000002\">(shuji) Cadenza</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Tecniche</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000021\">(kata) Colpo Tonante</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000003\">(kata) Colpo Trapassacuore</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kakita Swordsmith School [Crane]",
|
||||
"name": "Kakita Swordsmith School [Crane]",
|
||||
"description": "<blockquote>Terre dell'Ombra p.89</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000020\">(ritual) Blessing of Steel (Artisan)</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000033\">(shuji) Well of Desire</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Grado 1–2 Rituals</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000027\">(shuji) Tributari del Commercio</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–4</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kasuga Smuggler School [Tortoise]",
|
||||
"name": "Kasuga Smuggler School [Tortoise]",
|
||||
"description": "<blockquote>Kit del Gamemaster p.9</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000029\">(kata) Coiling Serpent Style</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000037\">(shuji) Courtier's Resolve</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000027\">(shuji) Tributari del Commercio</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-3 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000020\">(kata) Stile del Respiro del Vento</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000032\">(shuji) Portamento Regale</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Water Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kitsu Medic School [Lion]",
|
||||
"name": "Kitsu Medic School [Lion]",
|
||||
"description": "<blockquote>Terre dell'Ombra p.90</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000002\">(ritual) Comunione con gli Spiriti</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000012\">(shuji) Onesta Valutazione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000001\">(kata) Colpo dell'Acqua che Scorre</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000024\">(kata) Stile della Valanga Travolgente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000019\">(kata) Stile della Montagna di Ferro</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Esempio di Coraggio</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1–5 Water Shūji</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000017\">(kata) Stile dell'Onda che s'Infrange</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kitsu Medium School [Lion]",
|
||||
"name": "Scuola del Medium Kitsu [Leone]",
|
||||
"description": "<blockquote>Manuale Base p.72</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000020\">(invocation) Coraggio dei Sette Tuoni</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000053\">(invocation) Cuore del Drago dell'Acqua</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000052\">(invocation) Mani delle Maree</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000018\">(shuji) Alimentare le Fiamme</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni della Terra di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000028\">(invocation) Sorgi, Terra</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituali di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000003\">(invocation) Rabbia di Kaze-no-Kami</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni del Fuoco di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kitsu Realm Wanderer School [Lion]",
|
||||
"name": "Kitsu Realm Wanderer School [Lion]",
|
||||
"description": "<blockquote>Reami Celesti p.85</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000009\">(ritual) Rite of the Wheel</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000007\">(kata) Warrior's Resolve</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-2 Earth Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000064\">(invocation) Messenger of Chikusho-do</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000025\">(kata) Stile della Foresta di Ferro</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-3 Fire Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000066\">(invocation) Bond of the Realms</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000021\">(kata) Colpo Tonante</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-4 Air Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000017\">(kata) Stile dell'Onda che s'Infrange</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000008\">(ritual) Preghiera di Protezione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-5 Water Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000073\">(invocation) Rain of Ten Thousand Lotuses</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kitsuki Investigator School [Dragon]",
|
||||
"name": "Scuola dell'Investigatore Kitsuki [Drago]",
|
||||
"description": "<blockquote>Manuale Base p.67</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\">(shuji) Manovra Sfuggente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000012\">(shuji) Onesta Valutazione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000008\">(shuji) Falsa Apertura</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000032\">(shuji) Portamento Regale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000004\">(kata) Battaglia nella Mente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000009\">(shuji) Offerta del Lupo</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000017\">(kata) Stile dell'Onda che s'Infrange</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kitsune Impersonator Tradition",
|
||||
"name": "Kitsune Impersonator Tradition",
|
||||
"description": "<blockquote>Impero di Smeraldo p.239</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000018\">(shuji) Alimentare le Fiamme</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000028\">(shuji) Tutto in Burla</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000011\">(invocation) Falso Reame degli Spiriti Volpe</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000017\">(kata) Stile dell'Onda che s'Infrange</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000032\">(shuji) Portamento Regale</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000016\">(kata) Stile del Mondo che Scompare</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kolat Saboteur Conspiracy",
|
||||
"name": "Kolat Saboteur Conspiracy",
|
||||
"description": "<blockquote>Impero di Smeraldo p.240</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000001\">(ninjutsu) Pungiglione Mortale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\">(shuji) Acque Poco Profonde</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000004\">(ninjutsu) Nube Nauseante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000027\">(shuji) Tributari del Commercio</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000054\">(shuji) Spin the Web (Kolat)</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000003\">(ninjutsu) Colpo che Riduce al Silenzio</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000009\">(shuji) Offerta del Lupo</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-ninjutsu\">(ninjutsu) Grado 1–5 Ninjutsu</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kuni Purifier School [Crab]",
|
||||
"name": "Scuola del Purificatore Kuni [Granchio]",
|
||||
"description": "<blockquote>Manuale Base p.60</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000018\">(invocation) Vincolare l'Ombra</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000034\">(invocation) Acciaio Mordente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000002\">(kata) Colpo delle Foglie Cremisi</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000029\">(invocation) Simbolo della Terra</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni del Fuoco di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000028\">(invocation) Sorgi, Terra</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Stile della Mano Aperta</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni della Terra di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000031\">(invocation) Tomba di Giada</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000001\">(kata) Colpo dell'Acqua che Scorre</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000021\">(invocation) Epicentro</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Kuni Warden School [Crab]",
|
||||
"name": "Kuni Warden School [Crab]",
|
||||
"description": "<blockquote>Terre dell'Ombra p.91</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000037\">(shuji) Courtier's Resolve</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000013\">(kiho) The Body Is an Anvil</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Grado 1–2 Fire Kihō</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000002\">(kata) Colpo delle Foglie Cremisi</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000029\">(kata) Coiling Serpent Style</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Grado 1–3 Earth Kihō</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000021\">(kata) Colpo Tonante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Urlo di Battaglia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1–4 Void Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000020\">(kiho) Tocco Mortale</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Kihō del Vuoto di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Matsu Beastmaster School [Lion]",
|
||||
"name": "Matsu Beastmaster School [Lion]",
|
||||
"description": "<blockquote>Fields of Victory p.80</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000025\">(shuji) Assalto Fulmineo</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000028\">(ritual) Beseech Shinjo's Empathy</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-2 Fire Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000078\">(shuji) Call the Wild</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000042\">(shuji) Ruggito di Lord Akodo (Leone)</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000023\">(ritual) Beseech Akodo's Judgment</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000015\">(ninjutsu) Swift Scouting</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-4 Water Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000081\">(shuji) To Smash the Heart</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000017\">(ninjutsu) Vanish in the Shadows</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000018\">(ninjutsu) Wreak Havoc</a> (prereq)</td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Matsu Berserker School [Lion]",
|
||||
"name": "Scuola del Furioso Matsu [Leone]",
|
||||
"description": "<blockquote>Manuale Base p.73</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000042\">(shuji) Ruggito di Lord Akodo (Leone)</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000017\">(shuji) Tattiche di Ostruzione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000003\">(kata) Colpo Trapassacuore</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000018\">(shuji) Alimentare le Fiamme</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000016\">(kata) Stile del Mondo che Scompare</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Urlo di Battaglia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Mazoku's Enforcer Tradition [Falcon]",
|
||||
"name": "Tradizione dell'Esecutore per i Mazoku [Falco]",
|
||||
"description": "<blockquote>Reami Celesti - Svolte Mortali p.24</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituali di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000023\">(kata) Colpo di Iaijutsu: Lama Incrociata</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000015\">(shuji) Peso del Dovere</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Esempio di Coraggio</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000009\">(ritual) Rito della Ruota</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Urlo di Battaglia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Rituali di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000008\">(ritual) Preghiera di Protezione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Mercenary Ninja Training",
|
||||
"name": "Mercenary Ninja Training",
|
||||
"description": "<blockquote>Corti di Pietra p.93</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1 General Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000051\">(shuji) Beware The Smallest Mouse</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000008\">(ninjutsu) Like a Ghost</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-ninjutsu\">(ninjutsu) Grado 1-2 Ninjutsu</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000009\">(ninjutsu) Silent Elimination</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000027\">(kata) Stile delle Velata Minaccia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-3 Ranged Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000008\">(shuji) Falsa Apertura</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000010\">(ninjutsu) Slicing Wind Kick</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000044\">(shuji) Hidden in Smoke</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000020\">(kata) Stile del Respiro del Vento</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000003\">(ninjutsu) Colpo che Riduce al Silenzio</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-ninjutsu\">(ninjutsu) Grado 1-5 Ninjutsu</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000053\">(shuji) Foreseen Need</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Mirumoto Taoist Blade School [Dragon]",
|
||||
"name": "Mirumoto Taoist Blade School [Dragon]",
|
||||
"description": "<blockquote>Terre dell'Ombra p.92</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000018\">(kata) Stile della Luna Crescente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000017\">(kiho) Ki Protection</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Kihō dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000001\">(kata) Colpo dell'Acqua che Scorre</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000023\">(kata) Colpo di Iaijutsu: Lama Incrociata</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Grado 1–3 Earth Kihō</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000002\">(kata) Colpo delle Foglie Cremisi</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000022\">(kiho) Fermare gli Elementi</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Grado 1–4 Void Kihō</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000017\">(kata) Stile dell'Onda che s'Infrange</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000021\">(kiho) Sfiorare il Drago del Vuoto</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000023\">(kiho) Via della Spada Smussata</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Mirumoto Two-Heavens Adept School [Dragon]",
|
||||
"name": "Scuola dell'Adepto dei Due-Cieli Mirumoto [Drago]",
|
||||
"description": "<blockquote>Manuale Base p.68</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000022\">(kata) Colpo di Iaijutsu: Lama Crescente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000026\">(shuji) Ravvivare le Braci</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000003\">(kata) Colpo Trapassacuore</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\">(shuji) Manovra Sfuggente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000002\">(ritual) Comunione con gli Spiriti</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000017\">(kata) Stile dell'Onda che s'Infrange</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Miya Cartographer School [Imperial]",
|
||||
"name": "Miya Cartographer School [Imperial]",
|
||||
"description": "<blockquote>Impero di Smeraldo p.232</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\">(shuji) Manovra Sfuggente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000005\">(ritual) Threshold Barrier</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000005\">(shuji) Il Vento Soffia in Due Versi</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000008\">(shuji) Falsa Apertura</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000002\">(kata) Colpo delle Foglie Cremisi</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000032\">(shuji) Portamento Regale</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000055\">(shuji) Awe of Heaven (Imperial)</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Miya Herald School [Imperial]",
|
||||
"name": "Miya Herald School [Imperial]",
|
||||
"description": "<blockquote>Impero di Smeraldo p.233</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000008\">(shuji) Falsa Apertura</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000037\">(shuji) Courtier's Resolve</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000027\">(shuji) Tributari del Commercio</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000055\">(shuji) Awe of Heaven (Imperial)</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000005\">(shuji) Il Vento Soffia in Due Versi</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Vuoto di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Moshi Sun Sentinel School [Centipede]",
|
||||
"name": "Moshi Sun Sentinel School [Centipede]",
|
||||
"description": "<blockquote>Reami Celesti p.86</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1 Fire Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000013\">(kata) Striking as Fire</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000071\">(invocation) Fires of Purity</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-2 Fire Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000018\">(kata) Stile della Luna Crescente</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000025\">(kata) Stile della Foresta di Ferro</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-3 Fire Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000021\">(kata) Colpo Tonante</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000002\">(kata) Colpo delle Foglie Cremisi</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-4 Fire Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000004\">(kata) Battaglia nella Mente</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000070\">(invocation) Heart of the Lady Sun</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-5 Fire Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000019\">(kata) Stile della Montagna di Ferro</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Moto Avenger School [Unicorn]",
|
||||
"name": "Moto Avenger School [Unicorn]",
|
||||
"description": "<blockquote>Terre dell'Ombra p.93</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituali di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000018\">(invocation) Vincolare l'Ombra</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000019\">(invocation) Caress of Earth</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000075\">(invocation) Essence of Jade</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Esempio di Coraggio</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000021\">(invocation) Epicentro</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000022\">(invocation) La Terra Diviene Cielo</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni della Terra di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000001\">(invocation) Sorgi, Aria</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000009\">(shuji) Offerta del Lupo</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000031\">(invocation) Tomba di Giada</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Moto Conqueror School [Unicorn]",
|
||||
"name": "Scuola del Conquistatore Moto [Unicorno]",
|
||||
"description": "<blockquote>Manuale Base p.84</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000018\">(kata) Stile della Luna Crescente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000026\">(shuji) Ravvivare le Braci</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000003\">(kata) Colpo Trapassacuore</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000027\">(kata) Stile delle Velata Minaccia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000017\">(kata) Stile dell'Onda che s'Infrange</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Mystic of the Mountain",
|
||||
"name": "Mystic of the Mountain",
|
||||
"description": "<blockquote>Sentiero delle Onde p.54</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-ritual\">(ritual) Rituali di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000004\">(kiho) Via del Terremoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000008\">(kiho) Air Fist</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000007\">(kiho) Way of the Willow</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000010\">(kiho) Channel the Fire Dragon</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-3 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000012\">(kiho) Way of the Falling Star</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000015\">(kiho) Ride the Water Dragon</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000021\">(kiho) Sfiorare il Drago del Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000023\">(kiho) Via della Spada Smussata</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Otomo Schemer School [Imperial]",
|
||||
"name": "Otomo Schemer School [Imperial]",
|
||||
"description": "<blockquote>Impero di Smeraldo p.234</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000014\">(shuji) Prima il Decoro</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000001\">(ritual) Cerimonia del Tè</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000055\">(shuji) Awe of Heaven (Imperial)</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000006\">(shuji) Prey on the Weak</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000032\">(shuji) Portamento Regale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000005\">(shuji) Il Vento Soffia in Due Versi</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000009\">(shuji) Offerta del Lupo</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1–5 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Qamarist Alchemist Tradition",
|
||||
"name": "Qamarist Alchemist Tradition",
|
||||
"description": "<blockquote>Sentiero delle Onde p.57</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Grado 1-2 Rituals</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000015\">(shuji) Peso del Dovere</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000069\">(shuji) Wanderer's Resolve</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-2 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000016\">(ritual) Fortitude Draught (Qamarist Region)</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000038\">(kata) Boar's Wrath Style</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-ritual\">(ritual) Grado 1-3 Rituals</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000020\">(kata) Stile del Respiro del Vento</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000056\">(shuji) Look Out</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-ritual\">(ritual) Grado 1-4 Rituals</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000017\">(ritual) Restorative Transmutation (Qamarist Region)</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000061\">(shuji) Mentor's Guidance</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000041\">(kata) Void Embrace Style</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Qamarist Shield Bearer Tradition",
|
||||
"name": "Qamarist Shield Bearer Tradition",
|
||||
"description": "<blockquote>Sentiero delle Onde p.56</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000003\">(ritual) Divinazione</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000069\">(shuji) Wanderer's Resolve</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Grado 1-2 Rituals</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000063\">(shuji) Goading Taunt</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000037\">(kata) Iron Shell Style</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000045\">(kata) Deflective Defense</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000019\">(kata) Stile della Montagna di Ferro</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000043\">(kata) Bonebreaker Style</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000061\">(shuji) Mentor's Guidance</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000016\">(ritual) Fortitude Draught (Qamarist Region)</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000067\">(shuji) Bond of Heroes</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "School of Leaves",
|
||||
"name": "School of Leaves",
|
||||
"description": "<blockquote>Sentiero delle Onde p.51</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000006\">(shuji) Prey on the Weak</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000001\">(shuji) Rustling of Leaves</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-2 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000060\">(kata) Staggering Shot</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000002\">(kata) Colpo delle Foglie Cremisi</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000004\">(ninjutsu) Nube Nauseante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000063\">(kata) Wasp's Spite Style</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-4 Fire Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000047\">(kata) Iaijutsu Cut: Reverse Draw</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000058\">(shuji) Ruse of the Moon's Reflection</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000003\">(ninjutsu) Colpo che Riduce al Silenzio</a> (prereq)</td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Seppun Astrologer School [Imperial]",
|
||||
"name": "Seppun Astrologer School [Imperial]",
|
||||
"description": "<blockquote>Impero di Smeraldo p.235</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000053\">(invocation) Cuore del Drago dell'Acqua</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000010\">(shuji) Ancestry Unearthed</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000029\">(invocation) Simbolo della Terra</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni della Terra di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000011\">(invocation) Falso Reame degli Spiriti Volpe</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000005\">(invocation) Vapore degli Incubi</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000031\">(invocation) Tomba di Giada</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000045\">(invocation) La Lama dell'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Seppun Palace Guard School [Imperial]",
|
||||
"name": "Seppun Palace Guard School [Imperial]",
|
||||
"description": "<blockquote>Impero di Smeraldo p.236</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000018\">(kata) Stile della Luna Crescente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000015\">(shuji) Peso del Dovere</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000002\">(kata) Colpo delle Foglie Cremisi</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Esempio di Coraggio</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000019\">(kata) Stile della Montagna di Ferro</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000005\">(ritual) Threshold Barrier</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Shiba Artist School [Phoenix]",
|
||||
"name": "Shiba Artist School [Phoenix]",
|
||||
"description": "<blockquote>Corti di Pietra p.94</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000047\">(shuji) Offend the Sensibilities</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000052\">(shuji) Fun and Giochi</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000005\">(shuji) Il Vento Soffia in Due Versi</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000014\">(shuji) Prima il Decoro</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000011\">(ritual) Formal Cerimonia del Tè</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1–4 Void Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000044\">(shuji) Hidden in Smoke</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Rituali Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Shiba Guardian School [Phoenix]",
|
||||
"name": "Scuola del Guardiano Shiba [Fenice]",
|
||||
"description": "<blockquote>Manuale Base p.76</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000014\">(shuji) Prima il Decoro</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000026\">(shuji) Ravvivare le Braci</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\">(shuji) Urlo di Battaglia</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\">(shuji) Manovra Sfuggente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Esempio di Coraggio</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000021\">(kiho) Sfiorare il Drago del Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000023\">(kiho) Via della Spada Smussata</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Shika Matchmaker School [Deer]",
|
||||
"name": "Shika Matchmaker School [Deer]",
|
||||
"description": "<blockquote>Corti di Pietra p.95</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000010\">(shuji) Ancestry Unearthed</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000052\">(shuji) Fun and Giochi</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000059\">(invocation) Condanna dello Tsunami</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000014\">(shuji) Prima il Decoro</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000001\">(invocation) Sorgi, Aria</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000005\">(shuji) Il Vento Soffia in Due Versi</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000003\">(invocation) Rabbia di Kaze-no-Kami</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000012\">(ritual) Treaty Signing</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000011\">(ritual) Formal Cerimonia del Tè</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Shika Speardancer School [Deer]",
|
||||
"name": "Shika Speardancer School [Deer]",
|
||||
"description": "<blockquote>Corti di Pietra p.96</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000008\">(ninjutsu) Like a Ghost</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000009\">(kata) Taglio Volante</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-2 Close Combat Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000012\">(ninjutsu) To Float or Sink</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000018\">(kata) Stile della Luna Crescente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-3 General Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000010\">(ninjutsu) Slicing Wind Kick</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000034\">(kata) Pole-Vault</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000016\">(kata) Stile del Mondo che Scompare</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-5 General Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000009\">(ninjutsu) Silent Elimination</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000013\">(ritual) The Ties that Bind</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Shinjo Outrider School [Unicorn]",
|
||||
"name": "Scuola del Pioniere Shinjo [Unicorno]",
|
||||
"description": "<blockquote>Manuale Base p.85</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000032\">(kata) Stile della Grandine Battente</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000002\">(shuji) Cadenza</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000001\">(kata) Colpo dell'Acqua che Scorre</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000017\">(kata) Stile dell'Onda che s'Infrange</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000002\">(kata) Colpo delle Foglie Cremisi</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000030\">(kata) Trafiggere il Ventaglio</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Shinseist Monk Order",
|
||||
"name": "Shinseist Monk Order",
|
||||
"description": "<blockquote>Impero di Smeraldo p.238</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000006\">(kiho) Riding the Clouds</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000005\">(kiho) Earthen Fist</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Grado 1–2 Earth Kihō</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Grado 1–2 Rituals</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000002\">(kiho) Grasp the Earth Dragon</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000007\">(kiho) Way of the Willow</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Grado 1–4 Water Kihō</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000012\">(kiho) Way of the Falling Star</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>[Choose one skill group]</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Kihō del Vuoto di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a> (prereq)</td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Shosuro Infiltrator School [Scorpion]",
|
||||
"name": "Scuola dell'Infiltratore Shosuro [Scorpione]",
|
||||
"description": "<blockquote>Manuale Base p.79</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000027\">(kata) Stile delle Velata Minaccia</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\">(ninjutsu) Agguato</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000039\">(shuji) Sussurri di Lord Bayushi (Scorpione)</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000004\">(ninjutsu) Nube Nauseante</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000003\">(ninjutsu) Colpo che Riduce al Silenzio</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Shosuro Shadowweaver School [Scorpion]",
|
||||
"name": "Shosuro Shadowweaver School [Scorpion]",
|
||||
"description": "<blockquote>Reami Celesti p.87</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1 Shūji</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\">(ninjutsu) Agguato</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000001\">(ninjutsu) Pungiglione Mortale</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-2 Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000069\">(invocation) Fluid Shadows</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000039\">(shuji) Sussurri di Lord Bayushi (Scorpione)</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-3 Shūji</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000063\">(invocation) Dream Painter</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000004\">(ninjutsu) Nube Nauseante</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-4 Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000009\">(shuji) Offerta del Lupo</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000030\">(kata) Trafiggere il Ventaglio</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Shūji</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000065\">(invocation) The Fading Dream</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000003\">(ninjutsu) Colpo che Riduce al Silenzio</a> (prereq)</td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Soshi Illusionist School [Scorpion]",
|
||||
"name": "Scuola dell'Illusionista Soshi [Scorpione]",
|
||||
"description": "<blockquote>Manuale Base p.80</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000012\">(invocation) Maschera del Vento</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\">(ninjutsu) Agguato</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000005\">(invocation) Vapore degli Incubi</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000039\">(shuji) Sussurri di Lord Bayushi (Scorpione)</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000011\">(invocation) Falso Reame degli Spiriti Volpe</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000004\">(ninjutsu) Nube Nauseante</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni della Terra di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000001\">(ninjutsu) Pungiglione Mortale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000001\">(invocation) Sorgi, Aria</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000003\">(ninjutsu) Colpo che Riduce al Silenzio</a> (prereq)</td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Storm Fleet Sailor School [Mantis]",
|
||||
"name": "Scuola del Marinaio della Flotta Tempestosa [Mantide]",
|
||||
"description": "<blockquote>Il Clan della Mantide p.5</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\">(ninjutsu) Agguato</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\">(shuji) Acque Poco Profonde</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000001\">(kata) Colpo dell'Acqua che Scorre</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000071\">(shuji) Spacconeria di Osano-wo (Mantide)</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000003\">(kata) Colpo Trapassacuore</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000017\">(kata) Stile dell'Onda che s'Infrange</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Storm Fleet Tide Seer [Mantis]",
|
||||
"name": "Veggente delle Maree della Flotta Tempestosa [Mantide]",
|
||||
"description": "<blockquote>Il Clan della Mantide p.6</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000013\">(invocation) Evoca Nebbia</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000056\">(invocation) Riflessi di P'an Ku</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000052\">(invocation) Mani delle Maree</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000009\">(invocation) Appellarsi al Vento</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituali Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000038\">(invocation) Furia di Osano-Wo</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000071\">(shuji) Spacconeria di Osano-wo (Mantide)</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000003\">(invocation) Rabbia di Kaze-no-Kami</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000057\">(invocation) Sorgi, Acqua</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Vuoto di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000051\">(invocation) Onde Mutevoli</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000001\">(invocation) Sorgi, Aria</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Student of the Talon",
|
||||
"name": "Student of the Talon",
|
||||
"description": "<blockquote>Sentiero delle Onde p.49</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000088\">(shuji) Flowering Deceptions</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000035\">(kata) Chaotic Scattering</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000003\">(kata) Colpo Trapassacuore</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000062\">(kata) Swirling Viper Style</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000063\">(kata) Wasp's Spite Style</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000058\">(kata) Eyeless Sight Shot</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000009\">(shuji) Offerta del Lupo</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000061\">(kata) Falling Heavens Shot</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000001\">(ninjutsu) Pungiglione Mortale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000064\">(shuji) Watch My Back</a> (prereq)</td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "The Wandering Blade [Ronin]",
|
||||
"name": "The Wandering Blade [Ronin]",
|
||||
"description": "<blockquote>Sentiero delle Onde p.48</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000057\">(shuji) Bellow of Resolve</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000008\">(kata) Valutazione Tattica</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000056\">(kata) Rushing Ox Style</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000019\">(ritual) Wayfarer's Path</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000019\">(kata) Stile della Montagna di Ferro</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000068\">(shuji) Tonight, I Am Your Opponent</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000041\">(kata) Void Embrace Style</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000067\">(shuji) Bond of Heroes</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000070\">(shuji) Roar of Encouragement</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Togashi Chronicler School [Dragon]",
|
||||
"name": "Togashi Chronicler School [Dragon]",
|
||||
"description": "<blockquote>Corti di Pietra p.97</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000040\">(shuji) Lord Togashi's Insight (Dragon)</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000051\">(shuji) Beware The Smallest Mouse</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Stile della Mano Aperta</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000009\">(kiho) The Great Silence</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000013\">(ritual) The Ties that Bind</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000011\">(kiho) Breaking Blow</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000053\">(shuji) Foreseen Need</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1–4 Void Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000020\">(kiho) Tocco Mortale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Togashi Tattooed Order [Dragon]",
|
||||
"name": "Ordine del Tatuato Togashi [Drago]",
|
||||
"description": "<blockquote>Manuale Base p.69</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Grado 1 Fire Kihō</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000004\">(kiho) Via del Terremoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000012\">(shuji) Onesta Valutazione</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Kihō dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Stile della Mano Aperta</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000026\">(shuji) Ravvivare le Braci</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Kihō dell'Aria di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000020\">(kiho) Tocco Mortale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Kihō della Terra di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000021\">(kiho) Sfiorare il Drago del Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Kihō del Vuoto di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Rituali Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Toritaka Phantom Hunter School [Falcon]",
|
||||
"name": "Toritaka Phantom Hunter School [Falcon]",
|
||||
"description": "<blockquote>Terre dell'Ombra p.94</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000048\">(invocation) Bō of Water</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000005\">(ritual) Threshold Barrier</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000075\">(invocation) Essence of Jade</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000010\">(kata) Colpire come l'Aria</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000057\">(invocation) Sorgi, Acqua</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000018\">(kata) Stile della Luna Crescente</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1–5 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000001\">(kata) Colpo dell'Acqua che Scorre</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000003\">(invocation) Rabbia di Kaze-no-Kami</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Treasure Hunter",
|
||||
"name": "Treasure Hunter",
|
||||
"description": "<blockquote>Sentiero delle Onde p.50</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000010\">(kata) Colpire come l'Aria</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000035\">(kata) Chaotic Scattering</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-2 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000046\">(kata) Daring Swing</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000052\">(kata) Reckless Lunge</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-3 Water Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000049\">(kata) Laughing Fox Style</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000032\">(shuji) Portamento Regale</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000058\">(shuji) Ruse of the Moon's Reflection</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000064\">(shuji) Watch My Back</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000070\">(shuji) Roar of Encouragement</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Ujik Diviner School",
|
||||
"name": "Ujik Diviner School",
|
||||
"description": "<blockquote>Sentiero delle Onde p.55</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-2 Water Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000003\">(ritual) Divinazione</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000037\">(invocation) Fukurokujin's Wit</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-3 Earth Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000012\">(invocation) Maschera del Vento</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-3 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000035\">(kata) Chaotic Scattering</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000005\">(invocation) Vapore degli Incubi</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Giochi</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-5 Earth Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000049\">(kata) Laughing Fox Style</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000061\">(shuji) Mentor's Guidance</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-5 Water Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000070\">(shuji) Roar of Encouragement</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000067\">(shuji) Bond of Heroes</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Utaku Battle Maiden School [Unicorn]",
|
||||
"name": "Scuola della Vergine Guerriera Utaku [Unicorno]",
|
||||
"description": "<blockquote>Manuale Base p.86</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000035\">(shuji) Velocità di Lady Shinjo (Unicorno)</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000037\">(shuji) Colpire come l'Aria</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000021\">(kata) Colpo Tonante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000024\">(kata) Stile della Valanga Travolgente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Esempio di Coraggio</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000020\">(kata) Stile del Respiro del Vento</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000004\">(shuji) Flettersi con la Tempesta</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Utaku Stablemaster School [Unicorn]",
|
||||
"name": "Utaku Stablemaster School [Unicorn]",
|
||||
"description": "<blockquote>Reami Celesti p.88</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000009\">(invocation) Appellarsi al Vento</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000022\">(ritual) Blessing of Fertile Fields</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Grado 1-2 Rituals</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000068\">(invocation) Emboldened Steed</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000064\">(invocation) Messenger of Chikusho-do</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000074\">(invocation) Path of Beasts</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Grado 1-4 Rituals</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000067\">(invocation) Guardian of the Secret Gate</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\">(ritual) Grado 1-5 Rituals</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000073\">(invocation) Rain of Ten Thousand Lotuses</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Voice of the Wilds",
|
||||
"name": "Voice of the Wilds",
|
||||
"description": "<blockquote>Sentiero delle Onde p.52</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000002\">(invocation) Nature's Touch</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000005\">(ritual) Threshold Barrier</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-2 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000022\">(invocation) La Terra Diviene Cielo</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000008\">(kata) Valutazione Tattica</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-3 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000038\">(invocation) Furia di Osano-Wo</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000052\">(invocation) Mani delle Maree</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-2 Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000061\">(shuji) Mentor's Guidance</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000011\">(invocation) Falso Reame degli Spiriti Volpe</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1-5 Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1-3 Invocations</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000051\">(invocation) Onde Mutevoli</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Worldly Ronin Path [Ronin]",
|
||||
"name": "Sentiero del Ronin Navigato [Ronin]",
|
||||
"description": "<blockquote>Manuale Base p.87</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Sceglierne Una]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Stile della Mano Aperta</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\">(shuji) Acque Poco Profonde</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\">(shuji) Tutte le Arti sono Una</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000025\">(kata) Stile della Foresta di Ferro</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Sceglierne Una]</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000022\">(shuji) Esibizione Splendente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Arti Marziali [Sceglierne Una]</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000002\">(kata) Colpo delle Foglie Cremisi</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Arti Marziali [Sceglierne Una]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000024\">(shuji) Rigirare il Coltello nella Piaga</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Yasuki Merchant School [Crab]",
|
||||
"name": "Yasuki Merchant School [Crab]",
|
||||
"description": "<blockquote>Manuale Base p.61</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000027\">(shuji) Tributari del Commercio</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000028\">(shuji) Tutto in Burla</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Fuoco di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\">(shuji) Manovra Sfuggente</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Aria di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000015\">(kata) Presa di Lord Hida (Granchio)</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000029\">(shuji) Approccio Galleggiante</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000019\">(shuji) Spavalderia</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Moda</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji del Vuoto di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000013\">(shuji) L'inamovibile Mano della Pace</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000036\">(shuji) Decreto di Lady Doji (Gru)</a> (prereq)</td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Yasuki Yōjimbō School [Crab]",
|
||||
"name": "Yasuki Yōjimbō School [Crab]",
|
||||
"description": "<blockquote>Corti di Pietra p.98</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000025\">(kata) Stile della Foresta di Ferro</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000033\">(kata) Trip the Leg</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji dell'Acqua Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\">(shuji) Esempio di Coraggio</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000046\">(shuji) Unyielding Terms</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Arti Marziali [a Distanza]</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1–3 Ranged Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000016\">(shuji) Pilastro della Calma</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000049\">(shuji) All Shall Fear Me</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Medicina</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 General Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\">(kata) Scissione dell'Anima</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\">(shuji) Il Fato di un Samurai</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Commerce</td><td>Abilità</td></tr><tr><td>Navigazione</td><td>Abilità</td></tr><tr><td>Tattica</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Grado 1–5 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\">(shuji) Esaltare l'Anima</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Yogo Penitent Order [Scorpion]",
|
||||
"name": "Yogo Penitent Order [Scorpion]",
|
||||
"description": "<blockquote>Fields of Victory p.81</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Lavori Pesanti</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\">(ninjutsu) Agguato</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000015\">(ninjutsu) Swift Scouting</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Comando</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Grado 1-2 Air Shūji</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000024\">(ritual) Beseech Bayushi's Absolution</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000016\">(ninjutsu) The Patient Viper</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000074\">(shuji) Entice with Falsehoods</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000022\">(kiho) Fermare gli Elementi</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Meditazione</td><td>Abilità</td></tr><tr><td>Sopravvivenza</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Grado 1-4 Kata</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000017\">(ninjutsu) Vanish in the Shadows</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000086\">(shuji) Moment of Glory</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kiho\">(kiho) Grado 1-5 Void Kiho</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000003\">(ninjutsu) Colpo che Riduce al Silenzio</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000014\">(kata) Colpire come il Vuoto</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Yogo Preserver Schoo [Scorpion]",
|
||||
"name": "Yogo Preserver Schoo [Scorpion]",
|
||||
"description": "<blockquote>Terre dell'Ombra p.95</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Grado 1 Fire Invocations</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000010\">(invocation) Cloak of Night</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000056\">(invocation) Riflessi di P'an Ku</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Estetica</td><td>Abilità</td></tr><tr><td>Cortesia</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000052\">(invocation) Mani delle Maree</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\">(ninjutsu) Agguato</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Forgia</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni del Fuoco di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000005\">(invocation) Vapore degli Incubi</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000047\">(invocation) Ali della Fenice</a> (prereq)</td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Sociali</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Mischia]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Sensibilità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000003\">(ninjutsu) Colpo che Riduce al Silenzio</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000060\">(invocation) Suijin's Embrace</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Cultura</td><td>Abilità</td></tr><tr><td>Governo</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni del Fuoco di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000051\">(invocation) Onde Mutevoli</a></td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000031\">(invocation) Tomba di Giada</a></td><td>Tecniche</td></tr></table>"
|
||||
},
|
||||
{
|
||||
"id": "Yogo Wardmaster School [Scorpion]",
|
||||
"name": "Scuola del Maestro dei Sigilli Yogo [Scorpione]",
|
||||
"description": "<blockquote>Manuale Base p.81</blockquote><table><tr><th colspan=\"2\"><h2>Grado 1</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni della Terra di Grado 1</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000014\">(shuji) Prima il Decoro</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000055\">(invocation) Cammino per la Pace Interiore</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 2</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Acqua di Grado 1–2</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000030\">(shuji) Flusso e Riflusso</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000023\">(invocation) Ab </a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 3</h2></th></tr><tr><td>Abilità Artigiane</td><td>Grp. di Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni del Fuoco di Grado 1–3</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Stile della Mano Aperta</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000022\">(invocation) La Terra Diviene Cielo</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 4</h2></th></tr><tr><td>Abilità Intellettuali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Arti Marziali [Senza Armi]</td><td>Abilità</td></tr><tr><td>Criminalità</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-invocations\">(invocation) Invocazioni dell'Aria di Grado 1–4</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\">(ninjutsu) Agguato</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000057\">(invocation) Sorgi, Acqua</a></td><td>Tecniche</td></tr><tr><th colspan=\"2\"><h2>Grado 5</h2></th></tr><tr><td>Abilità Marziali</td><td>Grp. di Abilità</td></tr><tr><td>Composizione</td><td>Abilità</td></tr><tr><td>Esibizione</td><td>Abilità</td></tr><tr><td>Teologia</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\">(shuji) Shūji della Terra di Grado 1–5</a></td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000001\">(ninjutsu) Pungiglione Mortale</a> (prereq)</td><td>Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-invocations\" data-id=\"L5RCoreInv000031\">(invocation) Tomba di Giada</a></td><td>Tecniche</td></tr></table>"
|
||||
}
|
||||
]
|
||||
}
|
||||
58
system/babele/it/l5r5e.core-journal-terrain-qualities.json
Normal file
58
system/babele/it/l5r5e.core-journal-terrain-qualities.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"label": "Qualità del Terreno (WIP)",
|
||||
"mapping": {
|
||||
"content": "content"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Dangerous",
|
||||
"name": "Pericoloso",
|
||||
"content": "<blockquote>Manuale Base p.267</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Defiled",
|
||||
"name": "Profanato",
|
||||
"content": "<blockquote>Manuale Base p.267</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Entangling",
|
||||
"name": "Intralciante",
|
||||
"content": "<blockquote>Manuale Base p.267</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Hallowed (One or More Elements)",
|
||||
"name": "Consacrato (Uno o Più Elementi)",
|
||||
"content": "<blockquote>Manuale Base p.267</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Imbalanced (One or More Elements)",
|
||||
"name": "Squilibrato (Uno o Più Elementi)",
|
||||
"content": "<blockquote>Manuale Base p.267</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Obscuring",
|
||||
"name": "Oscurante",
|
||||
"content": "<blockquote>Manuale Base p.267</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Confining",
|
||||
"name": "Confining",
|
||||
"content": "<blockquote>Fields of Victory</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Elevated",
|
||||
"name": "Elevated",
|
||||
"content": "<blockquote>Fields of Victory</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Open",
|
||||
"name": "Open",
|
||||
"content": "<blockquote>Fields of Victory</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Recessed",
|
||||
"name": "Recessed",
|
||||
"content": "<blockquote>Fields of Victory</blockquote>"
|
||||
}
|
||||
]
|
||||
}
|
||||
40
system/babele/it/l5r5e.core-name-tables.json
Normal file
40
system/babele/it/l5r5e.core-name-tables.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"label": "Tabelle dei Nomi",
|
||||
"entries": [
|
||||
{
|
||||
"id": "Ivory Kingdoms names",
|
||||
"name": "Nomi del Regno d'Avorio",
|
||||
"description": "Sentiero delle Onde p.223-224"
|
||||
},
|
||||
{
|
||||
"id": "Japanese names (Female)",
|
||||
"name": "Nomi giapponesi (Femminili)",
|
||||
"description": "Lista non ufficiale"
|
||||
},
|
||||
{
|
||||
"id": "Japanese names (Male)",
|
||||
"name": "Nomi giapponesi (Maschili)",
|
||||
"description": "Lista non ufficiale"
|
||||
},
|
||||
{
|
||||
"id": "Japanese names (Village)",
|
||||
"name": "Nomi giapponesi (Villaggi)",
|
||||
"description": "Lista non ufficiale"
|
||||
},
|
||||
{
|
||||
"id": "Qamarist names",
|
||||
"name": "Nomi Qamaristi",
|
||||
"description": "Sentiero delle Onde p.226"
|
||||
},
|
||||
{
|
||||
"id": "Rokugani names",
|
||||
"name": "Nomi Rokugani",
|
||||
"description": "Sentiero delle Onde p.222"
|
||||
},
|
||||
{
|
||||
"id": "Ujik names",
|
||||
"name": "Nomi Ujik",
|
||||
"description": "Sentiero delle Onde p.225"
|
||||
}
|
||||
]
|
||||
}
|
||||
584
system/babele/it/l5r5e.core-peculiarities-adversities.json
Normal file
584
system/babele/it/l5r5e.core-peculiarities-adversities.json
Normal file
@@ -0,0 +1,584 @@
|
||||
{
|
||||
"label": "Svantaggi (WIP)",
|
||||
"mapping": {
|
||||
"types": "system.types",
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Benten’s Curse",
|
||||
"name": "Maledizione di Benten",
|
||||
"types": "Interpersonale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.123"
|
||||
},
|
||||
{
|
||||
"id": "Bishamon’s Curse",
|
||||
"name": "Maledizione di Bishamon",
|
||||
"types": "Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.123"
|
||||
},
|
||||
{
|
||||
"id": "Bitter Betrothal",
|
||||
"name": "Fidanzamento Infelice",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.120"
|
||||
},
|
||||
{
|
||||
"id": "Blackmailed by [Character’s Name]",
|
||||
"name": "Ricattato da [Nome personaggio]",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.126"
|
||||
},
|
||||
{
|
||||
"id": "Blindness",
|
||||
"name": "Cecità",
|
||||
"types": "Fisica, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.117"
|
||||
},
|
||||
{
|
||||
"id": "Bluntness",
|
||||
"name": "Schiettezza",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.127"
|
||||
},
|
||||
{
|
||||
"id": "Clumsiness",
|
||||
"name": "Goffaggine",
|
||||
"types": "Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.121"
|
||||
},
|
||||
{
|
||||
"id": "Cognitive Lapses",
|
||||
"name": "Vuoto Cognitivo",
|
||||
"types": "Mentale, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.130"
|
||||
},
|
||||
{
|
||||
"id": "Daikoku’s Curse",
|
||||
"name": "Maledizione di Daikoku",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.123"
|
||||
},
|
||||
{
|
||||
"id": "Damaged Heart or Organ",
|
||||
"name": "Cuore o Altro Organo Danneggiato",
|
||||
"types": "Fisica, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.119"
|
||||
},
|
||||
{
|
||||
"id": "Deafness",
|
||||
"name": "Sordità",
|
||||
"types": "Fisica, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.128"
|
||||
},
|
||||
{
|
||||
"id": "Discomfiting Countenance",
|
||||
"name": "Aspetto Ripugnante",
|
||||
"types": "Interpersonale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.117"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Compassion",
|
||||
"name": "Disdegno per la Compassione",
|
||||
"types": "Difetto, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.120"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Courage",
|
||||
"name": "Disdegno per il Coraggio",
|
||||
"types": "Difetto, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.120"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Courtesy",
|
||||
"name": "Disdegno per la Cortesia",
|
||||
"types": "Difetto, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.120"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Duty and Loyalty",
|
||||
"name": "Disdegno per il Dovere e la Lealtà",
|
||||
"types": "Difetto, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.120"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Honor",
|
||||
"name": "Disdegno per l'Onore",
|
||||
"types": "Difetto, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.120"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Righteousness",
|
||||
"name": "Disdegno per la Rettitudine",
|
||||
"types": "Difetto, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.120"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Sincerity",
|
||||
"name": "Disdegno per la Sincerità",
|
||||
"types": "Difetto, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.120"
|
||||
},
|
||||
{
|
||||
"id": "Ebisu’s Curse",
|
||||
"name": "Maledizione di Ebisu",
|
||||
"types": "Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.124"
|
||||
},
|
||||
{
|
||||
"id": "Fractured Spine",
|
||||
"name": "Spina Dorsale Fratturata",
|
||||
"types": "Fisica, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.129"
|
||||
},
|
||||
{
|
||||
"id": "Fukurokujin’s Curse",
|
||||
"name": "Maledizione di Fukurokujin",
|
||||
"types": "Mentale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.124"
|
||||
},
|
||||
{
|
||||
"id": "Gaijin Name, Culture, or Appearance",
|
||||
"name": "Nome, Cultura, o Aspetto Gaijin",
|
||||
"types": "Interpersonale (Nome), Mentale e Interpersonale (Cultura) o Fisica (Aspetto)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.126"
|
||||
},
|
||||
{
|
||||
"id": "Haunting",
|
||||
"name": "Infestazione",
|
||||
"types": "Interpersonale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.121"
|
||||
},
|
||||
{
|
||||
"id": "Incurable Illness",
|
||||
"name": "Malattia Incurabile",
|
||||
"types": "Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.122"
|
||||
},
|
||||
{
|
||||
"id": "Jurōjin’s Curse",
|
||||
"name": "Maledizione di Jurōjin",
|
||||
"types": "Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.124"
|
||||
},
|
||||
{
|
||||
"id": "Kisshōten’s Curse",
|
||||
"name": "Maledizione di Kisshōten",
|
||||
"types": "Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.124"
|
||||
},
|
||||
{
|
||||
"id": "Lost Arm or Lost Hand",
|
||||
"name": "Monco",
|
||||
"types": "Fisica, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.125"
|
||||
},
|
||||
{
|
||||
"id": "Lost Eye",
|
||||
"name": "Guercio",
|
||||
"types": "Fisica, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.121"
|
||||
},
|
||||
{
|
||||
"id": "Lost Fingers",
|
||||
"name": "Dita Mancanti",
|
||||
"types": "Fisica, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.120"
|
||||
},
|
||||
{
|
||||
"id": "Lost Leg",
|
||||
"name": "Senza Gamba",
|
||||
"types": "Fisica, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.130"
|
||||
},
|
||||
{
|
||||
"id": "Lost Memories",
|
||||
"name": "Ricordi Perduti",
|
||||
"types": "Mentale, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.127"
|
||||
},
|
||||
{
|
||||
"id": "Maimed Arm",
|
||||
"name": "Braccio Danneggiato",
|
||||
"types": "Fisica, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.117"
|
||||
},
|
||||
{
|
||||
"id": "Maimed Visage",
|
||||
"name": "Sfigurato",
|
||||
"types": "Interpersonale, Fisica, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.128"
|
||||
},
|
||||
{
|
||||
"id": "Momoku",
|
||||
"name": "Momoku",
|
||||
"types": "Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.125"
|
||||
},
|
||||
{
|
||||
"id": "Muteness",
|
||||
"name": "Mutismo",
|
||||
"types": "Interpersonale, Fisica o Mentale, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.125"
|
||||
},
|
||||
{
|
||||
"id": "Nerve Damage",
|
||||
"name": "Nervo Danneggiato",
|
||||
"types": "Fisica, Cicatrice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.126"
|
||||
},
|
||||
{
|
||||
"id": "Scorn of [One Group]",
|
||||
"name": "Disprezzato da [un gruppo]",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.120"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Air)",
|
||||
"name": "Contaminazione delle Terre dell'Ombra (Aria)",
|
||||
"types": "Maledizione, Interpersonale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.118"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Earth)",
|
||||
"name": "Contaminazione delle Terre dell'Ombra (Terra)",
|
||||
"types": "Maledizione, Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.119"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Fire)",
|
||||
"name": "Contaminazione delle Terre dell'Ombra (Fuoco)",
|
||||
"types": "Maledizione, Mentale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.118"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Void)",
|
||||
"name": "Contaminazione delle Terre dell'Ombra (Vuoto)",
|
||||
"types": "Maledizione, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.119"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Water)",
|
||||
"name": "Contaminazione delle Terre dell'Ombra (Acqua)",
|
||||
"types": "Maledizione, Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.117"
|
||||
},
|
||||
{
|
||||
"id": "Sworn Enemy",
|
||||
"name": "Nemico Giurato",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.126"
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Cruelty",
|
||||
"name": "Sussurri di Crudeltà",
|
||||
"types": "Infamia, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.129"
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Doom",
|
||||
"name": "Sussurri di Rovina",
|
||||
"types": "Infamia, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.130"
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Failure",
|
||||
"name": "Sussurri di Fallimento",
|
||||
"types": "Infamia, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.129"
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Poverty",
|
||||
"name": "Sussurri di Povertà",
|
||||
"types": "Infamia, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.130"
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Treachery",
|
||||
"name": "Sussurri di Tradimento",
|
||||
"types": "Infamia, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.130"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Deficiency (Air)",
|
||||
"name": "Elemental Deficiency (Air)",
|
||||
"types": "Mentale, Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Deficiency (Earth)",
|
||||
"name": "Elemental Deficiency (Earth)",
|
||||
"types": "Mentale, Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Deficiency (Fire)",
|
||||
"name": "Elemental Deficiency (Fire)",
|
||||
"types": "Mentale, Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Deficiency (Water)",
|
||||
"name": "Elemental Deficiency (Water)",
|
||||
"types": "Mentale, Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Lackluster",
|
||||
"name": "Lackluster",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.102"
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Creativity",
|
||||
"name": "Overconfidence in Creativity",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.101"
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Spiritual Sensitivity",
|
||||
"name": "Overconfidence in Spiritual Sensitivity",
|
||||
"types": "Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.101"
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Charm",
|
||||
"name": "Overconfidence in Charm",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.101"
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Subtlety",
|
||||
"name": "Overconfidence in Subtlety",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.101"
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Toughness",
|
||||
"name": "Overconfidence in Toughness",
|
||||
"types": "Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.101"
|
||||
},
|
||||
{
|
||||
"id": "Unsavory Past",
|
||||
"name": "Unsavory Past",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.101"
|
||||
},
|
||||
{
|
||||
"id": "Allergy",
|
||||
"name": "Allergy",
|
||||
"types": "Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.246"
|
||||
},
|
||||
{
|
||||
"id": "Cursed Lineage",
|
||||
"name": "Cursed Lineage",
|
||||
"types": "Interpersonale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.246"
|
||||
},
|
||||
{
|
||||
"id": "Adopted Peasant",
|
||||
"name": "Adopted Peasant",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.246"
|
||||
},
|
||||
{
|
||||
"id": "Despise in [City]",
|
||||
"name": "Despise in [City]",
|
||||
"types": "Renommée, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.247"
|
||||
},
|
||||
{
|
||||
"id": "Hunted by Chikusho-Do",
|
||||
"name": "Hunted by Chikusho-Do",
|
||||
"types": "Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.247"
|
||||
},
|
||||
{
|
||||
"id": "Skepticism",
|
||||
"name": "Skepticism",
|
||||
"types": "Mentale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.247"
|
||||
},
|
||||
{
|
||||
"id": "Debt to [Person or Organization]",
|
||||
"name": "Debt to [Person or Organization]",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.71"
|
||||
},
|
||||
{
|
||||
"id": "Bullheaded",
|
||||
"name": "Bullheaded",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.72"
|
||||
},
|
||||
{
|
||||
"id": "Many Mouths",
|
||||
"name": "Many Mouths",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.71"
|
||||
},
|
||||
{
|
||||
"id": "Horrible Scar",
|
||||
"name": "Horrible Scar",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.72"
|
||||
},
|
||||
{
|
||||
"id": "Pursued by [Individual or Group]",
|
||||
"name": "Pursued by [Individual or Group]",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.73"
|
||||
},
|
||||
{
|
||||
"id": "Encompassing Duty",
|
||||
"name": "Encompassing Duty",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.72"
|
||||
},
|
||||
{
|
||||
"id": "Stained Lineage",
|
||||
"name": "Stained Lineage",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.72"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [One with the Darkness]",
|
||||
"name": "Shadowlands Taint [One with the Darkness]",
|
||||
"types": "Maledizione, Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.100"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Unnatural Skin]",
|
||||
"name": "Shadowlands Taint [Unnatural Skin]",
|
||||
"types": "Maledizione, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.100"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Blasphemous Appetites]",
|
||||
"name": "Shadowlands Taint [Blasphemous Appetites]",
|
||||
"types": "Maledizione, Mentale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.100"
|
||||
},
|
||||
{
|
||||
"id": "Lost Name",
|
||||
"name": "Lost Name",
|
||||
"types": "Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.97"
|
||||
},
|
||||
{
|
||||
"id": "Demon Wound",
|
||||
"name": "Demon Wound",
|
||||
"types": "Cicatrice, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.97"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Kansen Whispers]",
|
||||
"name": "Shadowlands Taint [Kansen Whispers]",
|
||||
"types": "Maledizione, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.99"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Distorted Limbs]",
|
||||
"name": "Shadowlands Taint [Distorted Limbs]",
|
||||
"types": "Maledizione, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.99"
|
||||
},
|
||||
{
|
||||
"id": "Sailor’s Tongue",
|
||||
"name": "Lingua da Marinaio",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.7"
|
||||
},
|
||||
{
|
||||
"id": "Blood Feud",
|
||||
"name": "Blood Feud (WIP)",
|
||||
"types": "Interpersonale, Social",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
}
|
||||
]
|
||||
}
|
||||
283
system/babele/it/l5r5e.core-peculiarities-anxieties.json
Normal file
283
system/babele/it/l5r5e.core-peculiarities-anxieties.json
Normal file
@@ -0,0 +1,283 @@
|
||||
{
|
||||
"label": "Ansietà (WIP)",
|
||||
"mapping": {
|
||||
"types": "system.types",
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Addiction",
|
||||
"name": "Dipendenza",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.131"
|
||||
},
|
||||
{
|
||||
"id": "Battle Trauma",
|
||||
"name": "Trauma da Battaglia",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.136"
|
||||
},
|
||||
{
|
||||
"id": "Cynicism",
|
||||
"name": "Scetticismo",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.135"
|
||||
},
|
||||
{
|
||||
"id": "Dark Secret",
|
||||
"name": "Segreto Oscuro",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.136"
|
||||
},
|
||||
{
|
||||
"id": "Delusions of Grandeur",
|
||||
"name": "Manie di Grandezza",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.134"
|
||||
},
|
||||
{
|
||||
"id": "Fear of Death",
|
||||
"name": "Paura della Morte",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.135"
|
||||
},
|
||||
{
|
||||
"id": "Ferocity",
|
||||
"name": "Ferocia",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.132"
|
||||
},
|
||||
{
|
||||
"id": "Impatience",
|
||||
"name": "Impazienza",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.133"
|
||||
},
|
||||
{
|
||||
"id": "Intolerance",
|
||||
"name": "Intolleranza",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.133"
|
||||
},
|
||||
{
|
||||
"id": "Irrepressible Flirtation",
|
||||
"name": "Libertino",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.133"
|
||||
},
|
||||
{
|
||||
"id": "Jealousy",
|
||||
"name": "Gelosia",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.132"
|
||||
},
|
||||
{
|
||||
"id": "Materialism",
|
||||
"name": "Materialismo",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.134"
|
||||
},
|
||||
{
|
||||
"id": "Meekness",
|
||||
"name": "Remissività",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.135"
|
||||
},
|
||||
{
|
||||
"id": "Painful Honesty",
|
||||
"name": "Onestà Scomoda",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.134"
|
||||
},
|
||||
{
|
||||
"id": "Paranoia",
|
||||
"name": "Paranoia",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.134"
|
||||
},
|
||||
{
|
||||
"id": "Perfectionism",
|
||||
"name": "Perfezionismo",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.135"
|
||||
},
|
||||
{
|
||||
"id": "Phobia",
|
||||
"name": "Fobia",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.132"
|
||||
},
|
||||
{
|
||||
"id": "Softheartedness",
|
||||
"name": "Cuore Tenero",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.131"
|
||||
},
|
||||
{
|
||||
"id": "Superstition",
|
||||
"name": "Superstizione",
|
||||
"types": "Mentale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.136"
|
||||
},
|
||||
{
|
||||
"id": "Conspiracy",
|
||||
"name": "Conspiracy",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Omen of Bad Luck",
|
||||
"name": "Omen of Bad Luck",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Uncleanliness",
|
||||
"name": "Uncleanliness",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Vanity",
|
||||
"name": "Vanity",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Isolation",
|
||||
"name": "Isolation",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.103"
|
||||
},
|
||||
{
|
||||
"id": "Web of Lies",
|
||||
"name": "Web of Lies",
|
||||
"types": "Interpersonale,",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.103"
|
||||
},
|
||||
{
|
||||
"id": "Accustomed to Luxury",
|
||||
"name": "Accustomed to Luxury",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.247"
|
||||
},
|
||||
{
|
||||
"id": "Claustrophobia",
|
||||
"name": "Claustrophobia",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.248"
|
||||
},
|
||||
{
|
||||
"id": "False Identity",
|
||||
"name": "False Identity",
|
||||
"types": "Interpersonale,",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.248"
|
||||
},
|
||||
{
|
||||
"id": "Loathing for Peasants",
|
||||
"name": "Loathing for Peasants",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.248"
|
||||
},
|
||||
{
|
||||
"id": "Loneliness",
|
||||
"name": "Loneliness",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.249"
|
||||
},
|
||||
{
|
||||
"id": "Eyes of Many",
|
||||
"name": "Eyes of Many",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.73"
|
||||
},
|
||||
{
|
||||
"id": "Coming Storm",
|
||||
"name": "Coming Storm",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.74"
|
||||
},
|
||||
{
|
||||
"id": "Fear of Stagnation",
|
||||
"name": "Fear of Stagnation",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.74"
|
||||
},
|
||||
{
|
||||
"id": "Failure",
|
||||
"name": "Failure",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.73"
|
||||
},
|
||||
{
|
||||
"id": "Fallen Ancestor",
|
||||
"name": "Fallen Ancestor",
|
||||
"types": "Interpersonale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.98"
|
||||
},
|
||||
{
|
||||
"id": "Obtuse",
|
||||
"name": "Obtuse",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.99"
|
||||
},
|
||||
{
|
||||
"id": "Reformed Maho-Tsukai",
|
||||
"name": "Reformed Maho-Tsukai",
|
||||
"types": "Interpersonale,",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.98"
|
||||
},
|
||||
{
|
||||
"id": "Belligerent",
|
||||
"name": "Belligerent",
|
||||
"types": "Interpersonale,",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Braggart",
|
||||
"name": "Braggart",
|
||||
"types": "Interpersonale,",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
}
|
||||
]
|
||||
}
|
||||
486
system/babele/it/l5r5e.core-peculiarities-distinctions.json
Normal file
486
system/babele/it/l5r5e.core-peculiarities-distinctions.json
Normal file
@@ -0,0 +1,486 @@
|
||||
{
|
||||
"label": "Vantaggi (WIP)",
|
||||
"mapping": {
|
||||
"types": "system.types",
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Ally [Name]",
|
||||
"name": "Alleato [Nome]",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.102"
|
||||
},
|
||||
{
|
||||
"id": "Ambidexterity",
|
||||
"name": "Ambidestria",
|
||||
"types": "Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.102"
|
||||
},
|
||||
{
|
||||
"id": "Benten’s Blessing",
|
||||
"name": "Benedizione di Benten",
|
||||
"types": "Interpersonale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.102"
|
||||
},
|
||||
{
|
||||
"id": "Bishamon’s Blessing",
|
||||
"name": "Benedizione di Bishamon",
|
||||
"types": "Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.102"
|
||||
},
|
||||
{
|
||||
"id": "Blackmail on [Name]",
|
||||
"name": "Ricatto Verso [Nome]",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.108"
|
||||
},
|
||||
{
|
||||
"id": "Blessed Lineage",
|
||||
"name": "Lignaggio Benedetto",
|
||||
"types": "Interpersonale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.107"
|
||||
},
|
||||
{
|
||||
"id": "Blissful Betrothal",
|
||||
"name": "Fidanzamento Felice",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.106"
|
||||
},
|
||||
{
|
||||
"id": "Daikoku’s Blessing",
|
||||
"name": "Benedizione di Daikoku",
|
||||
"types": "Interpersonale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.102"
|
||||
},
|
||||
{
|
||||
"id": "Dangerous Allure",
|
||||
"name": "Fascino Pericoloso",
|
||||
"types": "Interpersonale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.106"
|
||||
},
|
||||
{
|
||||
"id": "Ebisu’s Blessing",
|
||||
"name": "Benedizione di Ebisu",
|
||||
"types": "Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.103"
|
||||
},
|
||||
{
|
||||
"id": "Famously Honest",
|
||||
"name": "Famoso per l'Onestà",
|
||||
"types": "Rinomanza, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.105"
|
||||
},
|
||||
{
|
||||
"id": "Famously Lucky",
|
||||
"name": "Famoso per la Fortuna",
|
||||
"types": "Rinomanza, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.105"
|
||||
},
|
||||
{
|
||||
"id": "Famously Reliable",
|
||||
"name": "Famoso per l'Affidabilità",
|
||||
"types": "Rinomanza, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.104"
|
||||
},
|
||||
{
|
||||
"id": "Famously Successful",
|
||||
"name": "Famoso per il Successo",
|
||||
"types": "Rinomanza, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.105"
|
||||
},
|
||||
{
|
||||
"id": "Famously Wealthy",
|
||||
"name": "Famoso per la Ricchezza",
|
||||
"types": "Rinomanza, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.105"
|
||||
},
|
||||
{
|
||||
"id": "Flexibility",
|
||||
"name": "Flessibilità",
|
||||
"types": "Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.106"
|
||||
},
|
||||
{
|
||||
"id": "Fukurokujin’s Blessing",
|
||||
"name": "Benedizione di Fukurokujin",
|
||||
"types": "Mentale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.103"
|
||||
},
|
||||
{
|
||||
"id": "Indomitable Will",
|
||||
"name": "Volontà Indomabile",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.110"
|
||||
},
|
||||
{
|
||||
"id": "Jurojin’s Blessing",
|
||||
"name": "Benedizione di Jurōjin",
|
||||
"types": "Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.103"
|
||||
},
|
||||
{
|
||||
"id": "Keen Balance",
|
||||
"name": "Equilibrio Impeccabile",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.104"
|
||||
},
|
||||
{
|
||||
"id": "Keen Hearing",
|
||||
"name": "Udito Impeccabile",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.109"
|
||||
},
|
||||
{
|
||||
"id": "Keen Sight",
|
||||
"name": "Vista Impeccabile",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.110"
|
||||
},
|
||||
{
|
||||
"id": "Keen Smell",
|
||||
"name": "Olfatto Impeccabile",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.108"
|
||||
},
|
||||
{
|
||||
"id": "Karmic Tie",
|
||||
"name": "Legame Karmico",
|
||||
"types": "Interpersonale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.107"
|
||||
},
|
||||
{
|
||||
"id": "Kisshōten’s Blessing",
|
||||
"name": "Benedizione di Kisshōten",
|
||||
"types": "Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.103"
|
||||
},
|
||||
{
|
||||
"id": "Large Stature",
|
||||
"name": "Grande Statura",
|
||||
"types": "Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.106"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Compassion",
|
||||
"name": "Espressione di Compassione",
|
||||
"types": "Mentale, Virtù",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.104"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Courage",
|
||||
"name": "Espressione di Coraggio",
|
||||
"types": "Mentale, Virtù",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.104"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Courtesy",
|
||||
"name": "Espressione di Cortesia",
|
||||
"types": "Mentale, Virtù",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.104"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Duty and Loyalty",
|
||||
"name": "Espressione di Dovere e Lealtà",
|
||||
"types": "Mentale, Virtù",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.104"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Honor",
|
||||
"name": "Espressione di Onore",
|
||||
"types": "Mentale, Virtù",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.104"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Righteousness",
|
||||
"name": "Espressione di Rettitudine",
|
||||
"types": "Mentale, Virtù",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.104"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Sincerity",
|
||||
"name": "Espressione di Sincerità",
|
||||
"types": "Mentale, Virtù",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.104"
|
||||
},
|
||||
{
|
||||
"id": "Precise Memory",
|
||||
"name": "Memoria Infallibile",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.107"
|
||||
},
|
||||
{
|
||||
"id": "Quick Reflexes",
|
||||
"name": "Riflessi Fulminei",
|
||||
"types": "Interpersonale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.108"
|
||||
},
|
||||
{
|
||||
"id": "Seasoned",
|
||||
"name": "Veterano",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.110"
|
||||
},
|
||||
{
|
||||
"id": "Sixth Sense",
|
||||
"name": "Sesto Senso",
|
||||
"types": "Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.109"
|
||||
},
|
||||
{
|
||||
"id": "Small Stature",
|
||||
"name": "Piccola Statura",
|
||||
"types": "Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.108"
|
||||
},
|
||||
{
|
||||
"id": "Subtle Observer",
|
||||
"name": "Sottile Osservatore",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.109"
|
||||
},
|
||||
{
|
||||
"id": "Support of [One Group]",
|
||||
"name": "Supporto dei [un Gruppo]",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.109"
|
||||
},
|
||||
{
|
||||
"id": "Talented Herbalist",
|
||||
"name": "Talented Herbalist",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Famously Kind",
|
||||
"name": "Famously Kind",
|
||||
"types": "Rinomanza, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Portentous Birth",
|
||||
"name": "Portentous Birth",
|
||||
"types": "Interpersonale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Affect of Harmlessness",
|
||||
"name": "Affect of Harmlessness",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.99"
|
||||
},
|
||||
{
|
||||
"id": "Famously Neutral",
|
||||
"name": "Famously Neutral",
|
||||
"types": "Rinomanza, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.99"
|
||||
},
|
||||
{
|
||||
"id": "Well Connected in {City}",
|
||||
"name": "Well Connected in {City}",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.99"
|
||||
},
|
||||
{
|
||||
"id": "Animal Trainer",
|
||||
"name": "Animal Trainer",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.242"
|
||||
},
|
||||
{
|
||||
"id": "Expert Tracker",
|
||||
"name": "Expert Tracker",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.242"
|
||||
},
|
||||
{
|
||||
"id": "Criminal Connections",
|
||||
"name": "Criminal Connections",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.242"
|
||||
},
|
||||
{
|
||||
"id": "Friend of the brotherhood",
|
||||
"name": "Friend of the brotherhood",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.242"
|
||||
},
|
||||
{
|
||||
"id": "Well Connected",
|
||||
"name": "Well Connected",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.243"
|
||||
},
|
||||
{
|
||||
"id": "Kuge Lineage",
|
||||
"name": "Kuge Lineage",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.243"
|
||||
},
|
||||
{
|
||||
"id": "Hero of [Village]",
|
||||
"name": "Hero of [Village]",
|
||||
"types": "Rinomanza, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.243"
|
||||
},
|
||||
{
|
||||
"id": "Spiritual Protector",
|
||||
"name": "Spiritual Protector",
|
||||
"types": "Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.243"
|
||||
},
|
||||
{
|
||||
"id": "Ardent Leader",
|
||||
"name": "Ardent Leader",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.69"
|
||||
},
|
||||
{
|
||||
"id": "Dashing Scar",
|
||||
"name": "Dashing Scar",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.69"
|
||||
},
|
||||
{
|
||||
"id": "Lucky Hunter",
|
||||
"name": "Lucky Hunter",
|
||||
"types": "Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.69"
|
||||
},
|
||||
{
|
||||
"id": "Scrounger",
|
||||
"name": "Scrounger",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.70"
|
||||
},
|
||||
{
|
||||
"id": "Scrappy",
|
||||
"name": "Scrappy",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.68"
|
||||
},
|
||||
{
|
||||
"id": "Urbane and Worldly",
|
||||
"name": "Urbane and Worldly",
|
||||
"types": "Interpersonale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.69"
|
||||
},
|
||||
{
|
||||
"id": "Dead Eyes",
|
||||
"name": "Dead Eyes",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.96"
|
||||
},
|
||||
{
|
||||
"id": "Light Sleeper",
|
||||
"name": "Light Sleeper",
|
||||
"types": "Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.96"
|
||||
},
|
||||
{
|
||||
"id": "Friend of the Nezumi",
|
||||
"name": "Friend of the Nezumi",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.96"
|
||||
},
|
||||
{
|
||||
"id": "Blood of Osano-Wo",
|
||||
"name": "Sangue di Osano-wo",
|
||||
"types": "Mentale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.7"
|
||||
},
|
||||
{
|
||||
"id": "Sea Legs",
|
||||
"name": "Gambe da Marinaio",
|
||||
"types": "Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.7"
|
||||
},
|
||||
{
|
||||
"id": "Guiding Ancestor",
|
||||
"name": "Guiding Ancestor",
|
||||
"types": "Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Traditional Adherent",
|
||||
"name": "Traditional Adherent",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Passion for [Foreign Performing Art Form]",
|
||||
"name": "Passion for [Foreign Performing Art Form]",
|
||||
"types": "Rinomanza, Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.70"
|
||||
}
|
||||
]
|
||||
}
|
||||
297
system/babele/it/l5r5e.core-peculiarities-passions.json
Normal file
297
system/babele/it/l5r5e.core-peculiarities-passions.json
Normal file
@@ -0,0 +1,297 @@
|
||||
{
|
||||
"label": "Passioni (WIP)",
|
||||
"mapping": {
|
||||
"types": "system.types",
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Animal Bond",
|
||||
"name": "Legame con gli Animali",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.113"
|
||||
},
|
||||
{
|
||||
"id": "Armament",
|
||||
"name": "Armamenti",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.111"
|
||||
},
|
||||
{
|
||||
"id": "Brushwork",
|
||||
"name": "Arte del Pennello",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.111"
|
||||
},
|
||||
{
|
||||
"id": "Curiosity",
|
||||
"name": "Curiosità",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.111"
|
||||
},
|
||||
{
|
||||
"id": "Daredevil",
|
||||
"name": "Spericolato",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.115"
|
||||
},
|
||||
{
|
||||
"id": "Enlightenment",
|
||||
"name": "Illuminazione",
|
||||
"types": "Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.113"
|
||||
},
|
||||
{
|
||||
"id": "Fashion",
|
||||
"name": "Tendenza",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.116"
|
||||
},
|
||||
{
|
||||
"id": "Fortune-Telling",
|
||||
"name": "Predire il Futuro",
|
||||
"types": "Mentale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.114"
|
||||
},
|
||||
{
|
||||
"id": "Generosity",
|
||||
"name": "Generosità",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.112"
|
||||
},
|
||||
{
|
||||
"id": "Gossip",
|
||||
"name": "Pettegolezzi",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.113"
|
||||
},
|
||||
{
|
||||
"id": "History",
|
||||
"name": "Storia",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.115"
|
||||
},
|
||||
{
|
||||
"id": "Ikebana",
|
||||
"name": "Ikebana",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.112"
|
||||
},
|
||||
{
|
||||
"id": "Playfulness",
|
||||
"name": "Giocosità",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.112"
|
||||
},
|
||||
{
|
||||
"id": "Provocation",
|
||||
"name": "Provocazione",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.114"
|
||||
},
|
||||
{
|
||||
"id": "Sake",
|
||||
"name": "Sake",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.115"
|
||||
},
|
||||
{
|
||||
"id": "Secrets",
|
||||
"name": "Segreti",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.115"
|
||||
},
|
||||
{
|
||||
"id": "Stories",
|
||||
"name": "Racconti",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.114"
|
||||
},
|
||||
{
|
||||
"id": "Tea",
|
||||
"name": "Tè",
|
||||
"types": "Fisica, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.115"
|
||||
},
|
||||
{
|
||||
"id": "Travel",
|
||||
"name": "Viaggio",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.116"
|
||||
},
|
||||
{
|
||||
"id": "Wordplay",
|
||||
"name": "Giochi di Parole",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.112"
|
||||
},
|
||||
{
|
||||
"id": "Bathing",
|
||||
"name": "Bathing",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Kyudo",
|
||||
"name": "Kyudo",
|
||||
"types": "Mentale, Fisica",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Kabuki",
|
||||
"name": "Kabuki",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Festivals",
|
||||
"name": "Festivals",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Religious Study",
|
||||
"name": "Religious Study",
|
||||
"types": "Mentale, Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Local Flare for {Region}",
|
||||
"name": "Local Flare for {Region}",
|
||||
"types": "Interpersonale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.100"
|
||||
},
|
||||
{
|
||||
"id": "Decorum",
|
||||
"name": "Decorum",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.100"
|
||||
},
|
||||
{
|
||||
"id": "Pot Stirrer",
|
||||
"name": "Pot Stirrer",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.101"
|
||||
},
|
||||
{
|
||||
"id": "City [Choose One]",
|
||||
"name": "City [Choose One]",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.244"
|
||||
},
|
||||
{
|
||||
"id": "Bonsai",
|
||||
"name": "Bonsai",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.244"
|
||||
},
|
||||
{
|
||||
"id": "Gourmet",
|
||||
"name": "Gourmet",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.244"
|
||||
},
|
||||
{
|
||||
"id": "Rock Gardening",
|
||||
"name": "Rock Gardening",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.245"
|
||||
},
|
||||
{
|
||||
"id": "Military History",
|
||||
"name": "Military History",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.245"
|
||||
},
|
||||
{
|
||||
"id": "Navigator",
|
||||
"name": "Navigator",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.245"
|
||||
},
|
||||
{
|
||||
"id": "Researcher",
|
||||
"name": "Researcher",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.245"
|
||||
},
|
||||
{
|
||||
"id": "Honest Work",
|
||||
"name": "Honest Work",
|
||||
"types": "Interpersonale, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.71"
|
||||
},
|
||||
{
|
||||
"id": "Attention",
|
||||
"name": "Attention",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.70"
|
||||
},
|
||||
{
|
||||
"id": "Creatures",
|
||||
"name": "Creatures",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.97"
|
||||
},
|
||||
{
|
||||
"id": "KnotWork",
|
||||
"name": "Arte del Nodo",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.7"
|
||||
},
|
||||
{
|
||||
"id": "Ancestry",
|
||||
"name": "Ancestry",
|
||||
"types": "Mentale",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Glorious Deeds",
|
||||
"name": "Glorious Deeds",
|
||||
"types": "Martial, Social",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
}
|
||||
]
|
||||
}
|
||||
213
system/babele/it/l5r5e.core-properties.json
Normal file
213
system/babele/it/l5r5e.core-properties.json
Normal file
@@ -0,0 +1,213 @@
|
||||
{
|
||||
"label": "Qualità degli Oggetti (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Razor-Edged",
|
||||
"name": "Affilato",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.240"
|
||||
},
|
||||
{
|
||||
"id": "Ceremonial",
|
||||
"name": "Cerimoniale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.240"
|
||||
},
|
||||
{
|
||||
"id": "Damaged",
|
||||
"name": "Danneggiato",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.240"
|
||||
},
|
||||
{
|
||||
"id": "Destroyed",
|
||||
"name": "Distrutto",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.240"
|
||||
},
|
||||
{
|
||||
"id": "Concealable",
|
||||
"name": "Discreto",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.240"
|
||||
},
|
||||
{
|
||||
"id": "Cumbersome",
|
||||
"name": "Ingombrante",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.240"
|
||||
},
|
||||
{
|
||||
"id": "Snaring",
|
||||
"name": "Intrappolante",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.240"
|
||||
},
|
||||
{
|
||||
"id": "Unholy",
|
||||
"name": "Sacrilego",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.241"
|
||||
},
|
||||
{
|
||||
"id": "Forbidden",
|
||||
"name": "Proibito",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.241"
|
||||
},
|
||||
{
|
||||
"id": "Resplendent",
|
||||
"name": "Risplendente",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.241"
|
||||
},
|
||||
{
|
||||
"id": "Wargear",
|
||||
"name": "Militare",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.241"
|
||||
},
|
||||
{
|
||||
"id": "Mundane",
|
||||
"name": "Comune",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.240"
|
||||
},
|
||||
{
|
||||
"id": "Prepare",
|
||||
"name": "Ricaricabile",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.241"
|
||||
},
|
||||
{
|
||||
"id": "Sacred",
|
||||
"name": "Sacro",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.241"
|
||||
},
|
||||
{
|
||||
"id": "Durable",
|
||||
"name": "Durevole",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.240"
|
||||
},
|
||||
{
|
||||
"id": "Subtle",
|
||||
"name": "Occultabile",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.241"
|
||||
},
|
||||
{
|
||||
"id": "Kakita Pattern",
|
||||
"name": "Kakita Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Kenzō Blade",
|
||||
"name": "Kenzō Blade",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Shirogane Jade Inlay",
|
||||
"name": "Shirogane Jade Inlay",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Uchema’s Technique",
|
||||
"name": "Uchema’s Technique",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Yasunori Steel",
|
||||
"name": "Yasunori Steel",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Akodo Pattern",
|
||||
"name": "Akodo Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Burning Watter Pattern",
|
||||
"name": "Burning Watter Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Concealment Pattern",
|
||||
"name": "Concealment Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Deadly Fangs Pattern",
|
||||
"name": "Deadly Fangs Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Fearsome Snarl Pattern",
|
||||
"name": "Fearsome Snarl Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Ichirō Pattern",
|
||||
"name": "Ichirō Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Mountain Silk Pattern",
|
||||
"name": "Mountain Silk Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Screaming Fire Pattern",
|
||||
"name": "Screaming Fire Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Toriyama's Endurance Pattern",
|
||||
"name": "Toriyama's Endurance Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Spirit of the Qamarist Pattern",
|
||||
"name": "Spirit of the Qamarist Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.117"
|
||||
},
|
||||
{
|
||||
"id": "Ghostlands Yodhaniya Pattern",
|
||||
"name": "Ghostlands Yodhaniya Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.117"
|
||||
},
|
||||
{
|
||||
"id": "Kökejin’s Heart of the Wind Pattern",
|
||||
"name": "Kökejin’s Heart of the Wind Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.117"
|
||||
},
|
||||
{
|
||||
"id": "Agasha Pattern",
|
||||
"name": "Agasha Pattern",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
}
|
||||
]
|
||||
}
|
||||
27
system/babele/it/l5r5e.core-signature-scrolls.json
Normal file
27
system/babele/it/l5r5e.core-signature-scrolls.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"label": "Signature Scrolls (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Ichi’s Second Sight",
|
||||
"name": "Ichi’s Second Sight",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.108"
|
||||
},
|
||||
{
|
||||
"id": "Hasegawa’s Denial",
|
||||
"name": "Hasegawa’s Denial",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.108"
|
||||
},
|
||||
{
|
||||
"id": "Maikara’s Rebuke",
|
||||
"name": "Maikara’s Rebuke",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.108"
|
||||
}
|
||||
]
|
||||
}
|
||||
105
system/babele/it/l5r5e.core-techniques-inversions.json
Normal file
105
system/babele/it/l5r5e.core-techniques-inversions.json
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"label": "Techniques Inversions (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "One Within the Void",
|
||||
"name": "One Within the Void",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Sight beyond Existence",
|
||||
"name": "Sight beyond Existence",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Whispered Blade",
|
||||
"name": "Whispered Blade",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Witness the End",
|
||||
"name": "Witness the End",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Distance Distorted",
|
||||
"name": "Distance Distorted",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Ethereal Flicker",
|
||||
"name": "Ethereal Flicker",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "The Lotus Bloom",
|
||||
"name": "The Lotus Bloom",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Hurl from the Stream",
|
||||
"name": "Hurl from the Stream",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Moon on the Shifting Sea",
|
||||
"name": "Moon on the Shifting Sea",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Shroud in Solitude",
|
||||
"name": "Shroud in Solitude",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Reality Stitch",
|
||||
"name": "Reality Stitch",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Shattering Caress",
|
||||
"name": "Shattering Caress",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Three Heartbeats",
|
||||
"name": "Three Heartbeats",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Essence Eternal",
|
||||
"name": "Essence Eternal",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Slip the Cycle",
|
||||
"name": "Slip the Cycle",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Unweave",
|
||||
"name": "Unweave",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
}
|
||||
]
|
||||
}
|
||||
459
system/babele/it/l5r5e.core-techniques-invocations.json
Normal file
459
system/babele/it/l5r5e.core-techniques-invocations.json
Normal file
@@ -0,0 +1,459 @@
|
||||
{
|
||||
"label": "Tecniche Invocazioni (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Rise, Air",
|
||||
"name": "Sorgi, Aria",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.195"
|
||||
},
|
||||
{
|
||||
"id": "Nature’s Touch",
|
||||
"name": "Tocco della Natura",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.195"
|
||||
},
|
||||
{
|
||||
"id": "Wrath of Kaze-no-Kami",
|
||||
"name": "Rabbia di Kaze-no-Kami",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.194"
|
||||
},
|
||||
{
|
||||
"id": "Secrets on the Wind",
|
||||
"name": "Segreti nel Vento",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.195"
|
||||
},
|
||||
{
|
||||
"id": "Vapor of Nightmares",
|
||||
"name": "Vapore degli Incubi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.196"
|
||||
},
|
||||
{
|
||||
"id": "Grasp of the Air Dragon",
|
||||
"name": "Presa del Drago dell'Aria",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.194"
|
||||
},
|
||||
{
|
||||
"id": "Blessed Wind",
|
||||
"name": "Vento Benedetto",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.196"
|
||||
},
|
||||
{
|
||||
"id": "By the Light of the Lord Moon",
|
||||
"name": "Per la Luce del Dio Luna",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.193"
|
||||
},
|
||||
{
|
||||
"id": "Call Upon the Wind",
|
||||
"name": "Appellarsi al Vento",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.192"
|
||||
},
|
||||
{
|
||||
"id": "Cloak of Night",
|
||||
"name": "Mantello Notturno",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.193"
|
||||
},
|
||||
{
|
||||
"id": "False Realm of the Fox Spirits",
|
||||
"name": "Falso Reame degli Spiriti Volpe",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.192"
|
||||
},
|
||||
{
|
||||
"id": "Mask of Wind",
|
||||
"name": "Maschera del Vento",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.193"
|
||||
},
|
||||
{
|
||||
"id": "Summon Fog",
|
||||
"name": "Evoca Nebbia",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.192"
|
||||
},
|
||||
{
|
||||
"id": "Tempest of Air",
|
||||
"name": "Tempesta dell’Aria",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.195"
|
||||
},
|
||||
{
|
||||
"id": "Token of Memory",
|
||||
"name": "Dono della Memoria",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.192"
|
||||
},
|
||||
{
|
||||
"id": "Yari of Air",
|
||||
"name": "Yari dell’Aria",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.196"
|
||||
},
|
||||
{
|
||||
"id": "Armor of Earth",
|
||||
"name": "Armatura della Terra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.197"
|
||||
},
|
||||
{
|
||||
"id": "Bind the Shadow",
|
||||
"name": "Vincolare l’Ombra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.201"
|
||||
},
|
||||
{
|
||||
"id": "Caress of Earth",
|
||||
"name": "Carezza della Terra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.197"
|
||||
},
|
||||
{
|
||||
"id": "Courage of Seven Thunders",
|
||||
"name": "Coraggio dei Sette Tuoni",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.197"
|
||||
},
|
||||
{
|
||||
"id": "Earthquake",
|
||||
"name": "Epicentro",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.198"
|
||||
},
|
||||
{
|
||||
"id": "Earth Becomes Sky",
|
||||
"name": "La Terra Diviene Cielo",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.200"
|
||||
},
|
||||
{
|
||||
"id": "Embrace of Kenro-Ji-Jin",
|
||||
"name": "Abbraccio di Kenro-Ji-Jin",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.196"
|
||||
},
|
||||
{
|
||||
"id": "Grasp of Earth",
|
||||
"name": "Presa della Terra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.199"
|
||||
},
|
||||
{
|
||||
"id": "Jade Strike",
|
||||
"name": "Saetta di Giada",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.199"
|
||||
},
|
||||
{
|
||||
"id": "Jurōjin’s Balm",
|
||||
"name": "Balsamo di Jurōjin",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.197"
|
||||
},
|
||||
{
|
||||
"id": "Power of the Earth Dragon",
|
||||
"name": "Potere del Drago della Terra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.199"
|
||||
},
|
||||
{
|
||||
"id": "Rise, Earth",
|
||||
"name": "Sorgi, Terra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.200"
|
||||
},
|
||||
{
|
||||
"id": "Symbol of Earth",
|
||||
"name": "Simbolo della Terra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.199"
|
||||
},
|
||||
{
|
||||
"id": "Tetsubō of Earth",
|
||||
"name": "Tetsubō della Terra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.200"
|
||||
},
|
||||
{
|
||||
"id": "Tomb of Jade",
|
||||
"name": "Tomba di Giada",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.201"
|
||||
},
|
||||
{
|
||||
"id": "Wall of Earth",
|
||||
"name": "Muro di Terra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.198"
|
||||
},
|
||||
{
|
||||
"id": "Armor of Radiance",
|
||||
"name": "Armatura Radiosa",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.203"
|
||||
},
|
||||
{
|
||||
"id": "Biting Steel",
|
||||
"name": "Acciaio Mordente",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.202"
|
||||
},
|
||||
{
|
||||
"id": "Breath of the Fire Dragon",
|
||||
"name": "Soffio del Drago del Fuoco",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.206"
|
||||
},
|
||||
{
|
||||
"id": "Extinguish",
|
||||
"name": "Estinguere",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.203"
|
||||
},
|
||||
{
|
||||
"id": "Fukurokujin’s Wit",
|
||||
"name": "Saggezza di Fukurokujin",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.205"
|
||||
},
|
||||
{
|
||||
"id": "Fury of Osano-wo",
|
||||
"name": "Furia di Osano-wo",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.204"
|
||||
},
|
||||
{
|
||||
"id": "Katana of Fire",
|
||||
"name": "Katana del Fuoco",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.204"
|
||||
},
|
||||
{
|
||||
"id": "Matsu's Battlecry",
|
||||
"name": "Grido di Battaglia di Matsu",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.204"
|
||||
},
|
||||
{
|
||||
"id": "Ravenous Swarms",
|
||||
"name": "Sciame Famelico",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.206"
|
||||
},
|
||||
{
|
||||
"id": "Rise, Flame",
|
||||
"name": "Sorgi, Fiamma",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.206"
|
||||
},
|
||||
{
|
||||
"id": "The Cleansing Fire",
|
||||
"name": "Il Fuoco Purificatore",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.204"
|
||||
},
|
||||
{
|
||||
"id": "The Fires from Within",
|
||||
"name": "Emanare le Fiamme Interiori",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.203"
|
||||
},
|
||||
{
|
||||
"id": "The Soul’s Blade",
|
||||
"name": "La Lama dell’Anima",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.205"
|
||||
},
|
||||
{
|
||||
"id": "Wall of Fire",
|
||||
"name": "Muro di Fuoco",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.205"
|
||||
},
|
||||
{
|
||||
"id": "Wings of the Phoenix",
|
||||
"name": "Ali della Fenice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.203"
|
||||
},
|
||||
{
|
||||
"id": "Bō of Water",
|
||||
"name": "Bō dell'Acqua",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.207"
|
||||
},
|
||||
{
|
||||
"id": "Dance of Seasons",
|
||||
"name": "Danza delle Stagioni",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.208"
|
||||
},
|
||||
{
|
||||
"id": "Dominion of Suijin",
|
||||
"name": "Dominio di Suijin",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.208"
|
||||
},
|
||||
{
|
||||
"id": "Ever-Changing Waves",
|
||||
"name": "Onde Mutevoli",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.210"
|
||||
},
|
||||
{
|
||||
"id": "Hands of the Tides",
|
||||
"name": "Mani delle Maree",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.209"
|
||||
},
|
||||
{
|
||||
"id": "Heart of the Water Dragon",
|
||||
"name": "Cuore del Drago dell'Acqua",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.208"
|
||||
},
|
||||
{
|
||||
"id": "Inari’s Blessing",
|
||||
"name": "Benedizione di Inari",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.207"
|
||||
},
|
||||
{
|
||||
"id": "Path to Inner Peace",
|
||||
"name": "Cammino per la Pace Interiore",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.207"
|
||||
},
|
||||
{
|
||||
"id": "Reflections of P’an Ku",
|
||||
"name": "Riflessi di P’an Ku",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.211"
|
||||
},
|
||||
{
|
||||
"id": "Rise, Water",
|
||||
"name": "Sorgi, Acqua",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.211"
|
||||
},
|
||||
{
|
||||
"id": "Stride the Waves",
|
||||
"name": "Andatura delle Onde",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.207"
|
||||
},
|
||||
{
|
||||
"id": "Strike the Tsunami",
|
||||
"name": "Condanna dello Tsunami",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.208"
|
||||
},
|
||||
{
|
||||
"id": "Suijin’s Embrace",
|
||||
"name": "Abbraccio di Suijin",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.206"
|
||||
},
|
||||
{
|
||||
"id": "Sympathetic Energies",
|
||||
"name": "Energie Simpatetiche",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.209"
|
||||
},
|
||||
{
|
||||
"id": "The Rushing Wave",
|
||||
"name": "L’Onda Impetuosa",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.210"
|
||||
},
|
||||
{
|
||||
"id": "Dream Painter",
|
||||
"name": "Dream Painter",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Messenger of Chikusho-do",
|
||||
"name": "Messenger of Chikusho-do",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "The Fading Dream",
|
||||
"name": "The Fading Dream",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Bond of the Realms",
|
||||
"name": "Bond of the Realms",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Guardian of the Secret Gate",
|
||||
"name": "Guardian of the Secret Gate",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Emboldened Steed",
|
||||
"name": "Emboldened Steed",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Fluid Shadows",
|
||||
"name": "Fluid Shadows",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Heart of the Lady Sun",
|
||||
"name": "Heart of the Lady Sun",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Fires of Purity",
|
||||
"name": "Fires of Purity",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Amaterasu's Gaze",
|
||||
"name": "Amaterasu's Gaze",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Rain of Ten Thousand Lotuses",
|
||||
"name": "Rain of Ten Thousand Lotuses",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Path of Beasts",
|
||||
"name": "Path of Beasts",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Essence of Jade",
|
||||
"name": "Essence of Jade",
|
||||
"description": "",
|
||||
"book_reference": "Terre d'Ombra p.114"
|
||||
}
|
||||
]
|
||||
}
|
||||
405
system/babele/it/l5r5e.core-techniques-kata.json
Normal file
405
system/babele/it/l5r5e.core-techniques-kata.json
Normal file
@@ -0,0 +1,405 @@
|
||||
{
|
||||
"label": "Tecniche Kata (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Flowing Water Strike",
|
||||
"name": "Colpo dell’Acqua che Scorre",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.175"
|
||||
},
|
||||
{
|
||||
"id": "Crimson Leaves Strike",
|
||||
"name": "Colpo delle Foglie Cremisi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.176"
|
||||
},
|
||||
{
|
||||
"id": "Heartpiercing Strike",
|
||||
"name": "Colpo Trapassacuore",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.176"
|
||||
},
|
||||
{
|
||||
"id": "Battle in the Mind",
|
||||
"name": "Battaglia nella Mente",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.174"
|
||||
},
|
||||
{
|
||||
"id": "Lord Shiba’s Valor (Phoenix)",
|
||||
"name": "Valore di Lord Shiba (Fenice)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.178"
|
||||
},
|
||||
{
|
||||
"id": "Soul Sunder",
|
||||
"name": "Scissione dell’Anima",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.177"
|
||||
},
|
||||
{
|
||||
"id": "Warrior’s Resolve",
|
||||
"name": "Risolutezza del Guerriero",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.177"
|
||||
},
|
||||
{
|
||||
"id": "Tactical Assessment",
|
||||
"name": "Valutazione Tattica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.178"
|
||||
},
|
||||
{
|
||||
"id": "Soaring Slice",
|
||||
"name": "Taglio Volante",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.178"
|
||||
},
|
||||
{
|
||||
"id": "Striking as Air",
|
||||
"name": "Colpire come l’Aria",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.175"
|
||||
},
|
||||
{
|
||||
"id": "Striking as Water",
|
||||
"name": "Colpire come l’Acqua",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.175"
|
||||
},
|
||||
{
|
||||
"id": "Striking as Earth",
|
||||
"name": "Colpire come la Terra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.175"
|
||||
},
|
||||
{
|
||||
"id": "Striking as Fire",
|
||||
"name": "Colpire come il Fuoco",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.175"
|
||||
},
|
||||
{
|
||||
"id": "Striking as Void",
|
||||
"name": "Colpire come il Vuoto",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.175"
|
||||
},
|
||||
{
|
||||
"id": "Lord Hida’s Grip (Crab)",
|
||||
"name": "Presa di Lord Hida (Granchio)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.176"
|
||||
},
|
||||
{
|
||||
"id": "Disappearing World Style",
|
||||
"name": "Stile del Mondo che Scompare",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.177"
|
||||
},
|
||||
{
|
||||
"id": "Crashing Wave Style",
|
||||
"name": "Stile dell’Onda che s’Infrange",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.177"
|
||||
},
|
||||
{
|
||||
"id": "Crescent Moon Style",
|
||||
"name": "Stile della Luna Crescente",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.177"
|
||||
},
|
||||
{
|
||||
"id": "Iron in the Mountains Style",
|
||||
"name": "Stile della Montagna di Ferro",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.177"
|
||||
},
|
||||
{
|
||||
"id": "Breath of Wind Style",
|
||||
"name": "Stile del Respiro del Vento",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.178"
|
||||
},
|
||||
{
|
||||
"id": "Thunderclap Strike",
|
||||
"name": "Colpo Tonante",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.179"
|
||||
},
|
||||
{
|
||||
"id": "Iaijutsu Cut: Rising Blade",
|
||||
"name": "Colpo di Iaijutsu: Lama Crescente",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.179"
|
||||
},
|
||||
{
|
||||
"id": "Iaijutsu Cut: Crossing Blade",
|
||||
"name": "Colpo di Iaijutsu: Lama Incrociata",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.179"
|
||||
},
|
||||
{
|
||||
"id": "Rushing Avalanche Style",
|
||||
"name": "Stile della Valanga Travolgente",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.180"
|
||||
},
|
||||
{
|
||||
"id": "Iron Forest Style",
|
||||
"name": "Stile della Foresta di Ferro",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.180"
|
||||
},
|
||||
{
|
||||
"id": "Open-Hand Style",
|
||||
"name": "Stile della Mano Aperta",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.180"
|
||||
},
|
||||
{
|
||||
"id": "Veiled Menace Style",
|
||||
"name": "Stile della Velata Minaccia",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.180"
|
||||
},
|
||||
{
|
||||
"id": "Spinning Blades Style",
|
||||
"name": "Stile delle Lame Turbinanti",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.180"
|
||||
},
|
||||
{
|
||||
"id": "Coiling Serpent Style",
|
||||
"name": "Stile della Spira del Serpente",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.180"
|
||||
},
|
||||
{
|
||||
"id": "Pin the Fan",
|
||||
"name": "Trafiggere il Ventaglio",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.181"
|
||||
},
|
||||
{
|
||||
"id": "Hawk’s Precision",
|
||||
"name": "Precisione del Falco",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.181"
|
||||
},
|
||||
{
|
||||
"id": "Pelting Hail Style",
|
||||
"name": "Stile della Grandine Battente",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.181"
|
||||
},
|
||||
{
|
||||
"id": "Trip the Leg",
|
||||
"name": "Trip the Leg",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.113"
|
||||
},
|
||||
{
|
||||
"id": "Pole-Vault",
|
||||
"name": "Pole-Vault",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.113"
|
||||
},
|
||||
{
|
||||
"id": "Chaotic Scattering",
|
||||
"name": "Chaotic Scattering",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.86"
|
||||
},
|
||||
{
|
||||
"id": "Mind's Edge",
|
||||
"name": "Mind's Edge",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.86"
|
||||
},
|
||||
{
|
||||
"id": "Iron Shell Style",
|
||||
"name": "Iron Shell Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.87"
|
||||
},
|
||||
{
|
||||
"id": "Boar's Wrath Style",
|
||||
"name": "Boar's Wrath Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.90"
|
||||
},
|
||||
{
|
||||
"id": "Thunderous Hooves Style",
|
||||
"name": "Thunderous Hooves Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.87"
|
||||
},
|
||||
{
|
||||
"id": "Rider's Haste",
|
||||
"name": "Rider's Haste",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.86"
|
||||
},
|
||||
{
|
||||
"id": "Void Embrace Style",
|
||||
"name": "Void Embrace Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.87"
|
||||
},
|
||||
{
|
||||
"id": "Improvised Assault",
|
||||
"name": "Improvised Assault",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.88"
|
||||
},
|
||||
{
|
||||
"id": "Bonebreaker Style",
|
||||
"name": "Bonebreaker Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.90"
|
||||
},
|
||||
{
|
||||
"id": "Flashing Steel Strike",
|
||||
"name": "Flashing Steel Strike",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.87"
|
||||
},
|
||||
{
|
||||
"id": "Deflective Defense",
|
||||
"name": "Deflective Defense",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.89"
|
||||
},
|
||||
{
|
||||
"id": "Daring Swing",
|
||||
"name": "Daring Swing",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.89"
|
||||
},
|
||||
{
|
||||
"id": "Iaijutsu Cut: Reverse Draw",
|
||||
"name": "Iaijutsu Cut: Reverse Draw",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.88"
|
||||
},
|
||||
{
|
||||
"id": "Landslide Strike",
|
||||
"name": "Landslide Strike",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.88"
|
||||
},
|
||||
{
|
||||
"id": "Laughing Fox Style",
|
||||
"name": "Laughing Fox Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.91"
|
||||
},
|
||||
{
|
||||
"id": "Iaijutsu Cut: Sword and Sheath",
|
||||
"name": "Iaijutsu Cut: Sword and Sheath",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.88"
|
||||
},
|
||||
{
|
||||
"id": "Piercing Bolt Style",
|
||||
"name": "Piercing Bolt Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.90"
|
||||
},
|
||||
{
|
||||
"id": "Reckless Lunge",
|
||||
"name": "Reckless Lunge",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.89"
|
||||
},
|
||||
{
|
||||
"id": "Swirling Tempest Style",
|
||||
"name": "Swirling Tempest Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.90"
|
||||
},
|
||||
{
|
||||
"id": "Snapping Branch Strike",
|
||||
"name": "Snapping Branch Strike",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.87"
|
||||
},
|
||||
{
|
||||
"id": "Thunderous Blows Style",
|
||||
"name": "Thunderous Blows Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.91"
|
||||
},
|
||||
{
|
||||
"id": "Rushing Ox Style",
|
||||
"name": "Rushing Ox Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.90"
|
||||
},
|
||||
{
|
||||
"id": "Wheeling Sweep",
|
||||
"name": "Wheeling Sweep",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.89"
|
||||
},
|
||||
{
|
||||
"id": "Eyeless Sight Shot",
|
||||
"name": "Eyeless Sight Shot",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.91"
|
||||
},
|
||||
{
|
||||
"id": "Twin Streams Style",
|
||||
"name": "Twin Streams Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.91"
|
||||
},
|
||||
{
|
||||
"id": "Staggering Shot",
|
||||
"name": "Staggering Shot",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.92"
|
||||
},
|
||||
{
|
||||
"id": "Falling Heavens Shot",
|
||||
"name": "Falling Heavens Shot",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.92"
|
||||
},
|
||||
{
|
||||
"id": "Swirling Viper Style",
|
||||
"name": "Swirling Viper Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.91"
|
||||
},
|
||||
{
|
||||
"id": "Wasp's Spite Style",
|
||||
"name": "Wasp's Spite Style",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.91"
|
||||
},
|
||||
{
|
||||
"id": "Fierce Badger Style",
|
||||
"name": "Fierce Badger Style",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Thicket's Embrace Style",
|
||||
"name": "Thicket's Embrace Style",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Shattering Tide Style",
|
||||
"name": "Shattering Tide Style",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
}
|
||||
]
|
||||
}
|
||||
147
system/babele/it/l5r5e.core-techniques-kiho.json
Normal file
147
system/babele/it/l5r5e.core-techniques-kiho.json
Normal file
@@ -0,0 +1,147 @@
|
||||
{
|
||||
"label": "Tecniche Kihō",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Cleansing Spirit",
|
||||
"name": "Spirito Purificatore",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.183"
|
||||
},
|
||||
{
|
||||
"id": "Grasp the Earth Dragon",
|
||||
"name": "Afferrare il Drago della Terra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.183"
|
||||
},
|
||||
{
|
||||
"id": "Earth Needs No Eyes",
|
||||
"name": "La Terra non ha Occhi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.184"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Earthquake",
|
||||
"name": "Via del Terremoto",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.184"
|
||||
},
|
||||
{
|
||||
"id": "Earthen Fist",
|
||||
"name": "Pugno della Terra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.183"
|
||||
},
|
||||
{
|
||||
"id": "Riding the Clouds",
|
||||
"name": "Cavalcare le Nuvole",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.182"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Willow",
|
||||
"name": "Via del Salice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.183"
|
||||
},
|
||||
{
|
||||
"id": "Air Fist",
|
||||
"name": "Pugno dell’Aria",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.182"
|
||||
},
|
||||
{
|
||||
"id": "The Great Silence",
|
||||
"name": "Il Grande Silenzio",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.182"
|
||||
},
|
||||
{
|
||||
"id": "Channel the Fire Dragon",
|
||||
"name": "Incanalare il Drago del Fuoco",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.185"
|
||||
},
|
||||
{
|
||||
"id": "Breaking Blow",
|
||||
"name": "Colpo Frantumante",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.184"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Falling Star",
|
||||
"name": "Via della Stella Cadente",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.186"
|
||||
},
|
||||
{
|
||||
"id": "The Body Is an Anvil",
|
||||
"name": "Il Corpo è un’Incudine",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.184"
|
||||
},
|
||||
{
|
||||
"id": "Flame Fist",
|
||||
"name": "Pugno della Fiamma",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.185"
|
||||
},
|
||||
{
|
||||
"id": "Ride the Water Dragon",
|
||||
"name": "Cavalcare il Drago dell’Acqua",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.186"
|
||||
},
|
||||
{
|
||||
"id": "Freezing the Lifeblood",
|
||||
"name": "Congelare la Linfa Vitale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.186"
|
||||
},
|
||||
{
|
||||
"id": "Ki Protection",
|
||||
"name": "Protezione del Ki",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.186"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Seafoam",
|
||||
"name": "Via della Spuma di Mare",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.187"
|
||||
},
|
||||
{
|
||||
"id": "Water Fist",
|
||||
"name": "Pugno dell’Acqua",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.187"
|
||||
},
|
||||
{
|
||||
"id": "Death Touch",
|
||||
"name": "Tocco Mortale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.188"
|
||||
},
|
||||
{
|
||||
"id": "Touch the Void Dragon",
|
||||
"name": "Sfiorare il Drago del Vuoto",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.188"
|
||||
},
|
||||
{
|
||||
"id": "Still the Elements",
|
||||
"name": "Fermare gli Elementi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.188"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Edgeless Sword",
|
||||
"name": "Via della Spada Smussata",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.188"
|
||||
}
|
||||
]
|
||||
}
|
||||
105
system/babele/it/l5r5e.core-techniques-maho.json
Normal file
105
system/babele/it/l5r5e.core-techniques-maho.json
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"label": "Tecniche Mahō (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Incite Haunting",
|
||||
"name": "Fomentare Infestazione",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.224"
|
||||
},
|
||||
{
|
||||
"id": "Grip of Anguish",
|
||||
"name": "Morsa dell’Angoscia",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.225"
|
||||
},
|
||||
{
|
||||
"id": "Unholy Fervor",
|
||||
"name": "Empio Fervore",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.224"
|
||||
},
|
||||
{
|
||||
"id": "Mark of Desecration",
|
||||
"name": "Marchio della Profanazione",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.225"
|
||||
},
|
||||
{
|
||||
"id": "Sinful Whispers",
|
||||
"name": "Sussurri Peccaminosi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.225"
|
||||
},
|
||||
{
|
||||
"id": "Accursed Summoning",
|
||||
"name": "Accursed Summoning",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.118"
|
||||
},
|
||||
{
|
||||
"id": "Bind the Undead",
|
||||
"name": "Bind the Undead",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.119"
|
||||
},
|
||||
{
|
||||
"id": "Commune with Evil",
|
||||
"name": "Commune with Evil",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.118"
|
||||
},
|
||||
{
|
||||
"id": "Dark Reflection",
|
||||
"name": "Dark Reflection",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.121"
|
||||
},
|
||||
{
|
||||
"id": "Entreat the Shadow Steed",
|
||||
"name": "Entreat the Shadow Steed",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.119"
|
||||
},
|
||||
{
|
||||
"id": "Fiend's Retreat",
|
||||
"name": "Fiend's Retreat",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.119"
|
||||
},
|
||||
{
|
||||
"id": "Shape the Flesh",
|
||||
"name": "Shape the Flesh",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.120"
|
||||
},
|
||||
{
|
||||
"id": "Spiritual Shackles",
|
||||
"name": "Spiritual Shackles",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.118"
|
||||
},
|
||||
{
|
||||
"id": "Spread Corruption",
|
||||
"name": "Spread Corruption",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.120"
|
||||
},
|
||||
{
|
||||
"id": "Sword of Blood",
|
||||
"name": "Sword of Blood",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.121"
|
||||
},
|
||||
{
|
||||
"id": "Twisted Summons",
|
||||
"name": "Twisted Summons",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.119"
|
||||
}
|
||||
]
|
||||
}
|
||||
21
system/babele/it/l5r5e.core-techniques-mantra.json
Normal file
21
system/babele/it/l5r5e.core-techniques-mantra.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"label": "Tecniche Mantra (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Summon Mantra : [One Implement]",
|
||||
"name": "Summon Mantra : [One Implement]",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.99"
|
||||
},
|
||||
{
|
||||
"id": "Countering Mantra",
|
||||
"name": "Countering Mantra",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.99"
|
||||
}
|
||||
]
|
||||
}
|
||||
573
system/babele/it/l5r5e.core-techniques-mastery.json
Normal file
573
system/babele/it/l5r5e.core-techniques-mastery.json
Normal file
@@ -0,0 +1,573 @@
|
||||
{
|
||||
"label": "Capacità da Maestro (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "The Mountain Does Not Fall",
|
||||
"name": "La Montagna Incrollabile",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.57"
|
||||
},
|
||||
{
|
||||
"id": "Slayer’s Slash",
|
||||
"name": "Fendente Assassino",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.58"
|
||||
},
|
||||
{
|
||||
"id": "Ingenious Design",
|
||||
"name": "Progetto Ingegnoso",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.59"
|
||||
},
|
||||
{
|
||||
"id": "Purge the Wicked",
|
||||
"name": "Purificare i Malvagi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.60"
|
||||
},
|
||||
{
|
||||
"id": "Treasures of the Carp",
|
||||
"name": "Tesoro della Carpa",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.61"
|
||||
},
|
||||
{
|
||||
"id": "Stir the Slumbering Spirit",
|
||||
"name": "Ridestare lo Spirito Sopito",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.62"
|
||||
},
|
||||
{
|
||||
"id": "To Tread the Sword",
|
||||
"name": "Calpestare la Spada",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.63"
|
||||
},
|
||||
{
|
||||
"id": "The Lady’s Grace",
|
||||
"name": "Grazia della Dama",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.64"
|
||||
},
|
||||
{
|
||||
"id": "Strike with No Thought",
|
||||
"name": "Colpire Senza Pensiero",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.65"
|
||||
},
|
||||
{
|
||||
"id": "Experiment and Adapt",
|
||||
"name": "Sperimentare e Adattarsi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.66"
|
||||
},
|
||||
{
|
||||
"id": "The Eyes Betray the Heart",
|
||||
"name": "Gli Occhi Tradiscono il Cuore",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.67"
|
||||
},
|
||||
{
|
||||
"id": "Heart of the Dragon",
|
||||
"name": "Cuore del Drago",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.68"
|
||||
},
|
||||
{
|
||||
"id": "Blood of the Dragon",
|
||||
"name": "Sangue del Drago",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.69"
|
||||
},
|
||||
{
|
||||
"id": "Akodo’s Final Lesson",
|
||||
"name": "Lezione Finale di Akodo",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.70"
|
||||
},
|
||||
{
|
||||
"id": "Lion’s Pride",
|
||||
"name": "Orgoglio del Leone",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.71"
|
||||
},
|
||||
{
|
||||
"id": "Strength of a Thousand Ancestors",
|
||||
"name": "Forza di Mille Antenati",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.72"
|
||||
},
|
||||
{
|
||||
"id": "Rending Jaws of the Lion",
|
||||
"name": "Fauci Laceranti del Leone",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.73"
|
||||
},
|
||||
{
|
||||
"id": "Insufferable Genius",
|
||||
"name": "Genio Insopportabile",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.74"
|
||||
},
|
||||
{
|
||||
"id": "Master of Elements",
|
||||
"name": "Maestro degli Elementi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.75"
|
||||
},
|
||||
{
|
||||
"id": "Stand of Honor",
|
||||
"name": "Resistenza d’Onore",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.76"
|
||||
},
|
||||
{
|
||||
"id": "Demon, Begone!",
|
||||
"name": "Vattene, Demone!",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.77"
|
||||
},
|
||||
{
|
||||
"id": "Little Truths",
|
||||
"name": "Piccole Verità",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.78"
|
||||
},
|
||||
{
|
||||
"id": "The Final Silence",
|
||||
"name": "Silenzio Finale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.79"
|
||||
},
|
||||
{
|
||||
"id": "World of Shadows",
|
||||
"name": "Mondo di Ombre",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.80"
|
||||
},
|
||||
{
|
||||
"id": "Bound in Ink",
|
||||
"name": "Confinato nell’Inchiostro",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.81"
|
||||
},
|
||||
{
|
||||
"id": "A Friend in Every City",
|
||||
"name": "Un Amico in Ogni Città",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.82"
|
||||
},
|
||||
{
|
||||
"id": "The Spirits Unbound",
|
||||
"name": "Liberare gli Spiriti",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.83"
|
||||
},
|
||||
{
|
||||
"id": "Scouring Sirocco",
|
||||
"name": "Scirocco Flagellante",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.84"
|
||||
},
|
||||
{
|
||||
"id": "I Will Always Return",
|
||||
"name": "Tornerò Sempre",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.85"
|
||||
},
|
||||
{
|
||||
"id": "Sensing the Breeze",
|
||||
"name": "Percepire la Brezza",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.86"
|
||||
},
|
||||
{
|
||||
"id": "A Bottomless Ocean",
|
||||
"name": "Oceano Senza Fondo",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.87"
|
||||
},
|
||||
{
|
||||
"id": "Experimental Concotion",
|
||||
"name": "Experimental Concotion",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Favored Counselor",
|
||||
"name": "Favored Counselor",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Essence of Emptiness",
|
||||
"name": "Essence of Emptiness",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Temple of the Heart",
|
||||
"name": "Temple of the Heart",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "The Flower Binds the Room",
|
||||
"name": "The Flower Binds the Room",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Walk the Hidden Ways",
|
||||
"name": "Walk the Hidden Ways",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Rippling Flame",
|
||||
"name": "Rippling Flame",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Shadow Assassin",
|
||||
"name": "Shadow Assassin",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Master of Beasts",
|
||||
"name": "Master of Beasts",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Strike First, Strike Last",
|
||||
"name": "Strike First, Strike Last",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.89"
|
||||
},
|
||||
{
|
||||
"id": "Spy Network",
|
||||
"name": "Spy Network",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.90"
|
||||
},
|
||||
{
|
||||
"id": "Post Facto",
|
||||
"name": "Post Facto",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.91"
|
||||
},
|
||||
{
|
||||
"id": "Victory is the Greatest Honor",
|
||||
"name": "Victory is the Greatest Honor",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.92"
|
||||
},
|
||||
{
|
||||
"id": "One With the Shadows",
|
||||
"name": "One With the Shadows",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.93"
|
||||
},
|
||||
{
|
||||
"id": "Sudden Clarity",
|
||||
"name": "Sudden Clarity",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.94"
|
||||
},
|
||||
{
|
||||
"id": "Curse of Musubi-no-Kami",
|
||||
"name": "Curse of Musubi-no-Kami",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.95"
|
||||
},
|
||||
{
|
||||
"id": "The Lowest Bow",
|
||||
"name": "The Lowest Bow",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.96"
|
||||
},
|
||||
{
|
||||
"id": "Echoes of Ancient Days",
|
||||
"name": "Echoes of Ancient Days",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.97"
|
||||
},
|
||||
{
|
||||
"id": "The Standing Death",
|
||||
"name": "The Standing Death",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.98"
|
||||
},
|
||||
{
|
||||
"id": "Emerald Explorer",
|
||||
"name": "Emerald Explorer",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.232"
|
||||
},
|
||||
{
|
||||
"id": "Blessings of the Emperor",
|
||||
"name": "Blessings of the Emperor",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.233"
|
||||
},
|
||||
{
|
||||
"id": "Majesty of the Throne",
|
||||
"name": "Majesty of the Throne",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.235"
|
||||
},
|
||||
{
|
||||
"id": "Foreseen in the Stars",
|
||||
"name": "Foreseen in the Stars",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.236"
|
||||
},
|
||||
{
|
||||
"id": "The Clouds Part",
|
||||
"name": "The Clouds Part",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.237"
|
||||
},
|
||||
{
|
||||
"id": "Favor of the Fortunes",
|
||||
"name": "Favor of the Fortunes",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.238"
|
||||
},
|
||||
{
|
||||
"id": "One with the Void",
|
||||
"name": "One with the Void",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.239"
|
||||
},
|
||||
{
|
||||
"id": "Ninth Tail Ascension",
|
||||
"name": "Ninth Tail Ascension",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.240"
|
||||
},
|
||||
{
|
||||
"id": "Usher in the New Age",
|
||||
"name": "Usher in the New Age",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.241"
|
||||
},
|
||||
{
|
||||
"id": "Unseen Blade",
|
||||
"name": "Unseen Blade",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.48"
|
||||
},
|
||||
{
|
||||
"id": "Lesson of the Hawk",
|
||||
"name": "Lesson of the Hawk",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.49"
|
||||
},
|
||||
{
|
||||
"id": "All Part of the Plan",
|
||||
"name": "All Part of the Plan",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.50"
|
||||
},
|
||||
{
|
||||
"id": "Crack Not a Single Twig",
|
||||
"name": "Crack Not a Single Twig",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.51"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Charmer",
|
||||
"name": "Elemental Charmer",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.52"
|
||||
},
|
||||
{
|
||||
"id": "Surge of Brilliance",
|
||||
"name": "Surge of Brilliance",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.53"
|
||||
},
|
||||
{
|
||||
"id": "Stories as Tall as the Mountain",
|
||||
"name": "Stories as Tall as the Mountain",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.54"
|
||||
},
|
||||
{
|
||||
"id": "A Gift of Fate",
|
||||
"name": "A Gift of Fate",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.55"
|
||||
},
|
||||
{
|
||||
"id": "Fortitude of the Cradle",
|
||||
"name": "Fortitude of the Cradle",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.56"
|
||||
},
|
||||
{
|
||||
"id": "Swift Creation",
|
||||
"name": "Swift Creation",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.57"
|
||||
},
|
||||
{
|
||||
"id": "Divine Protection",
|
||||
"name": "Divine Protection",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.58"
|
||||
},
|
||||
{
|
||||
"id": "Tower of Ivory",
|
||||
"name": "Tower of Ivory",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.59"
|
||||
},
|
||||
{
|
||||
"id": "Resilient Readiness",
|
||||
"name": "Resilient Readiness",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.88"
|
||||
},
|
||||
{
|
||||
"id": "Ashidaka's Method",
|
||||
"name": "Ashidaka's Method",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.89"
|
||||
},
|
||||
{
|
||||
"id": "Healer's Hands",
|
||||
"name": "Healer's Hands",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.90"
|
||||
},
|
||||
{
|
||||
"id": "Sacred Fist",
|
||||
"name": "Sacred Fist",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.91"
|
||||
},
|
||||
{
|
||||
"id": "The Effortless Path",
|
||||
"name": "The Effortless Path",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.92"
|
||||
},
|
||||
{
|
||||
"id": "Empathic Transfer",
|
||||
"name": "Empathic Transfer",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.93"
|
||||
},
|
||||
{
|
||||
"id": "Yotogi's Piercing Gaze",
|
||||
"name": "Yotogi's Piercing Gaze",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.94"
|
||||
},
|
||||
{
|
||||
"id": "Kingdom of Paper and Ink",
|
||||
"name": "Kingdom of Paper and Ink",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.95"
|
||||
},
|
||||
{
|
||||
"id": "Storm Lord’s Gambit",
|
||||
"name": "Azzardo del Signore delle Tempeste",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.5"
|
||||
},
|
||||
{
|
||||
"id": "Shell of the Tortoise [Tortoise]",
|
||||
"name": "Shell of the Tortoise [Tortoise]",
|
||||
"description": "",
|
||||
"book_reference": "Kit del Gamemaster p.9"
|
||||
},
|
||||
{
|
||||
"id": "Soul of Deepest Stones",
|
||||
"name": "Soul of Deepest Stones",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Strike Without Shadow",
|
||||
"name": "Strike Without Shadow",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Spreading Chaos",
|
||||
"name": "Spreading Chaos",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Unbreakable Resolve",
|
||||
"name": "Unbreakable Resolve",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Killing Grip",
|
||||
"name": "Killing Grip",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Tenacity of the Forge",
|
||||
"name": "Tenacity of the Forge",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "The Herd Flourishes Together",
|
||||
"name": "The Herd Flourishes Together",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Attuned Invocation",
|
||||
"name": "Attuned Invocation",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "With the Soul of a Lion",
|
||||
"name": "With the Soul of a Lion",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Empty Soul Ki",
|
||||
"name": "Empty Soul Ki",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Storm Surge",
|
||||
"name": "Impeto Tempestoso",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.6"
|
||||
},
|
||||
{
|
||||
"id": "Hunter of the Supernatural",
|
||||
"name": "Cacciatore del Soprannaturale",
|
||||
"description": "",
|
||||
"book_reference": "Svolte Mortali p.24"
|
||||
},
|
||||
{
|
||||
"id": "An Arrow Loosed",
|
||||
"name": "Una Freccia Scoccata",
|
||||
"description": "",
|
||||
"book_reference": "Svolte Mortali p.25"
|
||||
}
|
||||
]
|
||||
}
|
||||
117
system/babele/it/l5r5e.core-techniques-ninjutsu.json
Normal file
117
system/babele/it/l5r5e.core-techniques-ninjutsu.json
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"label": "Tecniche Ninjutsu (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Deadly Sting",
|
||||
"name": "Pungiglione Mortale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.226"
|
||||
},
|
||||
{
|
||||
"id": "Skulk",
|
||||
"name": "Agguato",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.226"
|
||||
},
|
||||
{
|
||||
"id": "Silencing Stroke",
|
||||
"name": "Colpo che Riduce al Silenzio",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.227"
|
||||
},
|
||||
{
|
||||
"id": "Noxious Cloud",
|
||||
"name": "Nube Nauseante",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.227"
|
||||
},
|
||||
{
|
||||
"id": "Artful Alibi",
|
||||
"name": "Artful Alibi",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.114"
|
||||
},
|
||||
{
|
||||
"id": "Cunning Distraction",
|
||||
"name": "Cunning Distraction",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.115"
|
||||
},
|
||||
{
|
||||
"id": "Deceitful Strike",
|
||||
"name": "Deceitful Strike",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.115"
|
||||
},
|
||||
{
|
||||
"id": "Like a Ghost",
|
||||
"name": "Like a Ghost",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.116"
|
||||
},
|
||||
{
|
||||
"id": "Silent Elimination",
|
||||
"name": "Silent Elimination",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.115"
|
||||
},
|
||||
{
|
||||
"id": "Slicing Wind Kick",
|
||||
"name": "Slicing Wind Kick",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.114"
|
||||
},
|
||||
{
|
||||
"id": "Stillness of Death",
|
||||
"name": "Stillness of Death",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.116"
|
||||
},
|
||||
{
|
||||
"id": "To Float or Sink",
|
||||
"name": "To Float or Sink",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.115"
|
||||
},
|
||||
{
|
||||
"id": "What's Yours is Mine",
|
||||
"name": "What's Yours is Mine",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.114"
|
||||
},
|
||||
{
|
||||
"id": "Employ Terrible Thunder",
|
||||
"name": "Employ Terrible Thunder",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Swift Scouting",
|
||||
"name": "Swift Scouting",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "The Patient Viper",
|
||||
"name": "The Patient Viper",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Vanish in the Shadows",
|
||||
"name": "Vanish in the Shadows",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Wreak Havoc",
|
||||
"name": "Wreak Havoc",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
}
|
||||
]
|
||||
}
|
||||
189
system/babele/it/l5r5e.core-techniques-rituals.json
Normal file
189
system/babele/it/l5r5e.core-techniques-rituals.json
Normal file
@@ -0,0 +1,189 @@
|
||||
{
|
||||
"label": "Tecniche Rituali (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Tea Ceremony",
|
||||
"name": "Cerimonia del Tè",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.212"
|
||||
},
|
||||
{
|
||||
"id": "Commune with the Spirits",
|
||||
"name": "Comunione con gli Spiriti",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.212"
|
||||
},
|
||||
{
|
||||
"id": "Divination",
|
||||
"name": "Divinazione",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.213"
|
||||
},
|
||||
{
|
||||
"id": "Cleansing Rite",
|
||||
"name": "Rito di Purificazione",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.213"
|
||||
},
|
||||
{
|
||||
"id": "Threshold Barrier",
|
||||
"name": "Barriera sulla Soglia",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.213"
|
||||
},
|
||||
{
|
||||
"id": "Blessed Union",
|
||||
"name": "Blessed Union",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Blessing of the Dance",
|
||||
"name": "Blessing of the Dance",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Prayer of Protection",
|
||||
"name": "Preghiera di Protezione",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Rite of the Wheel",
|
||||
"name": "Rito della Ruota",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Whispers to the Moon (Moon Cultist)",
|
||||
"name": "Whispers to the Moon (Moon Cultist)",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Formal Tea Ceremony",
|
||||
"name": "Formal Tea Ceremony",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.116"
|
||||
},
|
||||
{
|
||||
"id": "Treaty Signing",
|
||||
"name": "Treaty Signing",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.117"
|
||||
},
|
||||
{
|
||||
"id": "The Ties that Bind",
|
||||
"name": "The Ties that Bind",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.116"
|
||||
},
|
||||
{
|
||||
"id": "Balancing Salve (Qamarist Region)",
|
||||
"name": "Balancing Salve (Qamarist Region)",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.96"
|
||||
},
|
||||
{
|
||||
"id": "Elixir of Recovery (Qamarist Region)",
|
||||
"name": "Elixir of Recovery (Qamarist Region)",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.96"
|
||||
},
|
||||
{
|
||||
"id": "Fortitude Draught (Qamarist Region)",
|
||||
"name": "Fortitude Draught (Qamarist Region)",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.96"
|
||||
},
|
||||
{
|
||||
"id": "Restorative Transmutation (Qamarist Region)",
|
||||
"name": "Restorative Transmutation (Qamarist Region)",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.97"
|
||||
},
|
||||
{
|
||||
"id": "Cleansing of Coral and Gold (Ivory Kingdoms Region)",
|
||||
"name": "Cleansing of Coral and Gold (Ivory Kingdoms Region)",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.97"
|
||||
},
|
||||
{
|
||||
"id": "Wayfarer's Path",
|
||||
"name": "Wayfarer's Path",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.97"
|
||||
},
|
||||
{
|
||||
"id": "Blessing of Steel (Artisan)",
|
||||
"name": "Blessing of Steel (Artisan)",
|
||||
"description": "",
|
||||
"book_reference": "Terre delle Ombre p.114"
|
||||
},
|
||||
{
|
||||
"id": "Craft Shikigami (Shugenja)",
|
||||
"name": "Craft Shikigami (Shugenja)",
|
||||
"description": "",
|
||||
"book_reference": "Terre delle Ombre p.114"
|
||||
},
|
||||
{
|
||||
"id": "Blessing of Fertile Fields",
|
||||
"name": "Blessing of Fertile Fields",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Beseech Akodo's Judgment",
|
||||
"name": "Beseech Akodo's Judgment",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Beseech Bayushi's Absolution",
|
||||
"name": "Beseech Bayushi's Absolution",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Beseech Doji's Wisdom",
|
||||
"name": "Beseech Doji's Wisdom",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Beseech Hida's MIght",
|
||||
"name": "Beseech Hida's Might",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Beseech Shiba's Calm",
|
||||
"name": "Beseech Shiba's Calm",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Beseech Shinjo's Empathy",
|
||||
"name": "Beseech Shinjo's Empathy",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Beseech Togashi's Vision",
|
||||
"name": "Beseech Togashi's Vision",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Imbue Thunder",
|
||||
"name": "Imbue Thunder",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
}
|
||||
]
|
||||
}
|
||||
573
system/babele/it/l5r5e.core-techniques-school.json
Normal file
573
system/babele/it/l5r5e.core-techniques-school.json
Normal file
@@ -0,0 +1,573 @@
|
||||
{
|
||||
"label": "Capacità della Scuola (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Way of the Crab",
|
||||
"name": "Via del Granchio",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.57"
|
||||
},
|
||||
{
|
||||
"id": "Flickering Flame Skirmisher",
|
||||
"name": "Schermagliatore dalla Fiamma Tremula",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.58"
|
||||
},
|
||||
{
|
||||
"id": "Masterful Builder",
|
||||
"name": "Costruttore Magistrale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.59"
|
||||
},
|
||||
{
|
||||
"id": "Gaze into Shadow",
|
||||
"name": "Sguardo nell’Ombra",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.60"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Carp",
|
||||
"name": "Via della Carpa",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.61"
|
||||
},
|
||||
{
|
||||
"id": "Spiritual Artisan",
|
||||
"name": "Artefice Spirituale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.62"
|
||||
},
|
||||
{
|
||||
"id": "Vigilance of Mind",
|
||||
"name": "Mente Vigile",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.63"
|
||||
},
|
||||
{
|
||||
"id": "Speaking in Silence",
|
||||
"name": "Parlare in Silenzio",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.64"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Crane",
|
||||
"name": "Via della Gru",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.65"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Transmutation",
|
||||
"name": "Trasmutazione Elementale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.66"
|
||||
},
|
||||
{
|
||||
"id": "Kitsuki’s Method",
|
||||
"name": "Metodo Kitsuki",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.67"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Dragon",
|
||||
"name": "Via del Drago",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.68"
|
||||
},
|
||||
{
|
||||
"id": "Blood of the Kami",
|
||||
"name": "Sangue del Kami",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.69"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Lion",
|
||||
"name": "Via del Leone",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.70"
|
||||
},
|
||||
{
|
||||
"id": "Heart of the Lion",
|
||||
"name": "Cuore del Leone",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.71"
|
||||
},
|
||||
{
|
||||
"id": "Favor of the Ancestors",
|
||||
"name": "Favore degli Antenati",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.72"
|
||||
},
|
||||
{
|
||||
"id": "Matsu’s Fury",
|
||||
"name": "Furia di Matsu",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.73"
|
||||
},
|
||||
{
|
||||
"id": "Wisdom of the Ages",
|
||||
"name": "Saggezza Secolare",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.74"
|
||||
},
|
||||
{
|
||||
"id": "One with the Elements",
|
||||
"name": "Tutt’uno con gli Elementi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.75"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Phoenix",
|
||||
"name": "Via della Fenice",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.76"
|
||||
},
|
||||
{
|
||||
"id": "Sacred Arrows",
|
||||
"name": "Frecce Sacre",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.77"
|
||||
},
|
||||
{
|
||||
"id": "Weakness Is My Strength",
|
||||
"name": "La Debolezza è la mia Forza",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.78"
|
||||
},
|
||||
{
|
||||
"id": "The Path of Shadows",
|
||||
"name": "Il Cammino delle Ombre",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.79"
|
||||
},
|
||||
{
|
||||
"id": "The Kami’s Whisper",
|
||||
"name": "Sussurro dei Kami",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.80"
|
||||
},
|
||||
{
|
||||
"id": "Mystical Script",
|
||||
"name": "Calligrafia Mistica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.81"
|
||||
},
|
||||
{
|
||||
"id": "Vendor of Strange Wares",
|
||||
"name": "Venditore di Strane Merci",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.82"
|
||||
},
|
||||
{
|
||||
"id": "The Way of Names",
|
||||
"name": "La Via dei Nomi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.83"
|
||||
},
|
||||
{
|
||||
"id": "Swirling Desert Wind",
|
||||
"name": "Vorticoso Vento del Deserto",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.84"
|
||||
},
|
||||
{
|
||||
"id": "Born in the Saddle",
|
||||
"name": "Nato in Sella",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.85"
|
||||
},
|
||||
{
|
||||
"id": "Heroic Charge",
|
||||
"name": "Carica Eroica",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.86"
|
||||
},
|
||||
{
|
||||
"id": "School of Waves",
|
||||
"name": "Scuola delle Onde",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.87"
|
||||
},
|
||||
{
|
||||
"id": "School of Waves",
|
||||
"name": "Cacciatore del Soprannaturale",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti - Svolte Mortali p.24"
|
||||
},
|
||||
{
|
||||
"id": "School of Waves",
|
||||
"name": "Una Freccia Scoccata",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti - Svolte Mortali p.25"
|
||||
},
|
||||
{
|
||||
"id": "Flesh of the Elements",
|
||||
"name": "Flesh of the Elements",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Soul of Ceremony",
|
||||
"name": "Soul of Ceremony",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Void",
|
||||
"name": "Way of the Void",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "The Body is a Shrine",
|
||||
"name": "The Body is a Shrine",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Every Stone Serves",
|
||||
"name": "Every Stone Serves",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Celestial Alignment",
|
||||
"name": "Celestial Alignment",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Blazing Tears of Lady Sun",
|
||||
"name": "Blazing Tears of Lady Sun",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Sudden nightfall",
|
||||
"name": "Sudden nightfall",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Steed of the Kami",
|
||||
"name": "Steed of the Kami",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Scorpion",
|
||||
"name": "Way of the Scorpion",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.89"
|
||||
},
|
||||
{
|
||||
"id": "Incisive Insight",
|
||||
"name": "Incisive Insight",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.90"
|
||||
},
|
||||
{
|
||||
"id": "Procedure and Protocol",
|
||||
"name": "Procedure and Protocol",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.91"
|
||||
},
|
||||
{
|
||||
"id": "Victory before Honor",
|
||||
"name": "Victory before Honor",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.92"
|
||||
},
|
||||
{
|
||||
"id": "Disciple of Darkness",
|
||||
"name": "Disciple of Darkness",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.93"
|
||||
},
|
||||
{
|
||||
"id": "Architect of Tranquility",
|
||||
"name": "Architect of Tranquility",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.94"
|
||||
},
|
||||
{
|
||||
"id": "Gift of Musubi-no-Kami",
|
||||
"name": "Gift of Musubi-no-Kami",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.95"
|
||||
},
|
||||
{
|
||||
"id": "Typhoon in the Bamboo Grove",
|
||||
"name": "Typhoon in the Bamboo Grove",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.96"
|
||||
},
|
||||
{
|
||||
"id": "A Grain of Truth",
|
||||
"name": "A Grain of Truth",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.97"
|
||||
},
|
||||
{
|
||||
"id": "Claws of the Crab",
|
||||
"name": "Claws of the Crab",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.98"
|
||||
},
|
||||
{
|
||||
"id": "Well Traveled",
|
||||
"name": "Well Traveled",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.232"
|
||||
},
|
||||
{
|
||||
"id": "Voice of the Emperor",
|
||||
"name": "Voice of the Emperor",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.234"
|
||||
},
|
||||
{
|
||||
"id": "Necessary Actions",
|
||||
"name": "Necessary Actions",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.235"
|
||||
},
|
||||
{
|
||||
"id": "Just as Predicted",
|
||||
"name": "Just as Predicted",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.236"
|
||||
},
|
||||
{
|
||||
"id": "Speed of Heaven",
|
||||
"name": "Speed of Heaven",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.237"
|
||||
},
|
||||
{
|
||||
"id": "Blessing of the Fortunes",
|
||||
"name": "Blessing of the Fortunes",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.238"
|
||||
},
|
||||
{
|
||||
"id": "Embrace the Void",
|
||||
"name": "Embrace the Void",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.239"
|
||||
},
|
||||
{
|
||||
"id": "Fox Spirit",
|
||||
"name": "Fox Spirit",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.240"
|
||||
},
|
||||
{
|
||||
"id": "Professional Saboteur",
|
||||
"name": "Professional Saboteur",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.241"
|
||||
},
|
||||
{
|
||||
"id": "Signiature Weapon",
|
||||
"name": "Signature Weapon",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.48"
|
||||
},
|
||||
{
|
||||
"id": "Piercing Insight",
|
||||
"name": "Piercing Insight",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.49"
|
||||
},
|
||||
{
|
||||
"id": "Risk and Reward",
|
||||
"name": "Risk and Reward",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.50"
|
||||
},
|
||||
{
|
||||
"id": "Tactical Cover",
|
||||
"name": "Tactical Cover",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.51"
|
||||
},
|
||||
{
|
||||
"id": "Naturally Attuned",
|
||||
"name": "Naturally Attuned",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.52"
|
||||
},
|
||||
{
|
||||
"id": "Resourceful Artistry",
|
||||
"name": "Resourceful Artistry",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.53"
|
||||
},
|
||||
{
|
||||
"id": "Unexpected Wisdom",
|
||||
"name": "Unexpected Wisdom",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.54"
|
||||
},
|
||||
{
|
||||
"id": "Seer of the Lords of Death",
|
||||
"name": "Seer of the Lords of Death",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.55"
|
||||
},
|
||||
{
|
||||
"id": "Akilah's Teachings",
|
||||
"name": "Akilah's Teachings",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.56"
|
||||
},
|
||||
{
|
||||
"id": "Creative Execution",
|
||||
"name": "Creative Execution",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.57"
|
||||
},
|
||||
{
|
||||
"id": "Gift of Inner Power",
|
||||
"name": "Gift of Inner Power",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.58"
|
||||
},
|
||||
{
|
||||
"id": "Flurry of Steel",
|
||||
"name": "Flurry of Steel",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.59"
|
||||
},
|
||||
{
|
||||
"id": "Traces of Passage",
|
||||
"name": "Traces of Passage",
|
||||
"description": "",
|
||||
"book_reference": "Terra dell'Ombra p.88"
|
||||
},
|
||||
{
|
||||
"id": "Sacred Art of Steel",
|
||||
"name": "Sacred Art of Steel",
|
||||
"description": "",
|
||||
"book_reference": "Terra dell'Ombra p.89"
|
||||
},
|
||||
{
|
||||
"id": "Field Medicine",
|
||||
"name": "Field Medicine",
|
||||
"description": "",
|
||||
"book_reference": "Terra dell'Ombra p.90"
|
||||
},
|
||||
{
|
||||
"id": "Supressing Blows",
|
||||
"name": "Supressing Blows",
|
||||
"description": "",
|
||||
"book_reference": "Terra dell'Ombra p.91"
|
||||
},
|
||||
{
|
||||
"id": "Sharpened Ki",
|
||||
"name": "Sharpened Ki",
|
||||
"description": "",
|
||||
"book_reference": "Terra dell'Ombra p.92"
|
||||
},
|
||||
{
|
||||
"id": "Hands of Earth and Sky",
|
||||
"name": "Hands of Earth and Sky",
|
||||
"description": "",
|
||||
"book_reference": "Terra dell'Ombra p.93"
|
||||
},
|
||||
{
|
||||
"id": "Eyes of Yotogi",
|
||||
"name": "Eyes of Yotogi",
|
||||
"description": "",
|
||||
"book_reference": "Terra dell'Ombra p.94"
|
||||
},
|
||||
{
|
||||
"id": "Warded Shikigami",
|
||||
"name": "Warded Shikigami",
|
||||
"description": "",
|
||||
"book_reference": "Terra dell'Ombra p.95"
|
||||
},
|
||||
{
|
||||
"id": "Sailor’s Fortune",
|
||||
"name": "Fortuna del Marinaio",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.5"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Tortoise [Tortoise]",
|
||||
"name": "Way of the Tortoise [Tortoise]",
|
||||
"description": "",
|
||||
"book_reference": "Kit del Gamemaster p.9"
|
||||
},
|
||||
{
|
||||
"id": "Stand as the Mountain",
|
||||
"name": "Stand as the Mountain",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Drilled Precision",
|
||||
"name": "Drilled Precision",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Explosive Arrival",
|
||||
"name": "Explosive Arrival",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Thunderous Courage",
|
||||
"name": "Thunderous Courage",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Badger's Hold",
|
||||
"name": "Badger's Hold",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Hide of Iron",
|
||||
"name": "Hide of Iron",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Sympathetic Bearing",
|
||||
"name": "Sympathetic Bearing",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Inspiration",
|
||||
"name": "Elemental Inspiration",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "One with the Pride",
|
||||
"name": "One with the Pride",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Oath of Sacrifice",
|
||||
"name": "Oath of Sacrifice",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Eye of the Storm",
|
||||
"name": "Occhio della Tempesta",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.6"
|
||||
}
|
||||
]
|
||||
}
|
||||
537
system/babele/it/l5r5e.core-techniques-shuji.json
Normal file
537
system/babele/it/l5r5e.core-techniques-shuji.json
Normal file
@@ -0,0 +1,537 @@
|
||||
{
|
||||
"label": "Tecniche Shuji (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Rustling of Leaves",
|
||||
"name": "Fruscio di Foglie",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.214"
|
||||
},
|
||||
{
|
||||
"id": "Cadence",
|
||||
"name": "Cadenza",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.214"
|
||||
},
|
||||
{
|
||||
"id": "Artisan’s Appraisal",
|
||||
"name": "Valutazione dell’Artigiano",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.215"
|
||||
},
|
||||
{
|
||||
"id": "Bend with the Storm",
|
||||
"name": "Flettersi con la Tempesta",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.214"
|
||||
},
|
||||
{
|
||||
"id": "The Wind Blows Both Ways",
|
||||
"name": "Il Vento Soffia in Due Versi",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.215"
|
||||
},
|
||||
{
|
||||
"id": "Prey on the Weak",
|
||||
"name": "Predare i Deboli",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.215"
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Court",
|
||||
"name": "Sussurri di Corte",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.215"
|
||||
},
|
||||
{
|
||||
"id": "Feigned Opening",
|
||||
"name": "Falsa Apertura",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.214"
|
||||
},
|
||||
{
|
||||
"id": "Wolf’s Proposal",
|
||||
"name": "Offerta del Lupo",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.215"
|
||||
},
|
||||
{
|
||||
"id": "Ancestry Unearthed",
|
||||
"name": "Discendenza Rivelata",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.216"
|
||||
},
|
||||
{
|
||||
"id": "Touchstone of Courage",
|
||||
"name": "Esempio di Coraggio",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.216"
|
||||
},
|
||||
{
|
||||
"id": "Honest Assessment",
|
||||
"name": "Onesta Valutazione",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.216"
|
||||
},
|
||||
{
|
||||
"id": "The Immovable Hand of Peace",
|
||||
"name": "L’Inamovibile Mano della Pace",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.216"
|
||||
},
|
||||
{
|
||||
"id": "Civility Foremost",
|
||||
"name": "Prima il Decoro",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.217"
|
||||
},
|
||||
{
|
||||
"id": "Weight of Duty",
|
||||
"name": "Peso del Dovere",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.216"
|
||||
},
|
||||
{
|
||||
"id": "Pillar of Calm",
|
||||
"name": "Pilastro della Calma",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.217"
|
||||
},
|
||||
{
|
||||
"id": "Stonewall Tactics",
|
||||
"name": "Tattiche di Ostruzione",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.218"
|
||||
},
|
||||
{
|
||||
"id": "Fanning the Flames",
|
||||
"name": "Alimentare le Fiamme",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.218"
|
||||
},
|
||||
{
|
||||
"id": "Bravado",
|
||||
"name": "Spavalderia",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.219"
|
||||
},
|
||||
{
|
||||
"id": "Rallying Cry",
|
||||
"name": "Urlo di Battaglia",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.219"
|
||||
},
|
||||
{
|
||||
"id": "Sensational Distraction",
|
||||
"name": "Distrazione Sensazionale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.218"
|
||||
},
|
||||
{
|
||||
"id": "Dazzling Performance",
|
||||
"name": "Esibizione Splendente",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.219"
|
||||
},
|
||||
{
|
||||
"id": "Truth Burns through Lies",
|
||||
"name": "La Verità Corrode la Menzogna",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.219"
|
||||
},
|
||||
{
|
||||
"id": "Sear the Wound",
|
||||
"name": "Rigirare il Coltello nella Piaga",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.219"
|
||||
},
|
||||
{
|
||||
"id": "Lightning Raid",
|
||||
"name": "Assalto Fulmineo",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.218"
|
||||
},
|
||||
{
|
||||
"id": "Stirring the Embers",
|
||||
"name": "Ravvivare le Braci",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.219"
|
||||
},
|
||||
{
|
||||
"id": "Tributaries of Trade",
|
||||
"name": "Tributari del Commercio",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.221"
|
||||
},
|
||||
{
|
||||
"id": "All in Jest",
|
||||
"name": "Tutto in Burla",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.221"
|
||||
},
|
||||
{
|
||||
"id": "Buoyant Arrival",
|
||||
"name": "Approccio Galleggiante",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.220"
|
||||
},
|
||||
{
|
||||
"id": "Ebb and Flow",
|
||||
"name": "Flusso e Riflusso",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.220"
|
||||
},
|
||||
{
|
||||
"id": "Slippery Maneuvers",
|
||||
"name": "Manovra Sfuggente",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.220"
|
||||
},
|
||||
{
|
||||
"id": "Regal Bearing",
|
||||
"name": "Portamento Regale",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.220"
|
||||
},
|
||||
{
|
||||
"id": "Well of Desire",
|
||||
"name": "Pozzo del Desiderio",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.221"
|
||||
},
|
||||
{
|
||||
"id": "Shallow Waters",
|
||||
"name": "Acque Poco Profonde",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.220"
|
||||
},
|
||||
{
|
||||
"id": "Lady Shinjo’s Speed (Unicorn)",
|
||||
"name": "Velocità di Lady Shinjo (Unicorno)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.223"
|
||||
},
|
||||
{
|
||||
"id": "Lady Doji’s Decree (Crane)",
|
||||
"name": "Decreto di Lady Doji (Gru)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.222"
|
||||
},
|
||||
{
|
||||
"id": "Courtier’s Resolve",
|
||||
"name": "Risolutezza del Cortigiano",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.222"
|
||||
},
|
||||
{
|
||||
"id": "A Samurai’s Fate",
|
||||
"name": "Il Fato di un Samurai",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.222"
|
||||
},
|
||||
{
|
||||
"id": "Lord Bayushi’s Whispers (Scorpion)",
|
||||
"name": "Sussurri di Lord Bayushi (Scorpione)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.223"
|
||||
},
|
||||
{
|
||||
"id": "Lord Togashi’s Insight (Dragon)",
|
||||
"name": "Intuito di Lord Togashi (Drago)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.222"
|
||||
},
|
||||
{
|
||||
"id": "Rouse the Soul",
|
||||
"name": "Esaltare l’Anima",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.222"
|
||||
},
|
||||
{
|
||||
"id": "Lord Akodo’s Roar (Lion)",
|
||||
"name": "Ruggito di Lord Akodo (Leone)",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.223"
|
||||
},
|
||||
{
|
||||
"id": "All Arts Are One",
|
||||
"name": "Tutte le Arti Sono Una",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.223"
|
||||
},
|
||||
{
|
||||
"id": "Hidden in Smoke",
|
||||
"name": "Hidden in Smoke",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.117"
|
||||
},
|
||||
{
|
||||
"id": "Assess Strengths",
|
||||
"name": "Assess Strengths",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.117"
|
||||
},
|
||||
{
|
||||
"id": "Unyielding Terms",
|
||||
"name": "Unyielding Terms",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.117"
|
||||
},
|
||||
{
|
||||
"id": "Offend the Sensibilities",
|
||||
"name": "Offend the Sensibilities",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.118"
|
||||
},
|
||||
{
|
||||
"id": "Crackling Laughter",
|
||||
"name": "Crackling Laughter",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.118"
|
||||
},
|
||||
{
|
||||
"id": "All Shall Fear Me",
|
||||
"name": "All Shall Fear Me",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.118"
|
||||
},
|
||||
{
|
||||
"id": "Spiteful Loss",
|
||||
"name": "Spiteful Loss",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.118"
|
||||
},
|
||||
{
|
||||
"id": "Beware The Smallest Mouse",
|
||||
"name": "Beware The Smallest Mouse",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.119"
|
||||
},
|
||||
{
|
||||
"id": "Fun and Games",
|
||||
"name": "Fun and Games",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.118"
|
||||
},
|
||||
{
|
||||
"id": "Foreseen Need",
|
||||
"name": "Foreseen Need",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.119"
|
||||
},
|
||||
{
|
||||
"id": "Spin the Web (Kolat)",
|
||||
"name": "Spin the Web (Kolat)",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.249"
|
||||
},
|
||||
{
|
||||
"id": "Awe of Heaven (Imperial)",
|
||||
"name": "Awe of Heaven (Imperial)",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.249"
|
||||
},
|
||||
{
|
||||
"id": "Look Out",
|
||||
"name": "Look Out",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.92"
|
||||
},
|
||||
{
|
||||
"id": "Bellow of Resolve",
|
||||
"name": "Bellow of Resolve",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.92"
|
||||
},
|
||||
{
|
||||
"id": "Ruse of the Moon's Reflection",
|
||||
"name": "Ruse of the Moon's Reflection",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.93"
|
||||
},
|
||||
{
|
||||
"id": "Eyes Up!",
|
||||
"name": "Eyes Up!",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.94"
|
||||
},
|
||||
{
|
||||
"id": "Pack Gambit",
|
||||
"name": "Pack Gambit",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.93"
|
||||
},
|
||||
{
|
||||
"id": "Mentor's Guidance",
|
||||
"name": "Mentor's Guidance",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.93"
|
||||
},
|
||||
{
|
||||
"id": "Malleable Formation",
|
||||
"name": "Malleable FormationFormation mobile",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.94"
|
||||
},
|
||||
{
|
||||
"id": "Goading Taunt",
|
||||
"name": "Goading Taunt",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.95"
|
||||
},
|
||||
{
|
||||
"id": "Watch My Back",
|
||||
"name": "Watch My Back",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.94"
|
||||
},
|
||||
{
|
||||
"id": "Illuminate the Way",
|
||||
"name": "Illuminate the Way",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.94"
|
||||
},
|
||||
{
|
||||
"id": "Fluent Bargaining",
|
||||
"name": "Fluent Bargaining",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.94"
|
||||
},
|
||||
{
|
||||
"id": "Bond of Heroes",
|
||||
"name": "Bond of Heroes",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.95"
|
||||
},
|
||||
{
|
||||
"id": "Tonight, I Am Your Opponent",
|
||||
"name": "Tonight, I Am Your Opponent",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.95"
|
||||
},
|
||||
{
|
||||
"id": "Wanderer's Resolve",
|
||||
"name": "Wanderer's Resolve",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.95"
|
||||
},
|
||||
{
|
||||
"id": "Roar of Encouragement",
|
||||
"name": "Roar of Encouragement",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.94"
|
||||
},
|
||||
{
|
||||
"id": "Osano-wo’s Boast (Mantis)",
|
||||
"name": "Spacconeria di Osano-wo (Mantide)",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.7"
|
||||
},
|
||||
{
|
||||
"id": "Borrowed Courage",
|
||||
"name": "Borrowed Courage",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Clouds Parted by Steel",
|
||||
"name": "Clouds Parted by Steel",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Entice with Falsehoods",
|
||||
"name": "Entice with Falsehoods",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Fortress of Necessity",
|
||||
"name": "Fortress of Necessity",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Great Anvil's Measure",
|
||||
"name": "Great Anvil's Measure",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Steady Hammer",
|
||||
"name": "Steady Hammer",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Call the Wild",
|
||||
"name": "Call the Wild",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Righteous Example",
|
||||
"name": "Righteous Example",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Sting of Warrior's Pride",
|
||||
"name": "Sting of Warrior's Pride",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "To Smash the Heart",
|
||||
"name": "To Smash the Heart",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Coursing March Chant",
|
||||
"name": "Coursing March Chant",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Preserve Strength",
|
||||
"name": "Preserve Strength",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Your Enemy's Arrows",
|
||||
"name": "Your Enemy's Arrows",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Battle of No Escape",
|
||||
"name": "Battle of No Escape",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Moment of Glory",
|
||||
"name": "Moment of Glory",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Victory Without a Sword",
|
||||
"name": "Victory Without a Sword",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Flowering Deceptions",
|
||||
"name": "Les fleurs de la supercherie",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.93"
|
||||
}
|
||||
]
|
||||
}
|
||||
255
system/babele/it/l5r5e.core-titles.json
Normal file
255
system/babele/it/l5r5e.core-titles.json
Normal file
@@ -0,0 +1,255 @@
|
||||
{
|
||||
"label": "Titoli (WIP)",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Emerald Magistrate",
|
||||
"name": "Magistrato di Smeraldo",
|
||||
"description": "<h2>Corso</h2><table><tr><td>Abilità Mestierali</td><td>Grp. di Abilità</td></tr><tr><td>Allenamento</td><td>Abilità</td></tr><tr><td>Arti Marziali [Sceglierne Una]</td><td>Abilità</td></tr><tr><td>Recitazione</td><td>Abilità</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\">(kata) Kata di Grado 1–2</a> (prereq)</td><td>Grp. di Tecniche</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\">(kata) Stile della Mano Aperta</a> (prereq)</td><td>Tecnica</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\">(shuji) Acque Poco Profonde</a> (prereq)</td><td>Tecnica</td></tr></table>",
|
||||
"book_reference": "Manuale Base p.305"
|
||||
},
|
||||
{
|
||||
"id": "Castellan",
|
||||
"name": "Castellan",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.128"
|
||||
},
|
||||
{
|
||||
"id": "Covert Agent",
|
||||
"name": "Covert Agent",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.128"
|
||||
},
|
||||
{
|
||||
"id": "Dreaded Enforcer",
|
||||
"name": "Dreaded Enforcer",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.129"
|
||||
},
|
||||
{
|
||||
"id": "Esteemed Negotiator",
|
||||
"name": "Esteemed Negotiator",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.129"
|
||||
},
|
||||
{
|
||||
"id": "Kenshinzen",
|
||||
"name": "Kenshinzen",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.130"
|
||||
},
|
||||
{
|
||||
"id": "Kyuden Asako Shieldbearer",
|
||||
"name": "Kyuden Asako Shieldbearer",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.130"
|
||||
},
|
||||
{
|
||||
"id": "Master Artisan",
|
||||
"name": "Master Artisan",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.130"
|
||||
},
|
||||
{
|
||||
"id": "Winter Court Champion",
|
||||
"name": "Winter Court Champion",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.131"
|
||||
},
|
||||
{
|
||||
"id": "Seven fold Palace Acolyte",
|
||||
"name": "Seven fold Palace Acolyte",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.131"
|
||||
},
|
||||
{
|
||||
"id": "The Damned",
|
||||
"name": "The Damned",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.128"
|
||||
},
|
||||
{
|
||||
"id": "Harvester",
|
||||
"name": "Harvester",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.128"
|
||||
},
|
||||
{
|
||||
"id": "Twenty-Goblin Crab",
|
||||
"name": "Twenty-Goblin Crab",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.128"
|
||||
},
|
||||
{
|
||||
"id": "Witch Hunter",
|
||||
"name": "Witch Hunter",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.129"
|
||||
},
|
||||
{
|
||||
"id": "Advisor",
|
||||
"name": "Advisor",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.249"
|
||||
},
|
||||
{
|
||||
"id": "Daimyo",
|
||||
"name": "Daimyo",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.249"
|
||||
},
|
||||
{
|
||||
"id": "Spy",
|
||||
"name": "Spy",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.250"
|
||||
},
|
||||
{
|
||||
"id": "Gunso",
|
||||
"name": "Gunso",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.250"
|
||||
},
|
||||
{
|
||||
"id": "Clan Magistrate",
|
||||
"name": "Clan Magistrate",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.251"
|
||||
},
|
||||
{
|
||||
"id": "Monastic Acolyte",
|
||||
"name": "Monastic Acolyte",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.251"
|
||||
},
|
||||
{
|
||||
"id": "Priest",
|
||||
"name": "Priest",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.251"
|
||||
},
|
||||
{
|
||||
"id": "Yojimbo",
|
||||
"name": "Yojimbo",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.252"
|
||||
},
|
||||
{
|
||||
"id": "Yoriki",
|
||||
"name": "Yoriki",
|
||||
"description": "",
|
||||
"book_reference": "Impero di Smeraldo p.252"
|
||||
},
|
||||
{
|
||||
"id": "Ashigaru",
|
||||
"name": "Ashigaru",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Deathseeker",
|
||||
"name": "Deathseeker",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Guard",
|
||||
"name": "Elemental Guard",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Legionnaire",
|
||||
"name": "Elemental Legionnaire",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "General",
|
||||
"name": "General",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Lion's Pride Warrior",
|
||||
"name": "Lion's Pride Warrior",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Master Saboteur",
|
||||
"name": "Master Saboteur",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Poet of War",
|
||||
"name": "Poet of War",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Quartermaster",
|
||||
"name": "Quartermaster",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Renowned Warrior",
|
||||
"name": "Renowned Warrior",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Spirit Caller",
|
||||
"name": "Spirit Caller",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Sumai Master",
|
||||
"name": "Sumai Master",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Sword Saint",
|
||||
"name": "Sword Saint",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "War College Graduate",
|
||||
"name": "War College Graduate",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "In Service to a Lord",
|
||||
"name": "In Service to a Lord",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.185"
|
||||
},
|
||||
{
|
||||
"id": "Perfect Land Sect Member",
|
||||
"name": "Perfect Land Sect Member",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.186"
|
||||
},
|
||||
{
|
||||
"id": "Ghostlands Warrior",
|
||||
"name": "Ghostlands Warrior",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.186"
|
||||
},
|
||||
{
|
||||
"id": "Astradhari",
|
||||
"name": "Astradhari",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.187"
|
||||
}
|
||||
]
|
||||
}
|
||||
858
system/babele/it/l5r5e.core-weapons.json
Normal file
858
system/babele/it/l5r5e.core-weapons.json
Normal file
@@ -0,0 +1,858 @@
|
||||
{
|
||||
"label": "Armi (WIP)",
|
||||
"mapping": {
|
||||
"category": "system.category",
|
||||
"grip_1": "system.grip_1",
|
||||
"grip_2": "system.grip_2",
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Bokken",
|
||||
"name": "Bokken",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "Danno +2",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.232"
|
||||
},
|
||||
{
|
||||
"id": "Chokutō",
|
||||
"name": "Chokutō",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.232"
|
||||
},
|
||||
{
|
||||
"id": "Scimitar",
|
||||
"name": "Scimitarra",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.232"
|
||||
},
|
||||
{
|
||||
"id": "Dao",
|
||||
"name": "Dao",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.232"
|
||||
},
|
||||
{
|
||||
"id": "Gao",
|
||||
"name": "Gao",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.232"
|
||||
},
|
||||
{
|
||||
"id": "Jian",
|
||||
"name": "Jian",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "Letalità +1",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.232"
|
||||
},
|
||||
{
|
||||
"id": "Katana",
|
||||
"name": "Katana",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "Letalità +2",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.232"
|
||||
},
|
||||
{
|
||||
"id": "Nodachi",
|
||||
"name": "Nodachi",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.233"
|
||||
},
|
||||
{
|
||||
"id": "Wakizashi",
|
||||
"name": "Wakizashi",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "Letalità +2",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.233"
|
||||
},
|
||||
{
|
||||
"id": "Zanbatō",
|
||||
"name": "Zanbatō",
|
||||
"category": "Spade",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.233"
|
||||
},
|
||||
{
|
||||
"id": "Masakari",
|
||||
"name": "Masakari",
|
||||
"category": "Asce",
|
||||
"grip_1": "",
|
||||
"grip_2": "Letalità +2",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.233"
|
||||
},
|
||||
{
|
||||
"id": "Ono",
|
||||
"name": "Ono",
|
||||
"category": "Asce",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.233"
|
||||
},
|
||||
{
|
||||
"id": "Club",
|
||||
"name": "Randello",
|
||||
"category": "Armi contundenti",
|
||||
"grip_1": "",
|
||||
"grip_2": "Danno +1",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.234"
|
||||
},
|
||||
{
|
||||
"id": "Kiseru",
|
||||
"name": "Kiseru",
|
||||
"category": "Armi contundenti",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.234"
|
||||
},
|
||||
{
|
||||
"id": "Hammer",
|
||||
"name": "Martello",
|
||||
"category": "Armi contundenti",
|
||||
"grip_1": "",
|
||||
"grip_2": "Danno +2",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.234"
|
||||
},
|
||||
{
|
||||
"id": "Ōtsuchi",
|
||||
"name": "Ōtsuchi",
|
||||
"category": "Armi contundenti",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.234"
|
||||
},
|
||||
{
|
||||
"id": "Tetsubō",
|
||||
"name": "Tetsubō",
|
||||
"category": "Armi contundenti",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.234"
|
||||
},
|
||||
{
|
||||
"id": "Jitte",
|
||||
"name": "Jitte",
|
||||
"category": "Armi da mano",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.234"
|
||||
},
|
||||
{
|
||||
"id": "Knife",
|
||||
"name": "Coltello",
|
||||
"category": "Armi da mano",
|
||||
"grip_1": "",
|
||||
"grip_2": "Letalità +2",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.234"
|
||||
},
|
||||
{
|
||||
"id": "Nunchaku",
|
||||
"name": "Nunchaku",
|
||||
"category": "Armi da mano",
|
||||
"grip_1": "",
|
||||
"grip_2": "Intrappolante",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.235"
|
||||
},
|
||||
{
|
||||
"id": "Tessen",
|
||||
"name": "Tessen",
|
||||
"category": "Armi da mano",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.235"
|
||||
},
|
||||
{
|
||||
"id": "Bisentō",
|
||||
"name": "Bisentō",
|
||||
"category": "Armi su asta",
|
||||
"grip_1": "Raggio 1",
|
||||
"grip_2": "Danno +2",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.235"
|
||||
},
|
||||
{
|
||||
"id": "Bō",
|
||||
"name": "Bō",
|
||||
"category": "Armi su asta",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.235"
|
||||
},
|
||||
{
|
||||
"id": "Ji",
|
||||
"name": "Ji",
|
||||
"category": "Armi su asta",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.235"
|
||||
},
|
||||
{
|
||||
"id": "Naginata",
|
||||
"name": "Naginata",
|
||||
"category": "Armi su asta",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.235"
|
||||
},
|
||||
{
|
||||
"id": "Trident",
|
||||
"name": "Tridente",
|
||||
"category": "Armi su asta",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.235"
|
||||
},
|
||||
{
|
||||
"id": "Yari",
|
||||
"name": "Yari",
|
||||
"category": "Armi su asta",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.235"
|
||||
},
|
||||
{
|
||||
"id": "Horsebow",
|
||||
"name": "Arco equestre",
|
||||
"category": "Archi",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.236"
|
||||
},
|
||||
{
|
||||
"id": "Daikyū",
|
||||
"name": "Daikyū",
|
||||
"category": "Archi",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.236"
|
||||
},
|
||||
{
|
||||
"id": "Yumi",
|
||||
"name": "Yumi",
|
||||
"category": "Archi",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.236"
|
||||
},
|
||||
{
|
||||
"id": "Oyumi",
|
||||
"name": "Oyumi",
|
||||
"category": "Balestre",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.236"
|
||||
},
|
||||
{
|
||||
"id": "Kama",
|
||||
"name": "Kama",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.237"
|
||||
},
|
||||
{
|
||||
"id": "Kusari-gama",
|
||||
"name": "Kusari-gama",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "",
|
||||
"grip_2": "Raggio 2-3",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.237"
|
||||
},
|
||||
{
|
||||
"id": "Blowgun",
|
||||
"name": "Cerbottana",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.237"
|
||||
},
|
||||
{
|
||||
"id": "Shuriken",
|
||||
"name": "Shuriken",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "(di punta o di taglio) -, (lancio) Arti Marziali (Distanza), Raggio 1-3",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.237"
|
||||
},
|
||||
{
|
||||
"id": "Punch",
|
||||
"name": "Pugno",
|
||||
"category": "Attacchi a mani nude",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.237"
|
||||
},
|
||||
{
|
||||
"id": "Kick",
|
||||
"name": "Calcio",
|
||||
"category": "Attacchi a mani nude",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.237"
|
||||
},
|
||||
{
|
||||
"id": "Bite",
|
||||
"name": "Morso",
|
||||
"category": "Attacchi a mani nude",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.237"
|
||||
},
|
||||
{
|
||||
"id": "Tachi",
|
||||
"name": "Tachi",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "Letalità +1",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Whip",
|
||||
"name": "Whip",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Moshi Sun Ax",
|
||||
"name": "Moshi Sun Ax",
|
||||
"category": "Asce",
|
||||
"grip_1": "",
|
||||
"grip_2": "Danno +3",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Uchigatana",
|
||||
"name": "Uchigatana",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Shakujō",
|
||||
"name": "Shakujō",
|
||||
"category": "Armi su Asta",
|
||||
"grip_1": "",
|
||||
"grip_2": "Danno +1",
|
||||
"description": "",
|
||||
"book_reference": "Reami Celesti"
|
||||
},
|
||||
{
|
||||
"id": "Kusarifundo",
|
||||
"name": "Kusarifundo",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "",
|
||||
"grip_2": "Entrave",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.111"
|
||||
},
|
||||
{
|
||||
"id": "Shakuhachi",
|
||||
"name": "Shakuhachi",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "",
|
||||
"grip_2": "Danno +1",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.111"
|
||||
},
|
||||
{
|
||||
"id": "Kyoketsu Shoge",
|
||||
"name": "Kyoketsu Shoge",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.111"
|
||||
},
|
||||
{
|
||||
"id": "Shinobigatana",
|
||||
"name": "Shinobigatana",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "Letalità +1",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.110"
|
||||
},
|
||||
{
|
||||
"id": "Ninjatō",
|
||||
"name": "Ninjatō",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "Letalità +1",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.109"
|
||||
},
|
||||
{
|
||||
"id": "Kamayari",
|
||||
"name": "Kamayari",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.111"
|
||||
},
|
||||
{
|
||||
"id": "Tekagi",
|
||||
"name": "Tekagi",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.112"
|
||||
},
|
||||
{
|
||||
"id": "Folding Half-Bow",
|
||||
"name": "Folding Half-Bow",
|
||||
"category": "Archi",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.110"
|
||||
},
|
||||
{
|
||||
"id": "Tekken",
|
||||
"name": "Tekken",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Corti di Pietra p.112"
|
||||
},
|
||||
{
|
||||
"id": "Sake Bottle & Cups",
|
||||
"name": "Sake Bottle & Cups",
|
||||
"category": "Armi improvvisate",
|
||||
"grip_1": "(manganello) : -, (lanciato) : Letalità +2, Raggio 1-3, Bordo",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Umbrella",
|
||||
"name": "Umbrella",
|
||||
"category": "Armi improvvisate",
|
||||
"grip_1": "(manganello) : -",
|
||||
"grip_2": "(manganello) : Danno +2, (pugnale) : Danno +2, Letalità +2",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Talwar",
|
||||
"name": "Talwar",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Scroll Case",
|
||||
"name": "Scroll Case",
|
||||
"category": "Armi improvvisate",
|
||||
"grip_1": "",
|
||||
"grip_2": "Danno +2, Letalità +1",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Urumi",
|
||||
"name": "Urumi",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Iron Sheath",
|
||||
"name": "Iron Sheath",
|
||||
"category": "Armi improvvisate",
|
||||
"grip_1": "",
|
||||
"grip_2": "Danno +2",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Buckler",
|
||||
"name": "Buckler",
|
||||
"category": "Scudi",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Lute",
|
||||
"name": "Lute",
|
||||
"category": "Armi improvvisate",
|
||||
"grip_1": "",
|
||||
"grip_2": "Danno +1, Letalità +1",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Sling",
|
||||
"name": "Sling",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Gada",
|
||||
"name": "Gada",
|
||||
"category": "Armi contundenti",
|
||||
"grip_1": "",
|
||||
"grip_2": "Letalità +3",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Kuwa",
|
||||
"name": "Kuwa",
|
||||
"category": "Asce",
|
||||
"grip_1": "",
|
||||
"grip_2": "Danno +2, Letalità +2, Raggio 1-2",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Qamarist Heavy Shield",
|
||||
"name": "Qamarist Heavy Shield",
|
||||
"category": "Scudi",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Boat Oar",
|
||||
"name": "Boat Oar",
|
||||
"category": "Armi improvvisate",
|
||||
"grip_1": "",
|
||||
"grip_2": "Danno +2, Letalità +3",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Fishing Net",
|
||||
"name": "Fishing Net",
|
||||
"category": "Armi improvvisate",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Chair",
|
||||
"name": "Chair",
|
||||
"category": "Armi improvvisate",
|
||||
"grip_1": "(manganello) : -, (lanciato) : -",
|
||||
"grip_2": "(manganello) : Danno +2, (lanciato) : Letalità +1, Raggio 0-2",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Chain Whip",
|
||||
"name": "Chain Whip",
|
||||
"category": "Armi da specialisti",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Sentiero delle Onde p.112"
|
||||
},
|
||||
{
|
||||
"id": "Genno",
|
||||
"name": "Genno",
|
||||
"category": "Martelli",
|
||||
"grip_1": "",
|
||||
"grip_2": "Danno +4",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.102"
|
||||
},
|
||||
{
|
||||
"id": "Tekkan",
|
||||
"name": "Tekkan",
|
||||
"category": "Spade",
|
||||
"grip_1": "Ingombrante",
|
||||
"grip_2": "Danno +2",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.102"
|
||||
},
|
||||
{
|
||||
"id": "Small Shield",
|
||||
"name": "Small Shield",
|
||||
"category": "Scudi",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.104"
|
||||
},
|
||||
{
|
||||
"id": "O-Gata Dohou",
|
||||
"name": "O-Gata Dohou",
|
||||
"category": "Macchine d'assedio",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.105"
|
||||
},
|
||||
{
|
||||
"id": "Large Shield",
|
||||
"name": "Large Shield",
|
||||
"category": "Scudi",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.104"
|
||||
},
|
||||
{
|
||||
"id": "Kaiu no Oyumi",
|
||||
"name": "Kaiu no Oyumi",
|
||||
"category": "Balestre",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.103"
|
||||
},
|
||||
{
|
||||
"id": "Tsuruhashi",
|
||||
"name": "Tsuruhashi",
|
||||
"category": "Asce",
|
||||
"grip_1": "Ingombrante",
|
||||
"grip_2": "Letalità +2",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.102"
|
||||
},
|
||||
{
|
||||
"id": "Flyssa",
|
||||
"name": "Flissa",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "Accelerato",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.102"
|
||||
},
|
||||
{
|
||||
"id": "Sode",
|
||||
"name": "Sode",
|
||||
"category": "Scudi",
|
||||
"grip_1": "Spalle",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.103"
|
||||
},
|
||||
{
|
||||
"id": "Ballista",
|
||||
"name": "Ballista",
|
||||
"category": "Macchine d'assedio",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.105"
|
||||
},
|
||||
{
|
||||
"id": "Kabutowari",
|
||||
"name": "Kabutowari",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.102"
|
||||
},
|
||||
{
|
||||
"id": "Storm Bow",
|
||||
"name": "Storm Bow",
|
||||
"category": "Archi",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.103"
|
||||
},
|
||||
{
|
||||
"id": "Doom Crossbow",
|
||||
"name": "Doom Crossbow",
|
||||
"category": "Balestre",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Terre dell'Ombra p.103"
|
||||
},
|
||||
{
|
||||
"id": "Butterfly sword",
|
||||
"name": "Spade a Farfalla",
|
||||
"category": "Spade",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.8"
|
||||
},
|
||||
{
|
||||
"id": "Eku",
|
||||
"name": "Eku",
|
||||
"category": "Armi su Asta",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.8"
|
||||
},
|
||||
{
|
||||
"id": "Rochin",
|
||||
"name": "Rochin",
|
||||
"category": "Armi su Asta",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.8"
|
||||
},
|
||||
{
|
||||
"id": "Sai",
|
||||
"name": "Sai",
|
||||
"category": "Armi da Mano",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.8"
|
||||
},
|
||||
{
|
||||
"id": "Tonfa",
|
||||
"name": "Tonfa",
|
||||
"category": "Armi da Mano",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.9"
|
||||
},
|
||||
{
|
||||
"id": "Tinbe",
|
||||
"name": "Timbe",
|
||||
"category": "Scudi",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Il Clan della Mantide p.8"
|
||||
},
|
||||
{
|
||||
"id": "Ichirō Sapper Ax",
|
||||
"name": "Ichirō Sapper Ax",
|
||||
"category": "Asce",
|
||||
"grip_1": "-, (smussato): Danno +2, Letalità -3",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Magari Yari",
|
||||
"name": "Magari Yari",
|
||||
"category": "Armi su Asta",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Nagae Yari",
|
||||
"name": "Nagae Yari",
|
||||
"category": "Armi su Asta",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Nagamaki",
|
||||
"name": "Nagamaki",
|
||||
"category": "Armi su Asta",
|
||||
"grip_1": "Ingombrante",
|
||||
"grip_2": "Danno +2, Letalità +2",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Yoroi-Doshi",
|
||||
"name": "Yoroi-Doshi",
|
||||
"category": "Armi da Mano",
|
||||
"grip_1": "",
|
||||
"grip_2": "Letalità +3",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Gunbai",
|
||||
"name": "Gunbai",
|
||||
"category": "Armi da Mano",
|
||||
"grip_1": "",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Fields of Victory"
|
||||
},
|
||||
{
|
||||
"id": "Hooves",
|
||||
"name": "Zoccoli",
|
||||
"category": "Attacchi a mani nude",
|
||||
"grip_1": "N/A",
|
||||
"grip_2": "N/A",
|
||||
"description": "",
|
||||
"book_reference": "Manuale Base p.327"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -5,7 +5,14 @@
|
||||
},
|
||||
"SETTINGS": {
|
||||
"None": "No option",
|
||||
"ReverseFatigueBar": "Reverse token fatigue bar",
|
||||
"ReverseTokenBars": {
|
||||
"Title": "Reverse tokens bar",
|
||||
"Hint": "Change the order in which the bars under the tokens are filled in",
|
||||
"None": "None",
|
||||
"Fatigue": "Fatigue only",
|
||||
"Strife": "Strife",
|
||||
"Both": "Both Fatigue and Strife"
|
||||
},
|
||||
"RollNKeep": {
|
||||
"DeleteOldMessage": "RnK Delete previous chat message",
|
||||
"DeleteOldMessageHint": "Choose to keep or delete the previous message for a RnK series"
|
||||
@@ -17,32 +24,62 @@
|
||||
"CustomTechniques": {
|
||||
"Title": "Use custom techniques",
|
||||
"Hint": "Add 'Specificity' technique type to serve as a catch-all."
|
||||
},
|
||||
"CustomCompendiumName": {
|
||||
"Title": "Custom Compendium Name",
|
||||
"Hint": "For advanced users that want to change the name of the custom compendiums (Used to disables the embedded ones).",
|
||||
"Notification": "Unable set Custom Compendium: '{name}'. Is it activated and registered with Babele?"
|
||||
},
|
||||
"CustomItemsHeight": {
|
||||
"Title": "Default items windows height",
|
||||
"Hint": "Set the default height for 'Items' windows types (techniques, weapons...), in pixels"
|
||||
},
|
||||
"Compendium": {
|
||||
"HideDisabledSources": {
|
||||
"Title": "[Compendium] Hide sources filter without reference",
|
||||
"Hint": "Hide empty source with no elements in source filter."
|
||||
},
|
||||
"HideEmptySourcesFromPlayers": {
|
||||
"Title": "[Compendium] Hide elements with empty reference",
|
||||
"Hint": "Basically require a reference to be set in order for players to view the content in compendiums"
|
||||
},
|
||||
"AllowedOfficialSources": {
|
||||
"Title": "[Compendium] Available official resources",
|
||||
"Hint": "Useful if you as a GM want to limit the available official content to only books you own"
|
||||
},
|
||||
"AllowedUnofficialSources": {
|
||||
"Title": "[Compendium] Available unofficial resources",
|
||||
"Hint": "Useful if you have compendiums with custom items mixed with player facing items."
|
||||
}
|
||||
}
|
||||
},
|
||||
"ACTOR": {
|
||||
"TypeCharacter": "Player Character",
|
||||
"TypeNpc": "Non-Player Character",
|
||||
"TypeArmy": "Army"
|
||||
},
|
||||
"ITEM": {
|
||||
"TypeItem": "Item",
|
||||
"TypeArmor": "Armor",
|
||||
"TypeWeapon": "Weapon",
|
||||
"TypeTechnique": "Technique",
|
||||
"TypeProperty": "Property",
|
||||
"TypePeculiarity": "Peculiarity",
|
||||
"TypeAdvancement": "Advancement",
|
||||
"TypeTitle": "Title",
|
||||
"TypeBond": "Bond",
|
||||
"TypeSignature_scroll": "Signature Scroll",
|
||||
"TypeItem_pattern": "Item Pattern",
|
||||
"TypeArmy_fortification": "Fortification",
|
||||
"TypeArmy_cohort": "Cohort"
|
||||
},
|
||||
"JOURNAL": {
|
||||
"TypeJournal": "Journal"
|
||||
"TYPES": {
|
||||
"Actor": {
|
||||
"character": "Player Character",
|
||||
"npc": "Non-Player Character",
|
||||
"army": "Army"
|
||||
},
|
||||
"Item": {
|
||||
"item": "Item",
|
||||
"armor": "Armor",
|
||||
"weapon": "Weapon",
|
||||
"technique": "Technique",
|
||||
"property": "Property",
|
||||
"peculiarity": "Peculiarity",
|
||||
"advancement": "Advancement",
|
||||
"title": "Title",
|
||||
"bond": "Bond",
|
||||
"signature_scroll": "Signature Scroll",
|
||||
"item_pattern": "Item Pattern",
|
||||
"army_fortification": "Fortification",
|
||||
"army_cohort": "Cohort"
|
||||
},
|
||||
"Journal": {
|
||||
"journal": "Journal"
|
||||
}
|
||||
},
|
||||
"l5r5e": {
|
||||
"title": "Legend of the Five Rings",
|
||||
"global": {
|
||||
"edge_translation_disclaimer": "",
|
||||
"add": "Add",
|
||||
@@ -54,6 +91,19 @@
|
||||
"unlocked": "Unlocked",
|
||||
"random": "Random"
|
||||
},
|
||||
"multiselect": {
|
||||
"empty_tag": "<blank>",
|
||||
"placeholder": "Filter Sources",
|
||||
"player_filter_label": "Player filter",
|
||||
"player_filter_tooltip": "Apply player filter",
|
||||
"already_in_filter": "Already in filter",
|
||||
"sources_categories": {
|
||||
"rules": "Rules",
|
||||
"adventures": "Adventures",
|
||||
"supplements": "Supplements",
|
||||
"others": "Others"
|
||||
}
|
||||
},
|
||||
"logo": {
|
||||
"title": "Need help?",
|
||||
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
||||
@@ -73,6 +123,22 @@
|
||||
"title": "FoundryVTT Official Discord",
|
||||
"info": "Your browser will open on the official Foundry discord",
|
||||
"link": "https://discordapp.com/invite/DDBZUDf"
|
||||
},
|
||||
"notes": {
|
||||
"title": "Changelog",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md"
|
||||
},
|
||||
"issues": {
|
||||
"title": "Issues",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/issues"
|
||||
},
|
||||
"custom-compendiums": {
|
||||
"title": "Compendiums",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
|
||||
},
|
||||
"wiki": {
|
||||
"title": "Wiki",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
||||
}
|
||||
},
|
||||
"rings": {
|
||||
@@ -94,7 +160,10 @@
|
||||
"description": "Description",
|
||||
"bought_at_rank": "Bought at rank",
|
||||
"types": "Types",
|
||||
"book_reference": "Reference",
|
||||
"source_reference": {
|
||||
"reference": "Reference",
|
||||
"page_abbreviation": "p."
|
||||
},
|
||||
"value": "Value",
|
||||
"rarity": "Rarity",
|
||||
"quantity": "Quantity",
|
||||
@@ -122,7 +191,8 @@
|
||||
"initiative_roll": "Initiative roll",
|
||||
"success_text": "Success!",
|
||||
"bonus_text": "bonus successes",
|
||||
"fail_text": "Fail!"
|
||||
"fail_text": "Fail!",
|
||||
"unknown_target": "Unknown target"
|
||||
},
|
||||
"dicepicker": {
|
||||
"title": "Dice Picker",
|
||||
@@ -132,7 +202,8 @@
|
||||
"void_point_tooltip": "Void point",
|
||||
"skill_assistance_label": "Assistance",
|
||||
"roll_label": "Roll",
|
||||
"bt_add_macro": "Add a macro"
|
||||
"bt_add_macro": "Add a macro",
|
||||
"gm_request_dp_to_players": "Roll request sent to players"
|
||||
},
|
||||
"roll_n_keep": {
|
||||
"title": "Roll & Keep",
|
||||
@@ -150,20 +221,21 @@
|
||||
"toolbox": {
|
||||
"title": "GM ToolBox",
|
||||
"difficulty_hidden": "Change difficulty visibility",
|
||||
"difficulty": "Change difficulty (right click: add, left: subtract, middle: TN 2)",
|
||||
"sleep": "Comfortable rest for all characters (Remove Water x2 fatigue. Right click: assigned characters only. Left: All actors)",
|
||||
"difficulty": "Change difficulty (Left click: add, Right: subtract, Middle: TN 2)",
|
||||
"sleep": "Comfortable rest for all characters (Remove Water x2 fatigue. Left click: assigned characters only. Right: All actors)",
|
||||
"sleep_info": "The characters had a good night's sleep.",
|
||||
"scene_end": "End of scene (Conflict and Fatigue half reset for all characters. Right click: assigned characters only. Left: All actors)",
|
||||
"scene_end": "End of scene (Conflict and Fatigue half reset for all characters. Left click: assigned characters only. Right: All actors)",
|
||||
"scene_end_info": "The tension of the scene finally drops.",
|
||||
"reset_void": "Start of the game: Reset the players' void points (Right click: assigned characters only. Left: All actors",
|
||||
"reset_void": "Start of the game: Reset the players' void points (Left click: assigned characters only. Right: All actors",
|
||||
"reset_void_info": "Void points have been attributed."
|
||||
},
|
||||
"monitor": {
|
||||
"title": "GM Monitor",
|
||||
"switch_view": "Switch View",
|
||||
"add_selected_tokens": "Add selected tokens",
|
||||
"honor_glory_status": "H/G/S",
|
||||
"focus_vigilance": "Foc./Vig.",
|
||||
"mouse_control": "Right click +1, left: -1, middle: reset to 0"
|
||||
"mouse_control": "Left click +1, Right: -1, middle: set to 0"
|
||||
}
|
||||
},
|
||||
"weapons": {
|
||||
@@ -362,7 +434,7 @@
|
||||
"mass_battle": "Mass Battle",
|
||||
"prepared_true": "Prepared",
|
||||
"prepared_false": "Surprised",
|
||||
"prepared_null": "Defined in the character sheet (default)",
|
||||
"prepared_actor": "Defined in the character sheet (default)",
|
||||
"already_set": "Your initiative has already been determined"
|
||||
}
|
||||
},
|
||||
@@ -460,7 +532,7 @@
|
||||
"honor": "Honor",
|
||||
"access": "Technique types available",
|
||||
"school_ability": "School ability",
|
||||
"starting_techniques": "Starting techniques (2-5)",
|
||||
"starting_techniques": "Starting techniques (2-6)",
|
||||
"outfit": "Starting outfit",
|
||||
"q4": "4. How does your character stand out within their school? (p. 88)",
|
||||
"q4_pow": "4. What gets your character in and out of trouble? (p. 60)"
|
||||
@@ -580,6 +652,7 @@
|
||||
"boar": "Boar",
|
||||
"dragonfly": "Dragonfly",
|
||||
"firefly": "Firefly",
|
||||
"fox": "Fox",
|
||||
"hare": "Hare",
|
||||
"monkey": "Monkey",
|
||||
"oriole": "Oriole",
|
||||
@@ -607,6 +680,7 @@
|
||||
"capricious": "Capricious",
|
||||
"cautious": "Cautious",
|
||||
"clever": "Clever",
|
||||
"compassionate": "Compassionate",
|
||||
"confused": "Confused",
|
||||
"courageous": "Courageous",
|
||||
"cowardly": "Cowardly",
|
||||
@@ -649,6 +723,43 @@
|
||||
"unenthused": "Unenthused",
|
||||
"vain": "Vain",
|
||||
"wary": "Wary"
|
||||
},
|
||||
"compendium": {
|
||||
"filter_rank": "Show Rank",
|
||||
"not_for_players": "Not shown to players",
|
||||
"filter": {
|
||||
"rank": "Rank",
|
||||
"rarity": "Rarity",
|
||||
"ring": "Ring"
|
||||
}
|
||||
},
|
||||
"source_reference": {
|
||||
"core_rulebook": "Core Rulebook",
|
||||
"emerald_empire": "Emerald Empire",
|
||||
"shadowlands": "Shadowlands",
|
||||
"court_of_stones": "Court of Stones",
|
||||
"path_of_waves": "Path of Waves",
|
||||
"celestial_realms": "Celestial Realms",
|
||||
"fields_of_victory": "Fields of Victory",
|
||||
"writ_of_the_wild": "Writ of the Wild",
|
||||
"gm_kit": "Game Master's Kit",
|
||||
"beginner_game": "Beginner Game",
|
||||
"the_mantis_clan": "The Mantis Clan",
|
||||
"mask_of_the_oni": "Mask of the Oni",
|
||||
"winters_embrace": "Winter's Embrace",
|
||||
"sins_of_regret": "Sins of Regret",
|
||||
"wheel_of_judgment": "Wheel of Judgment",
|
||||
"blood_of_the_lioness": "Blood of the Lioness",
|
||||
"imperfect_land": "Imperfect Land",
|
||||
"in_the_palace_of_the_emerald_champion": "In the Palace of the Emerald Champion",
|
||||
"the_highwayman": "The Highwayman",
|
||||
"wedding_at_kyotei_castle": "Wedding at Kyotei Castle",
|
||||
"the_knotted_tails": "The Knotted Tails",
|
||||
"cresting_waves": "Cresting Waves",
|
||||
"deathly_turns": "Deathly Turns",
|
||||
"the_scroll_or_the_blade": "The Scroll or the Blade",
|
||||
"legacies_of_war": "Legacies of War",
|
||||
"children_of_the_five_winds": "Children of the Five Winds"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,14 @@
|
||||
},
|
||||
"SETTINGS": {
|
||||
"None": "Sin opción",
|
||||
"ReverseFatigueBar": "Invertir la barra de fatiga de los token",
|
||||
"ReverseTokenBars": {
|
||||
"Title": "Reverse tokens bar",
|
||||
"Hint": "Change the order in which the bars under the tokens are filled in",
|
||||
"None": "None",
|
||||
"Fatigue": "Fatigue only",
|
||||
"Strife": "Strife",
|
||||
"Both": "Both Fatigue and Strife"
|
||||
},
|
||||
"RollNKeep": {
|
||||
"DeleteOldMessage": "TyG Eliminar el mensaje anterior del chat",
|
||||
"DeleteOldMessageHint": "Elige si mantener o borrar el mensaje anterior de la serie TyG"
|
||||
@@ -17,32 +24,62 @@
|
||||
"CustomTechniques": {
|
||||
"Title": "Use custom techniques",
|
||||
"Hint": "Add 'Specificity' technique type to serve as a catch-all."
|
||||
},
|
||||
"CustomCompendiumName": {
|
||||
"Title": "Custom Compendium Name",
|
||||
"Hint": "For advanced users that want to change the name of the custom compendiums (Used to disables the embedded ones).",
|
||||
"Notification": "Unable set Custom Compendium: '{name}'. Is it activated and registered with Babele?"
|
||||
},
|
||||
"CustomItemsHeight": {
|
||||
"Title": "Default items windows height",
|
||||
"Hint": "Set the default height for 'Items' windows types (techniques, weapons...), in pixels"
|
||||
},
|
||||
"Compendium": {
|
||||
"HideDisabledSources": {
|
||||
"Title": "[Compendium] Hide sources filter without reference",
|
||||
"Hint": "Hide empty source with no elements in source filter."
|
||||
},
|
||||
"HideEmptySourcesFromPlayers": {
|
||||
"Title": "[Compendium] Hide elements with empty reference",
|
||||
"Hint": "Basically require a reference to be set in order for players to view the content in compendiums"
|
||||
},
|
||||
"AllowedOfficialSources": {
|
||||
"Title": "[Compendium] Available official resources",
|
||||
"Hint": "Useful if you as a GM want to limit the available official content to only books you own"
|
||||
},
|
||||
"AllowedUnofficialSources": {
|
||||
"Title": "[Compendium] Available unofficial resources",
|
||||
"Hint": "Useful if you have compendiums with custom items mixed with player facing items."
|
||||
}
|
||||
}
|
||||
},
|
||||
"ACTOR": {
|
||||
"TypeCharacter": "Personaje jugador",
|
||||
"TypeNpc": "Personaje no jugador",
|
||||
"TypeArmy": "Ejército"
|
||||
},
|
||||
"ITEM": {
|
||||
"TypeItem": "Objeto",
|
||||
"TypeArmor": "Armadura",
|
||||
"TypeWeapon": "Arma",
|
||||
"TypeTechnique": "Técnica",
|
||||
"TypeProperty": "Propiedad",
|
||||
"TypePeculiarity": "Peculiaridad",
|
||||
"TypeAdvancement": "Mejora",
|
||||
"TypeTitle": "Título",
|
||||
"TypeBond": "Vínculo",
|
||||
"TypeSignature_scroll": "Pergamino especial",
|
||||
"TypeItem_pattern": "Patrón de objeto",
|
||||
"TypeArmy_fortification": "Fortificación",
|
||||
"TypeArmy_cohort": "Cohorte"
|
||||
},
|
||||
"JOURNAL": {
|
||||
"TypeJournal": "Diario"
|
||||
"TYPES": {
|
||||
"Actor": {
|
||||
"character": "Personaje jugador",
|
||||
"npc": "Personaje no jugador",
|
||||
"army": "Ejército"
|
||||
},
|
||||
"Item": {
|
||||
"item": "Objeto",
|
||||
"armor": "Armadura",
|
||||
"weapon": "Arma",
|
||||
"technique": "Técnica",
|
||||
"property": "Propiedad",
|
||||
"peculiarity": "Peculiaridad",
|
||||
"advancement": "Mejora",
|
||||
"title": "Título",
|
||||
"bond": "Vínculo",
|
||||
"signature_scroll": "Pergamino especial",
|
||||
"item_pattern": "Patrón de objeto",
|
||||
"army_fortification": "Fortificación",
|
||||
"army_cohort": "Cohorte"
|
||||
},
|
||||
"Journal": {
|
||||
"journal": "Diario"
|
||||
}
|
||||
},
|
||||
"l5r5e": {
|
||||
"title": "Legend of the five Rings",
|
||||
"global": {
|
||||
"edge_translation_disclaimer": "Edge Studio nos da su permiso para ofrecer este módulo a la comunidad, pero tanto los textos así como los códigos que lo constituyen no tienen su aprobación explícita.",
|
||||
"add": "Añadir",
|
||||
@@ -54,6 +91,19 @@
|
||||
"unlocked": "Unlocked",
|
||||
"random": "Random"
|
||||
},
|
||||
"multiselect": {
|
||||
"empty_tag": "<blank>",
|
||||
"placeholder": "Filter Sources",
|
||||
"player_filter_label": "Player filter",
|
||||
"player_filter_tooltip": "Apply player filter",
|
||||
"already_in_filter": "Already in filter",
|
||||
"sources_categories": {
|
||||
"rules": "Rules",
|
||||
"adventures": "Adventures",
|
||||
"supplements": "Supplements",
|
||||
"others": "Others"
|
||||
}
|
||||
},
|
||||
"logo": {
|
||||
"títle": "¿Necesitas ayuda?",
|
||||
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
||||
@@ -73,6 +123,22 @@
|
||||
"title": "Discord oficial de FoundryVTT",
|
||||
"info": "Su navegador se abrirá el discord oficial de Foundry",
|
||||
"link": "https://discordapp.com/invite/DDBZUDf"
|
||||
},
|
||||
"notes": {
|
||||
"title": "Changelog",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md"
|
||||
},
|
||||
"issues": {
|
||||
"title": "Issues",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/issues"
|
||||
},
|
||||
"custom-compendiums": {
|
||||
"title": "Compendiums",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
|
||||
},
|
||||
"wiki": {
|
||||
"title": "Wiki",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
||||
}
|
||||
},
|
||||
"rings": {
|
||||
@@ -94,7 +160,10 @@
|
||||
"description": "Descripción",
|
||||
"bought_at_rank": "Adquirido en rango",
|
||||
"types": "Tipos",
|
||||
"book_reference": "Referencia",
|
||||
"source_reference": {
|
||||
"reference": "Referencia",
|
||||
"page_abbreviation": "p."
|
||||
},
|
||||
"value": "Valor",
|
||||
"rarity": "Rareza",
|
||||
"quantity": "Cantidad",
|
||||
@@ -122,7 +191,8 @@
|
||||
"initiative_roll": "Tirada de Iniciativa",
|
||||
"success_text": "¡Éxito!",
|
||||
"bonus_text": "Éxitos adicionales",
|
||||
"fail_text": "¡Fallo!"
|
||||
"fail_text": "¡Fallo!",
|
||||
"unknown_target": "Unknown target"
|
||||
},
|
||||
"dicepicker": {
|
||||
"title": "Dice Picker",
|
||||
@@ -132,7 +202,8 @@
|
||||
"void_point_tooltip": "Punto de vacío",
|
||||
"skill_assistance_label": "Asistencia",
|
||||
"roll_label": "Tirar",
|
||||
"bt_add_macro": "Añadir una macro"
|
||||
"bt_add_macro": "Añadir una macro",
|
||||
"gm_request_dp_to_players": "Roll request sent to players"
|
||||
},
|
||||
"roll_n_keep": {
|
||||
"title": "Tirar y guardar",
|
||||
@@ -150,20 +221,21 @@
|
||||
"toolbox": {
|
||||
"title": "GM ToolBox",
|
||||
"difficulty_hidden": "Cambiar la dificultad visible",
|
||||
"difficulty": "Cambiar dificultad (derecha: añadir, izquierda: sustraer, central: NO 2)",
|
||||
"sleep": "Descanso confortable para todos los personajes (Eliminar fatiga = Agua x2. (Click derecho: sólo a los personajes seleccionados. Izquierdo: a todos los actores)",
|
||||
"difficulty": "Cambiar dificultad (Izquierda: añadir, Derecha: sustraer, central: NO 2)",
|
||||
"sleep": "Descanso confortable para todos los personajes (Eliminar fatiga = Agua x2. (Click Izquierdo: sólo a los personajes seleccionados. Derecho: a todos los actores)",
|
||||
"sleep_info": "Los personajes han dormido bien.",
|
||||
"scene_end": "Final de la escena (El Conflicto y la Fatiga de los personajes se reduce hasta la mitad del máximo del valor (Click derecho: sólo a los personajes seleccionados. Izquierdo: a todos los actores)",
|
||||
"scene_end": "Final de la escena (El Conflicto y la Fatiga de los personajes se reduce hasta la mitad del máximo del valor (Click Izquierdo: sólo a los personajes seleccionados. Derecho: a todos los actores)",
|
||||
"scene_end_info": "La tensión de la escena por fin disminuye.",
|
||||
"reset_void": "Comienzo de la partida: Resetea los puntos de Vacío de los jugadores (Click derecho: sólo a los personajes seleccionados. Izquierdo: a todos los actores)",
|
||||
"reset_void": "Comienzo de la partida: Resetea los puntos de Vacío de los jugadores (Click Izquierdo: sólo a los personajes seleccionados. Derecho: a todos los actores)",
|
||||
"reset_void_info": "Se han adjudicado los puntos de Vacío."
|
||||
},
|
||||
"monitor": {
|
||||
"title": "Pantalla del DJ",
|
||||
"switch_view": "Cambiar vista",
|
||||
"add_selected_tokens": "Add selected tokens",
|
||||
"honor_glory_status": "H/G/E",
|
||||
"focus_vigilance": "Con./Ale.",
|
||||
"mouse_control": "Right click +1, left: -1, middle: reset to 0"
|
||||
"mouse_control": "Click Izquierdo +1, Derecho: -1, middle: set to 0"
|
||||
}
|
||||
},
|
||||
"weapons": {
|
||||
@@ -362,7 +434,7 @@
|
||||
"mass_battle": "Batalla a gran escala",
|
||||
"prepared_true": "Preparado",
|
||||
"prepared_false": "Sorprendido",
|
||||
"prepared_null": "Definido en la hoja de personaje (por defecto)",
|
||||
"prepared_actor": "Definido en la hoja de personaje (por defecto)",
|
||||
"already_set": "Tu iniciativa ya ha sido establecida."
|
||||
}
|
||||
},
|
||||
@@ -460,7 +532,7 @@
|
||||
"honor": "Honor",
|
||||
"access": "Tipos de técnicas disponibles",
|
||||
"school_ability": "Capacidad de escuela",
|
||||
"starting_techniques": "Técnicas iniciales (2-5)",
|
||||
"starting_techniques": "Técnicas iniciales (2-6)",
|
||||
"outfit": "Equipo inicial",
|
||||
"q4": "4. ¿De qué manera destaca tu personaje dentro de su escuela? (p. 88)",
|
||||
"q4_pow": "4. What gets your character in and out of trouble? (p. 60)"
|
||||
@@ -580,6 +652,7 @@
|
||||
"boar": "Boar",
|
||||
"dragonfly": "Dragonfly",
|
||||
"firefly": "Firefly",
|
||||
"fox": "Fox",
|
||||
"hare": "Hare",
|
||||
"monkey": "Monkey",
|
||||
"oriole": "Oriole",
|
||||
@@ -607,6 +680,7 @@
|
||||
"capricious": "Capricious",
|
||||
"cautious": "Cautious",
|
||||
"clever": "Clever",
|
||||
"compassionate": "Compassionate",
|
||||
"confused": "Confused",
|
||||
"courageous": "Courageous",
|
||||
"cowardly": "Cowardly",
|
||||
@@ -649,6 +723,43 @@
|
||||
"unenthused": "Unenthused",
|
||||
"vain": "Vain",
|
||||
"wary": "Wary"
|
||||
},
|
||||
"compendium": {
|
||||
"filter_rank": "Show Rank",
|
||||
"not_for_players": "Not shown to players",
|
||||
"filter": {
|
||||
"rank": "Rank",
|
||||
"rarity": "Rarity",
|
||||
"ring": "Ring"
|
||||
}
|
||||
},
|
||||
"source_reference": {
|
||||
"core_rulebook": "Core Rulebook",
|
||||
"emerald_empire": "Emerald Empire",
|
||||
"shadowlands": "Shadowlands",
|
||||
"court_of_stones": "Court of Stones",
|
||||
"path_of_waves": "Path of Waves",
|
||||
"celestial_realms": "Celestial Realms",
|
||||
"fields_of_victory": "Fields of Victory",
|
||||
"writ_of_the_wild": "Writ of the Wild",
|
||||
"gm_kit": "Game Master's Kit",
|
||||
"beginner_game": "Beginner Game",
|
||||
"the_mantis_clan": "The Mantis Clan",
|
||||
"mask_of_the_oni": "Mask of the Oni",
|
||||
"winters_embrace": "Winter's Embrace",
|
||||
"sins_of_regret": "Sins of Regret",
|
||||
"wheel_of_judgment": "Wheel of Judgment",
|
||||
"blood_of_the_lioness": "Blood of the Lioness",
|
||||
"imperfect_land": "Imperfect Land",
|
||||
"in_the_palace_of_the_emerald_champion": "In the Palace of the Emerald Champion",
|
||||
"the_highwayman": "The Highwayman",
|
||||
"wedding_at_kyotei_castle": "Wedding at Kyotei Castle",
|
||||
"the_knotted_tails": "The Knotted Tails",
|
||||
"cresting_waves": "Cresting Waves",
|
||||
"deathly_turns": "Deathly Turns",
|
||||
"the_scroll_or_the_blade": "The Scroll or the Blade",
|
||||
"legacies_of_war": "Legacies of War",
|
||||
"children_of_the_five_winds": "Children of the Five Winds"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,14 @@
|
||||
},
|
||||
"SETTINGS": {
|
||||
"None": "Aucune option",
|
||||
"ReverseFatigueBar": "Inverser la barre de fatigue des token",
|
||||
"ReverseTokenBars": {
|
||||
"Title": "Inverser la barre des tokens",
|
||||
"Hint": "Change l'ordre de remplissage des barres sous les tokens",
|
||||
"None": "Aucun",
|
||||
"Fatigue": "Fatigue uniquement",
|
||||
"Strife": "Conflit uniquement",
|
||||
"Both": "Les deux (Fatigue et Conflit)"
|
||||
},
|
||||
"RollNKeep": {
|
||||
"DeleteOldMessage": "RnK Supprime le précédent message du chat",
|
||||
"DeleteOldMessageHint": "Si coché, on supprime le message précédent pour la série de jets via le RnK"
|
||||
@@ -17,43 +24,86 @@
|
||||
"CustomTechniques": {
|
||||
"Title": "Utiliser les techniques personnalisées",
|
||||
"Hint": "Ajoute un type de technique 'Particularités' pour servir de fourre-tout."
|
||||
},
|
||||
"CustomCompendiumName": {
|
||||
"Title": "Nom du CustomCompendium",
|
||||
"Hint": "Pour les utilisateurs avancés qui souhaitent modifier le nom du compendium personnalisé (utilisé pour désactiver ceux intégrés).",
|
||||
"Notification": "Impossible de définir le compendium personnalisé : '{name}'. Est-il activé et enregistré auprès de Babele ?"
|
||||
},
|
||||
"CustomItemsHeight": {
|
||||
"Title": "Hauteur par défaut des fenêtres d'objets",
|
||||
"Hint": "Définir la hauteur par défaut des fenêtres de type Item (techniques, armes...) en pixels"
|
||||
},
|
||||
"Compendium": {
|
||||
"HideDisabledSources": {
|
||||
"Title": "[Compendium] Cacher les sources vides",
|
||||
"Hint": "Cache les sources sans éléments du filtre source."
|
||||
},
|
||||
"HideEmptySourcesFromPlayers": {
|
||||
"Title": "[Compendium] Cacher les éléments ayant une référence vide",
|
||||
"Hint": "Utile pour cacher les éléments qui sont partiellement terminés."
|
||||
},
|
||||
"AllowedOfficialSources": {
|
||||
"Title": "[Compendium] Ressources officielles disponibles",
|
||||
"Hint": "Utile si, en tant que MJ, vous souhaitez limiter le contenu officiel disponible aux seuls livres que vous possédez."
|
||||
},
|
||||
"AllowedUnofficialSources": {
|
||||
"Title": "[Compendium] Ressources non-officielles disponibles",
|
||||
"Hint": "Utile si vous avez des compendiums avec des objets personnalisés mélangés à des objets destinés aux joueurs."
|
||||
}
|
||||
}
|
||||
},
|
||||
"ACTOR": {
|
||||
"TypeCharacter": "Personnage Joueur",
|
||||
"TypeNpc": "Personnage non Joueur",
|
||||
"TypeArmy": "Armée"
|
||||
},
|
||||
"ITEM": {
|
||||
"TypeItem": "Objet",
|
||||
"TypeArmor": "Armure",
|
||||
"TypeWeapon": "Arme",
|
||||
"TypeTechnique": "Technique",
|
||||
"TypeProperty": "Propriété",
|
||||
"TypePeculiarity": "Particularité",
|
||||
"TypeAdvancement": "Progression",
|
||||
"TypeTitle": "Titre",
|
||||
"TypeBond": "Lien",
|
||||
"TypeSignature_scroll": "Rouleau de marque",
|
||||
"TypeItem_pattern": "Procédé de fabrication",
|
||||
"TypeArmy_fortification": "Fortification",
|
||||
"TypeArmy_cohort": "Régiment"
|
||||
},
|
||||
"JOURNAL": {
|
||||
"TypeJournal": "Journal"
|
||||
"TYPES": {
|
||||
"Actor": {
|
||||
"character": "Personnage Joueur",
|
||||
"npc": "Personnage non Joueur",
|
||||
"army": "Armée"
|
||||
},
|
||||
"Item": {
|
||||
"item": "Objet",
|
||||
"armor": "Armure",
|
||||
"weapon": "Arme",
|
||||
"technique": "Technique",
|
||||
"property": "Propriété",
|
||||
"peculiarity": "Particularité",
|
||||
"advancement": "Progression",
|
||||
"title": "Titre",
|
||||
"bond": "Lien",
|
||||
"signature_scroll": "Rouleau de marque",
|
||||
"item_pattern": "Procédé de fabrication",
|
||||
"army_fortification": "Fortification",
|
||||
"army_cohort": "Régiment"
|
||||
},
|
||||
"Journal": {
|
||||
"journal": "Journal"
|
||||
}
|
||||
},
|
||||
"l5r5e": {
|
||||
"title": "Legend of the five Rings",
|
||||
"global": {
|
||||
"edge_translation_disclaimer": "",
|
||||
"add": "Ajouter",
|
||||
"edit": "Modifier",
|
||||
"delete_confirm": "Etes-vous sûr de vouloir supprimer '{name}' ?",
|
||||
"delete_confirm": "Êtes-vous sûr de vouloir supprimer '{name}' ?",
|
||||
"drop_here": "Déposez ici",
|
||||
"send_to_chat": "Vers Conv.",
|
||||
"locked": "Verrouillé",
|
||||
"unlocked": "Déverrouillé",
|
||||
"random": "Aléatoire"
|
||||
},
|
||||
"multiselect": {
|
||||
"empty_tag": "<vide>",
|
||||
"placeholder": "Sources à filtrer",
|
||||
"player_filter_label": "Filtre joueur",
|
||||
"player_filter_tooltip": "Applique le filtre des joueurs",
|
||||
"already_in_filter": "Filtre déjà appliqué",
|
||||
"sources_categories": {
|
||||
"rules": "Règles",
|
||||
"adventures": "Aventures",
|
||||
"supplements": "Suppléments",
|
||||
"others": "Autres"
|
||||
}
|
||||
},
|
||||
"logo": {
|
||||
"title": "Besoin d'aide ?",
|
||||
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
||||
@@ -73,6 +123,22 @@
|
||||
"title": "Rejoignez le Discord Francophone",
|
||||
"info": "Votre navigateur va ouvrir le discord francophone de foundry.",
|
||||
"link": "https://discord.gg/pPSDNJk"
|
||||
},
|
||||
"notes": {
|
||||
"title": "Changelog",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md"
|
||||
},
|
||||
"issues": {
|
||||
"title": "Issues",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/issues"
|
||||
},
|
||||
"custom-compendiums": {
|
||||
"title": "Compendiums",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
|
||||
},
|
||||
"wiki": {
|
||||
"title": "Wiki",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
||||
}
|
||||
},
|
||||
"rings": {
|
||||
@@ -85,7 +151,7 @@
|
||||
"void": "Vide"
|
||||
},
|
||||
"sheets": {
|
||||
"narrative": "Mode Narratif",
|
||||
"narrative": "Narratif",
|
||||
"experience": "Expérience",
|
||||
"family": "Famille",
|
||||
"region": "Région",
|
||||
@@ -94,7 +160,10 @@
|
||||
"description": "Description",
|
||||
"bought_at_rank": "Acheté au rang",
|
||||
"types": "Types",
|
||||
"book_reference": "Référence",
|
||||
"source_reference": {
|
||||
"reference": "Référence",
|
||||
"page_abbreviation": "p."
|
||||
},
|
||||
"value": "Valeur",
|
||||
"rarity": "Rareté",
|
||||
"quantity": "Quantité",
|
||||
@@ -122,7 +191,8 @@
|
||||
"initiative_roll": "Jet d'initiative",
|
||||
"success_text": "Succès !",
|
||||
"bonus_text": "succès bonus",
|
||||
"fail_text": "Échec !"
|
||||
"fail_text": "Échec !",
|
||||
"unknown_target": "Cible inconnue"
|
||||
},
|
||||
"dicepicker": {
|
||||
"title": "Dice Picker",
|
||||
@@ -132,7 +202,8 @@
|
||||
"void_point_tooltip": "Point de Vide",
|
||||
"skill_assistance_label": "Assistance",
|
||||
"roll_label": "Lancer",
|
||||
"bt_add_macro": "Ajouter une macro"
|
||||
"bt_add_macro": "Ajouter une macro",
|
||||
"gm_request_dp_to_players": "Demande de jet envoyée aux joueurs"
|
||||
},
|
||||
"roll_n_keep": {
|
||||
"title": "Roll & Keep",
|
||||
@@ -150,20 +221,21 @@
|
||||
"toolbox": {
|
||||
"title": "GM ToolBox",
|
||||
"difficulty_hidden": "Modifier la visibilité de la difficulté",
|
||||
"difficulty": "Modifier la difficulté (Clic Droit: ajout, Gauche: soustraction, Milieu: ND 2)",
|
||||
"sleep": "Repos confortable pour tous les personnages (Enlève Eau x2 de fatigue. Clic Droit: Personnages contrôlés uniquement. Gauche: Tous)",
|
||||
"difficulty": "Modifier la difficulté (Clic : Gauche ajout, Droit: soustraction, Milieu: ND 2)",
|
||||
"sleep": "Repos confortable pour tous les personnages (Enlève Eau x2 de fatigue. Clic Gauche: Personnages contrôlés uniquement. Gauche: Tous)",
|
||||
"sleep_info": "Les personnages ont passé une bonne nuit de sommeil.",
|
||||
"scene_end": "Fin de scène (Conflit et Fatigue à moitié pour tous les personnages dont la valeur dépasse ce seuil. Clic Droit: Personnages contrôlés uniquement. Gauche: Tous)",
|
||||
"scene_end": "Fin de scène (Conflit et Fatigue à moitié pour tous les personnages dont la valeur dépasse ce seuil. Clic Gauche: Personnages contrôlés uniquement. Droit: Tous)",
|
||||
"scene_end_info": "La tension de la scène retombe enfin",
|
||||
"reset_void": "Début de partie : Réinitialiser les points du vide des joueurs (Clic Droit: Personnages contrôlés uniquement. Gauche: Tous)",
|
||||
"reset_void": "Début de partie : Réinitialiser les points du vide des joueurs (Clic Gauche: Personnages contrôlés uniquement. Droit: Tous)",
|
||||
"reset_void_info": "Les points du vide ont été attribués"
|
||||
},
|
||||
"monitor": {
|
||||
"title": "GM Monitor",
|
||||
"switch_view": "Switch View",
|
||||
"add_selected_tokens": "Ajouter les tokens sélectionnés",
|
||||
"honor_glory_status": "H/G/S",
|
||||
"focus_vigilance": "Att./Vig.",
|
||||
"mouse_control": "Click Droit +1, Gauche: -1, Milieu: Remise à 0"
|
||||
"mouse_control": "Click Gauche +1, Droit: -1, Milieu: Remise à 0"
|
||||
}
|
||||
},
|
||||
"weapons": {
|
||||
@@ -362,7 +434,7 @@
|
||||
"mass_battle": "Bataille rangée",
|
||||
"prepared_true": "Prêt(e)",
|
||||
"prepared_false": "Surpris(e)",
|
||||
"prepared_null": "Défini par la fiche de personnage (défaut)",
|
||||
"prepared_actor": "Défini par la fiche de personnage (défaut)",
|
||||
"already_set": "Votre initiative a déjà été tirée"
|
||||
}
|
||||
},
|
||||
@@ -460,7 +532,7 @@
|
||||
"honor": "Honneur",
|
||||
"access": "Types de techniques accessibles",
|
||||
"school_ability": "Capacité d'école",
|
||||
"starting_techniques": "Techniques de départ (2-5)",
|
||||
"starting_techniques": "Techniques de départ (2-6)",
|
||||
"outfit": "Équipement de départ",
|
||||
"q4": "4. De quelle manière votre personnage se démarque-t-il au sein de son école ? (p. 88)",
|
||||
"q4_pow": "4. Qu'est-ce qui attire des ennuis à votre personnage dans ou l'en sort ? (p. 60)"
|
||||
@@ -580,6 +652,7 @@
|
||||
"boar": "Sanglier",
|
||||
"dragonfly": "Libellule",
|
||||
"firefly": "Luciole",
|
||||
"fox": "Renard",
|
||||
"hare": "Lièvre",
|
||||
"monkey": "Singe",
|
||||
"oriole": "Loriot",
|
||||
@@ -607,6 +680,7 @@
|
||||
"capricious": "Capricieuse",
|
||||
"cautious": "Prudente",
|
||||
"clever": "Astucieuse",
|
||||
"compassionate": "Compatissante",
|
||||
"confused": "Confuse",
|
||||
"courageous": "Courageuse",
|
||||
"cowardly": "Lâche",
|
||||
@@ -649,6 +723,43 @@
|
||||
"unenthused": "Peu enthousiaste",
|
||||
"vain": "Vaine",
|
||||
"wary": "Méfiante"
|
||||
},
|
||||
"compendium": {
|
||||
"filter_rank": "Aff. Rangs",
|
||||
"not_for_players": "Invisible aux joueurs",
|
||||
"filter": {
|
||||
"rank": "Rang",
|
||||
"rarity": "Rareté",
|
||||
"ring": "Anneau"
|
||||
}
|
||||
},
|
||||
"source_reference": {
|
||||
"core_rulebook": "Livre de Règles",
|
||||
"emerald_empire": "L’Empire d’Émeraude",
|
||||
"shadowlands": "L’Outremonde",
|
||||
"court_of_stones": "Les Cours de Pierre",
|
||||
"path_of_waves": "La Voie des Vagues",
|
||||
"celestial_realms": "Les Royaumes Célestes",
|
||||
"fields_of_victory": "Les Champs de la Victoire",
|
||||
"writ_of_the_wild": "Les Édits de la Nature",
|
||||
"gm_kit": "Kit du Maître de jeu",
|
||||
"beginner_game": "Le Kit d’initiation",
|
||||
"the_mantis_clan": "Le Clan de la Mante",
|
||||
"mask_of_the_oni": "Le Masque de l’Oni",
|
||||
"winters_embrace": "L’Étreinte de l’Hiver",
|
||||
"sins_of_regret": "Les Fantômes Du Passé",
|
||||
"wheel_of_judgment": "La Roue du Jugement",
|
||||
"blood_of_the_lioness": "Le Sang de la Lionne",
|
||||
"imperfect_land": "La Terre Imparfaite",
|
||||
"in_the_palace_of_the_emerald_champion": "Dans le Palais du Champion d'Émeraude",
|
||||
"the_highwayman": "Le bandit de grand chemin",
|
||||
"wedding_at_kyotei_castle": "Mariage à Château Kyotei",
|
||||
"the_knotted_tails": "Les Queues Nouées",
|
||||
"cresting_waves": "La Crête des Vagues",
|
||||
"deathly_turns": "Détours Mortels",
|
||||
"the_scroll_or_the_blade": "Le Parchemin ou le Sabre",
|
||||
"legacies_of_war": "Les Flambeaux de la Guerre",
|
||||
"children_of_the_five_winds": "Les Enfants des Cinq Vents"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
765
system/lang/it-it.json
Normal file
765
system/lang/it-it.json
Normal file
@@ -0,0 +1,765 @@
|
||||
{
|
||||
"I18N": {
|
||||
"Language": "Italiano",
|
||||
"Maintainers": ["eldritchTranslator"]
|
||||
},
|
||||
"SETTINGS": {
|
||||
"None": "Niente",
|
||||
"ReverseTokenBars": {
|
||||
"Title": "Reverse tokens bar",
|
||||
"Hint": "Change the order in which the bars under the tokens are filled in",
|
||||
"None": "None",
|
||||
"Fatigue": "Fatigue only",
|
||||
"Strife": "Strife",
|
||||
"Both": "Both Fatigue and Strife"
|
||||
},
|
||||
"RollNKeep": {
|
||||
"DeleteOldMessage": "Il Tira e Tieni cancella il messaggio in chat precedente",
|
||||
"DeleteOldMessageHint": "Scegli se mantenere o eliminare il messaggio precedente in una serie di Tira e Tieni"
|
||||
},
|
||||
"Initiative": {
|
||||
"SetTn1OnTypeChange": "Fissa la TN a 1 quando si cambia il conflitto",
|
||||
"SetTn1OnTypeChangeHint": "Fissa la TN a 1 quando si seleziona il tipo di conflitto (Intrigo, Duello, Schermaglia or Battaglia campale)"
|
||||
},
|
||||
"CustomTechniques": {
|
||||
"Title": "Usa tecniche custom",
|
||||
"Hint": "Aggiunge il tipo 'Speciale' come termine generale."
|
||||
},
|
||||
"CustomCompendiumName": {
|
||||
"Title": "Custom Compendium Name",
|
||||
"Hint": "For advanced users that want to change the name of the custom compendiums (Used to disables the embedded ones).",
|
||||
"Notification": "Unable set Custom Compendium: '{name}'. Is it activated and registered with Babele?"
|
||||
},
|
||||
"CustomItemsHeight": {
|
||||
"Title": "Default items windows height",
|
||||
"Hint": "Set the default height for 'Items' windows types (techniques, weapons...), in pixels"
|
||||
},
|
||||
"Compendium": {
|
||||
"HideDisabledSources": {
|
||||
"Title": "[Compendium] Hide sources filter without reference",
|
||||
"Hint": "Hide empty source with no elements in source filter."
|
||||
},
|
||||
"HideEmptySourcesFromPlayers": {
|
||||
"Title": "[Compendium] Hide elements with empty reference",
|
||||
"Hint": "Basically require a reference to be set in order for players to view the content in compendiums"
|
||||
},
|
||||
"AllowedOfficialSources": {
|
||||
"Title": "[Compendium] Available official resources",
|
||||
"Hint": "Useful if you as a GM want to limit the available official content to only books you own"
|
||||
},
|
||||
"AllowedUnofficialSources": {
|
||||
"Title": "[Compendium] Available unofficial resources",
|
||||
"Hint": "Useful if you have compendiums with custom items mixed with player facing items."
|
||||
}
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
"Actor": {
|
||||
"character": "Personaggio Giocante",
|
||||
"npc": "Personaggio Non Giocante",
|
||||
"army": "Esercito"
|
||||
},
|
||||
"Item": {
|
||||
"item": "Oggetto",
|
||||
"armor": "Armatura",
|
||||
"weapon": "Arma",
|
||||
"technique": "Tecnica",
|
||||
"property": "Proprietà",
|
||||
"peculiarity": "Peculiarità",
|
||||
"advancement": "Avanzamento",
|
||||
"title": "Titolo",
|
||||
"bond": "Legame",
|
||||
"signature_scroll": "Signature Scroll",
|
||||
"item_pattern": "Item Pattern",
|
||||
"army_fortification": "Fortezza",
|
||||
"army_cohort": "Coorte"
|
||||
},
|
||||
"Journal": {
|
||||
"journal": "Diario"
|
||||
}
|
||||
},
|
||||
"l5r5e": {
|
||||
"title": "Legend of the five Rings",
|
||||
"global": {
|
||||
"edge_translation_disclaimer": "",
|
||||
"add": "Aggiungi",
|
||||
"edit": "Modifica",
|
||||
"delete_confirm": "Sei sicuro di voler eliminare '{name}' ?",
|
||||
"drop_here": "Trascina qui",
|
||||
"send_to_chat": "Chat",
|
||||
"locked": "Bloccato",
|
||||
"unlocked": "Sbloccato",
|
||||
"random": "Casuale"
|
||||
},
|
||||
"multiselect": {
|
||||
"empty_tag": "<blank>",
|
||||
"placeholder": "Filter Sources",
|
||||
"player_filter_label": "Player filter",
|
||||
"player_filter_tooltip": "Apply player filter",
|
||||
"already_in_filter": "Already in filter",
|
||||
"sources_categories": {
|
||||
"rules": "Rules",
|
||||
"adventures": "Adventures",
|
||||
"supplements": "Supplements",
|
||||
"others": "Others"
|
||||
}
|
||||
},
|
||||
"logo": {
|
||||
"title": "Bisogno di aiuto?",
|
||||
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
||||
"alt": "Aiuto online",
|
||||
"content": "Segui la guida:",
|
||||
"edge": {
|
||||
"title": "Va' al sito di Edge-Studio",
|
||||
"info": "Il tuo browser aprirà il sito di EDGE STUDIO (EN)",
|
||||
"link": "https://edge-studio.net/"
|
||||
},
|
||||
"drivethrurpg": {
|
||||
"title": "Compra un PDF del gioco...",
|
||||
"info": "Il tuo browser aprirà il sito DriveThruRpg di Edge Studio (EN)",
|
||||
"link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio"
|
||||
},
|
||||
"discord": {
|
||||
"title": "Discord Ufficiale di FoundryVTT",
|
||||
"info": "Il tuo browser aprirà il Discord ufficiale di Foundry",
|
||||
"link": "https://discordapp.com/invite/DDBZUDf"
|
||||
},
|
||||
"notes": {
|
||||
"title": "Changelog",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md"
|
||||
},
|
||||
"issues": {
|
||||
"title": "Issues",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/issues"
|
||||
},
|
||||
"custom-compendiums": {
|
||||
"title": "Compendiums",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
|
||||
},
|
||||
"wiki": {
|
||||
"title": "Wiki",
|
||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
||||
}
|
||||
},
|
||||
"rings": {
|
||||
"title": "Anelli",
|
||||
"label": "Anello",
|
||||
"earth": "Terra",
|
||||
"air": "Aria",
|
||||
"water": "Acqua",
|
||||
"fire": "Fuoco",
|
||||
"void": "Vuoto"
|
||||
},
|
||||
"sheets": {
|
||||
"narrative": "Narrativa",
|
||||
"experience": "Esperienza",
|
||||
"family": "Famiglia",
|
||||
"region": "Regione",
|
||||
"upbringing": "Educazione",
|
||||
"school": "Scuola",
|
||||
"description": "Descrizione",
|
||||
"bought_at_rank": "Comprato a grado",
|
||||
"types": "Tipi",
|
||||
"source_reference": {
|
||||
"reference": "Fonte",
|
||||
"page_abbreviation": "p."
|
||||
},
|
||||
"value": "Valore",
|
||||
"rarity": "Rarità",
|
||||
"quantity": "Quantità",
|
||||
"weight": "Peso",
|
||||
"properties": "Proprietà",
|
||||
"linked_property": "Proprietà collegata",
|
||||
"removed_properties": "Annulla",
|
||||
"notes": "Note",
|
||||
"inventory": "Inventario",
|
||||
"equipment": "Equipaggiamento",
|
||||
"rank": "Grado",
|
||||
"name": "Nome"
|
||||
},
|
||||
"dice": {
|
||||
"chat": {
|
||||
"successes": "Successi",
|
||||
"explosives": "Esplosioni",
|
||||
"opportunities": "Opportunità",
|
||||
"strife": "Turbamento",
|
||||
"difficulty": "TN",
|
||||
"difficulty_hidden": "???",
|
||||
"void_point_used": "Punto Vuoto usato",
|
||||
"assistance_used": "Aiuto per Abilità usato",
|
||||
"roll_n_keep": "Tira e Tieni",
|
||||
"initiative_roll": "Tiro Iniziativa",
|
||||
"success_text": "Successo!",
|
||||
"bonus_text": "successi bonus",
|
||||
"fail_text": "Fallimento!",
|
||||
"unknown_target": "Unknown target"
|
||||
},
|
||||
"dicepicker": {
|
||||
"title": "Selezione dadi",
|
||||
"difficulty_title": "Difficoltà",
|
||||
"difficulty_hidden_label": "Nascondi TN",
|
||||
"use_void_point_label": "Spendi un",
|
||||
"void_point_tooltip": "Punto Vuoto",
|
||||
"skill_assistance_label": "Aiuto",
|
||||
"roll_label": "Tira",
|
||||
"bt_add_macro": "Aggiungi una macro",
|
||||
"gm_request_dp_to_players": "Roll request sent to players"
|
||||
},
|
||||
"roll_n_keep": {
|
||||
"title": "Tira e Tieni",
|
||||
"discard_drop_here": "Lascia",
|
||||
"reroll_drop_here": "Rilancia",
|
||||
"swap_drop_here": "Scambia",
|
||||
"keep_drop_here": "Tieni",
|
||||
"max": "Max",
|
||||
"bt_validate": "Conferma",
|
||||
"bt_strife": "Aggiungi Turbamento",
|
||||
"undo": "[GM] Annulla l'ultima scelta"
|
||||
}
|
||||
},
|
||||
"gm": {
|
||||
"toolbox": {
|
||||
"title": "Attrezzi del GM",
|
||||
"difficulty_hidden": "Cambia la visibilità della TN",
|
||||
"difficulty": "Cambia difficoltà (click Sinistro: aggiungi, Destro: togli, centro: TN 2)",
|
||||
"sleep": "Riposo tranquillo per tutti i personaggi (rimuove Stanchezza pari a Acqua x2. Click Sinistro: solo personaggi selezionati. Destro: tutti gli attori)",
|
||||
"sleep_info": "I personaggi hanno avuto una notte di riposo tranquillo.",
|
||||
"scene_end": "Fine della scena (Stanchezza e Turbamento si resettano a metà per tutti i personaggi. Click Sinistro: solo personaggi selezionati. Destro: tutti gli attori)",
|
||||
"scene_end_info": "La tensione della scena finalmente cala.",
|
||||
"reset_void": "Inizio del gioco: Resetta i punti Vuoto dei personaggi (Click Sinistro: solo personaggi selezionati. Destro: tutti gli attori)",
|
||||
"reset_void_info": "I punti Vuoto sono stati distribuiti."
|
||||
},
|
||||
"monitor": {
|
||||
"title": "Schermo del GM",
|
||||
"switch_view": "Cambia vista",
|
||||
"add_selected_tokens": "Add selected tokens",
|
||||
"honor_glory_status": "O/G/S",
|
||||
"focus_vigilance": "Foc./Vig.",
|
||||
"mouse_control": "Click Sinistro +1, Destro: -1, centrale: resetta a 0"
|
||||
}
|
||||
},
|
||||
"weapons": {
|
||||
"title": "Armi",
|
||||
"damage": "Danni",
|
||||
"range": "Raggio",
|
||||
"stats": "Statistiche",
|
||||
"sheathed": "Equipaggiata / Infoderata",
|
||||
"readied": "Pronta",
|
||||
"category": "Categoria",
|
||||
"deadliness": "Letalità",
|
||||
"grips": "Impugnatura",
|
||||
"1hand": "1 mano",
|
||||
"2hand": "2 mani"
|
||||
},
|
||||
"armors": {
|
||||
"title": "Armature",
|
||||
"type": "Resistenza",
|
||||
"physical": "fisica",
|
||||
"supernatural": "sovrannaturale",
|
||||
"equipped": "Equipaggiata"
|
||||
},
|
||||
"items": {
|
||||
"title": "Oggetti"
|
||||
},
|
||||
"techniques": {
|
||||
"title": "Tecniche",
|
||||
"not_allowed": "Il tuo personaggio non può usare questo tipo di tecnica.",
|
||||
"only_one": "Il tuo personaggio può avere solo una di questo tipo di tecniche.",
|
||||
"type": "Tecniche permesse",
|
||||
"kata": "Kata",
|
||||
"kiho": "Kihō",
|
||||
"inversion": "Inversione",
|
||||
"invocation": "Invocazione",
|
||||
"ritual": "Rituale",
|
||||
"shuji": "Shuji",
|
||||
"maho": "Mahō",
|
||||
"ninjutsu": "Ninjutsu",
|
||||
"mantra": "Mantra",
|
||||
"school_ability": "Abilità di scuola",
|
||||
"mastery_ability": "Abilità di maestria",
|
||||
"title_ability": "Abilità di titolo",
|
||||
"specificity": "Specificità"
|
||||
},
|
||||
"peculiarities": {
|
||||
"types": {
|
||||
"distinction": "Distinzioni",
|
||||
"passion": "Passioni",
|
||||
"adversity": "Avversità",
|
||||
"anxiety": "Ansietà"
|
||||
}
|
||||
},
|
||||
"money": {
|
||||
"title": "Soldi",
|
||||
"koku": "Koku",
|
||||
"bu": "Bu",
|
||||
"zeni": "Zeni"
|
||||
},
|
||||
"social": {
|
||||
"title": "Status sociale",
|
||||
"honor": "Onore",
|
||||
"glory": "Gloria",
|
||||
"status": "Status",
|
||||
"ninjo": "Ninjo",
|
||||
"giri": "Giri",
|
||||
"past": "Passato",
|
||||
"bushido_tenets": {
|
||||
"title": "Codice del Bushido",
|
||||
"paramount": "Vitale",
|
||||
"less_significant": "Meno importante"
|
||||
},
|
||||
"titles": "Titoli",
|
||||
"attitude": "Archetipo:",
|
||||
"advantages": "Distinzioni e Passioni",
|
||||
"disadvantages": "Avversità e Ansietà",
|
||||
"bonds": "Legami",
|
||||
"npc": {
|
||||
"advantages": "Vantaggi",
|
||||
"disadvantages": "Svantaggi",
|
||||
"combat": "Combattimento",
|
||||
"intrigue": "Intrigo"
|
||||
},
|
||||
"age": "Età",
|
||||
"children": "Bambini",
|
||||
"marital_status": {
|
||||
"title": "Stato coniugale",
|
||||
"partner": "Partner",
|
||||
"married": "Sposato",
|
||||
"betrothed": "Promesso",
|
||||
"unmarried": "Non sposato",
|
||||
"widowed": "Vedovo"
|
||||
},
|
||||
"gender": {
|
||||
"title": "Genere",
|
||||
"male": "Maschile",
|
||||
"female": "Femminile"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"title": "Abilità",
|
||||
"label": "Abilità",
|
||||
"artisan": {
|
||||
"title": "Artigiane",
|
||||
"aesthetics": "Estetica",
|
||||
"composition": "Composizione",
|
||||
"design": "Moda",
|
||||
"smithing": "Forgia",
|
||||
"air": "Affinare",
|
||||
"earth": "Ripristinare",
|
||||
"fire": "Inventare",
|
||||
"water": "Adattare",
|
||||
"void": "Armonizzare"
|
||||
},
|
||||
"martial": {
|
||||
"title": "Marziali",
|
||||
"fitness": "Allenamento",
|
||||
"melee": "Arti Marziali [Mischia]",
|
||||
"ranged": "Arti Marziali [Distanza]",
|
||||
"unarmed": "Arti Marziali [Senza Armi]",
|
||||
"meditation": "Meditazione",
|
||||
"tactics": "Tattica",
|
||||
"air": "Fintare",
|
||||
"earth": "Contrastare",
|
||||
"fire": "Sopraffare",
|
||||
"water": "Deviare",
|
||||
"void": "Sacrificare"
|
||||
},
|
||||
"scholar": {
|
||||
"title": "Intellettuali",
|
||||
"culture": "Cultura",
|
||||
"government": "Governo",
|
||||
"medicine": "Medicina",
|
||||
"sentiment": "Sensibilità",
|
||||
"theology": "Teologia",
|
||||
"air": "Analizzare",
|
||||
"earth": "Ricordare",
|
||||
"fire": "Teorizzare",
|
||||
"water": "Esaminare",
|
||||
"void": "Presentire"
|
||||
},
|
||||
"social": {
|
||||
"title": "Sociali",
|
||||
"command": "Comando",
|
||||
"courtesy": "Cortesia",
|
||||
"games": "Giochi",
|
||||
"performance": "Esibizione",
|
||||
"air": "Ingannare",
|
||||
"earth": "Ragionare",
|
||||
"fire": "Incitare",
|
||||
"water": "Affascinare",
|
||||
"void": "Illuminare"
|
||||
},
|
||||
"trade": {
|
||||
"title": "Mestieriali",
|
||||
"commerce": "Commercio",
|
||||
"labor": "Lavori Pesanti",
|
||||
"seafaring": "Navigazione",
|
||||
"skulduggery": "Criminalità",
|
||||
"survival": "Sopravvivenza",
|
||||
"air": "Raggirare",
|
||||
"earth": "Produrre",
|
||||
"fire": "Innovare",
|
||||
"water": "Scambiare",
|
||||
"void": "Sussistere"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"title": "Attributi",
|
||||
"endurance": "Tenacia",
|
||||
"endurancetip": "(Terra + Fuoco) x2",
|
||||
"composure": "Compostezza",
|
||||
"composuretip": "(Terra + Acqua) x2",
|
||||
"focus": "Conc.",
|
||||
"focustip": "Aria + Fuoco",
|
||||
"vigilance": "Vigil.",
|
||||
"vigilancetip": "(Aria + Acqua) /2",
|
||||
"voidpoints": "Punti Vuoto",
|
||||
"fatigue": "Stanchezza",
|
||||
"strife": "Turbamento"
|
||||
},
|
||||
"conflict": {
|
||||
"title": "Conflitto",
|
||||
"stance": "Forma",
|
||||
"stances": {
|
||||
"airtip": "+1 al TN di prove di Attacco o Complotto che bersagliano il personaggio (+2 a grado 4+).",
|
||||
"earthtip": "Altri individui non possono spendere Opportunità per infliggere colpi critici o condizioni sul personaggio.",
|
||||
"firetip": "Se il personaggio ha successo, +1 successo bonus per ogni risultato Turbamento.",
|
||||
"watertip": "Il personaggio effettua nel turno una seconda azione che non richieda prove o condivida il tipo con la prima azione.",
|
||||
"voidtip": "Il personaggio non riceve turbamento dai simboli Turbamento nelle prove."
|
||||
},
|
||||
"initiative": {
|
||||
"title": "Iniziativa",
|
||||
"intrigue": "Intrigo",
|
||||
"duel": "Duello",
|
||||
"skirmish": "Schermaglia",
|
||||
"mass_battle": "Battaglia Campale",
|
||||
"prepared_true": "Preparato",
|
||||
"prepared_false": "Sorpreso",
|
||||
"prepared_actor": "Definito nella scheda del personaggio (default)",
|
||||
"already_set": "La tua Iniziativa è già stata determinata."
|
||||
}
|
||||
},
|
||||
"advancements": {
|
||||
"title": "Avanzamento",
|
||||
"school_rank": "Grado della Scuola",
|
||||
"school_rank_0": "Grado 0",
|
||||
"total": "Totale",
|
||||
"cost": "Costo",
|
||||
"spent": "Usati",
|
||||
"saved": "Tenuti",
|
||||
"total_xp_spent": "Exp spesi",
|
||||
"total_xp_curriculum": "Exp spesi nel curriculum",
|
||||
"curriculum": "In curriculum",
|
||||
"curriculum_validate": "Completa questo grado",
|
||||
"rarity_modifier": "Modificatore rarità",
|
||||
"item_pattern": "Item Patterns",
|
||||
"signature_scroll": "Signature Scrolls",
|
||||
"school_curriculum_journal": "Trascina il diario del curriculum sulla scheda per collegarlo"
|
||||
},
|
||||
"character_types": {
|
||||
"character": "Personaggio giocante",
|
||||
"adversary": "Avversario",
|
||||
"minion": "Gregario"
|
||||
},
|
||||
"army": {
|
||||
"warlord": "Signore della guerra",
|
||||
"allies_backers": "Alleati e finanziatori",
|
||||
"purpose_mustering": "Scopo di adunata",
|
||||
"battle_readiness": {
|
||||
"title": "Preparazione alla battaglia",
|
||||
"strength": "Forza",
|
||||
"casualties": "Vittime",
|
||||
"discipline": "Disciplina",
|
||||
"panic": "Panico"
|
||||
},
|
||||
"commander": "Comandante",
|
||||
"commander_abilities": "Capacità rilevanti del comandante",
|
||||
"army_abilities": "Capacità delle Armate",
|
||||
"commander_standing": "Posizione del comandante",
|
||||
"supplies_logistics": "Rifornimenti e logistica",
|
||||
"past_battles": "Battaglie passate",
|
||||
"cohort": {
|
||||
"tab": "Drappelli",
|
||||
"title": "Drappello",
|
||||
"leader": "Condottiero",
|
||||
"abilities": "Capacità"
|
||||
},
|
||||
"fortification": {
|
||||
"tab": "Fortificazioni",
|
||||
"title": "Fortificazioni possedute",
|
||||
"difficulty": "Difficoltà",
|
||||
"attrition_reduction": "Riduzione dell'attrito"
|
||||
}
|
||||
},
|
||||
"twenty_questions": {
|
||||
"title": "Venti domande",
|
||||
"bt_abrev": "20D",
|
||||
"bt_next": "Prossimo",
|
||||
"increase_ring1": "Incremento di anello (1)",
|
||||
"increase_ring2": "Incremento di anello (2)",
|
||||
"increase_skill1": "Incremento di abilità (1)",
|
||||
"increase_skill2": "Incremento di abilità (2)",
|
||||
"increase_skill3": "Incremento di abilità (3-5)",
|
||||
"choose_one_ring": "Scegli uno",
|
||||
"choose_one_skill": "Scegli uno",
|
||||
"or": "O",
|
||||
"and": "E",
|
||||
"error": "Oops, sembra ci sia un errore:",
|
||||
"part0": {
|
||||
"intro": "Puoi usare questa scheda per rispondere alle domande del Gioco delle Venti Domande, e per prendere appunti per dopo!",
|
||||
"section": "La Leggenda dei Cinque Anelli, Manuale Base, Capitolo 2: Creare un Personaggio, pp. 41-95",
|
||||
"section_pow": "La Leggenda dei Cinque Anelli Sentiero delle Onde, Capitolo 2: Creare un Personaggio, pp. 30–82",
|
||||
"type": "Seleziona il template delle 20D che vuoi usare",
|
||||
"type_core": "Samurai (Manuale Base)",
|
||||
"type_pow": "Ronin (Sentiero delle Onde)"
|
||||
},
|
||||
"part1": {
|
||||
"title": "Parte I: Identità Generale (Clan e Famiglia)",
|
||||
"title_pow": "Parte I: Identità Generale (Regione e Educazione)",
|
||||
"q1": "1. A quale clan appartiene il personaggio? (p. 41)",
|
||||
"q1_pow": "1. Da quale regione arriva il tuo personaggio? (p. 31)",
|
||||
"status": "Status",
|
||||
"q2": "2. A quale famiglia appartiene il personaggio? (p. 49)",
|
||||
"q2_pow": "2. Qual è stata l'educazione del tuo personaggio? (p. 43)",
|
||||
"money": "Denao iniziale in Koku",
|
||||
"glory": "Gloria"
|
||||
},
|
||||
"part2": {
|
||||
"title": "Parte II: Ruolo e Scuola",
|
||||
"q3": "3. Qual è la scuola del personaggio e in quali ruoli ricade quella scuola? (p. 56)",
|
||||
"q3_pow": "3. Qual è la scuola del personaggio e in quali ruoli ricade quella scuola? (p. 46)",
|
||||
"school": "Scuola",
|
||||
"role": "Ruolo",
|
||||
"honor": "Onore",
|
||||
"access": "Tecniche Disponibili",
|
||||
"school_ability": "Abilità di Scuola",
|
||||
"starting_techniques": "Tecniche di Partenza (2-6)",
|
||||
"outfit": "Dotazione di Partenza",
|
||||
"q4": "4. Come si distingue il personaggio all’interno della sua scuola? (p. 88)",
|
||||
"q4_pow": "4. Che cosa mette nei guai il personaggio, e che cosa lo tira fuori dai guai? (p. 60)"
|
||||
},
|
||||
"part3": {
|
||||
"title": "Parte III: Onore e Gloria",
|
||||
"title_pow": "Parte III: Il Passato, il Futuro, e come interagiscono",
|
||||
"q5": "5. Chi è il suo signore e quali doveri ha il personaggio nei suoi confronti? (p. 88)",
|
||||
"q5_pow": "5. Qual è il passato del tuo personaggio, e come lo ha segnato? (p. 60)",
|
||||
"choose_giri": "Scegli il giri",
|
||||
"choose_past": "Scegli il passato",
|
||||
"q6": "6. Cosa desidera ardentemente il personaggio e come ciò potrebbe ostacolare il suo dovere? (p. 90)",
|
||||
"q6_pow": "6. Cosa desidera ardentemente il personaggio, e il suo passato come potrebbe ostacolare il suo ninjō? (p. 62)",
|
||||
"choose_ninjo": "Scegli ninjō",
|
||||
"q7": "7. Qual è il rapporto del personaggio con il suo clan? (p. 91)",
|
||||
"q7_pow": "7. Per cosa è conosciuto il tuo personaggio? (p. 61)",
|
||||
"increase_glory": "Aumento di Gloria",
|
||||
"q8": "8. Cosa pensa il personaggio del Bushidō? (p. 91)",
|
||||
"q8_pow": "8. Cosa pensa il personaggio del Bushidō? (p. 62)",
|
||||
"increase_honor": "Aumento di Onore",
|
||||
"tenets": "Scegli un principio del Bushidō come il più importante e uno come meno importante (vedi Come i clan vedono il Bushidō, p. 301 del Manuale Base):",
|
||||
"object": "Oggetto (Rarità 5 o minore)"
|
||||
},
|
||||
"part4": {
|
||||
"title": "Parte IV: Punti di Forza e Punti Deboli",
|
||||
"q9": "9. Qual è il traguardo più grande raggiunto dal personaggio finora? (p. 92)",
|
||||
"q9_pow": "9. Qual è il traguardo più grande raggiunto dal personaggio finora? (p. 64)",
|
||||
"distinction": "Distinzione (1)",
|
||||
"q10": "10. Cosa è di maggiore ostacolo al personaggio nella vita? (p. 92)",
|
||||
"q10_pow": "Cosa è di maggiore ostacolo al personaggio nella vita? (p. 64)",
|
||||
"adversity": "Avversità (1)",
|
||||
"q11": "11. Quale attività fa sentire in pace il personaggio? (p. 93)",
|
||||
"q11_pow": "11. Quale attività fa sentire in pace il personaggio? (p. 65)",
|
||||
"passion": "Passione (1)",
|
||||
"q12": "12. Quale dubbio, paura o debolezza preoccupa di più il personaggio? (p. 93)",
|
||||
"q12_pow": "12. Quale dubbio, paura o debolezza preoccupa di più il personaggio? (p. 65)",
|
||||
"anxiety": "Ansietà (1)",
|
||||
"q13": "13. Da chi ha imparato maggiormente il personaggio nel corso della sua vita? (p. 93)",
|
||||
"q13_pow": "13. Da chi ha imparato maggiormente il personaggio nel corso della sua vita? (p. 65)",
|
||||
"disadvantage": "Svantaggio (1)",
|
||||
"advantage": "Vantaggio (1)"
|
||||
},
|
||||
"part5": {
|
||||
"title": "Parte V: Personalità e Comportamento",
|
||||
"q14": "14. Che cosa notano prima le persone che incontrano il personaggio? (p. 93)",
|
||||
"q14_pow": "14. Qual è l'oggetto più importante per il personaggio? (p. 66)",
|
||||
"accoutrement": "Tocco personale",
|
||||
"q15": "15. Come reagisce il personaggio alle situazioni stressanti? (p. 94)",
|
||||
"q15_pow": "15. Come reagisce il personaggio alle situazioni stressanti? (p. 66)",
|
||||
"q16": "16. Quali sono le precedenti relazioni del personaggio con gli altri clan, famiglie, organizzazioni e tradizioni? (p. 94)",
|
||||
"q16_pow": "16. Che relazioni hai con la tua famiglia, i clan, i popolani, e gli altri? (p. 66)",
|
||||
"object": "Oggetto (Rarità 7 o minore)"
|
||||
},
|
||||
"part6": {
|
||||
"title": "Parte VI: Antenati e Famiglia",
|
||||
"title_pow": "Parte VI: Antenati e Legami",
|
||||
"q17": "17. Come descriverebbero il personaggio i suoi genitori? (p. 95)",
|
||||
"q17_pow": "17. Che genere di storia condividi con il tuo gruppo? (p. 66)",
|
||||
"bond": "Determina un legame appropriato per la vostra relazione",
|
||||
"q18": "18. Chi si intende onorare tramite il nome che è stato scelto per il personaggio? (p. 95)",
|
||||
"q18_pow": "18. Chi ti ha allevato? (p. 67)",
|
||||
"d10r1": "Risultato d10 (1/2)",
|
||||
"d10r1_choice": "Primo effetto del d10",
|
||||
"d10r2": "Risultato d10 (2/2)",
|
||||
"d10r2_choice": "Secondo effetto del d10",
|
||||
"d10r2_drop_items": "O una tecnica, un vantaggio, un oggetto...",
|
||||
"q19": "19. Qual è il nome proprio del personaggio? (p. 95)",
|
||||
"q19_pow": "19. Qual è il nome del personaggio? (p. 68)"
|
||||
},
|
||||
"part7": {
|
||||
"title": "Parte VII: Morte",
|
||||
"q20": "20. Come dovrebbe morire il personaggio? (p. 95)",
|
||||
"q20_pow": "20. Come dovrebbe morire il personaggio? (p. 68)",
|
||||
"summary": "Sintesi",
|
||||
"generchar": "Generare il personaggio",
|
||||
"generchar_disclaimer": "Attenzione, questo sovrascriverà tutti i dati del personaggio!",
|
||||
"generchar_errors": "Correggi gli errori prima di continuare!"
|
||||
}
|
||||
},
|
||||
"char_generator": {
|
||||
"title": "Generatore del personaggio",
|
||||
"head_bt_title": "Gen. Personaggio",
|
||||
"generate": "Crea",
|
||||
"average_value": "Valore medio",
|
||||
"identity": "Clan, genere, età, stato civile",
|
||||
"attributes": "Status sociale, Anelli, Attributi e Abilità",
|
||||
"demeanor": "Atteggiamento & Affinità di anelli",
|
||||
"peculiarities": "Vantaggi e Svantaggi",
|
||||
"items": "Armature, Armi, e Oggetti",
|
||||
"narrative": "Narrativa (Descrizione)"
|
||||
},
|
||||
"roles": {
|
||||
"title": "Ruolo",
|
||||
"artisan": "Artigiano",
|
||||
"bushi": "Bushi",
|
||||
"courtier": "Cortigiano",
|
||||
"monk": "Monaco",
|
||||
"sage": "Saggio",
|
||||
"shinobi": "Shinobi",
|
||||
"shugenja": "Shugenja"
|
||||
},
|
||||
"clans": {
|
||||
"title": "I Clan",
|
||||
"label": "Clan",
|
||||
"imperial": "Imperiale",
|
||||
"crab": "Granchio",
|
||||
"crane": "Gru",
|
||||
"dragon": "Drago",
|
||||
"lion": "Leone",
|
||||
"phoenix": "Fenice",
|
||||
"scorpion": "Scorpione",
|
||||
"unicorn": "Unicorno",
|
||||
"mantis": "Mantide",
|
||||
"ronin": "Ronin",
|
||||
"badger": "Tasso",
|
||||
"bat": "Pipistrello",
|
||||
"boar": "Cinghiale",
|
||||
"dragonfly": "Libellula",
|
||||
"firefly": "Lucciola",
|
||||
"fox": "Fox",
|
||||
"hare": "Lepre",
|
||||
"monkey": "Scimmia",
|
||||
"oriole": "Oriolo",
|
||||
"ox": "Bue",
|
||||
"sparrow": "Passero",
|
||||
"tortoise": "Tartaruga",
|
||||
"ivory_kingdoms": "Regni d'Avorio",
|
||||
"qamarist": "Qamarista",
|
||||
"ujik": "Ujik"
|
||||
},
|
||||
"demeanor": {
|
||||
"adaptable": "Flessibile",
|
||||
"aggressive": "Aggressivo",
|
||||
"ambitious": "Ambizioso",
|
||||
"amiable": "Affabile",
|
||||
"analytical": "Analitico",
|
||||
"angry": "Iracondo",
|
||||
"arrogant": "Arrogante",
|
||||
"assertive": "Risoluto",
|
||||
"beguiling": "Ammaliante",
|
||||
"bitter": "Amaro",
|
||||
"bold": "Ardito",
|
||||
"calculating": "Calcolatore",
|
||||
"calm": "Calmo",
|
||||
"capricious": "Capriccioso",
|
||||
"cautious": "Cauto",
|
||||
"clever": "Furbo",
|
||||
"compassionate": "Compassionate",
|
||||
"confused": "Confuso",
|
||||
"courageous": "Coraggioso",
|
||||
"cowardly": "Codardo",
|
||||
"curious": "Curioso",
|
||||
"dependable": "Affidabile",
|
||||
"detached": "Distaccato",
|
||||
"disheartened": "Sconfortato",
|
||||
"enraged": "Infuriato",
|
||||
"feral": "Selvaggio",
|
||||
"fickle": "Volubile",
|
||||
"fierce": "Agguerrito",
|
||||
"flighty": "Volubile",
|
||||
"flippant": "Irriverente",
|
||||
"friendly": "Amichevole",
|
||||
"gruff": "Burbero",
|
||||
"hungry": "Affamato",
|
||||
"intense": "Intenso",
|
||||
"intimidating": "Intimidatorio",
|
||||
"irritable": "Irritabile",
|
||||
"loyal": "Leale",
|
||||
"mischievous": "Malandrino",
|
||||
"morose": "Cupo",
|
||||
"nurturing": "Materno",
|
||||
"obstinate": "Ostinato",
|
||||
"opportunistic": "Opportunista",
|
||||
"passionate": "Appassionato",
|
||||
"playful": "Giocoso",
|
||||
"power_hungry": "Affamato di potere",
|
||||
"proud": "Orgoglioso",
|
||||
"restrained": "Contenuto",
|
||||
"scheming": "Cospiratore",
|
||||
"serene": "Sereno",
|
||||
"serious": "Serio",
|
||||
"shrewd": "Scaltro",
|
||||
"stubborn": "Testardo",
|
||||
"suspicious": "Sospettoso",
|
||||
"teasing": "Stuzzicante",
|
||||
"territorial": "Territoriale",
|
||||
"uncertain": "Incerto",
|
||||
"unenthused": "Non entusiasta",
|
||||
"vain": "Vanesio",
|
||||
"wary": "Diffidente"
|
||||
},
|
||||
"compendium": {
|
||||
"filter_rank": "Show Rank",
|
||||
"not_for_players": "Not shown to players",
|
||||
"filter": {
|
||||
"rank": "Rank",
|
||||
"rarity": "Rarity",
|
||||
"ring": "Ring"
|
||||
}
|
||||
},
|
||||
"source_reference": {
|
||||
"core_rulebook": "Core Rulebook",
|
||||
"emerald_empire": "Emerald Empire",
|
||||
"shadowlands": "Shadowlands",
|
||||
"court_of_stones": "Court of Stones",
|
||||
"path_of_waves": "Path of Waves",
|
||||
"celestial_realms": "Celestial Realms",
|
||||
"fields_of_victory": "Fields of Victory",
|
||||
"writ_of_the_wild": "Writ of the Wild",
|
||||
"gm_kit": "Game Master's Kit",
|
||||
"beginner_game": "Beginner Game",
|
||||
"the_mantis_clan": "The Mantis Clan",
|
||||
"mask_of_the_oni": "Mask of the Oni",
|
||||
"winters_embrace": "Winter's Embrace",
|
||||
"sins_of_regret": "Sins of Regret",
|
||||
"wheel_of_judgment": "Wheel of Judgment",
|
||||
"blood_of_the_lioness": "Blood of the Lioness",
|
||||
"imperfect_land": "Imperfect Land",
|
||||
"in_the_palace_of_the_emerald_champion": "In the Palace of the Emerald Champion",
|
||||
"the_highwayman": "The Highwayman",
|
||||
"wedding_at_kyotei_castle": "Wedding at Kyotei Castle",
|
||||
"the_knotted_tails": "The Knotted Tails",
|
||||
"cresting_waves": "Cresting Waves",
|
||||
"deathly_turns": "Deathly Turns",
|
||||
"the_scroll_or_the_blade": "The Scroll or the Blade",
|
||||
"legacies_of_war": "Legacies of War",
|
||||
"children_of_the_five_winds": "Children of the Five Winds"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,18 +1,22 @@
|
||||
{"_id":"L5RCoreArm000001","name":"Ashigaru Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"5 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"3","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000002","name":"Plated Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"40 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"5","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000003","name":"Concealed Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"5 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"armor":{"physical":"2","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000004","name":"Lacquered Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"6","zeni":"25 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"4","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000005","name":"Ceremonial Clothes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000010","name":"Resplendent"}],"armor":{"physical":"1","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000006","name":"Traveling Clothes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"2 bu","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000012","name":"Mundane"},{"id":"L5RCorePro000016","name":"Subtle"}],"armor":{"physical":"2","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000007","name":"Sanctified Robes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"4 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"}],"armor":{"physical":"1","supernatural":"3"},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000008","name":"Sleeping Garb","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"1 koku","properties":[],"armor":{"physical":"","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000009","name":"Common Clothes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"armor":{"physical":"1","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000010","name":"Inconspicuous garb","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"3 bu","properties":[{"id":"L5RCorePro000016","name":"Subtle"}],"armor":{"physical":"","supernatural":""},"description":"","book_reference":"Core Rulebook"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000011","name":"Robes of Judgment","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"9","zeni":"10","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"1","supernatural":"4"},"description":"","book_reference":"Celestial Realms p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000012","name":"Firefighter's Coat","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"4","zeni":"6 bu","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"}],"armor":{"physical":"2","supernatural":""},"description":"","book_reference":"Court of Stones p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000013","name":"Stealth Clothing","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"4 bu","properties":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000016","name":"Subtle"}],"armor":{"physical":"2","supernatural":""},"description":"","book_reference":"Court of Stones p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000014","name":"O-yoroi","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"3","rarity":"8","zeni":"60 Koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000010","name":"Resplendent"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"6","supernatural":""},"description":"","book_reference":"Shadowlands p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000015","name":"Tatami Gusoku","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"7 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"3","supernatural":""},"description":"","book_reference":"Shadowlands p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000016","name":"Tosei-Gusoku","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"50 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"4","supernatural":""},"description":"","book_reference":"Shadowlands p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000017","name":"Sailor's garb","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"1 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"},{"id":"L5RCorePro000015","name":"Durable"}],"armor":{"physical":"1","supernatural":""},"description":"","book_reference":"Mantis Clan p.9"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000018","name":"Shark leather armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"7","zeni":"25 koku","properties":[{"id":"L5RCorePro000010","name":"Resplendent"}],"armor":{"physical":"2","supernatural":""},"description":"","book_reference":"Mantis Clan p.9"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000001","name":"Ashigaru Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"5 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"3","supernatural":""},"description":"","source_reference":{"source":"core_rulebook","page":"239"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000002","name":"Plated Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"40 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"5","supernatural":""},"description":"","source_reference":{"source":"core_rulebook","page":"239"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000003","name":"Concealed Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"5 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"armor":{"physical":"2","supernatural":""},"description":"","source_reference":{"source":"core_rulebook","page":"239"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000004","name":"Lacquered Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"6","zeni":"25 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"4","supernatural":""},"description":"","source_reference":{"source":"core_rulebook","page":"239"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000005","name":"Ceremonial Clothes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000010","name":"Resplendent"}],"armor":{"physical":"1","supernatural":""},"description":"","source_reference":{"source":"core_rulebook","page":"239"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000006","name":"Traveling Clothes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"2 bu","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000012","name":"Mundane"},{"id":"L5RCorePro000016","name":"Subtle"}],"armor":{"physical":"2","supernatural":""},"description":"","source_reference":{"source":"core_rulebook","page":"239"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000007","name":"Sanctified Robes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"4 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"}],"armor":{"physical":"1","supernatural":"3"},"description":"","source_reference":{"source":"core_rulebook","page":"239"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000008","name":"Sleeping Garb","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"1 koku","properties":[],"armor":{"physical":"","supernatural":""},"description":"","source_reference":{"source":"core_rulebook","page":"239"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000009","name":"Common Clothes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"armor":{"physical":"1","supernatural":""},"description":"","source_reference":{"source":"core_rulebook","page":"239"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000010","name":"Inconspicuous garb","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"3 bu","properties":[{"id":"L5RCorePro000016","name":"Subtle"}],"armor":{"physical":"","supernatural":""},"description":"","source_reference":{"source":"core_rulebook","page":"80"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000011","name":"Robes of Judgment","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"9","zeni":"10","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"1","supernatural":"4"},"description":"","source_reference":{"source":"celestial_realms","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000012","name":"Firefighter's Coat","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"4","zeni":"6 bu","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"}],"armor":{"physical":"2","supernatural":""},"description":"","source_reference":{"source":"court_of_stones","page":"112"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000013","name":"Stealth Clothing","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"4 bu","properties":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000016","name":"Subtle"}],"armor":{"physical":"2","supernatural":""},"description":"","source_reference":{"source":"court_of_stones","page":"112"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000014","name":"O-yoroi","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"3","rarity":"8","zeni":"60 Koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000010","name":"Resplendent"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"6","supernatural":""},"description":"","source_reference":{"source":"shadowlands","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000015","name":"Tatami Gusoku","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"7 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"3","supernatural":""},"description":"","source_reference":{"source":"shadowlands","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000016","name":"Tosei-Gusoku","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"50 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"4","supernatural":""},"description":"","source_reference":{"source":"shadowlands","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000017","name":"Sailor's garb","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"1 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"},{"id":"L5RCorePro000015","name":"Durable"}],"armor":{"physical":"1","supernatural":""},"description":"","source_reference":{"source":"the_mantis_clan","page":"9"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000018","name":"Shark leather armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"7","zeni":"25 koku","properties":[{"id":"L5RCorePro000010","name":"Resplendent"}],"armor":{"physical":"2","supernatural":""},"description":"","source_reference":{"source":"the_mantis_clan","page":"9"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000019","name":"The Golden Obi of the Sun Goddess [Blessed Treasure]","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000016","name":"Subtle"},{"id":"L5RCorePro000010","name":"Resplendent"}],"armor":{"physical":"3","supernatural":"6"},"description":"","source_reference":{"source":"celestial_realms","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000020","name":"Mirror Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"40 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"3","supernatural":"1"},"description":"","source_reference":{"source":"children_of_the_five_winds","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000021","name":"Unicorn Barding","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"65 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000010","name":"Resplendent"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"2","supernatural":""},"description":"","source_reference":{"source":"children_of_the_five_winds","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000022","name":"Yuki: The Ancestral Armor of the Unicorn Clan [Blessed Treasure]","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000014","name":"Sacred"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"6","supernatural":"2"},"description":"","source_reference":{"source":"children_of_the_five_winds","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{"_id":"L5RCoreBon000001","name":"Family","permission":{"default":0},"type":"bond","data":{"bond_type":"Family","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","book_reference":"Court of Stones p.136"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000002","name":"Comrade","permission":{"default":0},"type":"bond","data":{"bond_type":"Comrade","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","book_reference":"Court of Stones p.137"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000003","name":"Lover","permission":{"default":0},"type":"bond","data":{"bond_type":"Lover","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","book_reference":"Court of Stones p.137"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000004","name":"Rival","permission":{"default":0},"type":"bond","data":{"bond_type":"Rival","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","book_reference":"Court of Stones p.138"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000005","name":"Nemesis","permission":{"default":0},"type":"bond","data":{"bond_type":"Nemesis","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","book_reference":"Court of Stones p.138"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000006","name":"Old Flame","permission":{"default":0},"type":"bond","data":{"bond_type":"Old Flame","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","book_reference":"Path of Waves p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000007","name":"Partner","permission":{"default":0},"type":"bond","data":{"bond_type":"Partner","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","book_reference":"Path of Waves p.189"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000008","name":"Protector and Ward","permission":{"default":0},"type":"bond","data":{"bond_type":"Protector and Ward","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","book_reference":"Path of Waves p.189"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000009","name":"Wanderers Fellowship","permission":{"default":0},"type":"bond","data":{"bond_type":"Wanderers Fellowship","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","book_reference":"Path of Waves p.191"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000001","name":"Family","permission":{"default":0},"type":"bond","data":{"bond_type":"Family","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","source_reference":{"source":"court_of_stones","page":"136"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000002","name":"Comrade","permission":{"default":0},"type":"bond","data":{"bond_type":"Comrade","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","source_reference":{"source":"court_of_stones","page":"137"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000003","name":"Lover","permission":{"default":0},"type":"bond","data":{"bond_type":"Lover","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","source_reference":{"source":"court_of_stones","page":"137"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000004","name":"Rival","permission":{"default":0},"type":"bond","data":{"bond_type":"Rival","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","source_reference":{"source":"court_of_stones","page":"138"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000005","name":"Nemesis","permission":{"default":0},"type":"bond","data":{"bond_type":"Nemesis","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","source_reference":{"source":"court_of_stones","page":"138"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000006","name":"Old Flame","permission":{"default":0},"type":"bond","data":{"bond_type":"Old Flame","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","source_reference":{"source":"path_of_waves","page":"188"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000007","name":"Partner","permission":{"default":0},"type":"bond","data":{"bond_type":"Partner","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","source_reference":{"source":"path_of_waves","page":"189"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000008","name":"Protector and Ward","permission":{"default":0},"type":"bond","data":{"bond_type":"Protector and Ward","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","source_reference":{"source":"path_of_waves","page":"189"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
{"_id":"L5RCoreBon000009","name":"Wanderers Fellowship","permission":{"default":0},"type":"bond","data":{"bond_type":"Wanderers Fellowship","in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":3,"description":"","source_reference":{"source":"path_of_waves","page":"191"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/bond.svg","effects":[]}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{"_id":"L5RCoreBoo000001","name":"Agility of Legend [Armor]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000002","name":"Animal Transformation [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000003","name":"Aura of Power [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000004","name":"Beguile the Senses [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000005","name":"Binding [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000006","name":"Blessed Revitalization [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000007","name":"Burst of Force [Armor]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000008","name":"Celestial Step [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000009","name":"Cosmic Devastation [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000010","name":"Deadly Venom [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000011","name":"Defensive [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000012","name":"Detonation [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000013","name":"Duplication [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000014","name":"Earthshaker [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000015","name":"Flurry [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000016","name":"Fortress Breaker [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000017","name":"Grand Inspiration [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000018","name":"Harm Returned [Armor]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000019","name":"Illusions Shattered [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000020","name":"Independence [Melee Weapon]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000021","name":"Inexorable [Melee Weapon]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000022","name":"Inviolable [Armor]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000023","name":"Mark of Doom [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000024","name":"Obliteration [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000025","name":"Overwhelming Force [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000026","name":"Overwhelming Radiance [Armor]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000027","name":"Resounding Arrival [Melee Weapon]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000028","name":"Resounding Rhetoric [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000029","name":"Returning [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000030","name":"Rising Power [Melee Weapon]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000031","name":"Root of Language [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000032","name":"Shifting Shape [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000033","name":"Soothing Words [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000034","name":"Subterranean Secrets [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000035","name":"Transfiguration [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000036","name":"Unassuming [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000037","name":"Unerring [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000038","name":"Unleashed Fury [Melee Weapon]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000039","name":"Unlimited Negation [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000040","name":"Vitality [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000001","name":"Agility of Legend [Armor]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000002","name":"Animal Transformation [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000003","name":"Aura of Power [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"101"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000004","name":"Beguile the Senses [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"101"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000005","name":"Binding [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000006","name":"Blessed Revitalization [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"101"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000007","name":"Burst of Force [Armor]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000008","name":"Celestial Step [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000009","name":"Cosmic Devastation [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000010","name":"Deadly Venom [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000011","name":"Defensive [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000012","name":"Detonation [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000013","name":"Duplication [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000014","name":"Earthshaker [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000015","name":"Flurry [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000016","name":"Fortress Breaker [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000017","name":"Grand Inspiration [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000018","name":"Harm Returned [Armor]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000019","name":"Illusions Shattered [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000020","name":"Independence [Melee Weapon]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000021","name":"Inexorable [Melee Weapon]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000022","name":"Inviolable [Armor]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000023","name":"Mark of Doom [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000024","name":"Obliteration [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000025","name":"Overwhelming Force [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000026","name":"Overwhelming Radiance [Armor]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000027","name":"Resounding Arrival [Melee Weapon]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000028","name":"Resounding Rhetoric [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000029","name":"Returning [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000030","name":"Rising Power [Melee Weapon]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000031","name":"Root of Language [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000032","name":"Shifting Shape [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000033","name":"Soothing Words [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000034","name":"Subterranean Secrets [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000035","name":"Transfiguration [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000036","name":"Unassuming [General]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000037","name":"Unerring [Projectile]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000038","name":"Unleashed Fury [Melee Weapon]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000039","name":"Unlimited Negation [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreBoo000040","name":"Vitality [Utility Object]","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
|
||||
@@ -1,18 +1,21 @@
|
||||
{"_id":"L5RCoreItp000001","name":"Kakita Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000017","description":"","book_reference":"Shadowlands p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000002","name":"Kenzō Blade","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"8","rarity_modifier":"5","linked_property_id":"L5RCorePro000018","description":"","book_reference":"Shadowlands p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000003","name":"Shirogane Jade Inlay","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","rarity_modifier":"2","linked_property_id":"L5RCorePro000019","description":"","book_reference":"Shadowlands p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000004","name":"Uchema’s Technique","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"4","rarity_modifier":"3","linked_property_id":"L5RCorePro000020","description":"","book_reference":"Shadowlands p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000005","name":"Yasunori Steel","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"5","rarity_modifier":"4","linked_property_id":"L5RCorePro000021","description":"","book_reference":"Shadowlands p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000006","name":"Akodo Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000022","description":"","book_reference":"Fields of Victory p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000007","name":"Burning Watter Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000023","description":"","book_reference":"Fields of Victory p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000008","name":"Concealment Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000024","description":"","book_reference":"Fields of Victory p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000009","name":"Deadly Fangs Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"7","rarity_modifier":"4","linked_property_id":"L5RCorePro000025","description":"","book_reference":"Fields of Victory p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000010","name":"Fearsome Snarl Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","rarity_modifier":"1","linked_property_id":"L5RCorePro000026","description":"","book_reference":"Fields of Victory p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000011","name":"Ichirō Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"4","rarity_modifier":"-1","linked_property_id":"L5RCorePro000027","description":"","book_reference":"Fields of Victory p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000012","name":"Mountain Silk Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"3","linked_property_id":"L5RCorePro000028","description":"","book_reference":"Fields of Victory p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000013","name":"Screaming Fire Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000029","description":"","book_reference":"Fields of Victory p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000014","name":"Toriyama's Endurance Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","rarity_modifier":"3","linked_property_id":"L5RCorePro000030","description":"","book_reference":"Fields of Victory p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000015","name":"Spirit of the Qamarist Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"5","rarity_modifier":"4","linked_property_id":"L5RCorePro000031","description":"","book_reference":"Path of Waves p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000016","name":"Ghostlands Yodhaniya Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000032","description":"","book_reference":"Path of Waves p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000017","name":"Kökejin’s Heart of the Wind Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"8","rarity_modifier":"5","linked_property_id":"L5RCorePro000033","description":"","book_reference":"Path of Waves p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000018","name":"Agasha Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000034","description":"","book_reference":"Celestial Realms p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000001","name":"Kakita Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000017","description":"","source_reference":{"source":"shadowlands","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000002","name":"Kenzō Blade","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"8","rarity_modifier":"5","linked_property_id":"L5RCorePro000018","description":"","source_reference":{"source":"shadowlands","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000003","name":"Shirogane Jade Inlay","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","rarity_modifier":"2","linked_property_id":"L5RCorePro000019","description":"","source_reference":{"source":"shadowlands","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000004","name":"Uchema’s Technique","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"4","rarity_modifier":"3","linked_property_id":"L5RCorePro000020","description":"","source_reference":{"source":"shadowlands","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000005","name":"Yasunori Steel","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"5","rarity_modifier":"4","linked_property_id":"L5RCorePro000021","description":"","source_reference":{"source":"shadowlands","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000006","name":"Akodo Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000022","description":"","source_reference":{"source":"fields_of_victory","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000007","name":"Burning Watter Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000023","description":"","source_reference":{"source":"fields_of_victory","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000008","name":"Concealment Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000024","description":"","source_reference":{"source":"fields_of_victory","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000009","name":"Deadly Fangs Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"7","rarity_modifier":"4","linked_property_id":"L5RCorePro000025","description":"","source_reference":{"source":"fields_of_victory","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000010","name":"Fearsome Snarl Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","rarity_modifier":"1","linked_property_id":"L5RCorePro000026","description":"","source_reference":{"source":"fields_of_victory","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000011","name":"Ichirō Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"4","rarity_modifier":"-1","linked_property_id":"L5RCorePro000027","description":"","source_reference":{"source":"fields_of_victory","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000012","name":"Mountain Silk Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"3","linked_property_id":"L5RCorePro000028","description":"","source_reference":{"source":"fields_of_victory","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000013","name":"Screaming Fire Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000029","description":"","source_reference":{"source":"fields_of_victory","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000014","name":"Toriyama's Endurance Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","rarity_modifier":"3","linked_property_id":"L5RCorePro000030","description":"","source_reference":{"source":"fields_of_victory","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000015","name":"Spirit of the Qamarist Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"5","rarity_modifier":"4","linked_property_id":"L5RCorePro000031","description":"","source_reference":{"source":"path_of_waves","page":"117"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000016","name":"Ghostlands Yodhaniya Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000032","description":"","source_reference":{"source":"path_of_waves","page":"117"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000017","name":"Kökejin’s Heart of the Wind Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"8","rarity_modifier":"5","linked_property_id":"L5RCorePro000033","description":"","source_reference":{"source":"path_of_waves","page":"117"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000018","name":"Agasha Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"6","rarity_modifier":"4","linked_property_id":"L5RCorePro000034","description":"","source_reference":{"source":"celestial_realms","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000019","name":"Ujik Horsebow Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"4","rarity_modifier":"3","linked_property_id":"L5RCorePro000035","description":"","source_reference":{"source":"children_of_the_five_winds","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000020","name":"Utsuko Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","rarity_modifier":"4","linked_property_id":"L5RCorePro000036","description":"","source_reference":{"source":"children_of_the_five_winds","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
{"_id":"L5RCoreItp000021","name":"Watered Steel Pattern","permission":{"default":0},"type":"item_pattern","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"8","rarity_modifier":"6","linked_property_id":"L5RCorePro000037","description":"","source_reference":{"source":"children_of_the_five_winds","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item_pattern.svg","effects":[]}
|
||||
|
||||
@@ -1,107 +1,121 @@
|
||||
{"_id":"L5RCoreIte000001","name":"Tattoo Needles","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000002","name":"Finger of Jade","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"1 koku","properties":[{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000003","name":"Chopsticks","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"1 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000004","name":"Quiver of Arrow","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"20 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000005","name":"Rope (By the Foot)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"5-20 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000006","name":"Sake Cup","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000007","name":"Lucky Cricket","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"4 bu","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000008","name":"Bottle of Sake","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000009","name":"Dice and Cup","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"25 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000010","name":"Sweets (Four Servings)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000011","name":"Spices","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5-7","zeni":"1-5 bu","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000012","name":"Musical Instrument","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2-6","zeni":"1-5 bu","properties":[],"description":"","book_reference":"Core Rulebook p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000013","name":"Games","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000014","name":"Kubi Bukuro","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"2 zeni","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000015","name":"Pillow Book","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"3 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000016","name":"Bowyer’s Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000017","name":"Calligraphy Set","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000018","name":"Divination Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000019","name":"Medicine Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000020","name":"Omamori","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","book_reference":"Core Rulebook p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000021","name":"Umbrella","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"2 bu","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000022","name":"Whetstone","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"1 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000023","name":"Poison (One Vial)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"30 zeni","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","book_reference":"Core Rulebook p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000024","name":"Daishō Stand","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 koku","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000025","name":"Traveling Rations","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"5 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000026","name":"Personal Seal or Chop","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"4 bu","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"}],"description":"","book_reference":"Core Rulebook p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000027","name":"Tea Set (Portable)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"1 koku","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000028","name":"Tent (Chomchong)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"7","zeni":"20 koku","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000029","name":"Tent (Small)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 koku","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000030","name":"Tent (Yurt)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"5","zeni":"10 koku","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000031","name":"Scroll satchel","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000032","name":"Traveling pack","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"10 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Core Rulebook"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000033","name":"Journal of observations","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000034","name":"Omamori (Boon of Jurojin)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","book_reference":"Celestial Realms p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000035","name":"Omamori (Boon of Kisshoten)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","book_reference":"Celestial Realms p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000036","name":"Omamori (Boon of Hotei)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","book_reference":"Celestial Realms p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000037","name":"Makeup Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"1-3 bu","properties":[],"description":"","book_reference":"Court of Stones p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000038","name":"Ceremonial Tea Set","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"7 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","book_reference":"Court of Stones p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000039","name":"Folding Fan","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 koku","properties":[{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","book_reference":"Court of Stones p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000040","name":"Mono Imi Fuda (Taboo Plaque)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"8 bu","properties":[{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","book_reference":"Court of Stones p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000041","name":"Mari (Ball)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"5 zeni","properties":[],"description":"","book_reference":"Court of Stones p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000042","name":"Amigasa","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"4 zeni","properties":[],"description":"","book_reference":"Court of Stones p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000043","name":"Norimono (Planquin)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"18","rarity":"7","zeni":"12 koku","properties":[{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","book_reference":"Court of Stones p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000044","name":"Performer's Boat","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"8","rarity":"6","zeni":"20 koku","properties":[],"description":"","book_reference":"Court of Stones p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000045","name":"Makibishi","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"1 bu per handful","properties":[],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000046","name":"Metsubushi","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"6 zeni per dose","properties":[],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000047","name":"Invisible Ink","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"8","zeni":"6 bu per inkwell","properties":[],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000048","name":"Disguise Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"9 bu","properties":[],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000049","name":"Demon Mask","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"1 koku","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000050","name":"Bamboo Cane","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"6 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000051","name":"Herbal Medicines","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"1 bu per dose","properties":[],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000052","name":"Modified Scabbard","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"2 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Court of Stones p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000053","name":"Portable Boat","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"3","rarity":"2","zeni":"3 koku","properties":[],"description":"","book_reference":"Court of Stones p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000054","name":"Rope Ladder","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"2 bu","properties":[],"description":"","book_reference":"Court of Stones p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000055","name":"Opening and Closing Tools","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"5 bu","properties":[],"description":"","book_reference":"Court of Stones p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000056","name":"Mizugumo (Water Spider)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"3 bu","properties":[],"description":"","book_reference":"Court of Stones p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000057","name":"Sekihitsu","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"3 zeni","properties":[],"description":"","book_reference":"Court of Stones p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000058","name":"Tenugui","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"3 zeni","properties":[],"description":"","book_reference":"Court of Stones p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000059","name":"Uchitake","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"12 zeni","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","book_reference":"Court of Stones p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000060","name":"Sokutoki","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"2 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000013","name":"Prepare"},{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","book_reference":"Court of Stones p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000061","name":"Travel Rations","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1-3 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000062","name":"Cooking Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"2 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000063","name":"Dice Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"6 zeni","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000064","name":"Alchemy Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"0","zeni":"10 koku","properties":[],"description":"","book_reference":"Path of Waves p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000065","name":"Fishing kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000066","name":"Tailor's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"3 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000067","name":"Weaver's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000068","name":"Mason's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"2 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000069","name":"Chandu","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"4 bu per use","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","book_reference":"Path of Waves p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000070","name":"Thievery Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"2 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","book_reference":"Path of Waves p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000071","name":"Poppy Tea","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"7","zeni":"6 bu per cup","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","book_reference":"Path of Waves p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000072","name":"Shikomizue","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"7","zeni":"2 koku","properties":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","book_reference":"Path of Waves p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000073","name":"Climbing Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"2 bu","properties":[],"description":"","book_reference":"Shadowlands p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000074","name":"Spyglass","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"2 koku","properties":[],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000075","name":"Tate","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"3 bu","properties":[],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000076","name":"Taketaba","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"4 bu","properties":[],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000077","name":"Smithy's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"3","zeni":"3 bu","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"}],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000078","name":"Sapper's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000079","name":"Engineer's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"3 bu","properties":[],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000080","name":"Smoke Arrows","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"3 bu","properties":[],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000081","name":"Astrolabe","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"30 koku","properties":[],"description":"","book_reference":"Mantis Clan p.9"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000082","name":"Fishing Rod and Line","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[],"description":"","book_reference":"Mantis Clan p.9"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000083","name":"TaraiBune","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"3","rarity":"4","zeni":"1 koku","properties":[],"description":"","book_reference":"Mantis Clan p.9"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000084","name":"Animal Helm","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"1 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","book_reference":"Fields of Victory p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000085","name":"Blasting Powder (1 charge)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"9","zeni":"20 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","book_reference":"Fields of Victory p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000086","name":"Battlefield Heirloom","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"GM dependant","zeni":"GM dependant","properties":[],"description":"","book_reference":"Fields of Victory p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000087","name":"Battlefield Medical Pack","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"2 bu","properties":[],"description":"","book_reference":"Fields of Victory p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000088","name":"Brilliant Flare","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"1 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","book_reference":"Fields of Victory p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000089","name":"Mempō","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"5 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","book_reference":"Fields of Victory p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000090","name":"Saihai","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"4 bu","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","book_reference":"Fields of Victory p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000091","name":"Sashimono","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"6 bu","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","book_reference":"Fields of Victory p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000092","name":"Smoking Pipe","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"1 bu","properties":[],"description":"","book_reference":"Fields of Victory p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000093","name":"Tetsubishi","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"5 bu","properties":[],"description":"","book_reference":"Fields of Victory p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000094","name":"Uma-Jirushi","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"7","zeni":"3 koku","properties":[{"id":"L5RCorePro000010","name":"Resplendent"},{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","book_reference":"Fields of Victory p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000095","name":"Banner of Amaterasu [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"0","zeni":"0","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","book_reference":"Fields of Victory p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000096","name":"The Claws of the Kitsu [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"0","zeni":"0","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","book_reference":"Fields of Victory p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000097","name":"The Five Akodo Daggers [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"0","zeni":"0","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","book_reference":"Fields of Victory p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000098","name":"Leadership Scrolls [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"0","zeni":"0","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","book_reference":"Fields of Victory p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000099","name":"The Anvil of Despair [Concealed Horror]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"3","rarity":"10","zeni":"0","properties":[],"description":"","book_reference":"Shadowlands p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/cursed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000100","name":"The Black Pearls of Fu Leng [Concealed Horror]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[],"description":"","book_reference":"Shadowlands p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/cursed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000101","name":"The Henge-Okurimono [Concealed Horror]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[],"description":"","book_reference":"Shadowlands p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/cursed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000102","name":"The Porcelain Mask of Fu Leng [Concealed Horror]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[],"description":"","book_reference":"Shadowlands p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/cursed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000103","name":"The Jade Cups of Taira [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000014","name":"Sacred"},{"id":"L5RCorePro000015","name":"Durable"}],"description":"","book_reference":"Shadowlands p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000104","name":"Jade Petal Tea [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[],"description":"","book_reference":"Shadowlands p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000105","name":"Kishu: The Oni-Cutting Sword [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000014","name":"Sacred"},{"id":"L5RCorePro000015","name":"Durable"}],"description":"","book_reference":"Shadowlands p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000106","name":"Obsidian Ink [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[],"description":"","book_reference":"Shadowlands p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000107","name":"Arrows","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"0","properties":[],"description":"","book_reference":"Core Rulebook"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000001","name":"Tattoo Needles","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000002","name":"Finger of Jade","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"1 koku","properties":[{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","source_reference":{"source":"core_rulebook","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000003","name":"Chopsticks","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"1 zeni","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000004","name":"Quiver of Arrow","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"20 zeni","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"244"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000005","name":"Rope (By the Foot)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"5-20 zeni","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"244"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000006","name":"Sake Cup","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000007","name":"Lucky Cricket","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"4 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000008","name":"Bottle of Sake","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000009","name":"Dice and Cup","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"25 zeni","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000010","name":"Sweets (Four Servings)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000011","name":"Spices","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5-7","zeni":"1-5 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000012","name":"Musical Instrument","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2-6","zeni":"1-5 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"243"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000013","name":"Games","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000014","name":"Kubi Bukuro","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"2 zeni","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","source_reference":{"source":"core_rulebook","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000015","name":"Pillow Book","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"3 zeni","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"243"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000016","name":"Bowyer’s Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000017","name":"Calligraphy Set","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000018","name":"Divination Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000019","name":"Medicine Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"243"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000020","name":"Omamori","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"243"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000021","name":"Umbrella","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"2 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000022","name":"Whetstone","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"1 zeni","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000023","name":"Poison (One Vial)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"30 zeni","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","source_reference":{"source":"core_rulebook","page":"244"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000024","name":"Daishō Stand","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 koku","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000025","name":"Traveling Rations","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"5 zeni","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000026","name":"Personal Seal or Chop","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"4 bu","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"}],"description":"","source_reference":{"source":"core_rulebook","page":"243"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000027","name":"Tea Set (Portable)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"1 koku","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000028","name":"Tent (Chomchong)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"7","zeni":"20 koku","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000029","name":"Tent (Small)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 koku","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000030","name":"Tent (Yurt)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"5","zeni":"10 koku","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000031","name":"Scroll satchel","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"60"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000032","name":"Traveling pack","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"10 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","source_reference":{"source":"core_rulebook","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000033","name":"Journal of observations","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"67"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000034","name":"Omamori (Boon of Jurojin)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","source_reference":{"source":"celestial_realms","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000035","name":"Omamori (Boon of Kisshoten)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","source_reference":{"source":"celestial_realms","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000036","name":"Omamori (Boon of Hotei)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","source_reference":{"source":"celestial_realms","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000037","name":"Makeup Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"1-3 bu","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000038","name":"Ceremonial Tea Set","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"7 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","source_reference":{"source":"court_of_stones","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000039","name":"Folding Fan","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 koku","properties":[{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","source_reference":{"source":"court_of_stones","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000040","name":"Mono Imi Fuda (Taboo Plaque)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"8 bu","properties":[{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","source_reference":{"source":"court_of_stones","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000041","name":"Mari (Ball)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"5 zeni","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000042","name":"Amigasa","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"4 zeni","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000043","name":"Norimono (Planquin)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"18","rarity":"7","zeni":"12 koku","properties":[{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","source_reference":{"source":"court_of_stones","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000044","name":"Performer's Boat","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"8","rarity":"6","zeni":"20 koku","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000045","name":"Makibishi","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"1 bu per handful","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000046","name":"Metsubushi","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"6 zeni per dose","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000047","name":"Invisible Ink","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"8","zeni":"6 bu per inkwell","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000048","name":"Disguise Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"9 bu","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000049","name":"Demon Mask","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"1 koku","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","source_reference":{"source":"court_of_stones","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000050","name":"Bamboo Cane","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"6 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","source_reference":{"source":"court_of_stones","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000051","name":"Herbal Medicines","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"1 bu per dose","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000052","name":"Modified Scabbard","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"2 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","source_reference":{"source":"court_of_stones","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000053","name":"Portable Boat","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"3","rarity":"2","zeni":"3 koku","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000054","name":"Rope Ladder","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"2 bu","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000055","name":"Opening and Closing Tools","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"5 bu","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000056","name":"Mizugumo (Water Spider)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"3 bu","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000057","name":"Sekihitsu","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"3 zeni","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000058","name":"Tenugui","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"3 zeni","properties":[],"description":"","source_reference":{"source":"court_of_stones","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000059","name":"Uchitake","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"12 zeni","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","source_reference":{"source":"court_of_stones","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000060","name":"Sokutoki","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"2 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000013","name":"Prepare"},{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","source_reference":{"source":"court_of_stones","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000061","name":"Travel Rations","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1-3 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","source_reference":{"source":"path_of_waves","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000062","name":"Cooking Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"2 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","source_reference":{"source":"path_of_waves","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000063","name":"Dice Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"6 zeni","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","source_reference":{"source":"path_of_waves","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000064","name":"Alchemy Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"0","zeni":"10 koku","properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000065","name":"Fishing kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","source_reference":{"source":"path_of_waves","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000066","name":"Tailor's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"3 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","source_reference":{"source":"path_of_waves","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000067","name":"Weaver's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","source_reference":{"source":"path_of_waves","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000068","name":"Mason's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"2 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","source_reference":{"source":"path_of_waves","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000069","name":"Chandu","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"4 bu per use","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","source_reference":{"source":"path_of_waves","page":"116"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000070","name":"Thievery Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"2 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","source_reference":{"source":"path_of_waves","page":"116"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000071","name":"Poppy Tea","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"7","zeni":"6 bu per cup","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","source_reference":{"source":"path_of_waves","page":"116"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000072","name":"Shikomizue","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"7","zeni":"2 koku","properties":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","source_reference":{"source":"path_of_waves","page":"116"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000073","name":"Climbing Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"2 bu","properties":[],"description":"","source_reference":{"source":"shadowlands","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000074","name":"Spyglass","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"2 koku","properties":[],"description":"","source_reference":{"source":"shadowlands","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000075","name":"Tate","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"3 bu","properties":[],"description":"","source_reference":{"source":"shadowlands","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000076","name":"Taketaba","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"4 bu","properties":[],"description":"","source_reference":{"source":"shadowlands","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000077","name":"Smithy's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"3","zeni":"3 bu","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"}],"description":"","source_reference":{"source":"shadowlands","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000078","name":"Sapper's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"shadowlands","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000079","name":"Engineer's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"3 bu","properties":[],"description":"","source_reference":{"source":"shadowlands","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000080","name":"Smoke Arrows","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"3 bu","properties":[],"description":"","source_reference":{"source":"shadowlands","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000081","name":"Astrolabe","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"30 koku","properties":[],"description":"","source_reference":{"source":"the_mantis_clan","page":"9"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000082","name":"Fishing Rod and Line","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"the_mantis_clan","page":"9"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000083","name":"TaraiBune","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"3","rarity":"4","zeni":"1 koku","properties":[],"description":"","source_reference":{"source":"the_mantis_clan","page":"9"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000084","name":"Animal Helm","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"1 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","source_reference":{"source":"fields_of_victory","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000085","name":"Blasting Powder (1 charge)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"9","zeni":"20 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","source_reference":{"source":"fields_of_victory","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000086","name":"Battlefield Heirloom","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"GM dependant","zeni":"GM dependant","properties":[],"description":"","source_reference":{"source":"fields_of_victory","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000087","name":"Battlefield Medical Pack","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"2 bu","properties":[],"description":"","source_reference":{"source":"fields_of_victory","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000088","name":"Brilliant Flare","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"1 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","source_reference":{"source":"fields_of_victory","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000089","name":"Mempō","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"5 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","source_reference":{"source":"fields_of_victory","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000090","name":"Saihai","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"4 bu","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","source_reference":{"source":"fields_of_victory","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000091","name":"Sashimono","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"6 bu","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","source_reference":{"source":"fields_of_victory","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000092","name":"Smoking Pipe","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"1 bu","properties":[],"description":"","source_reference":{"source":"fields_of_victory","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000093","name":"Tetsubishi","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"5 bu","properties":[],"description":"","source_reference":{"source":"fields_of_victory","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000094","name":"Uma-Jirushi","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"7","zeni":"3 koku","properties":[{"id":"L5RCorePro000010","name":"Resplendent"},{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","source_reference":{"source":"fields_of_victory","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000095","name":"Banner of Amaterasu [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","source_reference":{"source":"fields_of_victory","page":"92"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000096","name":"The Claws of the Kitsu [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","source_reference":{"source":"fields_of_victory","page":"92"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000098","name":"Leadership Scrolls [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","source_reference":{"source":"fields_of_victory","page":"92"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000099","name":"The Anvil of Despair [Concealed Horror]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"3","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000008","name":"Unholy"}],"description":"","source_reference":{"source":"shadowlands","page":"111"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/cursed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000100","name":"The Black Pearls of Fu Leng [Concealed Horror]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000008","name":"Unholy"}],"description":"","source_reference":{"source":"shadowlands","page":"111"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/cursed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000101","name":"The Henge-Okurimono [Concealed Horror]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000008","name":"Unholy"}],"description":"","source_reference":{"source":"shadowlands","page":"111"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/cursed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000102","name":"The Porcelain Mask of Fu Leng [Concealed Horror]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000008","name":"Unholy"}],"description":"","source_reference":{"source":"shadowlands","page":"111"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/cursed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000103","name":"The Jade Cups of Taira [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000014","name":"Sacred"},{"id":"L5RCorePro000015","name":"Durable"}],"description":"","source_reference":{"source":"shadowlands","page":"112"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000104","name":"Jade Petal Tea [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","source_reference":{"source":"shadowlands","page":"113"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000106","name":"Obsidian Ink [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","source_reference":{"source":"shadowlands","page":"113"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/blessed.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000107","name":"Arrows","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"0","properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"236"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000108","name":"Arrows : Fire-Blossom","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"5 Bu","properties":[],"description":"","source_reference":{"source":"celestial_realms","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000109","name":"Arrows : Hamaya","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"8","zeni":"1 Koku","properties":[],"description":"","source_reference":{"source":"celestial_realms","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000110","name":"Arrows : Soul-Star","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"8","zeni":"2 Koku","properties":[],"description":"","source_reference":{"source":"celestial_realms","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000111","name":"The horagai of Sacred Rains","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000010","name":"Resplendent"},{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","source_reference":{"source":"celestial_realms","page":"96"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000112","name":"Daikoku's Mallet","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000014","name":"Sacred"},{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","source_reference":{"source":"celestial_realms","page":"96"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000113","name":"Candles of the Moth","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"9","zeni":"10 Koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000014","name":"Sacred"},{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","source_reference":{"source":"celestial_realms","page":"96"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000114","name":"Astrolabe","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"8","zeni":"1 Koku","properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000115","name":"Horo (Arrow Cloak)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"5 Koku","properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000116","name":"Lantern (Personal)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"1 Bu","properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000117","name":"Mineral-Oil Lamp","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"8","zeni":"6 Koku","properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000118","name":"Prayer Rug","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"9","zeni":"2 Koku","properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000119","name":"Sand Clock","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"2 Koku","properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000120","name":"Traveling Board Games","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"1 Bu","properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000121","name":"Word of the Prophet","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"9","zeni":"15 Koku","properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000122","name":"Talisman of the Sun [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000123","name":"Fox Pipe [Blessed Treasure]","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"10","zeni":"0","properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
|
||||
@@ -14,3 +14,11 @@
|
||||
{"_id":"L5RCoreCon000014","name":"Silenced","content":"<blockquote>Core Rulebook p.273</blockquote>","img":"icons/svg/silenced.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreCon000015","name":"Unconscious","content":"<blockquote>Core Rulebook p.273</blockquote>","img":"icons/svg/unconscious.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreCon000016","name":"Wounded","content":"<blockquote>Core Rulebook p.273</blockquote>","img":"icons/svg/degen.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreCon000017","name":"Illness: Oozing Sore Disease","content":"<blockquote>Writ of the Wild p.140</blockquote>","img":"icons/svg/eye.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreCon000018","name":"Illness: Gut Sickness","content":"<blockquote>Writ of the Wild p.141</blockquote>","img":"icons/svg/poison.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreCon000019","name":"Illness: Coughing Illness","content":"<blockquote>Writ of the Wild p.141</blockquote>","img":"icons/svg/poison.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreCon000020","name":"Illness: Unsteady Illness","content":"<blockquote>Writ of the Wild p.141</blockquote>","img":"icons/svg/daze.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreCon000021","name":"Illness: Fire Rash","content":"<blockquote>Writ of the Wild p.141</blockquote>","img":"icons/svg/fire.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreCon000022","name":"Centered","content":"<blockquote>Children of the Five Winds p.133</blockquote>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreCon000023","name":"Emboldened","content":"<blockquote>Children of the Five Winds p.133</blockquote>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreCon000024","name":"Possessed","content":"<blockquote>Children of the Five Winds p.133</blockquote>","img":"icons/svg/terror.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -8,3 +8,4 @@
|
||||
{"_id":"L5RCoreTer000008","name":"Elevated","content":"<blockquote>Fields of Victory p.122</blockquote>","img":"icons/svg/up.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreTer000009","name":"Open","content":"<blockquote>Fields of Victory p.122</blockquote>","img":"icons/svg/mountain.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreTer000010","name":"Recessed","content":"<blockquote>Fields of Victory p.122</blockquote>","img":"icons/svg/down.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"L5RCoreTer000011","name":"Imbalanced (One or More Elements) Variant","content":"<blockquote>Writ of the Wild p.139</blockquote>","img":"icons/svg/stoned.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{"_id":"akSnaBrDnz8ZAVHR","name":"Draw 5 Japanese names (village)","type":"script","author":"Rv52pj6itbOX14wX","img":"icons/environment/settlement/ldoge.webp","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Japanese names (Village)\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"avRx8SlktnoCzQQu","name":"Draw 5 Ivory Kingdoms names","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Ivory Kingdoms names\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"bm7cokBEhIvelmYt","name":"Draw 5 Qamarist names","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Qamarist names\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"cHV4W2eAk96bj1MC","name":"Draw 5 Rokugani names","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Rokugani names\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"dz61B4h3iJwOC0Ob","name":"Draw 5 Ujik names","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Ujik names\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"ed0HRLOWSKm6YTUS","name":"Draw 5 Japanese names (male)","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/traditional-japanese-man.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Japanese names (Male)\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"fk2naBrDnz8ZAVHR","name":"Draw 5 Japanese names (female)","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/traditional-japanese-woman.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Japanese names (Female)\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"ggs1eiqkfVWlm5JM","name":"Draw Names Dialog","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/army.svg","scope":"global","command":"const pack = \"l5r5e.core-name-tables\";\nconst comp = await game.packs.get(pack);\nif (!comp) { console.log(`L5R5E | Pack not found[${pack}]`); return; }\nawait comp.getDocuments();\n\nlet radioTablesHtml = \"\";\ncomp.index.forEach(obj => { radioTablesHtml += `<label><input type=\"radio\" id=\"${obj._id}\" name=\"tableName\" value=\"${obj.name}\" ${radioTablesHtml === \"\" ? 'checked' : ''}> ${obj.name}</label>`; });\n\nnew Dialog({\n title: \"L5R5E Draw Names\",\n content: `\n <form class=\"noflex\" autocomplete=\"off\">\n <div class=\"form-group\">\n <label>${game.i18n.localize('DOCUMENT.RollTable')}:</label>\n <div class=\"form-fields\" style=\"flex-direction: column;align-items: flex-start\">\n ${radioTablesHtml}\n </div>\n </div>\n <hr>\n <div class=\"form-group\">\n <label><i class=\"d6\"></i> ${game.i18n.localize('l5r5e.sheets.quantity')}:</label>\n <div class=\"form-fields\">\n <input type=\"number\" name=\"drawNumber\" value=\"5\" min=\"0\" max=\"99\"/>\n </div>\n </div>\n </form>\n `,\n buttons: {\n no: {\n icon: \"<i class='fas fa-times'></i>\",\n label: game.i18n.localize('Cancel')\n },\n yes: {\n icon: \"<i class='fas fa-check'></i>\",\n label: game.i18n.localize('TABLE.Roll'),\n callback: (html) => {\n const tableName = html.find('input[name=\"tableName\"]:checked')[0]?.value || null;\n const drawNumber = html.find('input[name=\"drawNumber\"]')[0]?.value || null;\n if (!tableName || !drawNumber || drawNumber < 1) {return;}\n game.l5r5e.HelpersL5r5e.drawManyFromPack(pack, tableName, drawNumber);\n }\n },\n },\n default: \"no\"\n}).render(true);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"akSnaBrDnz8ZAVHR","name":"Draw 5 Japanese names (village)","type":"script","author":"Rv52pj6itbOX14wX","img":"icons/environment/settlement/ldoge.webp","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"L5RCoreTblJpNamV\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"avRx8SlktnoCzQQu","name":"Draw 5 Ivory Kingdoms names","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"aTVXI5Y5t7cBfyUE\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"bm7cokBEhIvelmYt","name":"Draw 5 Qamarist names","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"bXaEmt72GLUeoyzz\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"cHV4W2eAk96bj1MC","name":"Draw 5 Rokugani names","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"cgjfjbHmQuNV668k\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"dz61B4h3iJwOC0Ob","name":"Draw 5 Ujik names","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"d9lU98NE8G2YuN48\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"ed0HRLOWSKm6YTUS","name":"Draw 5 Japanese names (male)","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/traditional-japanese-man.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"L5RCoreTblJpNamM\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"fk2naBrDnz8ZAVHR","name":"Draw 5 Japanese names (female)","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/traditional-japanese-woman.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"L5RCoreTblJpNamF\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"ggs1eiqkfVWlm5JM","name":"Draw Names Dialog","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/army.svg","scope":"global","command":"const pack = \"l5r5e.core-name-tables\";\nconst comp = await game.packs.get(pack);\nif (!comp) { console.log(`L5R5E | Macro | Pack not found[${pack}]`); return; }\nawait comp.getDocuments();\n\nlet radioTablesHtml = \"\";\ncomp.index.forEach(obj => { radioTablesHtml += `<label><input type=\"radio\" id=\"${obj._id}\" name=\"tableName\" value=\"${obj.name}\" ${radioTablesHtml === \"\" ? 'checked' : ''}> ${obj.name}</label>`; });\n\nnew Dialog({\n title: \"L5R5E Draw Names\",\n content: `\n <form class=\"noflex\" autocomplete=\"off\">\n <div class=\"form-group\">\n <label>${game.i18n.localize('DOCUMENT.RollTable')}:</label>\n <div class=\"form-fields\" style=\"flex-direction: column;align-items: flex-start\">\n ${radioTablesHtml}\n </div>\n </div>\n <hr>\n <div class=\"form-group\">\n <label><i class=\"d6\"></i> ${game.i18n.localize('l5r5e.sheets.quantity')}:</label>\n <div class=\"form-fields\">\n <input type=\"number\" name=\"drawNumber\" value=\"5\" min=\"0\" max=\"99\"/>\n </div>\n </div>\n </form>\n `,\n buttons: {\n no: {\n icon: \"<i class='fas fa-times'></i>\",\n label: game.i18n.localize('Cancel')\n },\n yes: {\n icon: \"<i class='fas fa-check'></i>\",\n label: game.i18n.localize('TABLE.Roll'),\n callback: (html) => {\n const tableName = html.find('input[name=\"tableName\"]:checked')[0]?.value || null;\n const drawNumber = html.find('input[name=\"drawNumber\"]')[0]?.value || null;\n if (!tableName || !drawNumber || drawNumber < 1) {return;}\n game.l5r5e.HelpersL5r5e.drawManyFromPack(pack, tableName, drawNumber);\n }\n },\n },\n default: \"no\"\n}).render(true);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
{"_id":"hpfDGUS48dA2pkUB","name":"Open Character Sheet (linked actor)","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.user.character?.sheet.render(true);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,82 +1,88 @@
|
||||
{"_id":"L5RCoreAdv000001","name":"Benten’s Curse","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, Spiritual","description":"","book_reference":"Core Rulebook p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000002","name":"Bishamon’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000003","name":"Bitter Betrothal","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","description":"","book_reference":"Core Rulebook p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000004","name":"Blackmailed by [Character’s Name]","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","description":"","book_reference":"Core Rulebook p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000005","name":"Blindness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000006","name":"Bluntness","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","description":"","book_reference":"Core Rulebook p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000007","name":"Clumsiness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical","description":"","book_reference":"Core Rulebook p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000008","name":"Cognitive Lapses","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, Scar","description":"","book_reference":"Core Rulebook p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000009","name":"Daikoku’s Curse","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","description":"","book_reference":"Core Rulebook p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000010","name":"Damaged Heart or Organ","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, Scar","description":"","book_reference":"Core Rulebook p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000011","name":"Deafness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000012","name":"Discomfiting Countenance","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, Physical","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000013","name":"Disdain for Compassion","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000014","name":"Disdain for Courage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000015","name":"Disdain for Courtesy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000016","name":"Disdain for Duty and Loyalty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000017","name":"Disdain for Honor","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000018","name":"Disdain for Righteousness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000019","name":"Disdain for Sincerity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000020","name":"Ebisu’s Curse","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, Spiritual","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000021","name":"Fractured Spine","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, Scar","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000022","name":"Fukurokujin’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Mental, Spiritual","description":"","book_reference":"Core Rulebook p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000023","name":"Gaijin Name, Culture, or Appearance","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Interpersonal (Culture) or Physical (Appearance), Interpersonal (Name), Mental","description":"","book_reference":"Core Rulebook p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000024","name":"Haunting","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Interpersonal, Spiritual","description":"","book_reference":"Core Rulebook p.122"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000025","name":"Incurable Illness","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":"Core Rulebook p.122"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000026","name":"Jurōjin’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.123"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000027","name":"Kisshōten’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.123"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000028","name":"Lost Arm or Lost Hand","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.123"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000029","name":"Lost Eye","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.124"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000030","name":"Lost Fingers","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.124"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000031","name":"Lost Leg","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.124"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000032","name":"Lost Memories","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, Scar","description":"","book_reference":"Core Rulebook p.124"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000033","name":"Maimed Arm","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.125"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000034","name":"Maimed Visage","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, Physical, Scar","description":"","book_reference":"Core Rulebook p.125"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000035","name":"Momoku","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Spiritual","description":"","book_reference":"Core Rulebook p.126"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000036","name":"Muteness","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, Physical or Mental, Scar","description":"","book_reference":"Core Rulebook p.126"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000037","name":"Nerve Damage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.126"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000038","name":"Scorn of [One Group]","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","description":"","book_reference":"Core Rulebook p.127"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000039","name":"Shadowlands Taint (Air)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Curse, Interpersonal, Spiritual","description":"","book_reference":"Core Rulebook p.127"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000040","name":"Shadowlands Taint (Earth)","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, Spiritual","description":"","book_reference":"Core Rulebook p.127"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000041","name":"Shadowlands Taint (Fire)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Curse, Mental, Spiritual","description":"","book_reference":"Core Rulebook p.128"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000042","name":"Shadowlands Taint (Void)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Curse, Spiritual","description":"","book_reference":"Core Rulebook p.128"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000043","name":"Shadowlands Taint (Water)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Curse, Physical, Spiritual","description":"","book_reference":"Core Rulebook p.128"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000044","name":"Sworn Enemy","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","description":"","book_reference":"Core Rulebook p.129"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000045","name":"Whispers of Cruelty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","book_reference":"Core Rulebook p.129"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000046","name":"Whispers of Doom","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","book_reference":"Core Rulebook p.129"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000047","name":"Whispers of Failure","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","book_reference":"Core Rulebook p.130"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000048","name":"Whispers of Poverty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","book_reference":"Core Rulebook p.130"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000049","name":"Whispers of Treachery","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","book_reference":"Core Rulebook p.130"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000050","name":"Elemental Deficiency (Air)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Mental, Physical, Spiritual","description":"","book_reference":"Celestial Realms p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000051","name":"Elemental Deficiency (Earth)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Mental, Physical, Spiritual","description":"","book_reference":"Celestial Realms p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000052","name":"Elemental Deficiency (Fire)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Mental, Physical, Spiritual","description":"","book_reference":"Celestial Realms p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000053","name":"Elemental Deficiency (Water)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Mental, Physical, Spiritual","description":"","book_reference":"Celestial Realms p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000054","name":"Lackluster","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000055","name":"Overconfidence in Creativity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Mental","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000056","name":"Overconfidence in Spiritual Sensitivity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Spiritual","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000057","name":"Overconfidence in Charm","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","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000058","name":"Overconfidence in Subtlety","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","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000059","name":"Overconfidence in Toughness","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":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000060","name":"Unsavory Past","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","description":"","book_reference":"Court of Stones p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000061","name":"Allergy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Physical","description":"","book_reference":"Emerald Empire p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000062","name":"Cursed Lineage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Interpersonal, Spiritual","description":"","book_reference":"Emerald Empire p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000063","name":"Adopted Peasant","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Emerald Empire p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000064","name":"Despise in [City]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Fame, Interpersonal","description":"","book_reference":"Emerald Empire p.246"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000065","name":"Hunted by Chikusho-Do","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Spiritual","description":"","book_reference":"Emerald Empire p.246"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000066","name":"Skepticism","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, Spiritual","description":"","book_reference":"Emerald Empire p.246"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000067","name":"Debt to [Person or Organization]","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","description":"","book_reference":"Path of Waves p.71"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000068","name":"Bullheaded","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Mental","description":"","book_reference":"Path of Waves p.71"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000069","name":"Many Mouths","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","description":"","book_reference":"Path of Waves p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000070","name":"Horrible Scar","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":"Path of Waves p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000071","name":"Pursued by [Individual or Group]","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, Mental","description":"","book_reference":"Path of Waves p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000072","name":"Encompassing Duty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Mental","description":"","book_reference":"Path of Waves p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000073","name":"Stained Lineage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Interpersonal, Mental","description":"","book_reference":"Path of Waves p.73"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000074","name":"Shadowlands Taint [One with the Darkness]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Curse, Physical, Spiritual","description":"","book_reference":"Shadowlands p.100"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000075","name":"Shadowlands Taint [Unnatural Skin]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Curse, Physical","description":"","book_reference":"Shadowlands p.100"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000076","name":"Shadowlands Taint [Blasphemous Appetites]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Curse, Mental, Spiritual","description":"","book_reference":"Shadowlands p.100"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000077","name":"Lost Name","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Spiritual","description":"","book_reference":"Shadowlands p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000078","name":"Demon Wound","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Scar, Spiritual","description":"","book_reference":"Shadowlands p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000079","name":"Shadowlands Taint [Kansen Whispers]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Curse, Mental","description":"","book_reference":"Shadowlands p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_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":"L5RCoreAdv000001","name":"Benten’s Curse","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, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"116"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000002","name":"Bishamon’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"117"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000003","name":"Bitter Betrothal","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","description":"","source_reference":{"source":"core_rulebook","page":"117"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000004","name":"Blackmailed by [Character’s Name]","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","description":"","source_reference":{"source":"core_rulebook","page":"117"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000005","name":"Blindness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Scar","description":"","source_reference":{"source":"core_rulebook","page":"118"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000006","name":"Bluntness","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","description":"","source_reference":{"source":"core_rulebook","page":"118"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000007","name":"Clumsiness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical","description":"","source_reference":{"source":"core_rulebook","page":"118"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000008","name":"Cognitive Lapses","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, Scar","description":"","source_reference":{"source":"core_rulebook","page":"118"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000009","name":"Daikoku’s Curse","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","description":"","source_reference":{"source":"core_rulebook","page":"119"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000010","name":"Damaged Heart or Organ","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, Scar","description":"","source_reference":{"source":"core_rulebook","page":"119"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000011","name":"Deafness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Physical, Scar","description":"","source_reference":{"source":"core_rulebook","page":"119"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000012","name":"Discomfiting Countenance","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, Physical","description":"","source_reference":{"source":"core_rulebook","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000013","name":"Disdain for Compassion","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","source_reference":{"source":"core_rulebook","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000014","name":"Disdain for Courage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","source_reference":{"source":"core_rulebook","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000015","name":"Disdain for Courtesy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","source_reference":{"source":"core_rulebook","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000016","name":"Disdain for Duty and Loyalty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","source_reference":{"source":"core_rulebook","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000017","name":"Disdain for Honor","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","source_reference":{"source":"core_rulebook","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000018","name":"Disdain for Righteousness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","source_reference":{"source":"core_rulebook","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000019","name":"Disdain for Sincerity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","source_reference":{"source":"core_rulebook","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000020","name":"Ebisu’s Curse","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, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000021","name":"Fractured Spine","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, Scar","description":"","source_reference":{"source":"core_rulebook","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000022","name":"Fukurokujin’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Mental, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"121"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000023","name":"Gaijin Name, Culture, or Appearance","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Interpersonal (Culture) or Physical (Appearance), Interpersonal (Name), Mental","description":"","source_reference":{"source":"core_rulebook","page":"121"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000024","name":"Haunting","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Interpersonal, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"122"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000025","name":"Incurable Illness","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":"","source_reference":{"source":"core_rulebook","page":"122"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000026","name":"Jurōjin’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"123"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000027","name":"Kisshōten’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"123"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000028","name":"Lost Arm or Lost Hand","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical, Scar","description":"","source_reference":{"source":"core_rulebook","page":"123"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000029","name":"Lost Eye","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Scar","description":"","source_reference":{"source":"core_rulebook","page":"124"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000030","name":"Lost Fingers","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical, Scar","description":"","source_reference":{"source":"core_rulebook","page":"124"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000031","name":"Lost Leg","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Scar","description":"","source_reference":{"source":"core_rulebook","page":"124"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000032","name":"Lost Memories","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, Scar","description":"","source_reference":{"source":"core_rulebook","page":"124"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000033","name":"Maimed Arm","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical, Scar","description":"","source_reference":{"source":"core_rulebook","page":"125"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000034","name":"Maimed Visage","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, Physical, Scar","description":"","source_reference":{"source":"core_rulebook","page":"125"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000035","name":"Momoku","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"126"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000036","name":"Muteness","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, Physical or Mental, Scar","description":"","source_reference":{"source":"core_rulebook","page":"126"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000037","name":"Nerve Damage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Physical, Scar","description":"","source_reference":{"source":"core_rulebook","page":"126"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000038","name":"Scorn of [One Group]","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","description":"","source_reference":{"source":"core_rulebook","page":"127"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000039","name":"Shadowlands Taint (Air)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Curse, Interpersonal, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"127"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000040","name":"Shadowlands Taint (Earth)","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, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"127"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000041","name":"Shadowlands Taint (Fire)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Curse, Mental, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"128"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000042","name":"Shadowlands Taint (Void)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Curse, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"128"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000043","name":"Shadowlands Taint (Water)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Curse, Physical, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"128"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000044","name":"Sworn Enemy","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","description":"","source_reference":{"source":"core_rulebook","page":"129"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000045","name":"Whispers of Cruelty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"129"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000046","name":"Whispers of Doom","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"129"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000047","name":"Whispers of Failure","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"130"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000048","name":"Whispers of Poverty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"130"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000049","name":"Whispers of Treachery","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"130"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000050","name":"Elemental Deficiency (Air)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Mental, Physical, Spiritual","description":"","source_reference":{"source":"celestial_realms","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000051","name":"Elemental Deficiency (Earth)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Mental, Physical, Spiritual","description":"","source_reference":{"source":"celestial_realms","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000052","name":"Elemental Deficiency (Fire)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Mental, Physical, Spiritual","description":"","source_reference":{"source":"celestial_realms","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000053","name":"Elemental Deficiency (Water)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Mental, Physical, Spiritual","description":"","source_reference":{"source":"celestial_realms","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000054","name":"Lackluster","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Interpersonal","description":"","source_reference":{"source":"court_of_stones","page":"101"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000055","name":"Overconfidence in Creativity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Mental","description":"","source_reference":{"source":"court_of_stones","page":"101"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000056","name":"Overconfidence in Spiritual Sensitivity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Spiritual","description":"","source_reference":{"source":"court_of_stones","page":"101"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000057","name":"Overconfidence in Charm","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","description":"","source_reference":{"source":"court_of_stones","page":"101"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000058","name":"Overconfidence in Subtlety","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","description":"","source_reference":{"source":"court_of_stones","page":"101"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000059","name":"Overconfidence in Toughness","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":"","source_reference":{"source":"court_of_stones","page":"101"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000060","name":"Unsavory Past","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","description":"","source_reference":{"source":"court_of_stones","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000061","name":"Allergy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Physical","description":"","source_reference":{"source":"emerald_empire","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000062","name":"Cursed Lineage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Interpersonal, Spiritual","description":"","source_reference":{"source":"emerald_empire","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000063","name":"Adopted Peasant","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Interpersonal","description":"","source_reference":{"source":"emerald_empire","page":"245"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000064","name":"Despise in [City]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Fame, Interpersonal","description":"","source_reference":{"source":"emerald_empire","page":"246"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000065","name":"Hunted by Chikusho-Do","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Spiritual","description":"","source_reference":{"source":"emerald_empire","page":"246"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000066","name":"Skepticism","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, Spiritual","description":"","source_reference":{"source":"emerald_empire","page":"246"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000067","name":"Debt to [Person or Organization]","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","description":"","source_reference":{"source":"path_of_waves","page":"71"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000068","name":"Bullheaded","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Mental","description":"","source_reference":{"source":"path_of_waves","page":"71"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000069","name":"Many Mouths","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","description":"","source_reference":{"source":"path_of_waves","page":"72"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000070","name":"Horrible Scar","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":"","source_reference":{"source":"path_of_waves","page":"72"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000071","name":"Pursued by [Individual or Group]","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, Mental","description":"","source_reference":{"source":"path_of_waves","page":"72"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000072","name":"Encompassing Duty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Mental","description":"","source_reference":{"source":"path_of_waves","page":"72"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000073","name":"Stained Lineage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Interpersonal, Mental","description":"","source_reference":{"source":"path_of_waves","page":"73"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000074","name":"Shadowlands Taint [One with the Darkness]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Curse, Physical, Spiritual","description":"","source_reference":{"source":"shadowlands","page":"100"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000075","name":"Shadowlands Taint [Unnatural Skin]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Curse, Physical","description":"","source_reference":{"source":"shadowlands","page":"100"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000076","name":"Shadowlands Taint [Blasphemous Appetites]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Curse, Mental, Spiritual","description":"","source_reference":{"source":"shadowlands","page":"100"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000077","name":"Lost Name","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Spiritual","description":"","source_reference":{"source":"shadowlands","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000078","name":"Demon Wound","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Scar, Spiritual","description":"","source_reference":{"source":"shadowlands","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000079","name":"Shadowlands Taint [Kansen Whispers]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Curse, Mental","description":"","source_reference":{"source":"shadowlands","page":"99"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_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":"","source_reference":{"source":"shadowlands","page":"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":"","source_reference":{"source":"the_mantis_clan","page":"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":"","source_reference":{"source":"fields_of_victory","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000086","name":"Lost Family History","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, Material","description":"","source_reference":{"source":"children_of_the_five_winds","page":"95"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000087","name":"Penalty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Infamy, Social","description":"","source_reference":{"source":"children_of_the_five_winds","page":"95"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000088","name":"Schism in Status","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","source_reference":{"source":"children_of_the_five_winds","page":"96"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
|
||||
@@ -1,39 +1,45 @@
|
||||
{"_id":"L5RCoreAnx000001","name":"Addiction","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, Physical","description":"","book_reference":"Core Rulebook p.131"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000002","name":"Battle Trauma","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.131"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000003","name":"Cynicism","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":"Core Rulebook p.131"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000004","name":"Dark Secret","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.132"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000005","name":"Delusions of Grandeur","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.132"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000006","name":"Fear of Death","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, Physical","description":"","book_reference":"Core Rulebook p.132"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000007","name":"Ferocity","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, Physical","description":"","book_reference":"Core Rulebook p.132"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000008","name":"Impatience","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":"Core Rulebook p.133"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000009","name":"Intolerance","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":"Core Rulebook p.133"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000010","name":"Irrepressible Flirtation","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":"Core Rulebook p.134"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000011","name":"Jealousy","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, Physical","description":"","book_reference":"Core Rulebook p.134"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000012","name":"Materialism","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Core Rulebook p.134"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000013","name":"Meekness","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","description":"","book_reference":"Core Rulebook p.134"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000014","name":"Painful Honesty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.135"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000015","name":"Paranoia","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.135"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000016","name":"Perfectionism","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.135"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000017","name":"Phobia","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.136"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000018","name":"Softheartedness","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":"Core Rulebook p.136"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000019","name":"Superstition","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental, Spiritual","description":"","book_reference":"Core Rulebook p.136"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000020","name":"Conspiracy","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, Mental","description":"","book_reference":"Celestial Realms p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000021","name":"Omen of Bad Luck","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, Mental","description":"","book_reference":"Celestial Realms p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000022","name":"Uncleanliness","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":"Celestial Realms p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000023","name":"Vanity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Celestial Realms p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000024","name":"Isolation","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, Mental","description":"","book_reference":"Court of Stones p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000025","name":"Web of Lies","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Court of Stones p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000026","name":"Accustomed to Luxury","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":"Emerald Empire p.246"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000027","name":"Claustrophobia","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Emerald Empire p.247"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000028","name":"False Identity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Emerald Empire p.247"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000029","name":"Loathing for Peasants","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, Mental","description":"","book_reference":"Emerald Empire p.247"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000030","name":"Loneliness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Emerald Empire p.248"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000031","name":"Eyes of Many","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":"Path of Waves p.73"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000032","name":"Coming Storm","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Path of Waves p.73"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000033","name":"Fear of Stagnation","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":"Path of Waves p.74"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000034","name":"Failure","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Path of Waves p.74"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000035","name":"Fallen Ancestor","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal, Spiritual","description":"","book_reference":"Shadowlands p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000036","name":"Obtuse","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":"Shadowlands p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_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":"L5RCoreAnx000001","name":"Addiction","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, Physical","description":"","source_reference":{"source":"core_rulebook","page":"131"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000002","name":"Battle Trauma","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","source_reference":{"source":"core_rulebook","page":"131"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000003","name":"Cynicism","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":"","source_reference":{"source":"core_rulebook","page":"131"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000004","name":"Dark Secret","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"132"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000005","name":"Delusions of Grandeur","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","source_reference":{"source":"core_rulebook","page":"132"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000006","name":"Fear of Death","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, Physical","description":"","source_reference":{"source":"core_rulebook","page":"132"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000007","name":"Ferocity","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, Physical","description":"","source_reference":{"source":"core_rulebook","page":"132"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000008","name":"Impatience","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":"","source_reference":{"source":"core_rulebook","page":"133"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000009","name":"Intolerance","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":"","source_reference":{"source":"core_rulebook","page":"133"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000010","name":"Irrepressible Flirtation","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":"","source_reference":{"source":"core_rulebook","page":"134"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000011","name":"Jealousy","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, Physical","description":"","source_reference":{"source":"core_rulebook","page":"134"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000012","name":"Materialism","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental","description":"","source_reference":{"source":"core_rulebook","page":"134"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000013","name":"Meekness","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","description":"","source_reference":{"source":"core_rulebook","page":"134"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000014","name":"Painful Honesty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"135"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000015","name":"Paranoia","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","source_reference":{"source":"core_rulebook","page":"135"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000016","name":"Perfectionism","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","source_reference":{"source":"core_rulebook","page":"135"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000017","name":"Phobia","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","source_reference":{"source":"core_rulebook","page":"136"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000018","name":"Softheartedness","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":"","source_reference":{"source":"core_rulebook","page":"136"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000019","name":"Superstition","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"136"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000020","name":"Conspiracy","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, Mental","description":"","source_reference":{"source":"celestial_realms","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000021","name":"Omen of Bad Luck","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, Mental","description":"","source_reference":{"source":"celestial_realms","page":"92"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000022","name":"Uncleanliness","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":"","source_reference":{"source":"celestial_realms","page":"92"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000023","name":"Vanity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","source_reference":{"source":"celestial_realms","page":"92"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000024","name":"Isolation","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, Mental","description":"","source_reference":{"source":"court_of_stones","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000025","name":"Web of Lies","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Interpersonal","description":"","source_reference":{"source":"court_of_stones","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000026","name":"Accustomed to Luxury","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":"","source_reference":{"source":"emerald_empire","page":"246"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000027","name":"Claustrophobia","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental","description":"","source_reference":{"source":"emerald_empire","page":"247"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000028","name":"False Identity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Interpersonal","description":"","source_reference":{"source":"emerald_empire","page":"247"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000029","name":"Loathing for Peasants","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, Mental","description":"","source_reference":{"source":"emerald_empire","page":"247"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000030","name":"Loneliness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","source_reference":{"source":"emerald_empire","page":"248"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000031","name":"Eyes of Many","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":"","source_reference":{"source":"path_of_waves","page":"73"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000032","name":"Coming Storm","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental","description":"","source_reference":{"source":"path_of_waves","page":"73"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000033","name":"Fear of Stagnation","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":"","source_reference":{"source":"path_of_waves","page":"74"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000034","name":"Failure","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental","description":"","source_reference":{"source":"path_of_waves","page":"74"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000035","name":"Fallen Ancestor","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal, Spiritual","description":"","source_reference":{"source":"shadowlands","page":"98"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000036","name":"Obtuse","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":"","source_reference":{"source":"shadowlands","page":"98"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_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":"","source_reference":{"source":"shadowlands","page":"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":"","source_reference":{"source":"fields_of_victory","page":"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":"","source_reference":{"source":"fields_of_victory","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000043","name":"Animal Signs","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental, Spiritual","description":"","source_reference":{"source":"children_of_the_five_winds","page":"96"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000044","name":"Disdain for Urban Sprawl","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":"","source_reference":{"source":"children_of_the_five_winds","page":"96"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000045","name":"Tip of the Tongue","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":"","source_reference":{"source":"children_of_the_five_winds","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
|
||||
@@ -1,68 +1,74 @@
|
||||
{"_id":"L5RCoreDis000001","name":"Ally [Name]","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":"Core Rulebook p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000002","name":"Ambidexterity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Core Rulebook p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000003","name":"Benten’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal, Spiritual","description":"","book_reference":"Core Rulebook p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000004","name":"Bishamon’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000005","name":"Blackmail on [Name]","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":"Core Rulebook p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000006","name":"Blessed Lineage","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":"Core Rulebook p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000007","name":"Blissful Betrothal","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":"Core Rulebook p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000008","name":"Daikoku’s Blessing","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, Spiritual","description":"","book_reference":"Core Rulebook p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000009","name":"Dangerous Allure","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, Physical","description":"","book_reference":"Core Rulebook p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000010","name":"Ebisu’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000011","name":"Famously Honest","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":"Core Rulebook p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000012","name":"Famously Lucky","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core Rulebook p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000013","name":"Famously Reliable","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core Rulebook p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000014","name":"Famously Successful","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core Rulebook p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000015","name":"Famously Wealthy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core Rulebook p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000016","name":"Flexibility","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Core Rulebook p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000017","name":"Fukurokujin’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Spiritual","description":"","book_reference":"Core Rulebook p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000018","name":"Indomitable Will","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000019","name":"Jurojin’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000020","name":"Keen Balance","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, Physical","description":"","book_reference":"Core Rulebook p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000021","name":"Keen Hearing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000022","name":"Keen Sight","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000023","name":"Keen Smell","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000024","name":"Karmic Tie","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":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000025","name":"Kisshōten’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000026","name":"Large Stature","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000027","name":"Paragon of Compassion","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000028","name":"Paragon of Courage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000029","name":"Paragon of Courtesy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000030","name":"Paragon of Duty and Loyalty","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, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000031","name":"Paragon of Honor","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000032","name":"Paragon of Righteousness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000033","name":"Paragon of Sincerity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000034","name":"Precise Memory","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":"Core Rulebook p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000035","name":"Quick Reflexes","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, Physical","description":"","book_reference":"Core Rulebook p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000036","name":"Seasoned","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, Mental","description":"","book_reference":"Core Rulebook p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000037","name":"Sixth Sense","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":"Core Rulebook p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000038","name":"Small Stature","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Core Rulebook p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000039","name":"Subtle Observer","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000040","name":"Support of [One Group]","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":"Core Rulebook p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000041","name":"Talented Herbalist","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":"Celestial Realms p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000042","name":"Famously Kind","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Celestial Realms p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000043","name":"Portentous Birth","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, Spiritual","description":"","book_reference":"Celestial Realms p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000044","name":"Affect of Harmlessness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Court of Stones p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000045","name":"Famously Neutral","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Court of Stones p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000046","name":"Well Connected in {City}","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":"Court of Stones p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000047","name":"Animal Trainer","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, Mental","description":"","book_reference":"Emerald Empire p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000048","name":"Expert Tracker","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Mental, Physical","description":"","book_reference":"Emerald Empire p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000049","name":"Criminal Connections","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Emerald Empire p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000050","name":"Friend of the brotherhood","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","description":"","book_reference":"Emerald Empire p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000051","name":"Well Connected","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":"Emerald Empire p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000052","name":"Kuge Lineage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Emerald Empire p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000053","name":"Hero of [Village]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Emerald Empire p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000054","name":"Spiritual Protector","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":"Emerald Empire p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000055","name":"Ardent Leader","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, Mental","description":"","book_reference":"Path of Waves p.68"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000056","name":"Dashing Scar","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Path of Waves p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000057","name":"Lucky Hunter","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Path of Waves p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000058","name":"Scrounger","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, Mental","description":"","book_reference":"Path of Waves p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000059","name":"Scrappy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Physical","description":"","book_reference":"Path of Waves p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000060","name":"Urbane and Worldly","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, Physical","description":"","book_reference":"Path of Waves p.70"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000061","name":"Dead Eyes","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":"Shadowlands p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000062","name":"Light Sleeper","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Shadowlands p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000063","name":"Friend of the Nezumi","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":"Shadowlands p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000064","name":"Blood of Osano-Wo","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Spiritual","description":"","book_reference":"Mantis Clan p.7"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000065","name":"Sea Legs","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Mantis Clan p.7"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_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":"L5RCoreDis000001","name":"Ally [Name]","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":"","source_reference":{"source":"core_rulebook","page":"101"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000002","name":"Ambidexterity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Physical","description":"","source_reference":{"source":"core_rulebook","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000003","name":"Benten’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000004","name":"Bishamon’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000005","name":"Blackmail on [Name]","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":"","source_reference":{"source":"core_rulebook","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000006","name":"Blessed Lineage","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":"","source_reference":{"source":"core_rulebook","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000007","name":"Blissful Betrothal","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":"","source_reference":{"source":"core_rulebook","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000008","name":"Daikoku’s Blessing","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, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000009","name":"Dangerous Allure","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, Physical","description":"","source_reference":{"source":"core_rulebook","page":"103"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000010","name":"Ebisu’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000011","name":"Famously Honest","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":"","source_reference":{"source":"core_rulebook","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000012","name":"Famously Lucky","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000013","name":"Famously Reliable","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000014","name":"Famously Successful","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000015","name":"Famously Wealthy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000016","name":"Flexibility","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical","description":"","source_reference":{"source":"core_rulebook","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000017","name":"Fukurokujin’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000018","name":"Indomitable Will","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Interpersonal, Mental","description":"","source_reference":{"source":"core_rulebook","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000019","name":"Jurojin’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000020","name":"Keen Balance","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, Physical","description":"","source_reference":{"source":"core_rulebook","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000021","name":"Keen Hearing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Mental, Physical","description":"","source_reference":{"source":"core_rulebook","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000022","name":"Keen Sight","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Mental, Physical","description":"","source_reference":{"source":"core_rulebook","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000023","name":"Keen Smell","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Physical","description":"","source_reference":{"source":"core_rulebook","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000024","name":"Karmic Tie","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":"","source_reference":{"source":"core_rulebook","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000025","name":"Kisshōten’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000026","name":"Large Stature","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Physical","description":"","source_reference":{"source":"core_rulebook","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000027","name":"Paragon of Compassion","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","source_reference":{"source":"core_rulebook","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000028","name":"Paragon of Courage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","source_reference":{"source":"core_rulebook","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000029","name":"Paragon of Courtesy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","source_reference":{"source":"core_rulebook","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000030","name":"Paragon of Duty and Loyalty","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, Virtue","description":"","source_reference":{"source":"core_rulebook","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000031","name":"Paragon of Honor","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","source_reference":{"source":"core_rulebook","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000032","name":"Paragon of Righteousness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","source_reference":{"source":"core_rulebook","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000033","name":"Paragon of Sincerity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","source_reference":{"source":"core_rulebook","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000034","name":"Precise Memory","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":"","source_reference":{"source":"core_rulebook","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000035","name":"Quick Reflexes","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, Physical","description":"","source_reference":{"source":"core_rulebook","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000036","name":"Seasoned","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, Mental","description":"","source_reference":{"source":"core_rulebook","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000037","name":"Sixth Sense","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":"","source_reference":{"source":"core_rulebook","page":"110"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000038","name":"Small Stature","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Physical","description":"","source_reference":{"source":"core_rulebook","page":"110"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000039","name":"Subtle Observer","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal, Mental","description":"","source_reference":{"source":"core_rulebook","page":"110"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000040","name":"Support of [One Group]","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":"","source_reference":{"source":"core_rulebook","page":"110"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000041","name":"Talented Herbalist","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":"","source_reference":{"source":"celestial_realms","page":"89"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000042","name":"Famously Kind","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","source_reference":{"source":"celestial_realms","page":"89"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000043","name":"Portentous Birth","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, Spiritual","description":"","source_reference":{"source":"celestial_realms","page":"89"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000044","name":"Affect of Harmlessness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal","description":"","source_reference":{"source":"court_of_stones","page":"99"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000045","name":"Famously Neutral","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","source_reference":{"source":"court_of_stones","page":"99"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000046","name":"Well Connected in {City}","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":"","source_reference":{"source":"court_of_stones","page":"99"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000047","name":"Animal Trainer","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, Mental","description":"","source_reference":{"source":"emerald_empire","page":"241"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000048","name":"Expert Tracker","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Mental, Physical","description":"","source_reference":{"source":"emerald_empire","page":"241"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000049","name":"Criminal Connections","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal","description":"","source_reference":{"source":"emerald_empire","page":"241"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000050","name":"Friend of the brotherhood","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","description":"","source_reference":{"source":"emerald_empire","page":"241"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000051","name":"Well Connected","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":"","source_reference":{"source":"emerald_empire","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000052","name":"Kuge Lineage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Interpersonal","description":"","source_reference":{"source":"emerald_empire","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000053","name":"Hero of [Village]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","source_reference":{"source":"emerald_empire","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000054","name":"Spiritual Protector","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":"","source_reference":{"source":"emerald_empire","page":"242"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000055","name":"Ardent Leader","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, Mental","description":"","source_reference":{"source":"path_of_waves","page":"68"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000056","name":"Dashing Scar","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal","description":"","source_reference":{"source":"path_of_waves","page":"69"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000057","name":"Lucky Hunter","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","source_reference":{"source":"path_of_waves","page":"69"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000058","name":"Scrounger","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, Mental","description":"","source_reference":{"source":"path_of_waves","page":"69"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000059","name":"Scrappy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Physical","description":"","source_reference":{"source":"path_of_waves","page":"69"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000060","name":"Urbane and Worldly","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, Physical","description":"","source_reference":{"source":"path_of_waves","page":"70"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000061","name":"Dead Eyes","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":"","source_reference":{"source":"shadowlands","page":"96"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000062","name":"Light Sleeper","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical","description":"","source_reference":{"source":"shadowlands","page":"96"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000063","name":"Friend of the Nezumi","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":"","source_reference":{"source":"shadowlands","page":"96"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000064","name":"Blood of Osano-Wo","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Spiritual","description":"","source_reference":{"source":"the_mantis_clan","page":"7"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000065","name":"Sea Legs","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical","description":"","source_reference":{"source":"the_mantis_clan","page":"7"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_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":"","source_reference":{"source":"fields_of_victory","page":"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":"","source_reference":{"source":"fields_of_victory","page":"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":"","source_reference":{"source":"path_of_waves","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"102"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000072","name":"Affinity with [Animal Type]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","source_reference":{"source":"children_of_the_five_winds","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000073","name":"Legal Scholarship","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal, Social","description":"","source_reference":{"source":"children_of_the_five_winds","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000074","name":"Syncretic Philosophy","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, Mental","description":"","source_reference":{"source":"children_of_the_five_winds","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
|
||||
@@ -1,41 +1,46 @@
|
||||
{"_id":"L5RCorePas000001","name":"Animal Bond","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000002","name":"Armament","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":"Core Rulebook p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000003","name":"Brushwork","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, Physical","description":"","book_reference":"Core Rulebook p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000004","name":"Curiosity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core Rulebook p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000005","name":"Daredevil","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000006","name":"Enlightenment","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Spiritual","description":"","book_reference":"Core Rulebook p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000007","name":"Fashion","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000008","name":"Fortune-Telling","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental, Spiritual","description":"","book_reference":"Core Rulebook p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000009","name":"Generosity","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","description":"","book_reference":"Core Rulebook p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000010","name":"Gossip","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000011","name":"History","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":"Core Rulebook p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000012","name":"Ikebana","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core Rulebook p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000013","name":"Playfulness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000014","name":"Provocation","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000015","name":"Sake","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core Rulebook p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000016","name":"Secrets","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000017","name":"Stories","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000018","name":"Tea","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000019","name":"Travel","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000020","name":"Wordplay","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000021","name":"Bathing","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":"Celestial Realms p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000022","name":"Kyudo","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental, Physical","description":"","book_reference":"Celestial Realms p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000023","name":"Kabuki","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Celestial Realms p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000024","name":"Festivals","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Celestial Realms p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000025","name":"Religious Study","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental, Spiritual","description":"","book_reference":"Celestial Realms p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000026","name":"Local Flare for {Region}","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Court of Stones p.100"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000027","name":"Decorum","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":"Court of Stones p.100"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000028","name":"Pot Stirrer","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000029","name":"City [Choose One]","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":"Emerald Empire p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000030","name":"Bonsai","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":"Emerald Empire p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000031","name":"Gourmet","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":"Emerald Empire p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000032","name":"Rock Gardening","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Emerald Empire p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000033","name":"Military History","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":"Emerald Empire p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000034","name":"Navigator","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Emerald Empire p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000035","name":"Researcher","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":"Emerald Empire p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000036","name":"Honest Work","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Path of Waves p.70"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000037","name":"Attention","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Path of Waves p.70"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000039","name":"Creatures","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Shadowlands p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_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":"L5RCorePas000001","name":"Animal Bond","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","source_reference":{"source":"core_rulebook","page":"111"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000002","name":"Armament","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":"","source_reference":{"source":"core_rulebook","page":"111"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000003","name":"Brushwork","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, Physical","description":"","source_reference":{"source":"core_rulebook","page":"111"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000004","name":"Curiosity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","source_reference":{"source":"core_rulebook","page":"112"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000005","name":"Daredevil","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental, Physical","description":"","source_reference":{"source":"core_rulebook","page":"112"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000006","name":"Enlightenment","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"112"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000007","name":"Fashion","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","source_reference":{"source":"core_rulebook","page":"112"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000008","name":"Fortune-Telling","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"112"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000009","name":"Generosity","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","description":"","source_reference":{"source":"core_rulebook","page":"113"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000010","name":"Gossip","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"113"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000011","name":"History","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":"","source_reference":{"source":"core_rulebook","page":"113"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000012","name":"Ikebana","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Mental","description":"","source_reference":{"source":"core_rulebook","page":"113"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000013","name":"Playfulness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000014","name":"Provocation","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Interpersonal","description":"","source_reference":{"source":"core_rulebook","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000015","name":"Sake","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Mental","description":"","source_reference":{"source":"core_rulebook","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000016","name":"Secrets","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","source_reference":{"source":"core_rulebook","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000017","name":"Stories","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","source_reference":{"source":"core_rulebook","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000018","name":"Tea","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Physical, Spiritual","description":"","source_reference":{"source":"core_rulebook","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000019","name":"Travel","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Mental, Physical","description":"","source_reference":{"source":"core_rulebook","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000020","name":"Wordplay","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","source_reference":{"source":"core_rulebook","page":"116"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000021","name":"Bathing","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":"","source_reference":{"source":"celestial_realms","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000022","name":"Kyudo","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental, Physical","description":"","source_reference":{"source":"celestial_realms","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000023","name":"Kabuki","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","source_reference":{"source":"celestial_realms","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000024","name":"Festivals","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","source_reference":{"source":"celestial_realms","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000025","name":"Religious Study","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental, Spiritual","description":"","source_reference":{"source":"celestial_realms","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000026","name":"Local Flare for {Region}","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal","description":"","source_reference":{"source":"court_of_stones","page":"100"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000027","name":"Decorum","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":"","source_reference":{"source":"court_of_stones","page":"100"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000028","name":"Pot Stirrer","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","source_reference":{"source":"court_of_stones","page":"101"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000029","name":"City [Choose One]","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":"","source_reference":{"source":"emerald_empire","page":"243"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000030","name":"Bonsai","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":"","source_reference":{"source":"emerald_empire","page":"243"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000031","name":"Gourmet","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":"","source_reference":{"source":"emerald_empire","page":"243"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000032","name":"Rock Gardening","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental","description":"","source_reference":{"source":"emerald_empire","page":"244"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000033","name":"Military History","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":"","source_reference":{"source":"emerald_empire","page":"244"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000034","name":"Navigator","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","source_reference":{"source":"emerald_empire","page":"244"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000035","name":"Researcher","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":"","source_reference":{"source":"emerald_empire","page":"244"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000036","name":"Honest Work","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","source_reference":{"source":"path_of_waves","page":"70"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000037","name":"Attention","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","source_reference":{"source":"path_of_waves","page":"70"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000039","name":"Creatures","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","source_reference":{"source":"shadowlands","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_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":"","source_reference":{"source":"the_mantis_clan","page":"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":"","source_reference":{"source":"fields_of_victory","page":"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":"","source_reference":{"source":"fields_of_victory","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"104"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000045","name":"Horse Racing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Physical","description":"","source_reference":{"source":"children_of_the_five_winds","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000046","name":"Hot Pot","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal, Physical","description":"","source_reference":{"source":"children_of_the_five_winds","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000047","name":"Stargazing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental, Spiritual","description":"","source_reference":{"source":"children_of_the_five_winds","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
|
||||
@@ -1,34 +1,38 @@
|
||||
{"_id":"L5RCorePro000001","name":"Razor-Edged","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000002","name":"Ceremonial","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000003","name":"Damaged","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000015","name":"Durable"}],"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000004","name":"Destroyed","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000005","name":"Concealable","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000006","name":"Cumbersome"}],"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000006","name":"Cumbersome","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000007","name":"Snaring","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000008","name":"Unholy","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000009","name":"Forbidden","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000010","name":"Resplendent","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000011","name":"Wargear","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000012","name":"Mundane","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000002","name":"Ceremonial"}],"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000013","name":"Prepare","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000014","name":"Sacred","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000008","name":"Unholy"}],"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000015","name":"Durable","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000003","name":"Damaged"}],"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000016","name":"Subtle","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000010","name":"Resplendent"},{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000017","name":"Kakita Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Shadowlands p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000018","name":"Kenzō Blade","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Shadowlands p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000019","name":"Shirogane Jade Inlay","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Shadowlands p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000020","name":"Uchema’s Technique","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000006","name":"Cumbersome"}],"description":"","book_reference":"Shadowlands p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000021","name":"Yasunori Steel","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","book_reference":"Shadowlands p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000022","name":"Akodo Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Fields of Victory p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000023","name":"Burning Watter Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Fields of Victory p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000024","name":"Concealment Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Fields of Victory p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000025","name":"Deadly Fangs Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Fields of Victory p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000026","name":"Fearsome Snarl Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Fields of Victory p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000027","name":"Ichirō Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Fields of Victory p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000028","name":"Mountain Silk Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Fields of Victory p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000029","name":"Screaming Fire Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Fields of Victory p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000030","name":"Toriyama's Endurance Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Fields of Victory p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000031","name":"Spirit of the Qamarist Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000032","name":"Ghostlands Yodhaniya Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000033","name":"Kökejin’s Heart of the Wind Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Path of Waves p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000034","name":"Agasha Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","book_reference":"Celestial Realms p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000001","name":"Razor-Edged","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"241"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000002","name":"Ceremonial","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","source_reference":{"source":"core_rulebook","page":"240"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000003","name":"Damaged","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000015","name":"Durable"}],"description":"","source_reference":{"source":"core_rulebook","page":"240"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000004","name":"Destroyed","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"240"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000005","name":"Concealable","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000006","name":"Cumbersome"}],"description":"","source_reference":{"source":"core_rulebook","page":"240"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000006","name":"Cumbersome","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"description":"","source_reference":{"source":"core_rulebook","page":"240"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000007","name":"Snaring","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"241"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000008","name":"Unholy","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","source_reference":{"source":"core_rulebook","page":"241"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000009","name":"Forbidden","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"240"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000010","name":"Resplendent","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","source_reference":{"source":"core_rulebook","page":"241"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000011","name":"Wargear","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","source_reference":{"source":"core_rulebook","page":"241"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000012","name":"Mundane","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000002","name":"Ceremonial"}],"description":"","source_reference":{"source":"core_rulebook","page":"240"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000013","name":"Prepare","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"core_rulebook","page":"240"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000014","name":"Sacred","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000008","name":"Unholy"}],"description":"","source_reference":{"source":"core_rulebook","page":"241"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000015","name":"Durable","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000003","name":"Damaged"}],"description":"","source_reference":{"source":"core_rulebook","page":"240"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000016","name":"Subtle","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000010","name":"Resplendent"},{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","source_reference":{"source":"core_rulebook","page":"241"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000017","name":"Kakita Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"shadowlands","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000018","name":"Kenzō Blade","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"shadowlands","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000019","name":"Shirogane Jade Inlay","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"shadowlands","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000020","name":"Uchema’s Technique","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000006","name":"Cumbersome"}],"description":"","source_reference":{"source":"shadowlands","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000021","name":"Yasunori Steel","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","source_reference":{"source":"shadowlands","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000022","name":"Akodo Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"fields_of_victory","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000023","name":"Burning Watter Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"fields_of_victory","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000024","name":"Concealment Pattern","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","source_reference":{"source":"fields_of_victory","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000025","name":"Deadly Fangs Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"fields_of_victory","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000026","name":"Fearsome Snarl Pattern","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"description":"","source_reference":{"source":"fields_of_victory","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000027","name":"Ichirō Pattern","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","source_reference":{"source":"fields_of_victory","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000028","name":"Mountain Silk Pattern","permission":{"default":0},"type":"property","data":{"properties":[{"id":"L5RCorePro000006","name":"Cumbersome"}],"description":"","source_reference":{"source":"fields_of_victory","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000029","name":"Screaming Fire Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"fields_of_victory","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000030","name":"Toriyama's Endurance Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"fields_of_victory","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000031","name":"Spirit of the Qamarist Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"117"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000032","name":"Ghostlands Yodhaniya Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"117"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000033","name":"Kökejin’s Heart of the Wind Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"path_of_waves","page":"117"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000034","name":"Agasha Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"celestial_realms","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000035","name":"Ujik Horsebow Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000036","name":"Utsuko Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000037","name":"Watered Steel Pattern","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000038","name":"Hewing","permission":{"default":0},"type":"property","data":{"properties":[],"description":"","source_reference":{"source":"children_of_the_five_winds","page":"116"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{"_id":"L5RCoreSig000001","name":"Ichi’s Second Sight","permission":{"default":0},"type":"signature_scroll","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","description":"","book_reference":"Shadowlands p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/signature_scroll.svg","effects":[]}
|
||||
{"_id":"L5RCoreSig000002","name":"Hasegawa’s Denial","permission":{"default":0},"type":"signature_scroll","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","description":"","book_reference":"Shadowlands p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/signature_scroll.svg","effects":[]}
|
||||
{"_id":"L5RCoreSig000003","name":"Maikara’s Rebuke","permission":{"default":0},"type":"signature_scroll","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","description":"","book_reference":"Shadowlands p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/signature_scroll.svg","effects":[]}
|
||||
{"_id":"L5RCoreSig000001","name":"Ichi’s Second Sight","permission":{"default":0},"type":"signature_scroll","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/signature_scroll.svg","effects":[]}
|
||||
{"_id":"L5RCoreSig000002","name":"Hasegawa’s Denial","permission":{"default":0},"type":"signature_scroll","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/signature_scroll.svg","effects":[]}
|
||||
{"_id":"L5RCoreSig000003","name":"Maikara’s Rebuke","permission":{"default":0},"type":"signature_scroll","data":{"in_curriculum":false,"xp_used":0,"rank":1,"bought_at_rank":0,"ring":"void","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/signature_scroll.svg","effects":[]}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{"_id":"L5RCoreIns000001","name":"One Within the Void","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"sentiment","difficulty":"2","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000002","name":"Sight beyond Existence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"2","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000003","name":"Whispered Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"2","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000004","name":"Witness the End","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:vigilance","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000005","name":"Distance Distorted","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000006","name":"Ethereal Flicker","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000007","name":"The Lotus Bloom","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000008","name":"Hurl from the Stream","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:vigilance","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000009","name":"Moon on the Shifting Sea","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000010","name":"Shroud in Solitude","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000011","name":"Reality Stitch","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:vigilance|max","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000012","name":"Shattering Caress","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"unarmed,melee","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000013","name":"Three Heartbeats","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000014","name":"Essence Eternal","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000015","name":"Slip the Cycle","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000016","name":"Unweave","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000001","name":"One Within the Void","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"sentiment","difficulty":"2","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000002","name":"Sight beyond Existence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"2","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000003","name":"Whispered Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"2","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000004","name":"Witness the End","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:vigilance","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"116"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000005","name":"Distance Distorted","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"116"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000006","name":"Ethereal Flicker","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"116"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000007","name":"The Lotus Bloom","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"117"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000008","name":"Hurl from the Stream","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:vigilance","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"117"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000009","name":"Moon on the Shifting Sea","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"118"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000010","name":"Shroud in Solitude","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"118"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000011","name":"Reality Stitch","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:vigilance|max","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"119"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000012","name":"Shattering Caress","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"unarmed,melee","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"119"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000013","name":"Three Heartbeats","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"119"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000014","name":"Essence Eternal","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"119"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000015","name":"Slip the Cycle","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
{"_id":"L5RCoreIns000016","name":"Unweave","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"inversion","xp_cost":"6","description":"","source_reference":{"source":"celestial_realms","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||
|
||||
@@ -1,75 +1,76 @@
|
||||
{"_id":"L5RCoreInv000001","name":"Rise, Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.194"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000002","name":"Nature’s Touch","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.194"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000003","name":"Wrath of Kaze-no-Kami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.196"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000004","name":"Secrets on the Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.194"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000005","name":"Vapor of Nightmares","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.195"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000006","name":"Grasp of the Air Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.193"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000007","name":"Blessed Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.192"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000008","name":"By the Light of the Lord Moon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.192"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000009","name":"Call Upon the Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.192"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000010","name":"Cloak of Night","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.192"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000011","name":"False Realm of the Fox Spirits","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.193"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000012","name":"Mask of Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.193"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000013","name":"Summon Fog","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.195"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000014","name":"Tempest of Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.195"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000015","name":"Token of Memory","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.195"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000016","name":"Yari of Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.196"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000017","name":"Armor of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.197"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000018","name":"Bind the Shadow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.197"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000019","name":"Caress of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.197"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000020","name":"Courage of Seven Thunders","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.197"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000021","name":"Earthquake","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.198"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000022","name":"Earth Becomes Sky","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.198"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000023","name":"Embrace of Kenro-Ji-Jin","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.198"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000024","name":"Grasp of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.199"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000025","name":"Jade Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.199"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000026","name":"Jurōjin’s Balm","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.199"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000027","name":"Power of the Earth Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.200"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000028","name":"Rise, Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.200"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000029","name":"Symbol of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.200"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000030","name":"Tetsubō of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.200"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000031","name":"Tomb of Jade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.201"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000032","name":"Wall of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.201"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000033","name":"Armor of Radiance","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.202"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000034","name":"Biting Steel","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.202"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000035","name":"Breath of the Fire Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.202"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000036","name":"Extinguish","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.202"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000037","name":"Fukurokujin’s Wit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.203"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000038","name":"Fury of Osano-wo","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.203"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000039","name":"Katana of Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.203"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000040","name":"Matsu's Battlecry","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"@T:vigilance|max","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.204"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000041","name":"Ravenous Swarms","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.204"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000042","name":"Rise, Flame","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.204"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000043","name":"The Cleansing Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.204"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000044","name":"The Fires from Within","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.205"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000045","name":"The Soul’s Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.205"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000046","name":"Wall of Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.205"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000047","name":"Wings of the Phoenix","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.206"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000048","name":"Bō of Water","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.207"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000049","name":"Dance of Seasons","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.207"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000050","name":"Dominion of Suijin","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.207"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000051","name":"Ever-Changing Waves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.208"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000052","name":"Hands of the Tides","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.208"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000053","name":"Heart of the Water Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.208"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000054","name":"Inari’s Blessing","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.209"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000055","name":"Path to Inner Peace","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.209"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000056","name":"Reflections of P’an Ku","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.209"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000057","name":"Rise, Water","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.210"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000058","name":"Stride the Waves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000059","name":"Strike the Tsunami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000060","name":"Suijin’s Embrace","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000061","name":"Sympathetic Energies","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000062","name":"The Rushing Wave","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000063","name":"Dream Painter","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000064","name":"Messenger of Chikusho-do","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000065","name":"The Fading Dream","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000066","name":"Bond of the Realms","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000067","name":"Guardian of the Secret Gate","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000068","name":"Emboldened Steed","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000069","name":"Fluid Shadows","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000070","name":"Heart of the Lady Sun","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000071","name":"Fires of Purity","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000072","name":"Amaterasu's Gaze","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000073","name":"Rain of Ten Thousand Lotuses","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000074","name":"Path of Beasts","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000075","name":"Essence of Jade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Shadowlands p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000001","name":"Rise, Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"194"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000002","name":"Nature’s Touch","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"194"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000003","name":"Wrath of Kaze-no-Kami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"196"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000004","name":"Secrets on the Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"194"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000005","name":"Vapor of Nightmares","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"195"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000006","name":"Grasp of the Air Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"193"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000007","name":"Blessed Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"192"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000008","name":"By the Light of the Lord Moon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"192"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000009","name":"Call Upon the Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"192"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000010","name":"Cloak of Night","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"192"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000011","name":"False Realm of the Fox Spirits","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"193"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000012","name":"Mask of Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"193"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000013","name":"Summon Fog","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"195"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000014","name":"Tempest of Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"195"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000015","name":"Token of Memory","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"195"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000016","name":"Yari of Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"196"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000017","name":"Armor of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"197"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000018","name":"Bind the Shadow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"197"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000019","name":"Caress of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"197"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000020","name":"Courage of Seven Thunders","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"197"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000021","name":"Earthquake","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"198"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000022","name":"Earth Becomes Sky","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"198"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000023","name":"Embrace of Kenro-Ji-Jin","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"198"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000024","name":"Grasp of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"199"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000025","name":"Jade Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"199"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000026","name":"Jurōjin’s Balm","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"199"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000027","name":"Power of the Earth Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"200"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000028","name":"Rise, Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"200"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000029","name":"Symbol of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"200"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000030","name":"Tetsubō of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"200"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000031","name":"Tomb of Jade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"201"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000032","name":"Wall of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"201"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000033","name":"Armor of Radiance","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"202"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000034","name":"Biting Steel","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"202"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000035","name":"Breath of the Fire Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"202"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000036","name":"Extinguish","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"202"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000037","name":"Fukurokujin’s Wit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"203"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000038","name":"Fury of Osano-wo","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"203"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000039","name":"Katana of Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"203"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000040","name":"Matsu's Battlecry","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"@T:vigilance|max","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"204"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000041","name":"Ravenous Swarms","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"204"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000042","name":"Rise, Flame","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"204"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000043","name":"The Cleansing Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"204"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000044","name":"The Fires from Within","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"205"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000045","name":"The Soul’s Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"205"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000046","name":"Wall of Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"205"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000047","name":"Wings of the Phoenix","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"206"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000048","name":"Bō of Water","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"207"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000049","name":"Dance of Seasons","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"207"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000050","name":"Dominion of Suijin","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"207"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000051","name":"Ever-Changing Waves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"208"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000052","name":"Hands of the Tides","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"208"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000053","name":"Heart of the Water Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"208"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000054","name":"Inari’s Blessing","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"209"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000055","name":"Path to Inner Peace","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"209"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000056","name":"Reflections of P’an Ku","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"209"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000057","name":"Rise, Water","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"210"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000058","name":"Stride the Waves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"211"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000059","name":"Strike the Tsunami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"211"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000060","name":"Suijin’s Embrace","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"211"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000061","name":"Sympathetic Energies","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"211"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000062","name":"The Rushing Wave","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"211"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000063","name":"Dream Painter","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"celestial_realms","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000064","name":"Messenger of Chikusho-do","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"celestial_realms","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000065","name":"The Fading Dream","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"celestial_realms","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000066","name":"Bond of the Realms","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"celestial_realms","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000067","name":"Guardian of the Secret Gate","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"celestial_realms","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000068","name":"Emboldened Steed","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"celestial_realms","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000069","name":"Fluid Shadows","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"celestial_realms","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000070","name":"Heart of the Lady Sun","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"celestial_realms","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000071","name":"Fires of Purity","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"celestial_realms","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000072","name":"Amaterasu's Gaze","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"celestial_realms","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000073","name":"Rain of Ten Thousand Lotuses","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"celestial_realms","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000074","name":"Path of Beasts","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"celestial_realms","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000075","name":"Essence of Jade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
{"_id":"L5RCoreInv000076","name":"The World is Not Heavy","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","source_reference":{"source":"children_of_the_five_winds","page":"116"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||
|
||||
@@ -1,66 +1,89 @@
|
||||
{"_id":"L5RCoreKat000001","name":"Flowing Water Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"melee","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000002","name":"Crimson Leaves Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"melee","difficulty":"4","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000003","name":"Heartpiercing Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"melee","difficulty":"4","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.176"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000004","name":"Battle in the Mind","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":"Core Rulebook p.174"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000005","name":"Lord Shiba’s Valor (Phoenix)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"tactics","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.177"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000006","name":"Soul Sunder","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":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.177"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000007","name":"Warrior’s Resolve","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":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000008","name":"Tactical Assessment","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":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000009","name":"Soaring Slice","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.177"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000010","name":"Striking as Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.177"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000011","name":"Striking as Water","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000012","name":"Striking as Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000013","name":"Striking as Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000014","name":"Striking as Void","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000015","name":"Lord Hida’s Grip (Crab)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"fitness","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.176"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000016","name":"Disappearing World Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000017","name":"Crashing Wave Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000018","name":"Crescent Moon 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":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000019","name":"Iron in the Mountains Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.176"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000020","name":"Breath of Wind Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000021","name":"Thunderclap Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"melee,unarmed","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000022","name":"Iaijutsu Cut: Rising Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.179"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000023","name":"Iaijutsu Cut: Crossing Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.179"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000024","name":"Rushing Avalanche Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000025","name":"Iron Forest 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":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000026","name":"Open-Hand 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":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000027","name":"Veiled Menace 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":"Core Rulebook p.181"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000028","name":"Spinning Blades 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":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000029","name":"Coiling Serpent 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":"Core Rulebook p.179"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000030","name":"Pin the Fan","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"ranged","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.181"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000031","name":"Hawk’s Precision","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":"Core Rulebook p.181"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000032","name":"Pelting Hail 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":"Core Rulebook p.181"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000033","name":"Trip the Leg","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Court of Stones p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000034","name":"Pole-Vault","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Court of Stones p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000035","name":"Chaotic Scattering","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"survival","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000036","name":"Mind's Edge","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"1","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000037","name":"Iron Shell Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000038","name":"Boar's Wrath Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000039","name":"Thunderous Hooves Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000040","name":"Rider's Haste","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000041","name":"Void Embrace Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000042","name":"Improvised Assault","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"tactics,smithing","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000043","name":"Bonebreaker Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000044","name":"Flashing Steel Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"melee","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000045","name":"Deflective Defense","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000046","name":"Daring Swing","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"melee","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000047","name":"Iaijutsu Cut: Reverse Draw","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000048","name":"Landslide Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"melee","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000049","name":"Laughing Fox Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"unarmed","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000050","name":"Iaijutsu Cut: Sword and Sheath","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000051","name":"Piercing Bolt 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":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000052","name":"Reckless Lunge","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"unarmed","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000053","name":"Swirling Tempest Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000054","name":"Snapping Branch Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"fitness","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000055","name":"Thunderous Blows Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000056","name":"Rushing Ox Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000057","name":"Wheeling Sweep","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"unarmed","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000058","name":"Eyeless Sight Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"ranged","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000059","name":"Twin Streams 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":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000060","name":"Staggering Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000061","name":"Falling Heavens Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"ranged","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000062","name":"Swirling Viper Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000063","name":"Wasp's Spite 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":"Path of Waves p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_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":"L5RCoreKat000001","name":"Flowing Water Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"melee","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"175"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000002","name":"Crimson Leaves Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"melee","difficulty":"4","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"175"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000003","name":"Heartpiercing Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"melee","difficulty":"4","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"176"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000004","name":"Battle in the Mind","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":"","source_reference":{"source":"core_rulebook","page":"174"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000005","name":"Lord Shiba’s Valor (Phoenix)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"tactics","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"177"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000006","name":"Soul Sunder","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":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"177"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000007","name":"Warrior’s Resolve","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":"","source_reference":{"source":"core_rulebook","page":"178"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000008","name":"Tactical Assessment","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":"","source_reference":{"source":"core_rulebook","page":"178"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000009","name":"Soaring Slice","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"177"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000010","name":"Striking as Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"177"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000011","name":"Striking as Water","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"178"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000012","name":"Striking as Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"178"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000013","name":"Striking as Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"178"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000014","name":"Striking as Void","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"178"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000015","name":"Lord Hida’s Grip (Crab)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"fitness","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"176"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000016","name":"Disappearing World Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"175"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000017","name":"Crashing Wave Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"175"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000018","name":"Crescent Moon 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":"","source_reference":{"source":"core_rulebook","page":"175"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000019","name":"Iron in the Mountains Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"176"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000020","name":"Breath of Wind Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"175"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000021","name":"Thunderclap Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"melee,unarmed","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"180"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000022","name":"Iaijutsu Cut: Rising Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"179"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000023","name":"Iaijutsu Cut: Crossing Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"179"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000024","name":"Rushing Avalanche Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"180"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000025","name":"Iron Forest 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":"","source_reference":{"source":"core_rulebook","page":"180"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000026","name":"Open-Hand 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":"","source_reference":{"source":"core_rulebook","page":"180"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000027","name":"Veiled Menace 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":"","source_reference":{"source":"core_rulebook","page":"181"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000028","name":"Spinning Blades 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":"","source_reference":{"source":"core_rulebook","page":"180"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000029","name":"Coiling Serpent 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":"","source_reference":{"source":"core_rulebook","page":"179"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000030","name":"Pin the Fan","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"ranged","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"181"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000031","name":"Hawk’s Precision","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":"","source_reference":{"source":"core_rulebook","page":"181"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000032","name":"Pelting Hail 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":"","source_reference":{"source":"core_rulebook","page":"181"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000033","name":"Trip the Leg","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"court_of_stones","page":"113"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000034","name":"Pole-Vault","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"court_of_stones","page":"113"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000035","name":"Chaotic Scattering","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"survival","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"86"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000036","name":"Mind's Edge","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"1","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"86"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000037","name":"Iron Shell Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"86"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000038","name":"Boar's Wrath Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"87"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000039","name":"Thunderous Hooves Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"87"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000040","name":"Rider's Haste","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"87"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000041","name":"Void Embrace Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"87"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000042","name":"Improvised Assault","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"tactics,smithing","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"87"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000043","name":"Bonebreaker Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"88"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000044","name":"Flashing Steel Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"melee","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"88"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000045","name":"Deflective Defense","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"88"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000046","name":"Daring Swing","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"melee","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"88"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000047","name":"Iaijutsu Cut: Reverse Draw","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"89"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000048","name":"Landslide Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"melee","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"89"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000049","name":"Laughing Fox Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"unarmed","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"89"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000050","name":"Iaijutsu Cut: Sword and Sheath","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"89"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000051","name":"Piercing Bolt 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":"","source_reference":{"source":"path_of_waves","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000052","name":"Reckless Lunge","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"unarmed","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000053","name":"Swirling Tempest Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000054","name":"Snapping Branch Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"fitness","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000055","name":"Thunderous Blows Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000056","name":"Rushing Ox Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000057","name":"Wheeling Sweep","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"unarmed","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000058","name":"Eyeless Sight Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"ranged","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000059","name":"Twin Streams 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":"","source_reference":{"source":"path_of_waves","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000060","name":"Staggering Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000061","name":"Falling Heavens Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"ranged","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000062","name":"Swirling Viper Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"92"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000063","name":"Wasp's Spite 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":"","source_reference":{"source":"path_of_waves","page":"92"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_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":"","source_reference":{"source":"fields_of_victory","page":"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":"","source_reference":{"source":"fields_of_victory","page":"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":"","source_reference":{"source":"fields_of_victory","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"118"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000082","name":"Cautious Tread","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":"","source_reference":{"source":"children_of_the_five_winds","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000083","name":"Stalking Leopard 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":"","source_reference":{"source":"children_of_the_five_winds","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000084","name":"Sudden Downpour 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":"","source_reference":{"source":"children_of_the_five_winds","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000085","name":"Swaying Grass Evasion","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":"","source_reference":{"source":"children_of_the_five_winds","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000086","name":"Distracting Flurry Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"melee,unarmed","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"children_of_the_five_winds","page":"108"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000087","name":"Scouring Wind Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"melee,unarmed","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"children_of_the_five_winds","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000088","name":"Slashing Sandstorm Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"children_of_the_five_winds","page":"109"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000089","name":"Descending Swarm Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"ranged","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","source_reference":{"source":"children_of_the_five_winds","page":"110"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000090","name":"Thunderbolt 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":"","source_reference":{"source":"children_of_the_five_winds","page":"110"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
|
||||
@@ -1,23 +1,38 @@
|
||||
{"_id":"L5RCoreKih000001","name":"Cleansing Spirit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.182"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000002","name":"Grasp the Earth Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"meditation","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.183"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000003","name":"Earth Needs No Eyes","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"meditation","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.182"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000004","name":"Way of the Earthquake","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"unarmed","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.183"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000005","name":"Earthen Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.183"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000006","name":"Riding the Clouds","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"meditation","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.184"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000007","name":"Way of the Willow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.184"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000008","name":"Air Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.183"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000009","name":"The Great Silence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.184"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000010","name":"Channel the Fire Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"meditation","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.185"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000011","name":"Breaking Blow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.184"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000012","name":"Way of the Falling Star","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"unarmed","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000013","name":"The Body Is an Anvil","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000014","name":"Flame Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.185"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000015","name":"Ride the Water Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.187"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000016","name":"Freezing the Lifeblood","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"unarmed","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000017","name":"Ki Protection","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"meditation","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000018","name":"Way of the Seafoam","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"meditation","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.187"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000019","name":"Water Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.187"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000020","name":"Death Touch","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"unarmed","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":"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":"L5RCoreKih000001","name":"Cleansing Spirit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"182"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000002","name":"Grasp the Earth Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"meditation","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"183"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000003","name":"Earth Needs No Eyes","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"meditation","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"182"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000004","name":"Way of the Earthquake","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"unarmed","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"183"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000005","name":"Earthen Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"183"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000006","name":"Riding the Clouds","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"meditation","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"184"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000007","name":"Way of the Willow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"184"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000008","name":"Air Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"183"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000009","name":"The Great Silence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"184"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000010","name":"Channel the Fire Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"meditation","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"185"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000011","name":"Breaking Blow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"184"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000012","name":"Way of the Falling Star","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"unarmed","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"186"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000013","name":"The Body Is an Anvil","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"186"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000014","name":"Flame Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"185"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000015","name":"Ride the Water Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"187"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000016","name":"Freezing the Lifeblood","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"unarmed","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"186"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000017","name":"Ki Protection","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"meditation","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"186"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000018","name":"Way of the Seafoam","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"meditation","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"187"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000019","name":"Water Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"187"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000020","name":"Death Touch","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"unarmed","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"188"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_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":"","source_reference":{"source":"core_rulebook","page":"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":"","source_reference":{"source":"core_rulebook","page":"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":"","source_reference":{"source":"core_rulebook","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{"_id":"L5RCoreMah000001","name":"Incite Haunting","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.224"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000002","name":"Grip of Anguish","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.224"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000003","name":"Unholy Fervor","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.225"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000004","name":"Mark of Desecration","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.225"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000005","name":"Sinful Whispers","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.225"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000006","name":"Accursed Summoning","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:intrigueRank","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000007","name":"Bind the Undead","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000008","name":"Commune with Evil","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"1","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000009","name":"Dark Reflection","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000010","name":"Entreat the Shadow Steed","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000011","name":"Fiend's Retreat","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000012","name":"Shape the Flesh","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000013","name":"Spiritual Shackles","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000014","name":"Spread Corruption","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000015","name":"Sword of Blood","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000016","name":"Twisted Summons","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000001","name":"Incite Haunting","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"224"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000002","name":"Grip of Anguish","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"224"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000003","name":"Unholy Fervor","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"225"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000004","name":"Mark of Desecration","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"225"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000005","name":"Sinful Whispers","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"225"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000006","name":"Accursed Summoning","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:intrigueRank","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"118"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000007","name":"Bind the Undead","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"118"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000008","name":"Commune with Evil","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"1","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"118"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000009","name":"Dark Reflection","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"119"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000010","name":"Entreat the Shadow Steed","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"119"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000011","name":"Fiend's Retreat","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"119"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000012","name":"Shape the Flesh","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000013","name":"Spiritual Shackles","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000014","name":"Spread Corruption","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"120"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000015","name":"Sword of Blood","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"121"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
{"_id":"L5RCoreMah000016","name":"Twisted Summons","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"maho","xp_cost":"3","description":"","source_reference":{"source":"shadowlands","page":"121"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{"_id":"L5RCoreMan000001","name":"Summon Mantra : [One Implement]","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"mantra","xp_cost":"3","description":"","book_reference":"Path of Waves p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreMan000002","name":"Countering Mantra","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"5","technique_type":"mantra","xp_cost":"3","description":"","book_reference":"Path of Waves p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreMan000001","name":"Summon Mantra : [One Implement]","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"mantra","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"99"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
{"_id":"L5RCoreMan000002","name":"Countering Mantra","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"5","technique_type":"mantra","xp_cost":"3","description":"","source_reference":{"source":"path_of_waves","page":"99"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||
|
||||
@@ -1,92 +1,110 @@
|
||||
{"_id":"L5RCoreMas000001","name":"The Mountain Does Not Fall","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":"Core Rulebook p.57"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000002","name":"Slayer’s Slash","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":"Core Rulebook p.58"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000003","name":"Ingenious Design","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":"Core Rulebook p.59"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000004","name":"Purge the Wicked","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":"Core Rulebook p.60"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000005","name":"Treasures of the Carp","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":"Core Rulebook p.61"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000006","name":"Stir the Slumbering Spirit","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":"Core Rulebook p.62"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000007","name":"To Tread the Sword","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":"Core Rulebook p.63"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000008","name":"The Lady’s Grace","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":"Core Rulebook p.64"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000009","name":"Strike with No Thought","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":"Core Rulebook p.65"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000010","name":"Experiment and Adapt","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":"Core Rulebook p.66"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000011","name":"The Eyes Betray the Heart","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":"Core Rulebook p.67"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000012","name":"Heart of the Dragon","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":"Core Rulebook p.68"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000013","name":"Blood of the Dragon","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":"Core Rulebook p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000014","name":"Akodo’s Final Lesson","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":"Core Rulebook p.70"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000015","name":"Lion’s Pride","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":"Core Rulebook p.71"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000016","name":"Strength of a Thousand Ancestors","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":"Core Rulebook p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000017","name":"Rending Jaws of the 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":"Core Rulebook p.73"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000018","name":"Insufferable Genius","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":"Core Rulebook p.74"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000019","name":"Master of Elements","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":"Core Rulebook p.75"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000020","name":"Stand of Honor","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":"Core Rulebook p.76"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000021","name":"Demon, Begone!","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":"Core Rulebook p.77"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000022","name":"Little Truths","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":"Core Rulebook p.78"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000023","name":"The Final Silence","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":"Core Rulebook p.79"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000024","name":"World of Shadows","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":"Core Rulebook p.80"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000025","name":"Bound in Ink","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":"Core Rulebook p.81"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000026","name":"A Friend in Every City","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":"Core Rulebook p.82"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000027","name":"The Spirits Unbound","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":"Core Rulebook p.83"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000028","name":"Scouring Sirocco","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":"Core Rulebook p.84"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000029","name":"I Will Always Return","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":"Core Rulebook p.85"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000030","name":"Sensing the Breeze","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":"Core Rulebook p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000031","name":"A Bottomless Ocean","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":"Core Rulebook p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000032","name":"Experimental Concotion","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":"Celestial Realms p.80"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000033","name":"Favored Counselor","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":"Celestial Realms p.81"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000034","name":"Essence of Emptiness","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":"Celestial Realms p.82"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000035","name":"Temple of the Heart","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":"Celestial Realms p.83"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000036","name":"The Flower Binds the Room","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":"Celestial Realms p.84"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000037","name":"Walk the Hidden Ways","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":"Celestial Realms p.85"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000038","name":"Rippling Flame","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":"Celestial Realms p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000039","name":"Shadow Assassin","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":"Celestial Realms p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000040","name":"Master of Beasts","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":"Celestial Realms p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000041","name":"Strike First, Strike Last","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":"Court of Stones p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000042","name":"Spy Network","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":"Court of Stones p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000043","name":"Post Facto","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":"Court of Stones p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000044","name":"Victory is the Greatest Honor","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":"Court of Stones p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000045","name":"One With the Shadows","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":"Court of Stones p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000046","name":"Sudden Clarity","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":"Court of Stones p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000047","name":"Curse of Musubi-no-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":"Court of Stones p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000048","name":"The Lowest Bow","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":"Court of Stones p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000049","name":"Echoes of Ancient Days","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":"Court of Stones p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000050","name":"The Standing Death","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":"Court of Stones p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000051","name":"Emerald Explorer","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":"Emerald Empire p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000052","name":"Blessings of the Emperor","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":"Emerald Empire p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000053","name":"Majesty of the Throne","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":"Emerald Empire p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000054","name":"Foreseen in the Stars","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":"Emerald Empire p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000055","name":"The Clouds Part","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":"Emerald Empire p.236"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000056","name":"Favor of the Fortunes","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":"Emerald Empire p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000057","name":"One with the Void","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":"Emerald Empire p.238"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000058","name":"Ninth Tail Ascension","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":"Emerald Empire p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000059","name":"Usher in the New Age","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":"Emerald Empire p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000060","name":"Unseen Blade","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":"Path of Waves p.48"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000061","name":"Lesson of the Hawk","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":"Path of Waves p.49"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000062","name":"All Part of the Plan","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":"Path of Waves p.50"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000063","name":"Crack Not a Single Twig","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":"Path of Waves p.51"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000064","name":"Elemental Charmer","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":"Path of Waves p.52"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000065","name":"Surge of Brilliance","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":"Path of Waves p.53"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000066","name":"Stories as Tall as the Mountain","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":"Path of Waves p.54"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000067","name":"A Gift of Fate","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":"Path of Waves p.55"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000068","name":"Fortitude of the Cradle","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":"Path of Waves p.56"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000069","name":"Swift Creation","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":"Path of Waves p.57"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000070","name":"Divine Protection","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":"Path of Waves p.58"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000071","name":"Tower of Ivory","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":"Path of Waves p.59"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000072","name":"Resilient Readiness","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":"Shadowlands p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000073","name":"Ashidaka's Method","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":"Shadowlands p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000074","name":"Healer's Hands","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":"Shadowlands p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000075","name":"Sacred Fist","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":"Shadowlands p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000076","name":"The Effortless Path","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":"Shadowlands p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000077","name":"Empathic Transfer","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":"Shadowlands p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000078","name":"Yotogi's Piercing Gaze","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":"Shadowlands p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000079","name":"Kingdom of Paper and Ink","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":"Shadowlands p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000080","name":"Storm Lord’s Gambit","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.5"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/mantis.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000081","name":"Shell of the Tortoise [Tortoise]","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":"GM Kit p.9"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000082","name":"Soul of Deepest Stones","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.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000083","name":"Strike Without Shadow","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.73"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000084","name":"Spreading Chaos","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.74"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000085","name":"Unbreakable Resolve","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.75"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000086","name":"Killing Grip","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.76"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000087","name":"Tenacity of the Forge","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.77"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000088","name":"The Herd Flourishes Together","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.78"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000089","name":"Attuned Invocation","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.79"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_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":"L5RCoreMas000001","name":"The Mountain Does Not Fall","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":"","source_reference":{"source":"core_rulebook","page":"57"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000002","name":"Slayer’s Slash","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":"","source_reference":{"source":"core_rulebook","page":"58"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000003","name":"Ingenious Design","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":"","source_reference":{"source":"core_rulebook","page":"59"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000004","name":"Purge the Wicked","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":"","source_reference":{"source":"core_rulebook","page":"60"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000005","name":"Treasures of the Carp","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":"","source_reference":{"source":"core_rulebook","page":"61"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000006","name":"Stir the Slumbering Spirit","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":"","source_reference":{"source":"core_rulebook","page":"62"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000007","name":"To Tread the Sword","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":"","source_reference":{"source":"core_rulebook","page":"63"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000008","name":"The Lady’s Grace","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":"","source_reference":{"source":"core_rulebook","page":"64"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000009","name":"Strike with No Thought","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":"","source_reference":{"source":"core_rulebook","page":"65"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000010","name":"Experiment and Adapt","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":"","source_reference":{"source":"core_rulebook","page":"66"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000011","name":"The Eyes Betray the Heart","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":"","source_reference":{"source":"core_rulebook","page":"67"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000012","name":"Heart of the Dragon","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":"","source_reference":{"source":"core_rulebook","page":"68"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000013","name":"Blood of the Dragon","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":"","source_reference":{"source":"core_rulebook","page":"69"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000014","name":"Akodo’s Final Lesson","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":"","source_reference":{"source":"core_rulebook","page":"70"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000015","name":"Lion’s Pride","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":"","source_reference":{"source":"core_rulebook","page":"71"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000016","name":"Strength of a Thousand Ancestors","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":"","source_reference":{"source":"core_rulebook","page":"72"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000017","name":"Rending Jaws of the 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":"","source_reference":{"source":"core_rulebook","page":"73"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000018","name":"Insufferable Genius","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":"","source_reference":{"source":"core_rulebook","page":"74"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000019","name":"Master of Elements","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":"","source_reference":{"source":"core_rulebook","page":"75"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000020","name":"Stand of Honor","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":"","source_reference":{"source":"core_rulebook","page":"76"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000021","name":"Demon, Begone!","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":"","source_reference":{"source":"core_rulebook","page":"77"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000022","name":"Little Truths","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":"","source_reference":{"source":"core_rulebook","page":"78"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000023","name":"The Final Silence","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":"","source_reference":{"source":"core_rulebook","page":"79"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000024","name":"World of Shadows","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":"","source_reference":{"source":"core_rulebook","page":"80"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000025","name":"Bound in Ink","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":"","source_reference":{"source":"core_rulebook","page":"81"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000026","name":"A Friend in Every City","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":"","source_reference":{"source":"core_rulebook","page":"82"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000027","name":"The Spirits Unbound","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":"","source_reference":{"source":"core_rulebook","page":"83"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000028","name":"Scouring Sirocco","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":"","source_reference":{"source":"core_rulebook","page":"84"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000029","name":"I Will Always Return","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":"","source_reference":{"source":"core_rulebook","page":"85"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000030","name":"Sensing the Breeze","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":"","source_reference":{"source":"core_rulebook","page":"86"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000031","name":"A Bottomless Ocean","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":"","source_reference":{"source":"core_rulebook","page":"87"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000032","name":"Experimental Concotion","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":"","source_reference":{"source":"celestial_realms","page":"80"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000033","name":"Favored Counselor","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":"","source_reference":{"source":"celestial_realms","page":"81"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000034","name":"Essence of Emptiness","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":"","source_reference":{"source":"celestial_realms","page":"82"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000035","name":"Temple of the Heart","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":"","source_reference":{"source":"celestial_realms","page":"83"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000036","name":"The Flower Binds the Room","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":"","source_reference":{"source":"celestial_realms","page":"84"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000037","name":"Walk the Hidden Ways","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":"","source_reference":{"source":"celestial_realms","page":"85"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000038","name":"Rippling Flame","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":"","source_reference":{"source":"celestial_realms","page":"86"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000039","name":"Shadow Assassin","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":"","source_reference":{"source":"celestial_realms","page":"87"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000040","name":"Master of Beasts","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":"","source_reference":{"source":"celestial_realms","page":"88"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000041","name":"Strike First, Strike Last","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":"","source_reference":{"source":"court_of_stones","page":"89"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000042","name":"Spy Network","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":"","source_reference":{"source":"court_of_stones","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000043","name":"Post Facto","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":"","source_reference":{"source":"court_of_stones","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000044","name":"Victory is the Greatest Honor","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":"","source_reference":{"source":"court_of_stones","page":"92"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000045","name":"One With the Shadows","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":"","source_reference":{"source":"court_of_stones","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000046","name":"Sudden Clarity","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":"","source_reference":{"source":"court_of_stones","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000047","name":"Curse of Musubi-no-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":"","source_reference":{"source":"court_of_stones","page":"95"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000048","name":"The Lowest Bow","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":"","source_reference":{"source":"court_of_stones","page":"96"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000049","name":"Echoes of Ancient Days","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":"","source_reference":{"source":"court_of_stones","page":"97"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000050","name":"The Standing Death","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":"","source_reference":{"source":"court_of_stones","page":"98"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000051","name":"Emerald Explorer","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":"","source_reference":{"source":"emerald_empire","page":"232"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000052","name":"Blessings of the Emperor","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":"","source_reference":{"source":"emerald_empire","page":"233"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000053","name":"Majesty of the Throne","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":"","source_reference":{"source":"emerald_empire","page":"234"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000054","name":"Foreseen in the Stars","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":"","source_reference":{"source":"emerald_empire","page":"235"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000055","name":"The Clouds Part","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":"","source_reference":{"source":"emerald_empire","page":"236"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000056","name":"Favor of the Fortunes","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":"","source_reference":{"source":"emerald_empire","page":"237"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000057","name":"One with the Void","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":"","source_reference":{"source":"emerald_empire","page":"238"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000058","name":"Ninth Tail Ascension","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":"","source_reference":{"source":"emerald_empire","page":"239"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000059","name":"Usher in the New Age","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":"","source_reference":{"source":"emerald_empire","page":"240"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000060","name":"Unseen Blade","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":"","source_reference":{"source":"path_of_waves","page":"48"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000061","name":"Lesson of the Hawk","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":"","source_reference":{"source":"path_of_waves","page":"49"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000062","name":"All Part of the Plan","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":"","source_reference":{"source":"path_of_waves","page":"50"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000063","name":"Crack Not a Single Twig","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":"","source_reference":{"source":"path_of_waves","page":"51"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000064","name":"Elemental Charmer","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":"","source_reference":{"source":"path_of_waves","page":"52"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000065","name":"Surge of Brilliance","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":"","source_reference":{"source":"path_of_waves","page":"53"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000066","name":"Stories as Tall as the Mountain","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":"","source_reference":{"source":"path_of_waves","page":"54"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000067","name":"A Gift of Fate","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":"","source_reference":{"source":"path_of_waves","page":"55"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000068","name":"Fortitude of the Cradle","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":"","source_reference":{"source":"path_of_waves","page":"56"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000069","name":"Swift Creation","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":"","source_reference":{"source":"path_of_waves","page":"57"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000070","name":"Divine Protection","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":"","source_reference":{"source":"path_of_waves","page":"58"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000071","name":"Tower of Ivory","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":"","source_reference":{"source":"path_of_waves","page":"59"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000072","name":"Resilient Readiness","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":"","source_reference":{"source":"shadowlands","page":"88"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000073","name":"Ashidaka's Method","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":"","source_reference":{"source":"shadowlands","page":"89"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000074","name":"Healer's Hands","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":"","source_reference":{"source":"shadowlands","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000075","name":"Sacred Fist","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":"","source_reference":{"source":"shadowlands","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000076","name":"The Effortless Path","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":"","source_reference":{"source":"shadowlands","page":"92"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000077","name":"Empathic Transfer","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":"","source_reference":{"source":"shadowlands","page":"93"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000078","name":"Yotogi's Piercing Gaze","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":"","source_reference":{"source":"shadowlands","page":"94"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000079","name":"Kingdom of Paper and Ink","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":"","source_reference":{"source":"shadowlands","page":"95"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000080","name":"Storm Lord’s Gambit","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":"","source_reference":{"source":"the_mantis_clan","page":"5"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/mantis.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000081","name":"Shell of the Tortoise [Tortoise]","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":"","source_reference":{"source":"gm_kit","page":"9"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000082","name":"Soul of Deepest Stones","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":"","source_reference":{"source":"fields_of_victory","page":"72"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000083","name":"Strike Without Shadow","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":"","source_reference":{"source":"fields_of_victory","page":"73"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000084","name":"Spreading Chaos","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":"","source_reference":{"source":"fields_of_victory","page":"74"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000085","name":"Unbreakable Resolve","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":"","source_reference":{"source":"fields_of_victory","page":"75"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000086","name":"Killing Grip","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":"","source_reference":{"source":"fields_of_victory","page":"76"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000087","name":"Tenacity of the Forge","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":"","source_reference":{"source":"fields_of_victory","page":"77"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000088","name":"The Herd Flourishes Together","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":"","source_reference":{"source":"fields_of_victory","page":"78"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000089","name":"Attuned Invocation","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":"","source_reference":{"source":"fields_of_victory","page":"79"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_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":"","source_reference":{"source":"fields_of_victory","page":"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":"","source_reference":{"source":"fields_of_victory","page":"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":"","source_reference":{"source":"the_mantis_clan","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"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":"","source_reference":{"source":"writ_of_the_wild","page":"101"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000099","name":"Hunter of the Supernatural","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":"","source_reference":{"source":"deathly_turns","page":"24"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000100","name":"An Arrow Loosed","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":"","source_reference":{"source":"deathly_turns","page":"25"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000101","name":"Measured Force","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":"","source_reference":{"source":"children_of_the_five_winds","page":"83"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000102","name":"Student of Many Courts","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":"","source_reference":{"source":"children_of_the_five_winds","page":"84"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000103","name":"The Noble Heart Shines Through","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":"","source_reference":{"source":"children_of_the_five_winds","page":"85"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000104","name":"Cool Heads Prevail","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":"","source_reference":{"source":"children_of_the_five_winds","page":"86"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000105","name":"Procession of Seasons","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":"","source_reference":{"source":"children_of_the_five_winds","page":"87"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000106","name":"Lay of the Land","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":"","source_reference":{"source":"children_of_the_five_winds","page":"88"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000107","name":"Logical Conclusion","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":"","source_reference":{"source":"children_of_the_five_winds","page":"89"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000108","name":"Spirit of the Sacred Horse","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":"","source_reference":{"source":"children_of_the_five_winds","page":"90"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000109","name":"Reputation Sentinel","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":"","source_reference":{"source":"children_of_the_five_winds","page":"91"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000110","name":"Legendary Endurance","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":"","source_reference":{"source":"children_of_the_five_winds","page":"92"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mastery_ability.svg","effects":[]}
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
{"_id":"L5RCoreNin000001","name":"Deadly Sting","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"melee,ranged,unarmed","difficulty":"3","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Core Rulebook p.226"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000002","name":"Skulk","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Core Rulebook p.226"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000003","name":"Silencing Stroke","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","skill":"melee,ranged,unarmed","difficulty":"4","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Core Rulebook p.227"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000004","name":"Noxious Cloud","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"medicine","difficulty":"2","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Core Rulebook p.227"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000005","name":"Artful Alibi","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"","difficulty":"","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000006","name":"Cunning Distraction","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"skulduggery","difficulty":"2","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000007","name":"Deceitful Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"","difficulty":"","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000008","name":"Like a Ghost","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"fitness","difficulty":"2","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000009","name":"Silent Elimination","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"melee,unarmed","difficulty":"3","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000010","name":"Slicing Wind Kick","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"unarmed","difficulty":"3","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000011","name":"Stillness of Death","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","skill":"","difficulty":"","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000012","name":"To Float or Sink","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000013","name":"What's Yours is Mine","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"melee","difficulty":"3","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000014","name":"Employ Terrible Thunder","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"skulduggery","difficulty":"4","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Fields of Victory p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000015","name":"Swift Scouting","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"survival","difficulty":"3","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Fields of Victory p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000016","name":"The Patient Viper","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"fitness","difficulty":"4","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Fields of Victory p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000017","name":"Vanish in the Shadows","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":"ninjutsu","xp_cost":"3","description":"","book_reference":"Fields of Victory p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000018","name":"Wreak Havoc","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","skill":"skulduggery","difficulty":"@T:vigilance|max","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Fields of Victory p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000001","name":"Deadly Sting","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"melee,ranged,unarmed","difficulty":"3","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"226"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000002","name":"Skulk","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"226"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000003","name":"Silencing Stroke","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","skill":"melee,ranged,unarmed","difficulty":"4","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"227"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000004","name":"Noxious Cloud","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"medicine","difficulty":"2","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"core_rulebook","page":"227"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000005","name":"Artful Alibi","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"","difficulty":"","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"court_of_stones","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000006","name":"Cunning Distraction","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"skulduggery","difficulty":"2","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"court_of_stones","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000007","name":"Deceitful Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"","difficulty":"","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"court_of_stones","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000008","name":"Like a Ghost","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"fitness","difficulty":"2","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"court_of_stones","page":"114"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000009","name":"Silent Elimination","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"melee,unarmed","difficulty":"3","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"court_of_stones","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000010","name":"Slicing Wind Kick","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"unarmed","difficulty":"3","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"court_of_stones","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000011","name":"Stillness of Death","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","skill":"","difficulty":"","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"court_of_stones","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000012","name":"To Float or Sink","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"court_of_stones","page":"115"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000013","name":"What's Yours is Mine","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"melee","difficulty":"3","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"court_of_stones","page":"116"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000014","name":"Employ Terrible Thunder","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"skulduggery","difficulty":"4","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"fields_of_victory","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000015","name":"Swift Scouting","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"survival","difficulty":"3","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"fields_of_victory","page":"105"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000016","name":"The Patient Viper","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"fitness","difficulty":"4","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"fields_of_victory","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000017","name":"Vanish in the Shadows","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":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"fields_of_victory","page":"106"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000018","name":"Wreak Havoc","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","skill":"skulduggery","difficulty":"@T:vigilance|max","technique_type":"ninjutsu","xp_cost":"3","description":"","source_reference":{"source":"fields_of_victory","page":"107"}},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user