Compare commits
111 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2348827842 | |||
| 3c92532601 | |||
| 3fc10ad669 | |||
| 2e1c499c23 | |||
| 03c3f1757e | |||
| b44918fded | |||
| 122cd29041 | |||
| 7542890232 | |||
| e200b5f7b0 | |||
| d75b6cb945 | |||
| 779b4c60f5 | |||
| 84608ffbf7 | |||
| 2fbcfa52aa | |||
| 9e9d2c4f3e | |||
| abe35cb537 | |||
| f72230dd39 | |||
| 36a66d3eac | |||
| 317411ce60 | |||
| 3c6529bc99 | |||
| 061390df80 | |||
| b4fd1c738f | |||
| c7d6c6c5e5 | |||
| 31f094818e | |||
| 40afa53337 | |||
| cb98d721c5 | |||
| 6ba5137ea1 | |||
| 5377674a30 | |||
| f6ed462bce | |||
| 890223021a | |||
| b1f874b3c8 | |||
| 2dd9ee19e9 | |||
| aa203c546c | |||
| 8f31031244 | |||
| 84e367b79f | |||
| 0854e25a66 | |||
| 0c299db26f | |||
| f267d06536 | |||
| 494b027513 | |||
| 35c58ff631 | |||
| e87cd6d73e | |||
| 05b7a1181c | |||
| 2e91fe7ae4 | |||
| 9c3de358b3 | |||
| b1e73f0761 | |||
| 222aa75a1d | |||
| caa78d7c45 | |||
| 5edcaa373c | |||
| 08e412b32f | |||
| 4269946c30 | |||
| 607817302b | |||
| dd39fa6113 | |||
| d035b963de | |||
| a14c26d168 | |||
| b25a25a94f | |||
| 98ffb27db7 | |||
| a6e0f60665 | |||
| 8488ed1bd1 | |||
| dda47c51a8 | |||
| a2285931b3 | |||
| 37b8956048 | |||
| e54a105222 | |||
| bee911df5e | |||
| e2e533d481 | |||
| 2518ded84f | |||
| fab88401ea | |||
| 7fed2f0a98 | |||
| 7c3ef81dec | |||
| cbb52bf3aa | |||
| 86f73a96d0 | |||
| dbba39373b | |||
| 30455759e8 | |||
| eb675f24ea | |||
| 1357ec9b6d | |||
| 396986fefd | |||
| c591cee153 | |||
| 54ae4fdb63 | |||
| e846a0a30c | |||
| 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 |
@@ -0,0 +1,91 @@
|
|||||||
|
name: Release Creation
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "💡 The ${{ gitea.repository }} repository will be cloned to the runner."
|
||||||
|
|
||||||
|
- uses: https://github.com/RouxAntoine/checkout@v3.5.4
|
||||||
|
|
||||||
|
# get part of the tag after the `v`
|
||||||
|
- name: Extract tag version number
|
||||||
|
id: get_version
|
||||||
|
uses: https://github.com/battila7/get-version-action@v2
|
||||||
|
|
||||||
|
# Compile SCSS → CSS before packaging
|
||||||
|
- name: Setup Node.js
|
||||||
|
uses: https://github.com/actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: '18'
|
||||||
|
|
||||||
|
- name: Install dependencies and compile styles
|
||||||
|
run: npm ci && npm run compile
|
||||||
|
|
||||||
|
# Substitute the Manifest and Download URLs in system.json
|
||||||
|
- name: Substitute Manifest and Download Links For Versioned Ones
|
||||||
|
id: sub_manifest_link_version
|
||||||
|
uses: https://github.com/microsoft/variable-substitution@v1
|
||||||
|
with:
|
||||||
|
files: "system/system.json"
|
||||||
|
env:
|
||||||
|
version: ${{steps.get_version.outputs.version-without-v}}
|
||||||
|
url: https://www.uberwald.me/gitea/uberwald/l5rx-chiaroscuro
|
||||||
|
manifest: https://www.uberwald.me/gitea/uberwald/l5rx-chiaroscuro/releases/download/latest/system.json
|
||||||
|
download: https://www.uberwald.me/gitea/uberwald/l5rx-chiaroscuro/releases/download/${{github.event.release.tag_name}}/l5rx-chiaroscuro.zip
|
||||||
|
|
||||||
|
# Copy versioned system.json to root so it can be uploaded as-is
|
||||||
|
- name: Copy system.json to root
|
||||||
|
run: cp system/system.json system.json
|
||||||
|
|
||||||
|
# Create a zip file with all files required by the system
|
||||||
|
- run: |
|
||||||
|
apt update -y
|
||||||
|
apt install -y zip
|
||||||
|
|
||||||
|
- run: |
|
||||||
|
cd system
|
||||||
|
zip -r ../l5rx-chiaroscuro.zip \
|
||||||
|
assets/ \
|
||||||
|
babele/ \
|
||||||
|
fonts/ \
|
||||||
|
lang/ \
|
||||||
|
lib/ \
|
||||||
|
macros/ \
|
||||||
|
packs/ \
|
||||||
|
scripts/ \
|
||||||
|
styles/ \
|
||||||
|
templates/ \
|
||||||
|
system.json \
|
||||||
|
template.json
|
||||||
|
cd ..
|
||||||
|
zip -j ./l5rx-chiaroscuro.zip README.md CHANGELOG.md LICENSE.md
|
||||||
|
|
||||||
|
- name: Setup Go
|
||||||
|
uses: https://github.com/actions/setup-go@v4
|
||||||
|
with:
|
||||||
|
go-version: ">=1.20.1"
|
||||||
|
|
||||||
|
- name: Upload release assets to Gitea
|
||||||
|
id: use-go-action
|
||||||
|
uses: https://gitea.com/actions/release-action@main
|
||||||
|
with:
|
||||||
|
files: |-
|
||||||
|
./l5rx-chiaroscuro.zip
|
||||||
|
system.json
|
||||||
|
api_key: "${{secrets.ALLOW_PUSH_RELEASE}}"
|
||||||
|
|
||||||
|
- name: Publish to Foundry server
|
||||||
|
uses: https://github.com/djlechuck/foundryvtt-publish-package-action@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.FOUNDRYVTT_RELEASE_TOKEN }}
|
||||||
|
id: 'l5rx-chiaroscuro'
|
||||||
|
version: ${{github.event.release.tag_name}}
|
||||||
|
manifest: 'https://www.uberwald.me/gitea/uberwald/l5rx-chiaroscuro/releases/download/latest/system.json'
|
||||||
|
notes: 'https://www.uberwald.me/gitea/uberwald/l5rx-chiaroscuro/releases/tag/${{github.event.release.tag_name}}'
|
||||||
|
compatibility-minimum: '13'
|
||||||
|
compatibility-verified: '14'
|
||||||
@@ -13,3 +13,5 @@ system/l5r5e.lock
|
|||||||
|
|
||||||
# v11 db files (will be added later)
|
# v11 db files (will be added later)
|
||||||
system/packs/*/**
|
system/packs/*/**
|
||||||
|
.github/
|
||||||
|
.history/
|
||||||
|
|||||||
@@ -6,6 +6,66 @@ Date format : day/month/year
|
|||||||
> - `foundry-version`: Stick to the major version of FoundryVTT.
|
> - `foundry-version`: Stick to the major version of FoundryVTT.
|
||||||
> - `system-version`: System functionalities and Fixes.
|
> - `system-version`: System functionalities and Fixes.
|
||||||
|
|
||||||
|
## 1.13.4 - 01/03/2026 - UI Polish, Compendium Upgrades
|
||||||
|
Welcoming Litasa as a maintainer for the system!
|
||||||
|
|
||||||
|
- Fixing type in Courts of Stone title, thanks to SagaTympana (!51).
|
||||||
|
- Update to the [development wiki](https://gitlab.com/teaml5r/l5r5e/-/wikis/home), thanks to Norman Briggs (!52)
|
||||||
|
- Updating the sidebar icons to show L5r5e specific ones (#72)(!53) (Litasa)
|
||||||
|
- Adding incremental buttons for honor, glory, and status (#69)(!54) (Litasa)
|
||||||
|
- New rank is now shown directly when completing a school rank (#64)(!57) (Litasa)
|
||||||
|
- Adding Starting items to Compendiums that was missing. Split Poison and Omamori into individual items(!58) (Litasa)
|
||||||
|
- Some combinations of light and dark theme made the GM Toolbox and GM Monitor hard/impossible to use. Fixed now (#75)(!59) (Litasa)
|
||||||
|
- Conditions now show in the top of dice-picker and roll-n-keep (related to #74)(!60) (Litasa)
|
||||||
|
- Compendium filter is now a lot "snappier". New search box and now able to multi select elements/ranks/rarity. (!61) (Litasa)
|
||||||
|
- Adding selection circle to Combat encounter (!62) (Litasa)
|
||||||
|
|
||||||
|
## 1.13.3 - 01/02/2026 - Tactical Grid & Fixes
|
||||||
|
- Updated demeanors from books up to Imperfect Land (included), thanks to Olivier Brencklé (!48).
|
||||||
|
- Added Tactical Grid Range Band, thanks to Litasa (!49).
|
||||||
|
- Fix Title advancement auto-name/icon, thanks to SagaTympana (!50).
|
||||||
|
|
||||||
|
## 1.13.2 - 18/10/2025 - Conditions Icons & Fixes
|
||||||
|
- Fix Actor Sheet for pressing key `Enter` in input trigger `no active Encounter...` message.
|
||||||
|
- Fix Compendium `Astrolab` is duplicate with `Mantis Clan` and `Children of the Five Winds`. Renamed the `cotfw` version to `Astrolabe (Unicorn)`.
|
||||||
|
- Fix 20Q autocomplete and menu css.
|
||||||
|
- Added handmade conditions icons by Nikotka (thx to rex35game for the share).
|
||||||
|
- Spanish language updated thanks to Alejabarr.
|
||||||
|
|
||||||
|
## 1.13.1 - 21/09/2025 - Conditions & Fixes
|
||||||
|
- Fix for Clicking on items doesn't show item window (#65 Thx to Litasa).
|
||||||
|
- Fix for fade configuration (#66).
|
||||||
|
- Added some Tooltips loading optimizations (#62 Thanks to KitCat).
|
||||||
|
- Added some Properties loading optimizations (#63 Thanks to KitCat).
|
||||||
|
- Conditions changes :
|
||||||
|
- Added basic token conditions (Thanks to Putty)
|
||||||
|
- Added compromised condition when strife goes beyond max (Thanks to Putty).
|
||||||
|
- Added apply incapacitated if character's fatigue goes beyond endurance (Thanks to Putty).
|
||||||
|
- Added ability to remove condition from actor sheet and show core journal on click.
|
||||||
|
- Added option to show all conditions (StatusEffect), default to false (show only l5R conditions).
|
||||||
|
|
||||||
|
## 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
|
## 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.
|
- 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).
|
- Fixed : Character sheet errors when using a non-supported language (Thx to KitCat #56).
|
||||||
@@ -32,12 +92,12 @@ __! Be certain to carefully back up any critical user data before installing thi
|
|||||||
## 1.11.0 - 13/12/2023 - Little fixes
|
## 1.11.0 - 13/12/2023 - Little fixes
|
||||||
- 20Q :
|
- 20Q :
|
||||||
- Starting techniques now have a limit of 6 techniques instead of 5 (see Celestial Realms : `Moshi Sun Sentinel School`).
|
- 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).
|
- Enable dropping on the 'drop here' label for 20Q (thk to Litasa #34).
|
||||||
- Compendiums : Added masteries and abilities from Deathly Turns.
|
- Compendiums : Added masteries and abilities from Deathly Turns.
|
||||||
|
|
||||||
## 1.10.1 - 22/08/2023 - Litasa's fixes
|
## 1.10.1 - 22/08/2023 - Litasa's fixes
|
||||||
All these changes are thanks to Litasa.
|
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).
|
- 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).
|
- 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).
|
- Fixes some CSS issues when the font size is not the default (#50, #51 and #52).
|
||||||
|
|
||||||
@@ -53,8 +113,8 @@ __! Be certain to carefully back up any critical user data before installing thi
|
|||||||
|
|
||||||
## 1.9.6 - 14/05/2023 - Bragma's QoL
|
## 1.9.6 - 14/05/2023 - Bragma's QoL
|
||||||
All these changes are thanks to Bragma.
|
All these changes are thanks to Bragma.
|
||||||
- Added effects panel to both pc and npc (!26).
|
- Added effects panel to both pc and npc (#26).
|
||||||
- Added a underline on rings to show current stance (!25).
|
- Added an underline on rings to show current stance (#25).
|
||||||
- Fix Lists not showing correctly in journal (#44).
|
- Fix Lists not showing correctly in journal (#44).
|
||||||
|
|
||||||
## 1.9.5 - 11/01/2023 - Adding Modifiers
|
## 1.9.5 - 11/01/2023 - Adding Modifiers
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||

|

|
||||||
|
|
||||||
[](https://ko-fi.com/vlyan)
|
[](https://ko-fi.com/vlyan)
|
||||||
[](https://foundryvtt.com/)
|
[](https://foundryvtt.com/)
|
||||||
[](https://forge-vtt.com/bazaar#package=l5r5e)
|
[](https://forge-vtt.com/bazaar#package=l5r5e)
|
||||||
[](https://www.foundryvtt-hub.com/package/l5r5e/)
|
[](https://www.foundryvtt-hub.com/package/l5r5e/)
|
||||||
[](https://www.foundryvtt-hub.com/package/l5r5e/)
|
[](https://www.foundryvtt-hub.com/package/l5r5e/)
|
||||||
@@ -18,13 +18,14 @@ See the [Wiki page - Installation](https://gitlab.com/teaml5r/l5r5e/-/wikis/user
|
|||||||
|
|
||||||
|
|
||||||
## Current L5R team (alphabetical order)
|
## Current L5R team (alphabetical order)
|
||||||
- Carter (compendiums, adventure adaptation)
|
- Litasa (development)
|
||||||
- Vlyan (development)
|
- Vlyan (development)
|
||||||
|
|
||||||
|
|
||||||
## Historical L5R team (alphabetical order)
|
## Historical L5R team (alphabetical order)
|
||||||
- Carter (compendiums, adventure adaptation)
|
- Carter (compendiums, adventure adaptation)
|
||||||
- Hrunh (compendiums, pre-gen characters adaptation)
|
- Hrunh (compendiums, pre-gen characters adaptation)
|
||||||
|
- Litasa (development)
|
||||||
- Mandar (development)
|
- Mandar (development)
|
||||||
- Sasmira (contributor)
|
- Sasmira (contributor)
|
||||||
- Vlyan (development)
|
- Vlyan (development)
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "l5r5e",
|
"name": "l5rx-chiaroscuro",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "l5r5e",
|
"name": "l5rx-chiaroscuro",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "l5r5e",
|
"name": "l5rx-chiaroscuro",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "This is a game system for Legend of the Five Rings (5th edition) by Edge Studio",
|
"description": "This is a game system for Legend of the Five Rings (5th edition) by Edge Studio",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|||||||
@@ -0,0 +1,393 @@
|
|||||||
|
{
|
||||||
|
"id": "l5rx-chiaroscuro",
|
||||||
|
"title": "Legend of the Five Rings (5th Edition)",
|
||||||
|
"description": "This is an authorised multilingual game system En|Fr|Es, for Legend of the Five Rings (5th Edition) by <a href='https://edge-studio.net/'>Edge Studio</a> <p> - Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p> - Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e",
|
||||||
|
"readme": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/README.md",
|
||||||
|
"changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md",
|
||||||
|
"license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md",
|
||||||
|
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
|
||||||
|
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.13.4/raw/l5r5e.zip?job=build",
|
||||||
|
"version": "1.13.4",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": "13",
|
||||||
|
"verified": "14"
|
||||||
|
},
|
||||||
|
"socket": true,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Vlyan",
|
||||||
|
"discord": "Vlyan#6771",
|
||||||
|
"url": "https://ko-fi.com/vlyan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mandar",
|
||||||
|
"discord": "Mandar#3440"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Carter",
|
||||||
|
"discord": "Carter#2703",
|
||||||
|
"url": "https://fr.tipeee.com/carter-foundryvtt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Litasa",
|
||||||
|
"discord": "Litasa#3139"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"background": "systems/l5r5e/assets/l5r-header.webp",
|
||||||
|
"scripts": [],
|
||||||
|
"esmodules": [
|
||||||
|
"./scripts/main-l5r5e.js"
|
||||||
|
],
|
||||||
|
"styles": [
|
||||||
|
"./styles/l5r5e.css"
|
||||||
|
],
|
||||||
|
"packFolders": [
|
||||||
|
{
|
||||||
|
"name": "L5R5e System",
|
||||||
|
"color": "#9a0909",
|
||||||
|
"sorting": "m",
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "Character related",
|
||||||
|
"color": "#019806",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-peculiarities-distinctions",
|
||||||
|
"core-peculiarities-passions",
|
||||||
|
"core-peculiarities-adversities",
|
||||||
|
"core-peculiarities-anxieties",
|
||||||
|
"core-bonds",
|
||||||
|
"core-titles",
|
||||||
|
"core-journal-school-curriculum",
|
||||||
|
"core-journal-great-clans-presentation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Techniques",
|
||||||
|
"color": "#4b1eb3",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-techniques-kata",
|
||||||
|
"core-techniques-kiho",
|
||||||
|
"core-techniques-inversions",
|
||||||
|
"core-techniques-invocations",
|
||||||
|
"core-techniques-rituals",
|
||||||
|
"core-techniques-shuji",
|
||||||
|
"core-techniques-maho",
|
||||||
|
"core-techniques-ninjutsu",
|
||||||
|
"core-techniques-mantra",
|
||||||
|
"core-techniques-school",
|
||||||
|
"core-techniques-mastery"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Objects related",
|
||||||
|
"color": "#0985ae",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-properties",
|
||||||
|
"core-item-patterns",
|
||||||
|
"core-items",
|
||||||
|
"core-armors",
|
||||||
|
"core-weapons",
|
||||||
|
"core-signature-scrolls",
|
||||||
|
"core-celestial-implement-boons"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Helpers",
|
||||||
|
"color": "#6b3d1f",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-journal-conditions",
|
||||||
|
"core-journal-terrain-qualities",
|
||||||
|
"core-journal-opportunities"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tools",
|
||||||
|
"color": "#834949",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-name-tables",
|
||||||
|
"core-macros"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packs": [
|
||||||
|
{
|
||||||
|
"name": "core-properties",
|
||||||
|
"label": "Properties",
|
||||||
|
"path": "packs/core-properties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kata",
|
||||||
|
"label": "Techniques Kata",
|
||||||
|
"path": "packs/core-techniques-kata.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kiho",
|
||||||
|
"label": "Techniques Kihõ",
|
||||||
|
"path": "packs/core-techniques-kiho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-inversions",
|
||||||
|
"label": "Techniques Inversions",
|
||||||
|
"path": "packs/core-techniques-inversions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-invocations",
|
||||||
|
"label": "Techniques Invocations",
|
||||||
|
"path": "packs/core-techniques-invocations.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-rituals",
|
||||||
|
"label": "Techniques Rituals",
|
||||||
|
"path": "packs/core-techniques-rituals.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-shuji",
|
||||||
|
"label": "Techniques Shuji",
|
||||||
|
"path": "packs/core-techniques-shuji.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-maho",
|
||||||
|
"label": "Techniques Mahõ",
|
||||||
|
"path": "packs/core-techniques-maho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-ninjutsu",
|
||||||
|
"label": "Techniques Ninjutsu",
|
||||||
|
"path": "packs/core-techniques-ninjutsu.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mantra",
|
||||||
|
"label": "Techniques Mantra",
|
||||||
|
"path": "packs/core-techniques-mantra.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-school",
|
||||||
|
"label": "School Abilities",
|
||||||
|
"path": "packs/core-techniques-school.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mastery",
|
||||||
|
"label": "Mastery Abilities",
|
||||||
|
"path": "packs/core-techniques-mastery.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-items",
|
||||||
|
"label": "Items",
|
||||||
|
"path": "packs/core-items.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-armors",
|
||||||
|
"label": "Armors",
|
||||||
|
"path": "packs/core-armors.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-weapons",
|
||||||
|
"label": "Weapons",
|
||||||
|
"path": "packs/core-weapons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-distinctions",
|
||||||
|
"label": "Distinctions",
|
||||||
|
"path": "packs/core-peculiarities-distinctions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-passions",
|
||||||
|
"label": "Passions",
|
||||||
|
"path": "packs/core-peculiarities-passions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-adversities",
|
||||||
|
"label": "Adversities",
|
||||||
|
"path": "packs/core-peculiarities-adversities.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-anxieties",
|
||||||
|
"label": "Anxieties",
|
||||||
|
"path": "packs/core-peculiarities-anxieties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-bonds",
|
||||||
|
"label": "Bonds",
|
||||||
|
"path": "packs/core-bonds.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-titles",
|
||||||
|
"label": "Titles",
|
||||||
|
"path": "packs/core-titles.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-item-patterns",
|
||||||
|
"label": "Item Patterns",
|
||||||
|
"path": "packs/core-item-patterns.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-signature-scrolls",
|
||||||
|
"label": "Signature Scrolls",
|
||||||
|
"path": "packs/core-signature-scrolls.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-celestial-implement-boons",
|
||||||
|
"label": "Celestial Implement Boons",
|
||||||
|
"path": "packs/core-celestial-implement-boons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-school-curriculum",
|
||||||
|
"label": "School Curriculum",
|
||||||
|
"path": "packs/core-journal-school-curriculum.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-conditions",
|
||||||
|
"label": "Conditions",
|
||||||
|
"path": "packs/core-journal-conditions.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-terrain-qualities",
|
||||||
|
"label": "Terrain Qualities",
|
||||||
|
"path": "packs/core-journal-terrain-qualities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-great-clans-presentation",
|
||||||
|
"label": "Great Clans Presentation",
|
||||||
|
"path": "packs/core-journal-great-clans-presentation.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-opportunities",
|
||||||
|
"label": "Opportunities",
|
||||||
|
"path": "packs/core-journal-opportunities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-name-tables",
|
||||||
|
"label": "Name Tables",
|
||||||
|
"path": "packs/core-name-tables.db",
|
||||||
|
"type": "RollTable",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-macros",
|
||||||
|
"label": "L5R5E Macros",
|
||||||
|
"path": "packs/core-macros.db",
|
||||||
|
"type": "Macro",
|
||||||
|
"system": "l5r5e"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"lang": "en",
|
||||||
|
"name": "English",
|
||||||
|
"path": "lang/en-en.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "fr",
|
||||||
|
"name": "French (France)",
|
||||||
|
"path": "lang/fr-fr.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "es",
|
||||||
|
"name": "Spanish (Spain)",
|
||||||
|
"path": "lang/es-es.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "it",
|
||||||
|
"name": "Italian (Italy)",
|
||||||
|
"path": "lang/it-it.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/login.jpg?raw=true",
|
||||||
|
"caption": "Login screen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/roll.jpg?raw=true",
|
||||||
|
"caption": "DicePicker and Roll and Keep"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/school.jpg?raw=true",
|
||||||
|
"caption": "Experience and School"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_pc.jpg?raw=true",
|
||||||
|
"caption": "PC sheet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_npc_army.jpg?raw=true",
|
||||||
|
"caption": "NPC and Army sheets"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/compendiums.jpg?raw=true",
|
||||||
|
"caption": "Compendiums"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,393 @@
|
|||||||
|
{
|
||||||
|
"id": "l5rx-chiaroscuro",
|
||||||
|
"title": "Legend of the Five Rings (5th Edition)",
|
||||||
|
"description": "This is an authorised multilingual game system En|Fr|Es, for Legend of the Five Rings (5th Edition) by <a href='https://edge-studio.net/'>Edge Studio</a> <p> - Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p> - Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e",
|
||||||
|
"readme": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/README.md",
|
||||||
|
"changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md",
|
||||||
|
"license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md",
|
||||||
|
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
|
||||||
|
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.13.4/raw/l5r5e.zip?job=build",
|
||||||
|
"version": "1.13.4",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": "13",
|
||||||
|
"verified": "14"
|
||||||
|
},
|
||||||
|
"socket": true,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Vlyan",
|
||||||
|
"discord": "Vlyan#6771",
|
||||||
|
"url": "https://ko-fi.com/vlyan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mandar",
|
||||||
|
"discord": "Mandar#3440"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Carter",
|
||||||
|
"discord": "Carter#2703",
|
||||||
|
"url": "https://fr.tipeee.com/carter-foundryvtt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Litasa",
|
||||||
|
"discord": "Litasa#3139"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"background": "systems/l5r5e/assets/l5r-header.webp",
|
||||||
|
"scripts": [],
|
||||||
|
"esmodules": [
|
||||||
|
"./scripts/main-l5r5e.js"
|
||||||
|
],
|
||||||
|
"styles": [
|
||||||
|
"./styles/l5r5e.css"
|
||||||
|
],
|
||||||
|
"packFolders": [
|
||||||
|
{
|
||||||
|
"name": "L5R5e System",
|
||||||
|
"color": "#9a0909",
|
||||||
|
"sorting": "m",
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "Character related",
|
||||||
|
"color": "#019806",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-peculiarities-distinctions",
|
||||||
|
"core-peculiarities-passions",
|
||||||
|
"core-peculiarities-adversities",
|
||||||
|
"core-peculiarities-anxieties",
|
||||||
|
"core-bonds",
|
||||||
|
"core-titles",
|
||||||
|
"core-journal-school-curriculum",
|
||||||
|
"core-journal-great-clans-presentation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Techniques",
|
||||||
|
"color": "#4b1eb3",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-techniques-kata",
|
||||||
|
"core-techniques-kiho",
|
||||||
|
"core-techniques-inversions",
|
||||||
|
"core-techniques-invocations",
|
||||||
|
"core-techniques-rituals",
|
||||||
|
"core-techniques-shuji",
|
||||||
|
"core-techniques-maho",
|
||||||
|
"core-techniques-ninjutsu",
|
||||||
|
"core-techniques-mantra",
|
||||||
|
"core-techniques-school",
|
||||||
|
"core-techniques-mastery"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Objects related",
|
||||||
|
"color": "#0985ae",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-properties",
|
||||||
|
"core-item-patterns",
|
||||||
|
"core-items",
|
||||||
|
"core-armors",
|
||||||
|
"core-weapons",
|
||||||
|
"core-signature-scrolls",
|
||||||
|
"core-celestial-implement-boons"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Helpers",
|
||||||
|
"color": "#6b3d1f",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-journal-conditions",
|
||||||
|
"core-journal-terrain-qualities",
|
||||||
|
"core-journal-opportunities"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tools",
|
||||||
|
"color": "#834949",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-name-tables",
|
||||||
|
"core-macros"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packs": [
|
||||||
|
{
|
||||||
|
"name": "core-properties",
|
||||||
|
"label": "Properties",
|
||||||
|
"path": "packs/core-properties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kata",
|
||||||
|
"label": "Techniques Kata",
|
||||||
|
"path": "packs/core-techniques-kata.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kiho",
|
||||||
|
"label": "Techniques Kihõ",
|
||||||
|
"path": "packs/core-techniques-kiho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-inversions",
|
||||||
|
"label": "Techniques Inversions",
|
||||||
|
"path": "packs/core-techniques-inversions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-invocations",
|
||||||
|
"label": "Techniques Invocations",
|
||||||
|
"path": "packs/core-techniques-invocations.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-rituals",
|
||||||
|
"label": "Techniques Rituals",
|
||||||
|
"path": "packs/core-techniques-rituals.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-shuji",
|
||||||
|
"label": "Techniques Shuji",
|
||||||
|
"path": "packs/core-techniques-shuji.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-maho",
|
||||||
|
"label": "Techniques Mahõ",
|
||||||
|
"path": "packs/core-techniques-maho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-ninjutsu",
|
||||||
|
"label": "Techniques Ninjutsu",
|
||||||
|
"path": "packs/core-techniques-ninjutsu.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mantra",
|
||||||
|
"label": "Techniques Mantra",
|
||||||
|
"path": "packs/core-techniques-mantra.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-school",
|
||||||
|
"label": "School Abilities",
|
||||||
|
"path": "packs/core-techniques-school.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mastery",
|
||||||
|
"label": "Mastery Abilities",
|
||||||
|
"path": "packs/core-techniques-mastery.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-items",
|
||||||
|
"label": "Items",
|
||||||
|
"path": "packs/core-items.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-armors",
|
||||||
|
"label": "Armors",
|
||||||
|
"path": "packs/core-armors.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-weapons",
|
||||||
|
"label": "Weapons",
|
||||||
|
"path": "packs/core-weapons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-distinctions",
|
||||||
|
"label": "Distinctions",
|
||||||
|
"path": "packs/core-peculiarities-distinctions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-passions",
|
||||||
|
"label": "Passions",
|
||||||
|
"path": "packs/core-peculiarities-passions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-adversities",
|
||||||
|
"label": "Adversities",
|
||||||
|
"path": "packs/core-peculiarities-adversities.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-anxieties",
|
||||||
|
"label": "Anxieties",
|
||||||
|
"path": "packs/core-peculiarities-anxieties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-bonds",
|
||||||
|
"label": "Bonds",
|
||||||
|
"path": "packs/core-bonds.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-titles",
|
||||||
|
"label": "Titles",
|
||||||
|
"path": "packs/core-titles.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-item-patterns",
|
||||||
|
"label": "Item Patterns",
|
||||||
|
"path": "packs/core-item-patterns.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-signature-scrolls",
|
||||||
|
"label": "Signature Scrolls",
|
||||||
|
"path": "packs/core-signature-scrolls.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-celestial-implement-boons",
|
||||||
|
"label": "Celestial Implement Boons",
|
||||||
|
"path": "packs/core-celestial-implement-boons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-school-curriculum",
|
||||||
|
"label": "School Curriculum",
|
||||||
|
"path": "packs/core-journal-school-curriculum.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-conditions",
|
||||||
|
"label": "Conditions",
|
||||||
|
"path": "packs/core-journal-conditions.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-terrain-qualities",
|
||||||
|
"label": "Terrain Qualities",
|
||||||
|
"path": "packs/core-journal-terrain-qualities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-great-clans-presentation",
|
||||||
|
"label": "Great Clans Presentation",
|
||||||
|
"path": "packs/core-journal-great-clans-presentation.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-opportunities",
|
||||||
|
"label": "Opportunities",
|
||||||
|
"path": "packs/core-journal-opportunities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-name-tables",
|
||||||
|
"label": "Name Tables",
|
||||||
|
"path": "packs/core-name-tables.db",
|
||||||
|
"type": "RollTable",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-macros",
|
||||||
|
"label": "L5R5E Macros",
|
||||||
|
"path": "packs/core-macros.db",
|
||||||
|
"type": "Macro",
|
||||||
|
"system": "l5r5e"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"lang": "en",
|
||||||
|
"name": "English",
|
||||||
|
"path": "lang/en-en.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "fr",
|
||||||
|
"name": "French (France)",
|
||||||
|
"path": "lang/fr-fr.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "es",
|
||||||
|
"name": "Spanish (Spain)",
|
||||||
|
"path": "lang/es-es.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "it",
|
||||||
|
"name": "Italian (Italy)",
|
||||||
|
"path": "lang/it-it.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/login.jpg?raw=true",
|
||||||
|
"caption": "Login screen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/roll.jpg?raw=true",
|
||||||
|
"caption": "DicePicker and Roll and Keep"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/school.jpg?raw=true",
|
||||||
|
"caption": "Experience and School"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_pc.jpg?raw=true",
|
||||||
|
"caption": "PC sheet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_npc_army.jpg?raw=true",
|
||||||
|
"caption": "NPC and Army sheets"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/compendiums.jpg?raw=true",
|
||||||
|
"caption": "Compendiums"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,393 @@
|
|||||||
|
{
|
||||||
|
"id": "l5rx-chiaroscuro",
|
||||||
|
"title": "Legend of the Five Rings (5th Edition)",
|
||||||
|
"description": "This is an authorised multilingual game system En|Fr|Es, for Legend of the Five Rings (5th Edition) by <a href='https://edge-studio.net/'>Edge Studio</a> <p> - Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p> - Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e",
|
||||||
|
"readme": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/README.md",
|
||||||
|
"changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md",
|
||||||
|
"license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md",
|
||||||
|
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
|
||||||
|
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.13.4/raw/l5r5e.zip?job=build",
|
||||||
|
"version": "14.0.0",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": "13",
|
||||||
|
"verified": "14"
|
||||||
|
},
|
||||||
|
"socket": true,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Vlyan",
|
||||||
|
"discord": "Vlyan#6771",
|
||||||
|
"url": "https://ko-fi.com/vlyan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mandar",
|
||||||
|
"discord": "Mandar#3440"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Carter",
|
||||||
|
"discord": "Carter#2703",
|
||||||
|
"url": "https://fr.tipeee.com/carter-foundryvtt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Litasa",
|
||||||
|
"discord": "Litasa#3139"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"background": "systems/l5r5e/assets/l5r-header.webp",
|
||||||
|
"scripts": [],
|
||||||
|
"esmodules": [
|
||||||
|
"./scripts/main-l5r5e.js"
|
||||||
|
],
|
||||||
|
"styles": [
|
||||||
|
"./styles/l5r5e.css"
|
||||||
|
],
|
||||||
|
"packFolders": [
|
||||||
|
{
|
||||||
|
"name": "L5R5e System",
|
||||||
|
"color": "#9a0909",
|
||||||
|
"sorting": "m",
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "Character related",
|
||||||
|
"color": "#019806",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-peculiarities-distinctions",
|
||||||
|
"core-peculiarities-passions",
|
||||||
|
"core-peculiarities-adversities",
|
||||||
|
"core-peculiarities-anxieties",
|
||||||
|
"core-bonds",
|
||||||
|
"core-titles",
|
||||||
|
"core-journal-school-curriculum",
|
||||||
|
"core-journal-great-clans-presentation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Techniques",
|
||||||
|
"color": "#4b1eb3",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-techniques-kata",
|
||||||
|
"core-techniques-kiho",
|
||||||
|
"core-techniques-inversions",
|
||||||
|
"core-techniques-invocations",
|
||||||
|
"core-techniques-rituals",
|
||||||
|
"core-techniques-shuji",
|
||||||
|
"core-techniques-maho",
|
||||||
|
"core-techniques-ninjutsu",
|
||||||
|
"core-techniques-mantra",
|
||||||
|
"core-techniques-school",
|
||||||
|
"core-techniques-mastery"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Objects related",
|
||||||
|
"color": "#0985ae",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-properties",
|
||||||
|
"core-item-patterns",
|
||||||
|
"core-items",
|
||||||
|
"core-armors",
|
||||||
|
"core-weapons",
|
||||||
|
"core-signature-scrolls",
|
||||||
|
"core-celestial-implement-boons"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Helpers",
|
||||||
|
"color": "#6b3d1f",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-journal-conditions",
|
||||||
|
"core-journal-terrain-qualities",
|
||||||
|
"core-journal-opportunities"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tools",
|
||||||
|
"color": "#834949",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-name-tables",
|
||||||
|
"core-macros"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packs": [
|
||||||
|
{
|
||||||
|
"name": "core-properties",
|
||||||
|
"label": "Properties",
|
||||||
|
"path": "packs/core-properties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kata",
|
||||||
|
"label": "Techniques Kata",
|
||||||
|
"path": "packs/core-techniques-kata.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kiho",
|
||||||
|
"label": "Techniques Kihõ",
|
||||||
|
"path": "packs/core-techniques-kiho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-inversions",
|
||||||
|
"label": "Techniques Inversions",
|
||||||
|
"path": "packs/core-techniques-inversions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-invocations",
|
||||||
|
"label": "Techniques Invocations",
|
||||||
|
"path": "packs/core-techniques-invocations.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-rituals",
|
||||||
|
"label": "Techniques Rituals",
|
||||||
|
"path": "packs/core-techniques-rituals.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-shuji",
|
||||||
|
"label": "Techniques Shuji",
|
||||||
|
"path": "packs/core-techniques-shuji.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-maho",
|
||||||
|
"label": "Techniques Mahõ",
|
||||||
|
"path": "packs/core-techniques-maho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-ninjutsu",
|
||||||
|
"label": "Techniques Ninjutsu",
|
||||||
|
"path": "packs/core-techniques-ninjutsu.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mantra",
|
||||||
|
"label": "Techniques Mantra",
|
||||||
|
"path": "packs/core-techniques-mantra.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-school",
|
||||||
|
"label": "School Abilities",
|
||||||
|
"path": "packs/core-techniques-school.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mastery",
|
||||||
|
"label": "Mastery Abilities",
|
||||||
|
"path": "packs/core-techniques-mastery.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-items",
|
||||||
|
"label": "Items",
|
||||||
|
"path": "packs/core-items.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-armors",
|
||||||
|
"label": "Armors",
|
||||||
|
"path": "packs/core-armors.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-weapons",
|
||||||
|
"label": "Weapons",
|
||||||
|
"path": "packs/core-weapons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-distinctions",
|
||||||
|
"label": "Distinctions",
|
||||||
|
"path": "packs/core-peculiarities-distinctions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-passions",
|
||||||
|
"label": "Passions",
|
||||||
|
"path": "packs/core-peculiarities-passions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-adversities",
|
||||||
|
"label": "Adversities",
|
||||||
|
"path": "packs/core-peculiarities-adversities.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-anxieties",
|
||||||
|
"label": "Anxieties",
|
||||||
|
"path": "packs/core-peculiarities-anxieties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-bonds",
|
||||||
|
"label": "Bonds",
|
||||||
|
"path": "packs/core-bonds.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-titles",
|
||||||
|
"label": "Titles",
|
||||||
|
"path": "packs/core-titles.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-item-patterns",
|
||||||
|
"label": "Item Patterns",
|
||||||
|
"path": "packs/core-item-patterns.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-signature-scrolls",
|
||||||
|
"label": "Signature Scrolls",
|
||||||
|
"path": "packs/core-signature-scrolls.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-celestial-implement-boons",
|
||||||
|
"label": "Celestial Implement Boons",
|
||||||
|
"path": "packs/core-celestial-implement-boons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-school-curriculum",
|
||||||
|
"label": "School Curriculum",
|
||||||
|
"path": "packs/core-journal-school-curriculum.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-conditions",
|
||||||
|
"label": "Conditions",
|
||||||
|
"path": "packs/core-journal-conditions.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-terrain-qualities",
|
||||||
|
"label": "Terrain Qualities",
|
||||||
|
"path": "packs/core-journal-terrain-qualities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-great-clans-presentation",
|
||||||
|
"label": "Great Clans Presentation",
|
||||||
|
"path": "packs/core-journal-great-clans-presentation.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-opportunities",
|
||||||
|
"label": "Opportunities",
|
||||||
|
"path": "packs/core-journal-opportunities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-name-tables",
|
||||||
|
"label": "Name Tables",
|
||||||
|
"path": "packs/core-name-tables.db",
|
||||||
|
"type": "RollTable",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-macros",
|
||||||
|
"label": "L5R5E Macros",
|
||||||
|
"path": "packs/core-macros.db",
|
||||||
|
"type": "Macro",
|
||||||
|
"system": "l5r5e"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"lang": "en",
|
||||||
|
"name": "English",
|
||||||
|
"path": "lang/en-en.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "fr",
|
||||||
|
"name": "French (France)",
|
||||||
|
"path": "lang/fr-fr.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "es",
|
||||||
|
"name": "Spanish (Spain)",
|
||||||
|
"path": "lang/es-es.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "it",
|
||||||
|
"name": "Italian (Italy)",
|
||||||
|
"path": "lang/it-it.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/login.jpg?raw=true",
|
||||||
|
"caption": "Login screen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/roll.jpg?raw=true",
|
||||||
|
"caption": "DicePicker and Roll and Keep"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/school.jpg?raw=true",
|
||||||
|
"caption": "Experience and School"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_pc.jpg?raw=true",
|
||||||
|
"caption": "PC sheet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_npc_army.jpg?raw=true",
|
||||||
|
"caption": "NPC and Army sheets"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/compendiums.jpg?raw=true",
|
||||||
|
"caption": "Compendiums"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,393 @@
|
|||||||
|
{
|
||||||
|
"id": "l5rx-chiaroscuro",
|
||||||
|
"title": "chiaroscuro - Legend of the Five Rings (5th Edition)",
|
||||||
|
"description": "This is an authorised multilingual game system En|Fr|Es, for Legend of the Five Rings (5th Edition) by <a href='https://edge-studio.net/'>Edge Studio</a> <p> - Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p> - Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e",
|
||||||
|
"readme": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/README.md",
|
||||||
|
"changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md",
|
||||||
|
"license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md",
|
||||||
|
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
|
||||||
|
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.13.4/raw/l5r5e.zip?job=build",
|
||||||
|
"version": "14.0.0",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": "13",
|
||||||
|
"verified": "14"
|
||||||
|
},
|
||||||
|
"socket": true,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Vlyan",
|
||||||
|
"discord": "Vlyan#6771",
|
||||||
|
"url": "https://ko-fi.com/vlyan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mandar",
|
||||||
|
"discord": "Mandar#3440"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Carter",
|
||||||
|
"discord": "Carter#2703",
|
||||||
|
"url": "https://fr.tipeee.com/carter-foundryvtt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Litasa",
|
||||||
|
"discord": "Litasa#3139"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"background": "systems/l5r5e/assets/l5r-header.webp",
|
||||||
|
"scripts": [],
|
||||||
|
"esmodules": [
|
||||||
|
"./scripts/main-l5r5e.js"
|
||||||
|
],
|
||||||
|
"styles": [
|
||||||
|
"./styles/l5r5e.css"
|
||||||
|
],
|
||||||
|
"packFolders": [
|
||||||
|
{
|
||||||
|
"name": "L5R5e System",
|
||||||
|
"color": "#9a0909",
|
||||||
|
"sorting": "m",
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "Character related",
|
||||||
|
"color": "#019806",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-peculiarities-distinctions",
|
||||||
|
"core-peculiarities-passions",
|
||||||
|
"core-peculiarities-adversities",
|
||||||
|
"core-peculiarities-anxieties",
|
||||||
|
"core-bonds",
|
||||||
|
"core-titles",
|
||||||
|
"core-journal-school-curriculum",
|
||||||
|
"core-journal-great-clans-presentation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Techniques",
|
||||||
|
"color": "#4b1eb3",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-techniques-kata",
|
||||||
|
"core-techniques-kiho",
|
||||||
|
"core-techniques-inversions",
|
||||||
|
"core-techniques-invocations",
|
||||||
|
"core-techniques-rituals",
|
||||||
|
"core-techniques-shuji",
|
||||||
|
"core-techniques-maho",
|
||||||
|
"core-techniques-ninjutsu",
|
||||||
|
"core-techniques-mantra",
|
||||||
|
"core-techniques-school",
|
||||||
|
"core-techniques-mastery"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Objects related",
|
||||||
|
"color": "#0985ae",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-properties",
|
||||||
|
"core-item-patterns",
|
||||||
|
"core-items",
|
||||||
|
"core-armors",
|
||||||
|
"core-weapons",
|
||||||
|
"core-signature-scrolls",
|
||||||
|
"core-celestial-implement-boons"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Helpers",
|
||||||
|
"color": "#6b3d1f",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-journal-conditions",
|
||||||
|
"core-journal-terrain-qualities",
|
||||||
|
"core-journal-opportunities"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tools",
|
||||||
|
"color": "#834949",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-name-tables",
|
||||||
|
"core-macros"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packs": [
|
||||||
|
{
|
||||||
|
"name": "core-properties",
|
||||||
|
"label": "Properties",
|
||||||
|
"path": "packs/core-properties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kata",
|
||||||
|
"label": "Techniques Kata",
|
||||||
|
"path": "packs/core-techniques-kata.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kiho",
|
||||||
|
"label": "Techniques Kihõ",
|
||||||
|
"path": "packs/core-techniques-kiho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-inversions",
|
||||||
|
"label": "Techniques Inversions",
|
||||||
|
"path": "packs/core-techniques-inversions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-invocations",
|
||||||
|
"label": "Techniques Invocations",
|
||||||
|
"path": "packs/core-techniques-invocations.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-rituals",
|
||||||
|
"label": "Techniques Rituals",
|
||||||
|
"path": "packs/core-techniques-rituals.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-shuji",
|
||||||
|
"label": "Techniques Shuji",
|
||||||
|
"path": "packs/core-techniques-shuji.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-maho",
|
||||||
|
"label": "Techniques Mahõ",
|
||||||
|
"path": "packs/core-techniques-maho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-ninjutsu",
|
||||||
|
"label": "Techniques Ninjutsu",
|
||||||
|
"path": "packs/core-techniques-ninjutsu.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mantra",
|
||||||
|
"label": "Techniques Mantra",
|
||||||
|
"path": "packs/core-techniques-mantra.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-school",
|
||||||
|
"label": "School Abilities",
|
||||||
|
"path": "packs/core-techniques-school.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mastery",
|
||||||
|
"label": "Mastery Abilities",
|
||||||
|
"path": "packs/core-techniques-mastery.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-items",
|
||||||
|
"label": "Items",
|
||||||
|
"path": "packs/core-items.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-armors",
|
||||||
|
"label": "Armors",
|
||||||
|
"path": "packs/core-armors.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-weapons",
|
||||||
|
"label": "Weapons",
|
||||||
|
"path": "packs/core-weapons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-distinctions",
|
||||||
|
"label": "Distinctions",
|
||||||
|
"path": "packs/core-peculiarities-distinctions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-passions",
|
||||||
|
"label": "Passions",
|
||||||
|
"path": "packs/core-peculiarities-passions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-adversities",
|
||||||
|
"label": "Adversities",
|
||||||
|
"path": "packs/core-peculiarities-adversities.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-anxieties",
|
||||||
|
"label": "Anxieties",
|
||||||
|
"path": "packs/core-peculiarities-anxieties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-bonds",
|
||||||
|
"label": "Bonds",
|
||||||
|
"path": "packs/core-bonds.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-titles",
|
||||||
|
"label": "Titles",
|
||||||
|
"path": "packs/core-titles.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-item-patterns",
|
||||||
|
"label": "Item Patterns",
|
||||||
|
"path": "packs/core-item-patterns.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-signature-scrolls",
|
||||||
|
"label": "Signature Scrolls",
|
||||||
|
"path": "packs/core-signature-scrolls.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-celestial-implement-boons",
|
||||||
|
"label": "Celestial Implement Boons",
|
||||||
|
"path": "packs/core-celestial-implement-boons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-school-curriculum",
|
||||||
|
"label": "School Curriculum",
|
||||||
|
"path": "packs/core-journal-school-curriculum.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-conditions",
|
||||||
|
"label": "Conditions",
|
||||||
|
"path": "packs/core-journal-conditions.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-terrain-qualities",
|
||||||
|
"label": "Terrain Qualities",
|
||||||
|
"path": "packs/core-journal-terrain-qualities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-great-clans-presentation",
|
||||||
|
"label": "Great Clans Presentation",
|
||||||
|
"path": "packs/core-journal-great-clans-presentation.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-opportunities",
|
||||||
|
"label": "Opportunities",
|
||||||
|
"path": "packs/core-journal-opportunities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-name-tables",
|
||||||
|
"label": "Name Tables",
|
||||||
|
"path": "packs/core-name-tables.db",
|
||||||
|
"type": "RollTable",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-macros",
|
||||||
|
"label": "L5R5E Macros",
|
||||||
|
"path": "packs/core-macros.db",
|
||||||
|
"type": "Macro",
|
||||||
|
"system": "l5r5e"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"lang": "en",
|
||||||
|
"name": "English",
|
||||||
|
"path": "lang/en-en.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "fr",
|
||||||
|
"name": "French (France)",
|
||||||
|
"path": "lang/fr-fr.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "es",
|
||||||
|
"name": "Spanish (Spain)",
|
||||||
|
"path": "lang/es-es.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "it",
|
||||||
|
"name": "Italian (Italy)",
|
||||||
|
"path": "lang/it-it.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/login.jpg?raw=true",
|
||||||
|
"caption": "Login screen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/roll.jpg?raw=true",
|
||||||
|
"caption": "DicePicker and Roll and Keep"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/school.jpg?raw=true",
|
||||||
|
"caption": "Experience and School"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_pc.jpg?raw=true",
|
||||||
|
"caption": "PC sheet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_npc_army.jpg?raw=true",
|
||||||
|
"caption": "NPC and Army sheets"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/compendiums.jpg?raw=true",
|
||||||
|
"caption": "Compendiums"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,393 @@
|
|||||||
|
{
|
||||||
|
"id": "l5rx-chiaroscuro",
|
||||||
|
"title": "Chiaroscuro - Legend of the Five Rings (5th Edition)",
|
||||||
|
"description": "This is an authorised multilingual game system En|Fr|Es, for Legend of the Five Rings (5th Edition) by <a href='https://edge-studio.net/'>Edge Studio</a> <p> - Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p> - Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e",
|
||||||
|
"readme": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/README.md",
|
||||||
|
"changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md",
|
||||||
|
"license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md",
|
||||||
|
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
|
||||||
|
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.13.4/raw/l5r5e.zip?job=build",
|
||||||
|
"version": "14.0.0",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": "13",
|
||||||
|
"verified": "14"
|
||||||
|
},
|
||||||
|
"socket": true,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Vlyan",
|
||||||
|
"discord": "Vlyan#6771",
|
||||||
|
"url": "https://ko-fi.com/vlyan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mandar",
|
||||||
|
"discord": "Mandar#3440"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Carter",
|
||||||
|
"discord": "Carter#2703",
|
||||||
|
"url": "https://fr.tipeee.com/carter-foundryvtt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Litasa",
|
||||||
|
"discord": "Litasa#3139"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"background": "systems/l5r5e/assets/l5r-header.webp",
|
||||||
|
"scripts": [],
|
||||||
|
"esmodules": [
|
||||||
|
"./scripts/main-l5r5e.js"
|
||||||
|
],
|
||||||
|
"styles": [
|
||||||
|
"./styles/l5r5e.css"
|
||||||
|
],
|
||||||
|
"packFolders": [
|
||||||
|
{
|
||||||
|
"name": "L5R5e System",
|
||||||
|
"color": "#9a0909",
|
||||||
|
"sorting": "m",
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "Character related",
|
||||||
|
"color": "#019806",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-peculiarities-distinctions",
|
||||||
|
"core-peculiarities-passions",
|
||||||
|
"core-peculiarities-adversities",
|
||||||
|
"core-peculiarities-anxieties",
|
||||||
|
"core-bonds",
|
||||||
|
"core-titles",
|
||||||
|
"core-journal-school-curriculum",
|
||||||
|
"core-journal-great-clans-presentation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Techniques",
|
||||||
|
"color": "#4b1eb3",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-techniques-kata",
|
||||||
|
"core-techniques-kiho",
|
||||||
|
"core-techniques-inversions",
|
||||||
|
"core-techniques-invocations",
|
||||||
|
"core-techniques-rituals",
|
||||||
|
"core-techniques-shuji",
|
||||||
|
"core-techniques-maho",
|
||||||
|
"core-techniques-ninjutsu",
|
||||||
|
"core-techniques-mantra",
|
||||||
|
"core-techniques-school",
|
||||||
|
"core-techniques-mastery"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Objects related",
|
||||||
|
"color": "#0985ae",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-properties",
|
||||||
|
"core-item-patterns",
|
||||||
|
"core-items",
|
||||||
|
"core-armors",
|
||||||
|
"core-weapons",
|
||||||
|
"core-signature-scrolls",
|
||||||
|
"core-celestial-implement-boons"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Helpers",
|
||||||
|
"color": "#6b3d1f",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-journal-conditions",
|
||||||
|
"core-journal-terrain-qualities",
|
||||||
|
"core-journal-opportunities"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tools",
|
||||||
|
"color": "#834949",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-name-tables",
|
||||||
|
"core-macros"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packs": [
|
||||||
|
{
|
||||||
|
"name": "core-properties",
|
||||||
|
"label": "Properties",
|
||||||
|
"path": "packs/core-properties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kata",
|
||||||
|
"label": "Techniques Kata",
|
||||||
|
"path": "packs/core-techniques-kata.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kiho",
|
||||||
|
"label": "Techniques Kihõ",
|
||||||
|
"path": "packs/core-techniques-kiho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-inversions",
|
||||||
|
"label": "Techniques Inversions",
|
||||||
|
"path": "packs/core-techniques-inversions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-invocations",
|
||||||
|
"label": "Techniques Invocations",
|
||||||
|
"path": "packs/core-techniques-invocations.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-rituals",
|
||||||
|
"label": "Techniques Rituals",
|
||||||
|
"path": "packs/core-techniques-rituals.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-shuji",
|
||||||
|
"label": "Techniques Shuji",
|
||||||
|
"path": "packs/core-techniques-shuji.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-maho",
|
||||||
|
"label": "Techniques Mahõ",
|
||||||
|
"path": "packs/core-techniques-maho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-ninjutsu",
|
||||||
|
"label": "Techniques Ninjutsu",
|
||||||
|
"path": "packs/core-techniques-ninjutsu.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mantra",
|
||||||
|
"label": "Techniques Mantra",
|
||||||
|
"path": "packs/core-techniques-mantra.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-school",
|
||||||
|
"label": "School Abilities",
|
||||||
|
"path": "packs/core-techniques-school.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mastery",
|
||||||
|
"label": "Mastery Abilities",
|
||||||
|
"path": "packs/core-techniques-mastery.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-items",
|
||||||
|
"label": "Items",
|
||||||
|
"path": "packs/core-items.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-armors",
|
||||||
|
"label": "Armors",
|
||||||
|
"path": "packs/core-armors.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-weapons",
|
||||||
|
"label": "Weapons",
|
||||||
|
"path": "packs/core-weapons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-distinctions",
|
||||||
|
"label": "Distinctions",
|
||||||
|
"path": "packs/core-peculiarities-distinctions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-passions",
|
||||||
|
"label": "Passions",
|
||||||
|
"path": "packs/core-peculiarities-passions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-adversities",
|
||||||
|
"label": "Adversities",
|
||||||
|
"path": "packs/core-peculiarities-adversities.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-anxieties",
|
||||||
|
"label": "Anxieties",
|
||||||
|
"path": "packs/core-peculiarities-anxieties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-bonds",
|
||||||
|
"label": "Bonds",
|
||||||
|
"path": "packs/core-bonds.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-titles",
|
||||||
|
"label": "Titles",
|
||||||
|
"path": "packs/core-titles.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-item-patterns",
|
||||||
|
"label": "Item Patterns",
|
||||||
|
"path": "packs/core-item-patterns.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-signature-scrolls",
|
||||||
|
"label": "Signature Scrolls",
|
||||||
|
"path": "packs/core-signature-scrolls.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-celestial-implement-boons",
|
||||||
|
"label": "Celestial Implement Boons",
|
||||||
|
"path": "packs/core-celestial-implement-boons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-school-curriculum",
|
||||||
|
"label": "School Curriculum",
|
||||||
|
"path": "packs/core-journal-school-curriculum.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-conditions",
|
||||||
|
"label": "Conditions",
|
||||||
|
"path": "packs/core-journal-conditions.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-terrain-qualities",
|
||||||
|
"label": "Terrain Qualities",
|
||||||
|
"path": "packs/core-journal-terrain-qualities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-great-clans-presentation",
|
||||||
|
"label": "Great Clans Presentation",
|
||||||
|
"path": "packs/core-journal-great-clans-presentation.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-opportunities",
|
||||||
|
"label": "Opportunities",
|
||||||
|
"path": "packs/core-journal-opportunities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-name-tables",
|
||||||
|
"label": "Name Tables",
|
||||||
|
"path": "packs/core-name-tables.db",
|
||||||
|
"type": "RollTable",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-macros",
|
||||||
|
"label": "L5R5E Macros",
|
||||||
|
"path": "packs/core-macros.db",
|
||||||
|
"type": "Macro",
|
||||||
|
"system": "l5r5e"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"lang": "en",
|
||||||
|
"name": "English",
|
||||||
|
"path": "lang/en-en.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "fr",
|
||||||
|
"name": "French (France)",
|
||||||
|
"path": "lang/fr-fr.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "es",
|
||||||
|
"name": "Spanish (Spain)",
|
||||||
|
"path": "lang/es-es.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "it",
|
||||||
|
"name": "Italian (Italy)",
|
||||||
|
"path": "lang/it-it.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/login.jpg?raw=true",
|
||||||
|
"caption": "Login screen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/roll.jpg?raw=true",
|
||||||
|
"caption": "DicePicker and Roll and Keep"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/school.jpg?raw=true",
|
||||||
|
"caption": "Experience and School"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_pc.jpg?raw=true",
|
||||||
|
"caption": "PC sheet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_npc_army.jpg?raw=true",
|
||||||
|
"caption": "NPC and Army sheets"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/compendiums.jpg?raw=true",
|
||||||
|
"caption": "Compendiums"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,393 @@
|
|||||||
|
{
|
||||||
|
"id": "l5rx-chiaroscuro",
|
||||||
|
"title": "Chiaroscuro - L5R",
|
||||||
|
"description": "This is an authorised multilingual game system En|Fr|Es, for Legend of the Five Rings (5th Edition) by <a href='https://edge-studio.net/'>Edge Studio</a> <p> - Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p> - Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e",
|
||||||
|
"readme": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/README.md",
|
||||||
|
"changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md",
|
||||||
|
"license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md",
|
||||||
|
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
|
||||||
|
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.13.4/raw/l5r5e.zip?job=build",
|
||||||
|
"version": "14.0.0",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": "13",
|
||||||
|
"verified": "14"
|
||||||
|
},
|
||||||
|
"socket": true,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Vlyan",
|
||||||
|
"discord": "Vlyan#6771",
|
||||||
|
"url": "https://ko-fi.com/vlyan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mandar",
|
||||||
|
"discord": "Mandar#3440"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Carter",
|
||||||
|
"discord": "Carter#2703",
|
||||||
|
"url": "https://fr.tipeee.com/carter-foundryvtt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Litasa",
|
||||||
|
"discord": "Litasa#3139"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"background": "systems/l5r5e/assets/l5r-header.webp",
|
||||||
|
"scripts": [],
|
||||||
|
"esmodules": [
|
||||||
|
"./scripts/main-l5r5e.js"
|
||||||
|
],
|
||||||
|
"styles": [
|
||||||
|
"./styles/l5r5e.css"
|
||||||
|
],
|
||||||
|
"packFolders": [
|
||||||
|
{
|
||||||
|
"name": "L5R5e System",
|
||||||
|
"color": "#9a0909",
|
||||||
|
"sorting": "m",
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "Character related",
|
||||||
|
"color": "#019806",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-peculiarities-distinctions",
|
||||||
|
"core-peculiarities-passions",
|
||||||
|
"core-peculiarities-adversities",
|
||||||
|
"core-peculiarities-anxieties",
|
||||||
|
"core-bonds",
|
||||||
|
"core-titles",
|
||||||
|
"core-journal-school-curriculum",
|
||||||
|
"core-journal-great-clans-presentation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Techniques",
|
||||||
|
"color": "#4b1eb3",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-techniques-kata",
|
||||||
|
"core-techniques-kiho",
|
||||||
|
"core-techniques-inversions",
|
||||||
|
"core-techniques-invocations",
|
||||||
|
"core-techniques-rituals",
|
||||||
|
"core-techniques-shuji",
|
||||||
|
"core-techniques-maho",
|
||||||
|
"core-techniques-ninjutsu",
|
||||||
|
"core-techniques-mantra",
|
||||||
|
"core-techniques-school",
|
||||||
|
"core-techniques-mastery"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Objects related",
|
||||||
|
"color": "#0985ae",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-properties",
|
||||||
|
"core-item-patterns",
|
||||||
|
"core-items",
|
||||||
|
"core-armors",
|
||||||
|
"core-weapons",
|
||||||
|
"core-signature-scrolls",
|
||||||
|
"core-celestial-implement-boons"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Helpers",
|
||||||
|
"color": "#6b3d1f",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-journal-conditions",
|
||||||
|
"core-journal-terrain-qualities",
|
||||||
|
"core-journal-opportunities"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tools",
|
||||||
|
"color": "#834949",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-name-tables",
|
||||||
|
"core-macros"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packs": [
|
||||||
|
{
|
||||||
|
"name": "core-properties",
|
||||||
|
"label": "Properties",
|
||||||
|
"path": "packs/core-properties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kata",
|
||||||
|
"label": "Techniques Kata",
|
||||||
|
"path": "packs/core-techniques-kata.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kiho",
|
||||||
|
"label": "Techniques Kihõ",
|
||||||
|
"path": "packs/core-techniques-kiho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-inversions",
|
||||||
|
"label": "Techniques Inversions",
|
||||||
|
"path": "packs/core-techniques-inversions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-invocations",
|
||||||
|
"label": "Techniques Invocations",
|
||||||
|
"path": "packs/core-techniques-invocations.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-rituals",
|
||||||
|
"label": "Techniques Rituals",
|
||||||
|
"path": "packs/core-techniques-rituals.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-shuji",
|
||||||
|
"label": "Techniques Shuji",
|
||||||
|
"path": "packs/core-techniques-shuji.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-maho",
|
||||||
|
"label": "Techniques Mahõ",
|
||||||
|
"path": "packs/core-techniques-maho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-ninjutsu",
|
||||||
|
"label": "Techniques Ninjutsu",
|
||||||
|
"path": "packs/core-techniques-ninjutsu.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mantra",
|
||||||
|
"label": "Techniques Mantra",
|
||||||
|
"path": "packs/core-techniques-mantra.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-school",
|
||||||
|
"label": "School Abilities",
|
||||||
|
"path": "packs/core-techniques-school.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mastery",
|
||||||
|
"label": "Mastery Abilities",
|
||||||
|
"path": "packs/core-techniques-mastery.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-items",
|
||||||
|
"label": "Items",
|
||||||
|
"path": "packs/core-items.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-armors",
|
||||||
|
"label": "Armors",
|
||||||
|
"path": "packs/core-armors.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-weapons",
|
||||||
|
"label": "Weapons",
|
||||||
|
"path": "packs/core-weapons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-distinctions",
|
||||||
|
"label": "Distinctions",
|
||||||
|
"path": "packs/core-peculiarities-distinctions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-passions",
|
||||||
|
"label": "Passions",
|
||||||
|
"path": "packs/core-peculiarities-passions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-adversities",
|
||||||
|
"label": "Adversities",
|
||||||
|
"path": "packs/core-peculiarities-adversities.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-anxieties",
|
||||||
|
"label": "Anxieties",
|
||||||
|
"path": "packs/core-peculiarities-anxieties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-bonds",
|
||||||
|
"label": "Bonds",
|
||||||
|
"path": "packs/core-bonds.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-titles",
|
||||||
|
"label": "Titles",
|
||||||
|
"path": "packs/core-titles.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-item-patterns",
|
||||||
|
"label": "Item Patterns",
|
||||||
|
"path": "packs/core-item-patterns.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-signature-scrolls",
|
||||||
|
"label": "Signature Scrolls",
|
||||||
|
"path": "packs/core-signature-scrolls.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-celestial-implement-boons",
|
||||||
|
"label": "Celestial Implement Boons",
|
||||||
|
"path": "packs/core-celestial-implement-boons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-school-curriculum",
|
||||||
|
"label": "School Curriculum",
|
||||||
|
"path": "packs/core-journal-school-curriculum.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-conditions",
|
||||||
|
"label": "Conditions",
|
||||||
|
"path": "packs/core-journal-conditions.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-terrain-qualities",
|
||||||
|
"label": "Terrain Qualities",
|
||||||
|
"path": "packs/core-journal-terrain-qualities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-great-clans-presentation",
|
||||||
|
"label": "Great Clans Presentation",
|
||||||
|
"path": "packs/core-journal-great-clans-presentation.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-opportunities",
|
||||||
|
"label": "Opportunities",
|
||||||
|
"path": "packs/core-journal-opportunities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-name-tables",
|
||||||
|
"label": "Name Tables",
|
||||||
|
"path": "packs/core-name-tables.db",
|
||||||
|
"type": "RollTable",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-macros",
|
||||||
|
"label": "L5R5E Macros",
|
||||||
|
"path": "packs/core-macros.db",
|
||||||
|
"type": "Macro",
|
||||||
|
"system": "l5r5e"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"lang": "en",
|
||||||
|
"name": "English",
|
||||||
|
"path": "lang/en-en.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "fr",
|
||||||
|
"name": "French (France)",
|
||||||
|
"path": "lang/fr-fr.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "es",
|
||||||
|
"name": "Spanish (Spain)",
|
||||||
|
"path": "lang/es-es.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "it",
|
||||||
|
"name": "Italian (Italy)",
|
||||||
|
"path": "lang/it-it.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/login.jpg?raw=true",
|
||||||
|
"caption": "Login screen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/roll.jpg?raw=true",
|
||||||
|
"caption": "DicePicker and Roll and Keep"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/school.jpg?raw=true",
|
||||||
|
"caption": "Experience and School"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_pc.jpg?raw=true",
|
||||||
|
"caption": "PC sheet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_npc_army.jpg?raw=true",
|
||||||
|
"caption": "NPC and Army sheets"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/compendiums.jpg?raw=true",
|
||||||
|
"caption": "Compendiums"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,393 @@
|
|||||||
|
{
|
||||||
|
"id": "l5rx-chiaroscuro",
|
||||||
|
"title": "Chiaroscuro - L5R",
|
||||||
|
"description": "This is an authorised multilingual game system En|Fr|Es, for Legend of the Five Rings (5th Edition) by <a href='https://edge-studio.net/'>Edge Studio</a> <p> - Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p> - Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e",
|
||||||
|
"readme": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/README.md",
|
||||||
|
"changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md",
|
||||||
|
"license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md",
|
||||||
|
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
|
||||||
|
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.13.4/raw/l5r5e.zip?job=build",
|
||||||
|
"version": "14.0.0",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": "13",
|
||||||
|
"verified": "14"
|
||||||
|
},
|
||||||
|
"socket": true,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Vlyan",
|
||||||
|
"discord": "Vlyan#6771",
|
||||||
|
"url": "https://ko-fi.com/vlyan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mandar",
|
||||||
|
"discord": "Mandar#3440"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Carter",
|
||||||
|
"discord": "Carter#2703",
|
||||||
|
"url": "https://fr.tipeee.com/carter-foundryvtt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Litasa",
|
||||||
|
"discord": "Litasa#3139"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"background": "systems/l5r5e/assets/l5r-header.webp",
|
||||||
|
"scripts": [],
|
||||||
|
"esmodules": [
|
||||||
|
"./scripts/main-l5r5e.js"
|
||||||
|
],
|
||||||
|
"styles": [
|
||||||
|
"./styles/l5r5e.css"
|
||||||
|
],
|
||||||
|
"packFolders": [
|
||||||
|
{
|
||||||
|
"name": "L5R5e System",
|
||||||
|
"color": "#9a0909",
|
||||||
|
"sorting": "m",
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "Character related",
|
||||||
|
"color": "#019806",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-peculiarities-distinctions",
|
||||||
|
"core-peculiarities-passions",
|
||||||
|
"core-peculiarities-adversities",
|
||||||
|
"core-peculiarities-anxieties",
|
||||||
|
"core-bonds",
|
||||||
|
"core-titles",
|
||||||
|
"core-journal-school-curriculum",
|
||||||
|
"core-journal-great-clans-presentation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Techniques",
|
||||||
|
"color": "#4b1eb3",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-techniques-kata",
|
||||||
|
"core-techniques-kiho",
|
||||||
|
"core-techniques-inversions",
|
||||||
|
"core-techniques-invocations",
|
||||||
|
"core-techniques-rituals",
|
||||||
|
"core-techniques-shuji",
|
||||||
|
"core-techniques-maho",
|
||||||
|
"core-techniques-ninjutsu",
|
||||||
|
"core-techniques-mantra",
|
||||||
|
"core-techniques-school",
|
||||||
|
"core-techniques-mastery"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Objects related",
|
||||||
|
"color": "#0985ae",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-properties",
|
||||||
|
"core-item-patterns",
|
||||||
|
"core-items",
|
||||||
|
"core-armors",
|
||||||
|
"core-weapons",
|
||||||
|
"core-signature-scrolls",
|
||||||
|
"core-celestial-implement-boons"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Helpers",
|
||||||
|
"color": "#6b3d1f",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-journal-conditions",
|
||||||
|
"core-journal-terrain-qualities",
|
||||||
|
"core-journal-opportunities"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tools",
|
||||||
|
"color": "#834949",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-name-tables",
|
||||||
|
"core-macros"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packs": [
|
||||||
|
{
|
||||||
|
"name": "core-properties",
|
||||||
|
"label": "Properties",
|
||||||
|
"path": "packs/core-properties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kata",
|
||||||
|
"label": "Techniques Kata",
|
||||||
|
"path": "packs/core-techniques-kata.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kiho",
|
||||||
|
"label": "Techniques Kihõ",
|
||||||
|
"path": "packs/core-techniques-kiho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-inversions",
|
||||||
|
"label": "Techniques Inversions",
|
||||||
|
"path": "packs/core-techniques-inversions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-invocations",
|
||||||
|
"label": "Techniques Invocations",
|
||||||
|
"path": "packs/core-techniques-invocations.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-rituals",
|
||||||
|
"label": "Techniques Rituals",
|
||||||
|
"path": "packs/core-techniques-rituals.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-shuji",
|
||||||
|
"label": "Techniques Shuji",
|
||||||
|
"path": "packs/core-techniques-shuji.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-maho",
|
||||||
|
"label": "Techniques Mahõ",
|
||||||
|
"path": "packs/core-techniques-maho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-ninjutsu",
|
||||||
|
"label": "Techniques Ninjutsu",
|
||||||
|
"path": "packs/core-techniques-ninjutsu.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mantra",
|
||||||
|
"label": "Techniques Mantra",
|
||||||
|
"path": "packs/core-techniques-mantra.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-school",
|
||||||
|
"label": "School Abilities",
|
||||||
|
"path": "packs/core-techniques-school.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mastery",
|
||||||
|
"label": "Mastery Abilities",
|
||||||
|
"path": "packs/core-techniques-mastery.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-items",
|
||||||
|
"label": "Items",
|
||||||
|
"path": "packs/core-items.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-armors",
|
||||||
|
"label": "Armors",
|
||||||
|
"path": "packs/core-armors.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-weapons",
|
||||||
|
"label": "Weapons",
|
||||||
|
"path": "packs/core-weapons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-distinctions",
|
||||||
|
"label": "Distinctions",
|
||||||
|
"path": "packs/core-peculiarities-distinctions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-passions",
|
||||||
|
"label": "Passions",
|
||||||
|
"path": "packs/core-peculiarities-passions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-adversities",
|
||||||
|
"label": "Adversities",
|
||||||
|
"path": "packs/core-peculiarities-adversities.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-anxieties",
|
||||||
|
"label": "Anxieties",
|
||||||
|
"path": "packs/core-peculiarities-anxieties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-bonds",
|
||||||
|
"label": "Bonds",
|
||||||
|
"path": "packs/core-bonds.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-titles",
|
||||||
|
"label": "Titles",
|
||||||
|
"path": "packs/core-titles.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-item-patterns",
|
||||||
|
"label": "Item Patterns",
|
||||||
|
"path": "packs/core-item-patterns.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-signature-scrolls",
|
||||||
|
"label": "Signature Scrolls",
|
||||||
|
"path": "packs/core-signature-scrolls.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-celestial-implement-boons",
|
||||||
|
"label": "Celestial Implement Boons",
|
||||||
|
"path": "packs/core-celestial-implement-boons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-school-curriculum",
|
||||||
|
"label": "School Curriculum",
|
||||||
|
"path": "packs/core-journal-school-curriculum.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-conditions",
|
||||||
|
"label": "Conditions",
|
||||||
|
"path": "packs/core-journal-conditions.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-terrain-qualities",
|
||||||
|
"label": "Terrain Qualities",
|
||||||
|
"path": "packs/core-journal-terrain-qualities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-great-clans-presentation",
|
||||||
|
"label": "Great Clans Presentation",
|
||||||
|
"path": "packs/core-journal-great-clans-presentation.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-opportunities",
|
||||||
|
"label": "Opportunities",
|
||||||
|
"path": "packs/core-journal-opportunities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-name-tables",
|
||||||
|
"label": "Name Tables",
|
||||||
|
"path": "packs/core-name-tables.db",
|
||||||
|
"type": "RollTable",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-macros",
|
||||||
|
"label": "L5R5E Macros",
|
||||||
|
"path": "packs/core-macros.db",
|
||||||
|
"type": "Macro",
|
||||||
|
"system": "l5r5e"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"lang": "en",
|
||||||
|
"name": "English",
|
||||||
|
"path": "lang/en-en.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "fr",
|
||||||
|
"name": "French (France)",
|
||||||
|
"path": "lang/fr-fr.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "es",
|
||||||
|
"name": "Spanish (Spain)",
|
||||||
|
"path": "lang/es-es.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "it",
|
||||||
|
"name": "Italian (Italy)",
|
||||||
|
"path": "lang/it-it.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/login.jpg?raw=true",
|
||||||
|
"caption": "Login screen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/roll.jpg?raw=true",
|
||||||
|
"caption": "DicePicker and Roll and Keep"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/school.jpg?raw=true",
|
||||||
|
"caption": "Experience and School"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_pc.jpg?raw=true",
|
||||||
|
"caption": "PC sheet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_npc_army.jpg?raw=true",
|
||||||
|
"caption": "NPC and Army sheets"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/compendiums.jpg?raw=true",
|
||||||
|
"caption": "Compendiums"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,393 @@
|
|||||||
|
{
|
||||||
|
"id": "l5rx-chiaroscuro",
|
||||||
|
"title": "Chiaroscuro - L5R",
|
||||||
|
"description": "This is an authorised multilingual game system En|Fr|Es, for Legend of the Five Rings (5th Edition) by <a href='https://edge-studio.net/'>Edge Studio</a> <p> - Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p> - Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e",
|
||||||
|
"readme": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/README.md",
|
||||||
|
"changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md",
|
||||||
|
"license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md",
|
||||||
|
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
|
||||||
|
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.13.4/raw/l5r5e.zip?job=build",
|
||||||
|
"version": "14.0.0",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": "13",
|
||||||
|
"verified": "14"
|
||||||
|
},
|
||||||
|
"socket": true,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Vlyan",
|
||||||
|
"discord": "Vlyan#6771",
|
||||||
|
"url": "https://ko-fi.com/vlyan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mandar",
|
||||||
|
"discord": "Mandar#3440"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Carter",
|
||||||
|
"discord": "Carter#2703",
|
||||||
|
"url": "https://fr.tipeee.com/carter-foundryvtt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Litasa",
|
||||||
|
"discord": "Litasa#3139"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"background": "systems/l5r5e/assets/l5r-header.webp",
|
||||||
|
"scripts": [],
|
||||||
|
"esmodules": [
|
||||||
|
"./scripts/main-l5r5e.js"
|
||||||
|
],
|
||||||
|
"styles": [
|
||||||
|
"./styles/l5r5e.css"
|
||||||
|
],
|
||||||
|
"packFolders": [
|
||||||
|
{
|
||||||
|
"name": "L5R5e System",
|
||||||
|
"color": "#9a0909",
|
||||||
|
"sorting": "m",
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "Character related",
|
||||||
|
"color": "#019806",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-peculiarities-distinctions",
|
||||||
|
"core-peculiarities-passions",
|
||||||
|
"core-peculiarities-adversities",
|
||||||
|
"core-peculiarities-anxieties",
|
||||||
|
"core-bonds",
|
||||||
|
"core-titles",
|
||||||
|
"core-journal-school-curriculum",
|
||||||
|
"core-journal-great-clans-presentation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Techniques",
|
||||||
|
"color": "#4b1eb3",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-techniques-kata",
|
||||||
|
"core-techniques-kiho",
|
||||||
|
"core-techniques-inversions",
|
||||||
|
"core-techniques-invocations",
|
||||||
|
"core-techniques-rituals",
|
||||||
|
"core-techniques-shuji",
|
||||||
|
"core-techniques-maho",
|
||||||
|
"core-techniques-ninjutsu",
|
||||||
|
"core-techniques-mantra",
|
||||||
|
"core-techniques-school",
|
||||||
|
"core-techniques-mastery"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Objects related",
|
||||||
|
"color": "#0985ae",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-properties",
|
||||||
|
"core-item-patterns",
|
||||||
|
"core-items",
|
||||||
|
"core-armors",
|
||||||
|
"core-weapons",
|
||||||
|
"core-signature-scrolls",
|
||||||
|
"core-celestial-implement-boons"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Helpers",
|
||||||
|
"color": "#6b3d1f",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-journal-conditions",
|
||||||
|
"core-journal-terrain-qualities",
|
||||||
|
"core-journal-opportunities"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tools",
|
||||||
|
"color": "#834949",
|
||||||
|
"sorting": "m",
|
||||||
|
"packs": [
|
||||||
|
"core-name-tables",
|
||||||
|
"core-macros"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packs": [
|
||||||
|
{
|
||||||
|
"name": "core-properties",
|
||||||
|
"label": "Properties",
|
||||||
|
"path": "packs/core-properties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kata",
|
||||||
|
"label": "Techniques Kata",
|
||||||
|
"path": "packs/core-techniques-kata.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-kiho",
|
||||||
|
"label": "Techniques Kihõ",
|
||||||
|
"path": "packs/core-techniques-kiho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-inversions",
|
||||||
|
"label": "Techniques Inversions",
|
||||||
|
"path": "packs/core-techniques-inversions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-invocations",
|
||||||
|
"label": "Techniques Invocations",
|
||||||
|
"path": "packs/core-techniques-invocations.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-rituals",
|
||||||
|
"label": "Techniques Rituals",
|
||||||
|
"path": "packs/core-techniques-rituals.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-shuji",
|
||||||
|
"label": "Techniques Shuji",
|
||||||
|
"path": "packs/core-techniques-shuji.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-maho",
|
||||||
|
"label": "Techniques Mahõ",
|
||||||
|
"path": "packs/core-techniques-maho.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-ninjutsu",
|
||||||
|
"label": "Techniques Ninjutsu",
|
||||||
|
"path": "packs/core-techniques-ninjutsu.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mantra",
|
||||||
|
"label": "Techniques Mantra",
|
||||||
|
"path": "packs/core-techniques-mantra.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-school",
|
||||||
|
"label": "School Abilities",
|
||||||
|
"path": "packs/core-techniques-school.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-techniques-mastery",
|
||||||
|
"label": "Mastery Abilities",
|
||||||
|
"path": "packs/core-techniques-mastery.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-items",
|
||||||
|
"label": "Items",
|
||||||
|
"path": "packs/core-items.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-armors",
|
||||||
|
"label": "Armors",
|
||||||
|
"path": "packs/core-armors.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-weapons",
|
||||||
|
"label": "Weapons",
|
||||||
|
"path": "packs/core-weapons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-distinctions",
|
||||||
|
"label": "Distinctions",
|
||||||
|
"path": "packs/core-peculiarities-distinctions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-passions",
|
||||||
|
"label": "Passions",
|
||||||
|
"path": "packs/core-peculiarities-passions.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-adversities",
|
||||||
|
"label": "Adversities",
|
||||||
|
"path": "packs/core-peculiarities-adversities.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-peculiarities-anxieties",
|
||||||
|
"label": "Anxieties",
|
||||||
|
"path": "packs/core-peculiarities-anxieties.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-bonds",
|
||||||
|
"label": "Bonds",
|
||||||
|
"path": "packs/core-bonds.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-titles",
|
||||||
|
"label": "Titles",
|
||||||
|
"path": "packs/core-titles.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-item-patterns",
|
||||||
|
"label": "Item Patterns",
|
||||||
|
"path": "packs/core-item-patterns.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-signature-scrolls",
|
||||||
|
"label": "Signature Scrolls",
|
||||||
|
"path": "packs/core-signature-scrolls.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-celestial-implement-boons",
|
||||||
|
"label": "Celestial Implement Boons",
|
||||||
|
"path": "packs/core-celestial-implement-boons.db",
|
||||||
|
"type": "Item",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-school-curriculum",
|
||||||
|
"label": "School Curriculum",
|
||||||
|
"path": "packs/core-journal-school-curriculum.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-conditions",
|
||||||
|
"label": "Conditions",
|
||||||
|
"path": "packs/core-journal-conditions.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-terrain-qualities",
|
||||||
|
"label": "Terrain Qualities",
|
||||||
|
"path": "packs/core-journal-terrain-qualities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-great-clans-presentation",
|
||||||
|
"label": "Great Clans Presentation",
|
||||||
|
"path": "packs/core-journal-great-clans-presentation.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-journal-opportunities",
|
||||||
|
"label": "Opportunities",
|
||||||
|
"path": "packs/core-journal-opportunities.db",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-name-tables",
|
||||||
|
"label": "Name Tables",
|
||||||
|
"path": "packs/core-name-tables.db",
|
||||||
|
"type": "RollTable",
|
||||||
|
"system": "l5r5e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "core-macros",
|
||||||
|
"label": "L5R5E Macros",
|
||||||
|
"path": "packs/core-macros.db",
|
||||||
|
"type": "Macro",
|
||||||
|
"system": "l5r5e"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"lang": "en",
|
||||||
|
"name": "English",
|
||||||
|
"path": "lang/en-en.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "fr",
|
||||||
|
"name": "French (France)",
|
||||||
|
"path": "lang/fr-fr.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "es",
|
||||||
|
"name": "Spanish (Spain)",
|
||||||
|
"path": "lang/es-es.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "it",
|
||||||
|
"name": "Italian (Italy)",
|
||||||
|
"path": "lang/it-it.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/login.jpg?raw=true",
|
||||||
|
"caption": "Login screen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/roll.jpg?raw=true",
|
||||||
|
"caption": "DicePicker and Roll and Keep"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/school.jpg?raw=true",
|
||||||
|
"caption": "Experience and School"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_pc.jpg?raw=true",
|
||||||
|
"caption": "PC sheet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_npc_army.jpg?raw=true",
|
||||||
|
"caption": "NPC and Army sheets"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "screenshot",
|
||||||
|
"url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/compendiums.jpg?raw=true",
|
||||||
|
"caption": "Compendiums"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
Created by potrace 1.15, written by Peter Selinger 2001-2017
|
Created by potrace 1.15, written by Peter Selinger 2001-2017
|
||||||
</metadata>
|
</metadata>
|
||||||
<g transform="translate(0.000000,1264.000000) scale(0.100000,-0.100000)"
|
<g transform="translate(0.000000,1264.000000) scale(0.100000,-0.100000)"
|
||||||
fill="#000000" stroke="none">
|
fill="currentColor" stroke="none">
|
||||||
<path d="M5925 12625 c-248 -21 -380 -39 -378 -51 1 -7 -56 -18 -148 -29 -83
|
<path d="M5925 12625 c-248 -21 -380 -39 -378 -51 1 -7 -56 -18 -148 -29 -83
|
||||||
-9 -190 -25 -237 -35 -244 -53 -454 -105 -602 -151 -91 -28 -210 -64 -264 -81
|
-9 -190 -25 -237 -35 -244 -53 -454 -105 -602 -151 -91 -28 -210 -64 -264 -81
|
||||||
-465 -138 -1038 -415 -1493 -719 -234 -157 -585 -429 -773 -600 -215 -196
|
-465 -138 -1038 -415 -1493 -719 -234 -157 -585 -429 -773 -600 -215 -196
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 29 KiB |
@@ -0,0 +1,2 @@
|
|||||||
|
All original conditions icons was made by Nikotka.
|
||||||
|
Altered by Vlyan to be more visible in FoundryVTT.
|
||||||
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 24 KiB |
@@ -0,0 +1,525 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{display:none;}
|
||||||
|
.st1{display:inline;}
|
||||||
|
.st2{fill:#FFFFFF;}
|
||||||
|
.st3{display:inline;fill:none;}
|
||||||
|
.st4{font-family:'L5R-Icons';}
|
||||||
|
.st5{font-size:480px;}
|
||||||
|
.st6{fill:#699678;}
|
||||||
|
.st7{fill:#917896;}
|
||||||
|
.st8{fill:#9B7350;}
|
||||||
|
.st9{fill:#5F919B;}
|
||||||
|
.st10{fill:#4B4641;}
|
||||||
|
.st11{fill:#A75B58;}
|
||||||
|
.st12{fill:#68829B;}
|
||||||
|
.st13{fill:#D38048;}
|
||||||
|
.st14{fill:#999999;}
|
||||||
|
.st15{fill:none;}
|
||||||
|
.st16{fill:#78FFB4;}
|
||||||
|
.st17{fill:#785A87;}
|
||||||
|
.st18{fill:#9B463C;}
|
||||||
|
.st19{fill:#B9784B;}
|
||||||
|
.st20{fill:#2D551E;}
|
||||||
|
.st21{fill:#A08C50;}
|
||||||
|
.st22{fill:#55826E;}
|
||||||
|
.st23{fill:#82828C;}
|
||||||
|
.st24{fill:#789191;}
|
||||||
|
.st25{fill:#75655A;}
|
||||||
|
</style>
|
||||||
|
<g id="Fond" class="st0">
|
||||||
|
<g transform="translate(0,0)" class="st1">
|
||||||
|
<path class="st2" d="M249.9,18.6c-81.4,0-231.4,155.8-171.7,300.7c8,25.3,27.9,50.3,49.2,77.1c24.5,30.6,51.6,63.2,68.7,96.9h20.6
|
||||||
|
c-18.1-39.8-48.6-75.9-74.6-108.5c-27.4-34.3-48.8-65.3-48.8-88c0-3.6,0.4-7.3,1.1-11.1h-0.1c0.3-1.2,0.6-2.5,0.9-3.7
|
||||||
|
c0.9-3.8,2.1-7.6,3.7-11.4c23.1-61.4,94.2-106.3,146.6-135l3.6-2l3.9,1.3c60.9,20.9,131.3,66.8,156,135.8c1.1,3,2.1,6,2.9,9
|
||||||
|
c0.4,1.4,0.8,2.8,1.2,4.3h-0.2c1.1,5.1,1.7,10.2,1.7,15.2l0,0c0,22.3-24.4,53.5-55,87.5c-29.1,32.3-62.3,67.6-80,106.6H300
|
||||||
|
c16.8-32.1,46.2-64,73.3-94.1c23.1-25.7,45.3-50,54.9-74.9C481,200.2,329,18.7,249.9,18.6L249.9,18.6z M250.7,154
|
||||||
|
c-38.7,21.5-85,52.2-113.6,88.2c9.7,83,59,146.2,118.3,146.2c59.1,0,108.2-62.7,118.2-145.3C344.7,200.9,295.6,170.1,250.7,154
|
||||||
|
L250.7,154z M192.5,237c0.8,0,1.6,0,2.4,0c13,0.1,26,2.7,39.1,7.4c-16.8,40.6-59,42-78.1,0C168.1,239.6,180.3,237.2,192.5,237z
|
||||||
|
M317.4,237c13-0.1,26,2.3,39.1,7.4c-19.1,42-61.3,40.6-78.1,0C291.3,239.7,304.4,237.1,317.4,237L317.4,237z M204.6,512l0.1,0.3
|
||||||
|
h86.8l0.1-0.3H204.6L204.6,512z"/>
|
||||||
|
</g>
|
||||||
|
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st1 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Elements" class="st0">
|
||||||
|
<g id="Earth" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st6" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M438.3,181.8c-10.3-24.1-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||||
|
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,5.3,0.2,10.6,0.7,15.9
|
||||||
|
s1,10.6,1.6,15.9l4.2-0.5c5.9-4.4,11.4-9.3,16.4-14.8s9.7-11.3,14.1-17.6c5.3,0.9,10.8,0.8,16.4-0.5c5.6-1.2,10.6-4.8,15-10.8
|
||||||
|
l55.8-75.9l16.4,22l75-83.9L309,145c4.1,4.4,7.4,9.4,10.1,15s6,10.8,10.1,15.5c5.3,6.3,10.9,12.4,16.6,18.5
|
||||||
|
c5.8,6.1,12.1,11.6,19,16.6l8.4,6.6l21.1-12.2c7.2,17.5,15.2,34.7,24.1,51.6s18.7,33.6,29.3,50.2c2.2-7.8,3.8-15.7,4.7-23.7
|
||||||
|
s1.4-16.2,1.4-24.6C453.8,231.5,448.7,205.8,438.3,181.8z M162.3,231.9l37-19.2l-15.9-19.2L162.3,231.9z M313.7,234.3l28.6,47.3
|
||||||
|
c5-4.7,9.6-10.5,13.8-17.3c4.2-6.9,8.2-14.5,12-23L288.3,156l-34.7,227.3L313.7,234.3z M405.1,277.4c0.9-2.8,2.3-5.6,4.2-8.4
|
||||||
|
l-20.6-37h-1.9l6.1,75c3.1-2.2,5.6-5.2,7.5-9.1s3-7.9,3.3-12C403.7,283,404.1,280.2,405.1,277.4z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Air" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st7" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-50.9,48-71.3c20.5-20.3,44.3-36.4,71.5-48.3
|
||||||
|
C195.8,39.4,225,33.5,256,33.5s60.2,5.9,87.7,17.8c27.2,11.9,51,28,71.5,48.3s36.5,44.1,48,71.3c11.9,27.5,17.8,56.7,17.8,87.7
|
||||||
|
s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48c-27.5,11.9-56.7,17.8-87.7,17.8
|
||||||
|
s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5C36.9,318.8,31,289.6,31,258.6z M138.8,314
|
||||||
|
c-11.9-5.6-22.6-13.2-32.1-22.7S89,270.1,82.1,256.4c-7.2-13.7-13-29.8-17.3-48.3c-2.2,8.1-3.8,16.4-4.9,24.8
|
||||||
|
c-1.1,8.4-1.6,17-1.6,25.8c0,3.1,0.1,6.2,0.2,9.1c0.2,3,0.4,5.9,0.7,8.7C77.9,293,97,306,116.5,315.4s39.6,12.8,60.2,10.3
|
||||||
|
C163,323.2,150.4,319.3,138.8,314z M443.3,194.7c-7-20.2-16.8-38.5-29.3-55.1c-20.9-14.1-43.3-21.9-67-23.4
|
||||||
|
c-23.8-1.6-46,1.4-66.8,8.9c-20.8,7.5-38.5,18.6-53.2,33.3s-23.4,31.3-26.3,49.7c-1.6,10.9,3,21.6,13.6,31.9
|
||||||
|
c10.6,10.3,21.4,15.6,32.3,15.9c8.4,0.3,16.5-3,24.1-9.8c7.7-6.9,12-14.4,12.9-22.5c0.6-5.9-0.8-11.7-4.2-17.3
|
||||||
|
c-3.4-5.6-8.9-9.4-16.4-11.3c-4.1-0.9-8.5-0.2-13.4,2.1c-4.8,2.3-7.7,5.7-8.7,10.1c-1.3,4.7-1.1,8.4,0.5,11.3
|
||||||
|
c1.6,2.8,4.2,4.2,8,4.2c3.4,0.3,6.3-0.8,8.7-3.3c2.3-2.5,0.5-5.9-5.4-10.3c5.9-0.3,10.3,1.3,13.1,4.9c2.8,3.6,3.6,9.1,2.3,16.6
|
||||||
|
c-0.6,4.1-3.4,7.2-8.4,9.4s-9.5,3-13.6,2.3c-7.2-1.2-13.8-5.2-19.7-11.7c-5.9-6.6-8.9-13.4-8.9-20.6c0-9.4,3.8-18.8,11.3-28.1
|
||||||
|
s15.9-14.4,25.3-15c12.8-0.9,24.8,1.1,35.9,6.1s18.5,19.8,22.3,44.5c5.9-11.3,14.5-19.2,25.8-23.9s22.7-5.7,34.2-3
|
||||||
|
c11.6,2.7,22,9.3,31.4,19.9c9.1,10.3,14.2,25,15.5,44.1c0.9,12.2-1.7,23.9-8,35.2c-5.9,11.3-13.8,20.7-23.7,28.4
|
||||||
|
c-9.8,7.7-20.7,12.6-32.6,14.8c-11.9,2.5-23.1,0.9-33.8-4.7c2.5,20-0.9,35.9-10.3,47.8c-9.4,11.6-21.6,18.8-36.6,21.8
|
||||||
|
s-31.3,1.3-48.8-4.9c-17.2-6.2-32.3-17.3-45.5-33.3c-1.3-1.2-3.2-1.8-5.9-1.6c-2.7,0.2-4.6,1-5.9,2.6l-5.6,8.4
|
||||||
|
c-17.8-6.2-35.2-16.4-52.3-30.5c-17-14.1-33.8-30.9-50.4-50.6c3.8,23.8,11.3,45.9,22.5,66.6c11.6,20.6,26.1,38.5,43.6,53.7
|
||||||
|
s37.2,27,59.1,35.4c22.2,8.8,45.8,13.1,70.8,13.1c27.2,0,52.8-5.2,76.9-15.5s45.1-24.4,63-42.4c18-18,32.1-39,42.4-63
|
||||||
|
c10.3-24.1,15.5-49.7,15.5-76.9C453.8,236.1,450.3,214.8,443.3,194.7z M147.7,93.2c-7.2,4.7-14.1,9.8-20.6,15.5
|
||||||
|
s-12.8,11.7-18.8,18.3c-4.4,35.6-3.6,64.1,2.3,85.3c5.6,21.3,14.9,37.6,27.9,49s28.8,18.8,47.6,22.3c18.4,3.4,38.1,5,59.1,4.7
|
||||||
|
c-26.6-4.1-48.1-11.6-64.7-22.5c-16.3-10.9-28.1-24.8-35.4-41.5s-10.5-36.2-9.6-58.4C136.2,143.7,140.2,119.4,147.7,93.2z
|
||||||
|
M309.4,68.1c-10.9-3-22.2-5.1-33.8-6.3C256,69,239.1,77.1,225.1,86.1c-13.8,9.4-24.8,19.8-33,31.4
|
||||||
|
c-8.3,11.6-13.5,24.1-15.7,37.5c-2.5,13.8-2.2,28.4,0.9,44.1c1.6-16.9,5.8-32.2,12.7-45.9c7.2-14.1,17.4-26.1,30.7-36.1
|
||||||
|
s29.9-18.1,49.9-24.4c20-6.6,43.4-10.8,70.3-12.7C330.8,75.1,320.4,71.1,309.4,68.1z M264,317.2c-3.1,2.8-5.2,6.1-6.1,9.8
|
||||||
|
c-0.3,1.9,0.2,3.9,1.6,6.1s3,3.6,4.9,4.2c1.2,0.3,2.6,0.2,4-0.5c1.4-0.6,2.4-1.4,3-2.3s1-1.9,1.2-2.8s0.1-1.7-0.2-2.3
|
||||||
|
c-0.3-0.6-0.7-1.2-1.2-1.6s-1-0.9-1.6-1.2c8.1-1.2,11.6,2.4,10.5,11s-6.5,14-16.2,16.2c-8.4,1.6-15-0.5-19.7-6.1
|
||||||
|
s-7.2-12.2-7.5-19.7c0-13.1,5.1-22,15.2-26.5c10.2-4.5,22.7-5.7,37.7-3.5c-13.1-10.9-26.3-14.2-39.4-9.8
|
||||||
|
c-13.4,4.1-23.4,11.4-30,22s-8,22-4.2,34.2s15.9,20.9,36.6,26.3c22.8,3.4,36.7-3.8,41.7-21.6c5-17.8-1.3-29.4-18.8-34.7
|
||||||
|
C271,313.5,267.1,314.4,264,317.2z M379,259.4c2-5.5,2.9-10.9,2.6-16.2c-0.3-4.4-1.7-8.6-4.2-12.7c-2.5-4.1-5.6-7.3-9.4-9.8
|
||||||
|
c-2.8-2.2-6.1-3.5-9.8-4s-7.3-0.2-10.8,0.7c-3.1,0.6-6,2-8.7,4s-4.5,4.6-5.4,7.7c-0.6,1.9-0.6,3.9,0,6.1c0.6,2.2,1.6,4.1,2.8,5.6
|
||||||
|
c1.6,1.3,3.5,2.1,5.9,2.6s4.5,0.4,6.3-0.2c1.2-0.3,2.4-1.1,3.5-2.3s1.6-2.5,1.6-3.8c0.3-0.9,0.2-1.8-0.5-2.6
|
||||||
|
c-0.6-0.8-1.4-1.5-2.3-2.1s-1.8-1.2-2.6-1.6c-0.8-0.5-1.6-0.9-2.6-1.2c0.3-1.2,1.7-2.1,4.2-2.6s4.5-0.2,6.1,0.7
|
||||||
|
c3.4,1.6,6.3,4.4,8.7,8.4c2.3,4.1,3,8,2.1,11.7c-1.6,5.3-5.2,9.7-10.8,13.1c-5.6,3.4-11.1,5.2-16.4,5.2c-5.9,0-11.6-1.9-16.9-5.6
|
||||||
|
c-5.3-3.8-9.2-8.9-11.7-15.5c-1.6,5.9-3.3,11.1-5.2,15.5c-1.9,4.4-4.1,7.7-6.6,9.8c9.4,12.2,20.7,18.4,34,18.5
|
||||||
|
c13.3,0.2,25.7-5.2,37.3-16.2C374.1,269.3,377,264.8,379,259.4z M389.1,227.7c4.4,20.3,2.8,37.3-4.7,51.1s-22.8,23.4-45.9,29.1
|
||||||
|
c11.9,3.1,23,2.2,33.3-2.8c10.3-5.3,18.4-12.3,24.4-21.1c5.9-8.7,8.7-18.4,8.4-29.1C404,244.6,398.8,235.5,389.1,227.7z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Fire" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st8" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M370.4,384.7c0.3-3.1,1.4-5.3,3.3-6.6c2.8-2.5,4.7-5.4,5.6-8.7s1.4-7.4,1.4-12.4
|
||||||
|
c2.2,3.1,3.8,6.8,4.9,11s0.9,9.5-0.7,15.7c-0.9,2.2-0.6,3.8,0.9,4.7c1.6,0.9,3.3,0,5.2-2.8c6.6-10.3,9.7-20.7,9.4-31.2
|
||||||
|
c-0.3-10.5-3.3-20.9-8.9-31.2c-8.1-16.9-10.2-30.1-6.1-39.6s12.8-15.1,26.3-16.6c-13.1,9.1-18.2,18.2-15.2,27.4
|
||||||
|
c3,9.2,12,18.5,27,27.9c4.1-5.9,8.3-11.5,12.7-16.6c4.4-5.2,8.9-9.8,13.6-13.8l1.9-0.9c0.6-5.3,1.2-10.6,1.6-15.9
|
||||||
|
c0.5-5.3,0.7-10.8,0.7-16.4c0-27.2-5.2-52.8-15.5-76.9s-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||||
|
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,21.9,3.4,42.7,10.1,62.6
|
||||||
|
c6.7,19.8,16.2,38,28.4,54.6c1.6-0.3,3.4-0.5,5.4-0.5s3.4-0.5,4-1.4s0.7-1.9,0.2-2.8s-0.5-1.7-0.2-2.3c2.5-4.4,6.3-8,11.5-10.8
|
||||||
|
s10.1-4.4,14.8-4.7c-5.6,5.9-9.4,11.6-11.3,17.1s-0.9,10.1,2.8,13.8l10.3,10.8c0.9-6.9,2.3-13.4,4.2-19.7
|
||||||
|
c1.9-6.2,4.1-12.3,6.6-18.3c0.9,5.9,2.4,11.8,4.5,17.6c2,5.8,3.4,11.6,4,17.6c10-1.2,14.9-6.6,14.8-16.2
|
||||||
|
c-0.2-9.5-2.1-17.1-5.9-22.7l-6.6-10.3c-10.3-16.6-19.1-36.4-26.3-59.5s3.9-42,33.3-56.7c-9.7,9.4-14.6,18.7-14.8,27.9
|
||||||
|
s4.5,17.9,13.8,26c2.2-12.8,6.2-20.3,12-22.5s8.2-15.3,7.3-39.4c6.2,5.3,9.8,13.7,10.8,25.1c0.9,11.4,4.4,18.4,10.3,20.9
|
||||||
|
c7.2-4.1,8.6-12.9,4.2-26.5c-4.4-13.6-9.8-26.6-16.4-39.1c-15-26.9-17.3-49.7-7-68.4c10.3-19.1,24.4-32.3,42.2-39.6
|
||||||
|
c17.8-7.3,35-7.7,51.6-1.2c16.6,6.3,23.4,21.3,20.6,45c-1.9-19.1-7.7-30-17.3-32.8c-9.7-2.5-18.1,0-25.3,7.5S244,128.5,244,143.5
|
||||||
|
c0,14.7,8.9,30,26.7,45.9c10.6-2.8,16-8.4,16.2-16.9c0.2-8.4-0.4-15.9-1.6-22.5c2.8,6.6,5.6,12.7,8.4,18.5s6.4,10.4,10.8,13.8
|
||||||
|
c3.1,3.1,5.4,7.3,6.8,12.7c1.4,5.3,1.6,12,0.7,20.2l20.2,19.2c4.1-2.8,6.7-6.2,8-10.1c1.2-3.9,0.6-8.4-1.9-13.4l-5.2-10.3
|
||||||
|
c-5.9-11.9-8.1-23-6.6-33.5c1.6-10.5,10.2-15.7,25.8-15.7c-10.9,8.1-16.1,15.6-15.5,22.5s3.1,13,7.5,18.3l13.1,15.9
|
||||||
|
c9.1,10.6,15.3,22.7,18.8,36.1c3.4,13.4,0.2,29.1-9.8,46.9c9.1,15.6,13,30.2,11.7,43.8c-1.3,13.6-6.6,26.3-15.9,38.2
|
||||||
|
c-0.6,1.9-1.6,3.5-3,4.9s-2.3,3-2.6,4.9c-0.3,2.2-0.2,4.3,0.2,6.3c0.5,2,1.2,4.1,2.1,6.3c0.3,0.6,0.7,1.4,1.2,2.3
|
||||||
|
s1.2,1.4,2.1,1.4c1.2,0,2.3-0.8,3.3-2.3c0.9-1.6,1.7-3,2.3-4.2C369.1,390.5,370.1,387.9,370.4,384.7z M301,408.6
|
||||||
|
c0.3-7.5,3.8-13.7,10.3-18.8c8.4-6.6,15.7-14.3,21.8-23.2s8.2-17.1,6.3-24.6c-1.3,3.4-3.2,5.6-5.9,6.6c-2.7,0.9-5.6,1.3-8.7,0.9
|
||||||
|
l-10.8-0.9c-1.3,0-2-1.1-2.3-3.3c-0.3-2.2-0.2-3.9,0.5-5.2c10.3-16.9,16.6-31.2,19-42.9s1-20.2-4-25.5
|
||||||
|
c-1.3,5.3-4.1,11.1-8.7,17.3c-4.5,6.3-8.7,9.5-12.4,9.8h-7c-1.9,0-3.7-0.5-5.4-1.6c-1.7-1.1-2.9-2.6-3.5-4.5
|
||||||
|
c-4.4-15.3-10.9-28.5-19.7-39.6c-8.8-11.1-18-21.6-27.7-31.6c10,35.9,9.4,63.8-1.9,83.7c-11.3,19.8-30,24.6-56.3,14.3
|
||||||
|
c10,18.1,16.9,35.6,20.6,52.3c3.8,16.7-0.9,31.6-14.1,44.8c-0.3,0.3-0.6,0.5-0.9,0.7c-0.3,0.2-0.8,0.2-1.4,0.2h-5.2
|
||||||
|
c-0.9,0-1.9,0.2-2.8,0.7s-1.9,1-2.8,1.6c-0.6,0.6-1.2,1.3-1.6,2.1c-0.5,0.8-0.7,1.6-0.7,2.6c-0.3,0.9-0.4,1.9-0.2,2.8
|
||||||
|
s0.4,1.7,0.7,2.3c0.6,0.9,1.2,1.7,1.6,2.3c0.5,0.6,1,1.3,1.6,1.9c2.8,2.2,5.9,4.2,9.1,6.1s6.6,3.1,10.1,3.8l8.9-2.3
|
||||||
|
c-2.8-3.8-5.1-7.1-6.8-10.1s-2.6-5.1-2.6-6.3c1.9,0.6,3.9,1.9,6.1,3.8c2.2,1.9,4.5,4.1,7,6.6l7.5-5.2c1.9-4.7,3.1-9.5,3.8-14.5
|
||||||
|
c0.6-5,0-9.7-1.9-14.1l-7.5-17.8c-0.3-1.2-0.5-2.4-0.7-3.5s-0.1-2.3,0.2-3.5l13.1,17.8c2.2,3.1,4.4,3.3,6.6,0.5
|
||||||
|
c2.2-2.8,3.9-5.2,5.2-7c1.2-2.5,1.6-5.4,0.9-8.7c-0.6-3.3-1.4-6.3-2.3-9.1c-2.2-5.9-5.2-11.6-8.9-16.9c-3.8-5.3-7.8-10.3-12.2-15
|
||||||
|
c6.2,1.9,11.8,5.3,16.6,10.3s9.8,9.8,14.8,14.5c2.5,2.5,4.9,3.4,7.3,2.6c2.3-0.8,2.7-2.9,1.2-6.3c-4.1-10.6-5.7-22.7-4.9-36.1
|
||||||
|
s6-26.3,15.7-38.4c-0.3,7.2,0,16.5,0.9,27.9s4.4,19.8,10.3,25.1c4.4,2.2,9.1,1.5,14.1-2.1s8.7-7.7,11.3-12.4
|
||||||
|
c-5.9,17.2-8.2,33.9-6.8,50.2c1.4,16.3-3.5,31.1-14.8,44.5c-5,5.6-4.8,10.7,0.5,15.2s10.6,4.1,15.9-1.2
|
||||||
|
c-3.4,5.3-5.2,9.4-5.2,12.2s2.5,4.1,7.5,3.8c2.8-0.9,5.5-2,8.2-3.3c2.7-1.2,5.2-2.7,7.7-4.2C305.5,426.8,300.7,416.1,301,408.6z"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Water" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st9" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M376,327.8c11.9-8,22-17.1,30.5-27.4c8.4-10,14.8-21.2,19.2-33.5c4.4-12.3,8.1-24.8,11.3-37.3
|
||||||
|
c1.6-6.6,2.7-13.1,3.5-19.7c0.8-6.6,1.2-13.1,1.2-19.7c-6.9-19.1-16.4-36.4-28.6-52c-12.5-15.9-26.8-29.6-42.9-41
|
||||||
|
s-33.8-20.4-53.2-27c-19.4-6.2-39.7-9.4-60.9-9.4c-27.2,0-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63
|
||||||
|
c-10.3,24.1-15.5,49.7-15.5,76.9c0,10,0.7,19.8,2.1,29.3c1.4,9.5,3.5,18.8,6.3,27.9c9.7-44.4,22.7-81.4,38.9-111.1
|
||||||
|
c16.6-29.7,35.9-52.9,58.1-69.6s47.2-27.4,75-32.1c27.8-4.4,58-3.8,90.5,1.9l13.1,11.7l-17.8,3.3c-3.1,0.6-6.4,1.3-9.8,1.9
|
||||||
|
s-6.4,1.9-8.9,3.8c-1.6,0.9-3,2.2-4.5,3.8c-1.4,1.6-1.8,3.1-1.2,4.7c0.3,0.9,1,1.5,2.1,1.6c1.1,0.2,2.1,0.4,3,0.7
|
||||||
|
c3.1,0.6,6.2,0.5,9.4-0.2c3.1-0.8,6.2-1,9.4-0.7c3.8,0.3,7.7,0.7,11.7,1.2c4.1,0.5,7.8,1.6,11.3,3.5c5.3,2.5,10.6,5.6,15.9,9.4
|
||||||
|
c5.3,3.8,9.2,8.4,11.7,14.1c1.2,3.1,1.5,6.6,0.7,10.3c-0.8,3.8-1.5,7.3-2.1,10.8c-3.8-10.3-8.3-16.6-13.6-19
|
||||||
|
c-5.3-2.3-11.6-4-18.8-4.9c-6.9-0.9-12.4,0.5-16.6,4.5c-4.2,3.9-4.6,9.3-1.2,16.2c0.6,1.6,1.6,3,3,4.5s2.7,2.7,4,4l12.2,10.3
|
||||||
|
c6.9,5.9,11.6,13.7,14.1,23.2s0.2,19.9-7,31.2c0-9.1-1.1-16.2-3.3-21.6c-2.2-5.3-5.8-8.3-10.8-8.9l-14.1-3.8
|
||||||
|
c-5.9-1.6-10.2-0.9-12.9,1.9c-2.7,2.8-2.1,7.8,1.6,15l3.8,6.1c3.8,6.3,4.8,14.1,3,23.7c-1.7,9.5-5.9,16.2-12.4,19.9
|
||||||
|
c2.2-14.7,0.9-25-3.8-30.9c-4.7-5.9-11.6-9.2-20.6-9.8c-6.6-2.5-13.8-2.2-21.6,0.9c-7.8,3.1-14.1,7.3-18.8,12.7
|
||||||
|
c-5,5.6-8.6,12.7-10.8,21.1s-2,16.3,0.5,23.4c3.1,9.4,9.3,17.2,18.5,23.4c9.2,6.3,18.5,11.1,27.9,14.5c9.7,3.8,20.1,5.9,31.2,6.3
|
||||||
|
c11.1,0.5,21.8-0.5,32.1-3C351.8,341.6,364.1,335.8,376,327.8z M189,408.2l-2.8-2.8c-1.9-1.9-1.5-4.8,1.2-8.7
|
||||||
|
c2.7-3.9,5.4-5.7,8.2-5.4l115.8,8.9c17.8,1.3,34.6-3.9,50.4-15.5s29-26.4,39.6-44.5c-11.9,10.6-26.6,19.3-44.1,26
|
||||||
|
s-34.8,9.3-52,7.7l-119.5-9.4c-3.8,0.3-6.8,1.6-9.1,3.8c-2.3,2.2-3.7,5.3-4,9.4L157.1,366c-5.9-4.7-10.8-10.5-14.5-17.6
|
||||||
|
s-7.3-14-10.8-20.9c-2.5-5.3-2.1-9.5,1.2-12.7c3.3-3.1,7.4-2.8,12.4,0.9l15,9.4l6.1-7l-27.2-23c-4.7-2.8-9.7-2.4-15,1.2
|
||||||
|
s-8.3,7.6-8.9,12c-1.9,10.9-1,22.3,2.6,34s9.4,21.3,17.6,28.8l46.9,46.4L189,408.2z M293,177.6c-0.6-6.6,2.2-12.7,8.4-18.3
|
||||||
|
c-19.1-0.6-29.1-4.5-30-11.5s4.7-16.2,16.9-27.4c-17.8-1.2-34.4-0.2-49.7,3.3c-15.3,3.4-29.5,9.1-42.7,17.1s-25.3,18-36.6,30.2
|
||||||
|
c-10.9,11.9-21.1,25.6-30.5,41.3c15.6-6.9,30.6-11.9,45-15c14.7-3.1,28.8-4.1,42.4-3c13.6,1.1,26.5,4.6,38.7,10.5
|
||||||
|
s23.7,14.8,34.7,26.7c-3.4-9.7-3.1-17.2,0.9-22.5c4.1-5.3,11.7-8.4,23-9.4C300.5,191.5,293.7,184.1,293,177.6z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Void" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st10" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M438.3,181.8c-10.3-24.1-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||||
|
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,21.6,3.3,42.2,9.8,61.9
|
||||||
|
c6.6,19.4,15.7,37.2,27.4,53.4c11.7,16.3,25.5,30.5,41.5,42.7c16.2,12.2,33.9,21.7,53,28.6c-15-6.2-28.8-14.7-41.3-25.3
|
||||||
|
c-12.5-10.3-23.2-22.2-32.1-35.6s-15.9-28-20.9-43.6c-5-15.9-7.5-32.7-7.5-50.2c0-23.1,4.4-44.8,13.1-65.2
|
||||||
|
c8.7-20.3,20.7-38,35.9-53.2s32.9-27.3,53.2-36.3c20.6-8.7,42.5-13.1,65.6-13.1s44.8,4.4,65.2,13.1c20.3,9.1,38.1,21.2,53.4,36.3
|
||||||
|
c15.3,15.2,27.3,32.9,36.1,53.2c8.7,20.3,13.1,42,13.1,65.2c0,17.5-2.5,34.2-7.5,50.2c-5,15.9-12,30.6-21.1,44.1
|
||||||
|
c-9.1,13.4-20,25.3-32.8,35.6c-12.5,10.6-26.4,19.1-41.7,25.3c19.4-6.9,37.2-16.4,53.4-28.6c16.2-12.2,30.3-26.4,42.2-42.7
|
||||||
|
c11.9-16.2,21.1-34.2,27.7-53.9s9.8-40.3,9.8-61.9C453.8,231.5,448.7,205.8,438.3,181.8z M211.9,344.4
|
||||||
|
c12.2-12.2,26.9-18.3,44.1-18.3s31.9,6.1,44.1,18.3s18.3,26.9,18.3,44.1c0,12.5-3.4,23.8-10.3,34s-15.6,17.7-26.3,22.7
|
||||||
|
c22.8-5.9,41.7-18.3,56.7-37S361,367.7,361,343c0-12.8-2.2-25-6.6-36.6s-10.5-22-18.3-31.2s-17-16.9-27.7-23.2
|
||||||
|
c-10.6-6.2-22-10.5-34.2-12.7c7.2,3.4,13.1,8.7,17.8,15.7c4.7,7,7,14.8,7,23.2c0,12.2-4.2,22.4-12.7,30.7
|
||||||
|
c-8.4,8.3-18.6,12.4-30.5,12.4s-22-4.1-30.5-12.4c-8.4-8.3-12.7-18.5-12.7-30.7c0-8.4,2.3-16.2,6.8-23.2c4.5-7,10.5-12.3,18-15.7
|
||||||
|
c-12.5,2.2-24.1,6.4-34.7,12.7c-10.6,6.3-19.8,14-27.4,23.2c-7.7,9.2-13.8,19.6-18.5,31.2c-4.4,11.6-6.6,23.8-6.6,36.6
|
||||||
|
c0,24.7,7.6,46.4,22.7,65.2c15.2,18.8,34.1,31.1,57,37c-10.9-5-19.8-12.6-26.5-22.7c-6.7-10.2-10.1-21.5-10.1-34
|
||||||
|
C193.7,371.3,199.8,356.6,211.9,344.4z M304.3,382.4c0-13.4-4.7-24.8-14.1-34.2s-20.8-14.1-34.2-14.1c-13.4,0-24.8,4.7-34.2,14.1
|
||||||
|
s-14.1,20.8-14.1,34.2c0,13.4,4.7,24.8,14.1,34.2s20.8,14.1,34.2,14.1c13.4,0,24.8-4.7,34.2-14.1S304.3,395.8,304.3,382.4z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Npcs" class="st0">
|
||||||
|
<g id="Martial" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st11" d="M57.3,388.5L31,315.4c8.7-1.9,18-3.4,27.7-4.7c9.7-1.2,20-1.9,30.9-1.9c5.9,10.6,13.3,20.5,22,29.5
|
||||||
|
c8.7,9.1,19.1,17.2,30.9,24.4c-14.7,1.9-29.2,5-43.6,9.4C84.6,376.5,70.7,381.9,57.3,388.5z M50.7,100.7
|
||||||
|
c12.2,9.1,22.7,19.1,31.6,30.2s10.5,22.9,4.9,35.4c-8.1,17.5-12.5,35.9-13.1,55.3s3.6,38,12.7,56s23.4,34.6,43.1,49.9
|
||||||
|
s45.8,27.7,78.3,37c2.8-6.2,6.1-11.3,9.8-15s7.7-7,11.7-9.8c-28.1-9.7-48.3-23-60.5-39.8s-18.8-33-19.7-48.3s2.7-27.8,10.8-37.5
|
||||||
|
c8.1-9.4,18.3-11.6,30.5-6.6c-2.5-17.5,1.2-28.4,11.3-32.8c10-4.4,19.7-1.4,29.1,8.9c7.8-21.2,5.9-39.9-5.6-56
|
||||||
|
c-11.6-16.1-29.5-20.7-53.9-13.8c-5.9-7.8-13.8-13.9-23.7-18.3c-9.8-4.4-19.9-5-30.2-1.9s-20.7,3.7-31.2,1.6
|
||||||
|
c-10.5-2-21.2-6-32.1-12L50.7,100.7z M83,393.6c17.2-6.2,34.5-12.7,51.8-19.5c17.3-6.7,30.1-4,38.2,8.2c5.3,0,10.6,0.4,15.9,1.2
|
||||||
|
c5.3,0.8,10.5,2.7,15.5,5.9c0,5.3,0.7,10.4,2.1,15.2c1.4,4.8,3.5,9.3,6.3,13.4h-74.5v-13.6c-5.9,2.8-11.4,6.7-16.4,11.7
|
||||||
|
s-9.7,10.9-14.1,17.8L83,393.6z M256,354.7c-9.1,0-16.8,3.1-23.2,9.4s-9.6,13.9-9.6,23s3.2,16.8,9.6,23.2
|
||||||
|
c6.4,6.4,14.1,9.6,23.2,9.6c9.1,0,16.7-3.2,23-9.6c6.2-6.4,9.4-14.1,9.4-23.2s-3.1-16.7-9.4-23
|
||||||
|
C272.7,357.9,265.1,354.7,256,354.7z M461.3,100.7c-12.2,9.1-22.7,19.1-31.6,30.2s-10.5,22.9-4.9,35.4
|
||||||
|
c8.1,17.5,12.5,35.9,13.1,55.3s-3.6,38-12.7,56s-23.4,34.6-43.1,49.9s-45.8,27.7-78.3,37c-2.8-6.2-6.1-11.3-9.8-15
|
||||||
|
s-7.7-7-11.7-9.8c28.1-9.7,48.3-23,60.5-39.8s18.8-33,19.7-48.3c0.9-15.3-2.7-27.8-10.8-37.5c-8.1-9.4-18.3-11.6-30.5-6.6
|
||||||
|
c2.5-17.5-1.3-28.4-11.3-32.8c-10-4.4-19.7-1.4-29.1,8.9c-7.8-21.2-5.9-39.9,5.6-56c11.6-16.1,29.5-20.7,53.9-13.8
|
||||||
|
c5.9-7.8,13.8-13.9,23.7-18.3c9.8-4.4,19.9-5,30.2-1.9c10.3,3.1,20.7,3.7,31.2,1.6c10.5-2,21.2-6,32.1-12L461.3,100.7z
|
||||||
|
M429,393.6c-17.2-6.2-34.5-12.7-51.8-19.5c-17.3-6.7-30.1-4-38.2,8.2c-5.3,0-10.6,0.4-15.9,1.2c-5.3,0.8-10.5,2.7-15.5,5.9
|
||||||
|
c0,5.3-0.7,10.4-2.1,15.2c-1.4,4.8-3.5,9.3-6.3,13.4h74.5v-13.6c5.9,2.8,11.4,6.7,16.4,11.7s9.7,10.9,14.1,17.8L429,393.6z
|
||||||
|
M454.8,388.5l26.3-73.1c-8.8-1.9-18-3.4-27.7-4.7c-9.7-1.2-20-1.9-30.9-1.9c-5.9,10.6-13.3,20.5-22,29.5
|
||||||
|
c-8.8,9.1-19.1,17.2-30.9,24.4c14.7,1.9,29.2,5,43.6,9.4C427.4,376.5,441.3,381.9,454.8,388.5z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Social" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st12" d="M249.4,382.4L31,265.2c7.8-6.9,15.9-13.3,24.1-19.2c8.3-5.9,17.1-11.3,26.5-15.9c2.8-6.6,5.4-13.2,7.7-19.9
|
||||||
|
c2.3-6.7,4.1-13.5,5.4-20.4l-8.4-8.4c9.4-4.1,18.9-7.1,28.6-9.1s19.5-3.2,29.5-3.5c5.3-4.1,10.4-8.8,15.2-14.3s9.4-11.5,13.8-18
|
||||||
|
l-6.6-11.3c9.1-0.3,18.3,0.5,27.7,2.6c9.4,2,19.2,5.2,29.5,9.6c6.9-1.9,13.4-4.2,19.7-7c6.2-2.8,12.2-6.6,17.8-11.3v-12.7
|
||||||
|
c7.8,3.4,15.6,7.6,23.4,12.4s15.5,11.5,23,19.9c6.9,2.2,13.8,3.1,20.9,2.8c7-0.3,14-1.6,20.9-3.8L353,125
|
||||||
|
c6.6,7.2,12.7,14.7,18.5,22.5s10.5,16.6,14.3,26.3c5.3,5,11.3,9.1,17.8,12.2c6.6,3.1,13.9,4.5,22,4.2l7-8.4
|
||||||
|
c4.1,8.1,7.6,17.3,10.5,27.7c3,10.3,5.1,22,6.3,35.2c4.4,5.3,9.1,10.2,14.3,14.8c5.2,4.5,10.9,8.4,17.1,11.5L273.3,381.5
|
||||||
|
l14.5,7.5c-3.4,15.3-12.4,22.7-27,22.3s-23.5-7.6-27-21.3L249.4,382.4z M186.2,304.1l-4.7,15.5l-17.8,9.4l80.6,42.2L186.2,304.1z
|
||||||
|
M218.5,279.7l-9.4,11.3l-20.2,3.8l60,69.8L218.5,279.7z M256.5,361.3v-90.9l-13.1,7l-20.6-6.6L256.5,361.3z M264.9,363.6
|
||||||
|
l31.4-84.8l-15,0.5l-16.9-14.1L264.9,363.6z M328.7,299.4l-7.5-1.9l-17.3-22l-31.4,89.1L328.7,299.4z M353,332.7l-8-7.5
|
||||||
|
l-5.6-26.3l-59.5,71.7L353,332.7z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="list_-_copie" class="st1">
|
||||||
|
<g>
|
||||||
|
<path d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M467.4,258.6c0-29.1-5.5-56.6-16.4-82.5c-11.3-25.6-26.4-48-45.5-67
|
||||||
|
c-19.1-19.1-41.4-34.2-67-45.5c-25.9-10.9-53.4-16.4-82.5-16.4s-56.6,5.5-82.5,16.4c-25.6,11.3-48,26.4-67,45.5
|
||||||
|
c-19.1,19.1-34.2,41.4-45.5,67c-10.9,25.9-16.4,53.4-16.4,82.5s5.5,56.6,16.4,82.5c11.3,25.6,26.4,48,45.5,67
|
||||||
|
c19.1,19.1,41.4,34.2,67,45.5c25.9,10.9,53.4,16.4,82.5,16.4s56.6-5.5,82.5-16.4c25.6-11.3,48-26.4,67-45.5
|
||||||
|
c19.1-19.1,34.2-41.4,45.5-67C461.9,315.2,467.4,287.7,467.4,258.6z M75.1,182.2c10.3-24.1,24.3-45,42-62.8s38.5-31.9,62.6-42.2
|
||||||
|
c23.7-10.3,49.2-15.5,76.4-15.5s52.7,5.2,76.4,15.5c24.1,10.3,45,24.4,62.8,42.2s31.9,38.8,42.2,62.8
|
||||||
|
c10.3,23.8,15.5,49.2,15.5,76.4s-5.2,52.7-15.5,76.4c-10.3,24.1-24.4,45-42.2,62.8s-38.8,31.9-62.8,42.2
|
||||||
|
c-23.8,10.3-49.2,15.5-76.4,15.5s-52.7-5.2-76.4-15.5c-24.1-10.3-44.9-24.4-62.6-42.2c-17.7-17.8-31.6-38.7-42-62.8
|
||||||
|
c-10.3-23.7-15.5-49.2-15.5-76.4S64.8,206,75.1,182.2z M190.6,305.1c13.6-5.6,24.8-16.2,33.5-31.9c-0.3-0.3-0.5-0.6-0.5-0.9
|
||||||
|
s-0.2-0.6-0.5-0.9c-11.9-3.8-23.4-5.3-34.5-4.7c-11.1,0.6-22,3-32.6,7c-2.2,4.1-5.5,7.3-9.8,9.6c-4.4,2.3-9.1,3.5-14.1,3.5
|
||||||
|
c-7.8,0-14.5-2.7-19.9-8.2c-5.5-5.5-8.2-12.1-8.2-19.9c0-7.8,2.7-14.5,8.2-19.9c5.5-5.5,12.1-8.2,19.9-8.2c5,0,9.7,1.2,14.1,3.5
|
||||||
|
c4.4,2.3,7.7,5.6,9.8,9.6c10.6,4.1,21.5,6.4,32.6,7s22.6-0.9,34.5-4.7c0.3-0.3,0.5-0.6,0.5-0.9c0-0.3,0.2-0.6,0.5-0.9
|
||||||
|
c-11.3-20-26.3-33-45.2-39.1s-37.3-25.4-55.1-57.9c-12.8,15-22.8,32-30,51.1C86.6,217.2,83,237.4,83,258.6
|
||||||
|
c0,21.3,3.6,41.4,10.8,60.5c7.2,19.1,17.2,36.1,30,51.1c4.1-7.5,8.1-14.1,12.2-19.7c4.1-5.6,8.3-10.5,12.7-14.5
|
||||||
|
C163,321,177,310.7,190.6,305.1z M248,191.4c-0.6-11.1-3-21.8-7-32.1c-4.1-2.5-7.3-5.9-9.6-10.3c-2.3-4.4-3.5-9.1-3.5-14.1
|
||||||
|
c0-7.8,2.7-14.5,8.2-19.9c5.5-5.5,12.1-8.2,19.9-8.2c7.8,0,14.5,2.7,19.9,8.2c5.5,5.5,8.2,12.1,8.2,19.9c0,5-1.2,9.7-3.5,14.1
|
||||||
|
c-2.3,4.4-5.6,7.8-9.6,10.3c-4.1,10.3-6.4,21-7,32.1s0.9,22.6,4.7,34.5c0.3,0.3,0.6,0.5,0.9,0.5s0.6,0.2,0.9,0.5
|
||||||
|
c20-11.3,33-26.3,39.1-45.2s25.4-37.3,57.9-55.1c-15-12.8-32-22.8-51.1-30c-19.1-7.2-39.2-10.8-60.5-10.8s-41.4,3.6-60.5,10.8
|
||||||
|
c-19.1,7.2-36.1,17.2-51.1,30c7.5,4.1,14.1,8.1,19.7,12.2c5.6,4.1,10.5,8.3,14.5,12.7c15,14.4,25.3,28.4,30.9,42
|
||||||
|
s16.2,24.8,31.9,33.5c0.3-0.3,0.6-0.5,0.9-0.5c0.3,0,0.6-0.2,0.9-0.5C247.1,214,248.7,202.5,248,191.4z M347.9,378.6
|
||||||
|
c-5.6-4.1-10.5-8.3-14.5-12.7c-15-14.4-25.3-28.4-30.9-42s-16.3-24.8-31.9-33.5c-0.3,0.3-0.6,0.5-0.9,0.5s-0.6,0.2-0.9,0.5
|
||||||
|
c-3.8,11.9-5.3,23.4-4.7,34.5c0.6,11.1,3,22,7,32.6c4.1,2.2,7.3,5.5,9.6,9.8c2.3,4.4,3.5,9.1,3.5,14.1c0,7.8-2.7,14.5-8.2,19.9
|
||||||
|
c-5.5,5.5-12.1,8.2-19.9,8.2c-7.8,0-14.5-2.7-19.9-8.2c-5.5-5.5-8.2-12.1-8.2-19.9c0-5,1.2-9.7,3.5-14.1s5.5-7.7,9.6-9.8
|
||||||
|
c4.1-10.6,6.4-21.5,7-32.6s-0.9-22.6-4.7-34.5c-0.3-0.3-0.6-0.5-0.9-0.5c-0.3,0-0.6-0.2-0.9-0.5c-20,11.3-33,26.3-39.1,45.2
|
||||||
|
c-6.1,18.9-25.4,37.3-57.9,55.1c15,12.8,32,22.8,51.1,30s39.2,10.8,60.5,10.8c21.2,0,41.4-3.6,60.5-10.8
|
||||||
|
c19.1-7.2,36.1-17.2,51.1-30C360.1,386.8,353.5,382.7,347.9,378.6z M418.2,198.2c-7.2-19.1-17.2-36.1-30-51.1
|
||||||
|
c-4.1,7.5-8.1,14.1-12.2,19.7c-4.1,5.6-8.3,10.5-12.7,14.5c-14.4,15-28.4,25.3-42,30.9s-24.8,16.3-33.5,31.9
|
||||||
|
c0.3,0.3,0.5,0.6,0.5,0.9c0,0.3,0.2,0.6,0.5,0.9c11.9,3.8,23.4,5.3,34.5,4.7s21.8-3,32.1-7c2.5-4.1,5.9-7.3,10.3-9.6
|
||||||
|
s9.1-3.5,14.1-3.5c7.8,0,14.5,2.7,19.9,8.2c5.5,5.5,8.2,12.1,8.2,19.9c0,7.8-2.7,14.5-8.2,19.9c-5.5,5.5-12.1,8.2-19.9,8.2
|
||||||
|
c-5,0-9.7-1.2-14.1-3.5s-7.8-5.5-10.3-9.6c-10.3-4.1-21-6.4-32.1-7s-22.6,0.9-34.5,4.7c-0.3,0.3-0.5,0.6-0.5,0.9
|
||||||
|
s-0.2,0.6-0.5,0.9c11.3,20,26.3,33,45.2,39.1c18.9,6.1,37.3,25.4,55.1,57.9c12.8-15,22.8-32,30-51.1s10.8-39.2,10.8-60.5
|
||||||
|
C429,237.4,425.4,217.2,418.2,198.2z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Techs">
|
||||||
|
<g id="Kihos" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M103.9,383.6c-8-5.8-11-15.5-9.1-29.3c16.9-1.6,33.5-3.4,49.9-5.6s32.4-2.8,48-1.9
|
||||||
|
c-0.6-20.3,5.2-35.9,17.6-46.6c12.3-10.8,25.7-17.6,40.1-20.4c13.4-2.8,22.7-8.4,27.9-16.9s5.4-16.7,0.7-24.8
|
||||||
|
c-2.2-4.4-4.9-8.5-8.2-12.4c-3.3-3.9-6.8-7.4-10.5-10.5c-1.9-1.9-4-3.2-6.3-4s-4.5-1.9-6.3-3.5c-1.9-1.9-3.4-4-4.7-6.3
|
||||||
|
s-3-4.1-5.2-5.4c-1.9-1.2-4.1-2-6.8-2.3s-5.2-0.5-7.7-0.5c-2.8,0.3-5.5,1.1-8,2.3c-2.5,1.3-5,2.7-7.5,4.2
|
||||||
|
c-1.9,1.3-3.7,2.9-5.4,4.9s-3.4,4-4.9,5.9c-1.6,1.3-3.3,2.4-5.2,3.5s-3,2.7-3.3,4.9c-0.3,1.3-0.1,2.4,0.7,3.5s1.5,2.3,2.1,3.5
|
||||||
|
c5.3-0.6,10.9-1,16.9-1.2c5.9-0.2,12.2-0.1,18.8,0.2c5.3,0.3,10.3,1.6,15,4s5.2,4.6,1.4,6.8c-2.5,1.3-3.9,2.8-4.2,4.7
|
||||||
|
s1.6,2.7,5.6,2.3h9.4c3.8-0.3,6.2,0.9,7.5,3.5c1.2,2.7,0,4.5-3.8,5.4c-8.1,1.6-16.2,2.7-24.1,3.5c-8,0.8-15.9,1-23.7,0.7l0.9,2.3
|
||||||
|
c-3.1,2.5-6.4,4.4-9.8,5.6c-3.4,1.3-7,1.9-10.8,1.9l-47.8-1.4c-2.5-0.3-4.8-0.9-7-1.6c-2.2-0.8-4.2-1.8-6.1-3h-9.4l-2.8-3.3
|
||||||
|
c-9.4,1.6-17.7,1.7-25.1,0.5c-7.3-1.2-9.1-3.4-5.4-6.6l3.8-3.3l-3.3-3.8l-20.6-2.3c-7.5-0.6-10.5-3-9.1-7
|
||||||
|
c1.4-4.1,5.9-5.9,13.4-5.6l37,2.8c3.4,0.3,6-0.9,7.7-3.8c1.7-2.8,4.8-3.8,9.1-2.8c5.6,0.9,11.2,1.6,16.6,1.9
|
||||||
|
c5.5,0.3,10.9,0.2,16.2-0.5c2.5-3.4,5.3-6.6,8.4-9.6c3.1-3,6.4-5.7,9.8-8.2c1.2-0.9,2.7-1.8,4.5-2.6c1.7-0.8,3.4-1.6,4.9-2.6
|
||||||
|
c1.9-0.6,3.8-1.2,5.9-1.9c2-0.6,3.8-1.6,5.4-2.8c1.6-1.6,2.7-3.5,3.3-5.9c0.6-2.3,1.7-4.5,3.3-6.3c1.2-1.2,2.6-2.6,4-4
|
||||||
|
s3-2.4,4.9-3c1.6-0.3,3.2-0.2,4.9,0.5c1.7,0.6,3.4,1.1,4.9,1.4c1.2,0.3,2.5,0.5,3.8,0.7c1.2,0.2,2.5,0.4,3.8,0.7
|
||||||
|
c0.9,0.3,1.9,0.8,3,1.4c1.1,0.6,2.3,1.3,3.5,1.9c0.9,0.3,1.8,0.5,2.6,0.7s1.6,0.4,2.6,0.7c0.3,0,0.6,0.2,0.9,0.5l-18.3-15.9
|
||||||
|
c-0.6-0.6-1.6-1.2-2.8-1.6c-1.3-0.5-2.5-0.9-3.8-1.2c-1.9,0-3.8,0.4-5.9,1.2c-2,0.8-4.1,1.2-6.3,1.2c-1.6,0.3-3.3,0.4-5.2,0.2
|
||||||
|
s-3.6-0.4-5.2-0.7c-1.9,0-3.6-0.2-5.2-0.5c-1.6-0.3-3.1-0.8-4.7-1.4l-6.1-1.9l9.8-1.9c1.6-0.3,3.3-0.6,5.2-0.9
|
||||||
|
c1.9-0.3,3.1-1.1,3.8-2.3c0.6-0.6,0.9-1.6,0.7-2.8s-0.5-2.2-1.2-2.8c-1.3-0.9-2.7-1.2-4.5-0.9c-1.7,0.3-3.2,0.6-4.5,0.9
|
||||||
|
c-1.3,0-2.3,0.3-3,0.9c-0.8,0.6-1.6,1.1-2.6,1.4c-1.9,0.6-3.7,0.9-5.4,0.9s-3.5,0.2-5.4,0.5c-2.5,0.3-4.9,0.8-7.3,1.4
|
||||||
|
c-2.3,0.6-4.8,1.3-7.3,1.9c-2.5,0.3-5.1,0.5-7.7,0.7c-2.7,0.2-5.2,0.2-7.7,0.2c-1.9,0-3.9,0-6.1,0c-2.2,0-4.4-0.2-6.6-0.5
|
||||||
|
c-1.9-0.3-3.7-0.6-5.4-0.9c-1.7-0.3-3.5-0.8-5.4-1.4c-1.6-0.9-3-2-4.5-3.3c-1.4-1.2-3-2.2-4.9-2.8c-1.3-0.6-2.7-1.1-4.2-1.4
|
||||||
|
c-1.6-0.3-3-0.5-4.2-0.5c-3.1-0.6-6.3-0.9-9.4-0.7s-6.1,0.1-8.9-0.2c-2.2,0-4.3,0.1-6.3,0.2c-2,0.2-4.1-0.2-6.3-1.2
|
||||||
|
c-0.3,0-0.7-0.2-1.2-0.5s-0.7-0.6-0.7-0.9c-0.3-0.9,0-1.7,0.9-2.3s1.7-1.2,2.3-1.9c1.6-1.2,3.3-2.1,5.2-2.6s3.8-1,5.6-1.6
|
||||||
|
c1.2-0.3,2.7-0.5,4.2-0.5c1.6,0,3-0.3,4.2-0.9c1.2-0.3,2.4-0.9,3.5-1.6c1.1-0.8,1.6-1.8,1.6-3c0-0.9-0.5-1.6-1.4-2.1
|
||||||
|
s-1.7-0.9-2.3-1.2c-1.9-0.6-3.7-0.9-5.4-0.7c-1.7,0.2-3.5,0.2-5.4,0.2c-5.6-0.3-11.3-0.4-16.9-0.2s-11.1,0.2-16.4,0.2
|
||||||
|
c-1.3,0-2.5,0.2-3.8,0.5s-2.5,0.3-3.8,0s-2.5-0.8-3.8-1.4c-1.3-0.6-2-1.6-2.3-2.8c-0.6-0.9-0.9-1.9-0.7-3s0.4-2.1,0.7-3
|
||||||
|
s0.9-1.7,1.6-2.3c0.8-0.6,1.2-1.2,1.2-1.9c-0.3-1.2-1.3-2-2.8-2.3c-1.6-0.3-2.7-1.1-3.3-2.3c0-0.9,0.1-1.9,0.2-2.8
|
||||||
|
c0.2-0.9,0.5-1.7,1.2-2.3c0.9-1.2,2.3-2,4.2-2.3s3.6-0.6,5.2-0.9c7.2-1.2,14.5-1.7,22-1.4c7.5,0.3,14.8,0.2,22-0.5h2.3
|
||||||
|
c2.2-3.4,6.6-6.3,13.1-8.7s12.7-3.8,18.3-4.5c8.4-1.2,17-1.1,25.8,0.5c8.7,1.6,17.5,1.6,26.3,0c3.8-0.3,7.3-1.3,10.8-3
|
||||||
|
c3.4-1.7,7-2.9,10.8-3.5c3.4-0.9,7-1.8,10.8-2.6c3.8-0.8,7.5-1,11.3-0.7c3.4,0,6.8,0.7,10.1,2.1s6.5,2.3,9.6,2.6
|
||||||
|
c3.4,0.3,6.7,0.2,9.8-0.5c3.1-0.6,6.2-0.9,9.4-0.9c5.6,0.3,11.2,0.5,16.6,0.5c5.5,0,10.5,1.1,15.2,3.3c1.9,0.6,3.8,1.6,5.9,3
|
||||||
|
c2,1.4,2.9,3,2.6,4.9c0,0.9-0.7,1.6-2.1,2.1s-2.7,0.9-4,1.2c-3.1,1.3-6.3,2.1-9.6,2.6s-6.6,1-10.1,1.6c-0.6,0.3-1.3,0.5-1.9,0.5
|
||||||
|
s-1.1,0.3-1.4,0.9c-0.6,0.3-0.9,0.9-0.9,1.6c0,0.8-0.2,1.3-0.5,1.6c-0.9,0.6-1.9,0.9-2.8,0.7c-0.9-0.2-1.9,0.1-2.8,0.7
|
||||||
|
c-0.6,0.3-1.3,0.7-1.9,1.2s-0.9,1-0.9,1.6c0,1.3,0.8,2.2,2.3,2.8c1.6,0.6,2.8,1.3,3.8,1.9c0.6,0.6,1.5,1.3,2.6,1.9
|
||||||
|
s1.6,1.4,1.6,2.3c0.3,0.6,0.2,1.4-0.2,2.3s-1,1.7-1.6,2.3c-0.9,0.9-2,1.7-3.3,2.3s-2.5,1.3-3.8,1.9c-1.6,0.9-3.2,1.8-4.9,2.6
|
||||||
|
s-3.5,1.3-5.4,1.6c-1.9,0.6-3.9,0.7-6.1,0.2c-2.2-0.5-4.1-0.2-5.6,0.7c-0.6,0.3-1.3,0.7-1.9,1.2c-0.6,0.5-0.9,1-0.9,1.6
|
||||||
|
s0.3,1.1,0.9,1.4c0.6,0.3,1.2,0.6,1.9,0.9c0.9,0.3,2,0.3,3.3,0c1.2-0.3,2.5-0.3,3.8,0c1.9,0,3.8-0.1,5.6-0.2
|
||||||
|
c1.9-0.2,3.3,0.4,4.2,1.6c0.3,0.3,0.5,0.8,0.5,1.4c0,0.6-0.2,1.1-0.5,1.4c-0.3,0.3-0.9,0.5-1.6,0.5c-0.8,0-1.5,0.2-2.1,0.5
|
||||||
|
c-1.6,0-3.2,0-4.9,0s-3.4,0.2-4.9,0.5c-0.9,0.3-1.9,0.7-2.8,1.2s-1.6,1.2-1.9,2.1c-0.3,0.6-0.2,1.4,0.2,2.3s0.9,1.7,1.2,2.3
|
||||||
|
c0.9,2.2,2.3,4.1,4,5.9c1.7,1.7,3.5,3.4,5.4,4.9c2.2,1.9,4.7,3.3,7.5,4.2s5.3,2.3,7.5,4.2c1.9,1.3,3.7,2.8,5.4,4.7
|
||||||
|
c1.7,1.9,3.4,3.8,4.9,5.6c2.5,2.8,4.8,5.7,6.8,8.7s4.1,6,6.3,9.1c1.9,2.5,4.1,5,6.6,7.5s4.7,5.3,6.6,8.4c0.6,1.6,1.2,3,1.9,4.5
|
||||||
|
c0.6,1.4,1.2,3,1.9,4.9c0-11.3,1.6-21.4,4.9-30.5s11.5-15,24.6-17.8c-1.3-0.9-2.7-1.7-4.5-2.3c-1.7-0.6-3.5-1.1-5.4-1.4
|
||||||
|
c-2.2-0.6-4.5-0.7-7-0.2s-5,0.7-7.5,0.7c-2.8-0.3-5.7-0.4-8.7-0.2s-5.7-0.2-8.2-1.2c-2.5-0.6-5.1-1.5-7.7-2.6
|
||||||
|
c-2.7-1.1-4.6-2.7-5.9-4.9c-0.9-1.9-1.3-4-0.9-6.3c0.3-2.3,1.1-4.5,2.3-6.3c1.6-2.2,3.8-3.8,6.6-4.7s5.6-1.7,8.4-2.3
|
||||||
|
c3.4-0.9,6.9-1.5,10.3-1.6c3.4-0.2,7-0.4,10.8-0.7c2.8-0.3,5.6-0.7,8.4-1.2s5.5-1,8-1.6c2.8-0.6,5.4-1.4,7.7-2.3s4.8-1.9,7.3-2.8
|
||||||
|
c3.4-0.9,6.8-1.7,10.1-2.3c3.3-0.6,6.6-1.2,10.1-1.9c3.8-0.3,7.7-0.4,11.7-0.2c4.1,0.2,8,0.2,11.7,0.2c1.9,0,3.7,0.2,5.4,0.5
|
||||||
|
c1.7,0.3,3.4,0.5,4.9,0.5l18.8-1.4c1.9,0,3.8,0.5,5.9,1.4c2,0.9,3.4,2.2,4,3.8c0.3,0.6,0.3,1.4,0,2.3c-0.3,0.9-0.8,1.7-1.4,2.3
|
||||||
|
c-0.3,0.6-0.8,1.2-1.4,1.6c-0.6,0.5-1.4,0.7-2.3,0.7c-0.9,0.3-1.8,0.2-2.6-0.5c-0.8-0.6-1.8-0.9-3-0.9h-9.4c-1.6,0-3,0.2-4.5,0.5
|
||||||
|
c-1.4,0.3-2.9,0.8-4.5,1.4c-1.3,0.6-2.8,1.6-4.7,2.8c-1.9,1.3-2.7,2.7-2.3,4.2c0.3,1.9,1.5,3.1,3.5,3.8c2,0.6,4,0.9,5.9,0.9
|
||||||
|
l49.2-0.9c1.9-0.3,3.8-0.4,5.9-0.2c2,0.2,4,0.5,5.9,1.2c0.9,0.6,1.9,1.2,2.8,1.6s1.6,1.2,1.9,2.1c0.3,0.9,0.3,1.9,0,2.8
|
||||||
|
c-0.3,0.9-0.8,1.7-1.4,2.3c-1.6,1.3-3.5,1.3-5.9,0c-2.3-1.2-4.5-1.6-6.3-0.9c-0.6,0.3-1.2,0.8-1.6,1.4c-0.5,0.6-1,1.1-1.6,1.4
|
||||||
|
c-1.9,0.3-3.8,0.2-5.6-0.5c-1.9-0.6-3.8-0.8-5.6-0.5c-0.3,0.3-0.8,0.5-1.4,0.7s-0.9,0.4-0.9,0.7c0,0.9,0.5,1.5,1.4,1.6
|
||||||
|
c0.9,0.2,1.9,0.4,2.8,0.7c0.6,0,1.3-0.1,2.1-0.2c0.8-0.2,1.6-0.2,2.6-0.2c1.2,0.6,2.4,1.4,3.5,2.3c1.1,0.9,2.1,1.9,3,2.8
|
||||||
|
c0.9,1.6,1.6,3.5,1.9,5.9c0.3,2.3,1.2,4.1,2.8,5.4c0.9,0.6,2,1,3.3,1.2c1.2,0.2,2.3,0.1,3.3-0.2c1.6,0,3-0.5,4.2-1.4
|
||||||
|
s2.5-1.2,3.8-0.9c2.5,0,5.2,1,8,3s4.2,4.5,4.2,7.3c0,1.9-1.3,3.2-4,4s-5.1,1-7.3,0.7c-6.6,0.3-12.3,1.3-17.1,3
|
||||||
|
c-4.8,1.7-8.8,4.5-12,8.2c0,0.3,0.1,0.6,0.2,0.9c0.2,0.3,0.4,0.5,0.7,0.5c0.3,0.3,0.7,0.4,1.2,0.2s0.9-0.2,1.2-0.2
|
||||||
|
c0.9-0.3,1.7-0.5,2.3-0.5c0.6,0,1.4,0,2.3,0s1.9,0.1,2.8,0.2c0.9,0.2,1.7,0.5,2.3,1.2c0.3,0.6,0.4,1.4,0.2,2.3
|
||||||
|
c-0.2,0.9-0.4,1.7-0.7,2.3c-0.6,0.9-1.6,1.6-2.8,1.9c-1.3,0.3-2.3,0.6-3.3,0.9c-2.2,0.6-4.5,1.3-7,1.9c-2.5,0.6-4.8,1.1-7,1.4
|
||||||
|
c-2.2,0.3-4.4,0.5-6.6,0.7s-4.4,0.4-6.6,0.7c-1.3,0-2.5,0.1-3.8,0.2c-1.3,0.2-2.7,0.2-4.2,0.2c-4.1,0-8.2-0.4-12.4-1.2
|
||||||
|
c-4.2-0.8-8.4-1.3-12.4-1.6c-6.6-0.6-13.2-0.9-19.9-0.7c-6.7,0.2-13.4-0.4-19.9-1.6c-1.6-0.3-3.3-0.6-5.2-0.9
|
||||||
|
c-1.9-0.3-3.6-0.9-5.2-1.9c-0.3-0.3-0.6-0.7-0.9-1.2s-0.3-0.9,0-1.2c0.6-1.2,1.9-1.6,3.8-0.9c1.9,0.6,3.4,0.6,4.7,0
|
||||||
|
c0.3-0.3,0.6-0.6,0.9-0.9c0.3-0.3,0.5-0.6,0.5-0.9c-0.3-1.2-1.3-1.9-3-1.9s-3.2-0.2-4.5-0.5c-1.6-0.3-3-0.4-4.5-0.2
|
||||||
|
c-1.4,0.2-2.7-0.1-4-0.7c-0.9-0.6-1.9-1.3-2.8-2.1s-1.3-1.6-0.9-2.6c0-0.6,0.5-1.2,1.4-1.6s1.7-0.9,2.3-1.2
|
||||||
|
c1.2-0.9,2.7-1.6,4.5-1.9c1.7-0.3,2.9-1.2,3.5-2.8c-9.4-0.6-16.5,2.3-21.3,8.7s-6,15.4-3.5,27c4.4,20,0.9,36.9-10.3,50.6
|
||||||
|
c-11.3,13.8-22.8,21.6-34.7,23.4c-24.7,4.1-38.8,11.3-42.2,21.6c-3.4,10.3,4.2,25.8,23,46.4l0.9-0.5c-4.1-6.6-6.3-12.2-6.6-16.9
|
||||||
|
c-0.3-4.7,1.2-7.2,4.7-7.5c17.2-0.9,34.9-1.2,53.2-0.9c18.3,0.3,37.3,1.7,57,4.2c1.2,14.1-1.7,24.3-8.9,30.7
|
||||||
|
c-7.2,6.4-17.7,9.8-31.4,10.1c1.2,15.3-6.6,26.3-23.7,32.8c-17,6.6-40.7,10.5-71,11.7c-30.3,1.3-54.4-3-72.2-12.7
|
||||||
|
s-21.1-20.9-9.8-33.8C124.3,391.8,111.9,389.4,103.9,383.6z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Maho" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M150.5,404l3.3-1.9v-2.8l-0.9-0.9v-7.5l15.5-6.1l2.8-3.8l-3.3-4.2l-7-1.9l-5.2,6.6l1.4-7L146.3,388
|
||||||
|
l2.8-12.7l-6.1,6.6l0.9-8.9l-4.7,6.1h-2.8l-6.6,10.3c1.9-4.7,3.5-9.4,4.9-14.3c1.4-4.8,2.4-9.6,3-14.3l-4.2-0.5l-4.7,3.8
|
||||||
|
l-0.5-4.2c-6.3,3.4-11.9,8.5-16.9,15.2s-10.2,13.4-15.5,19.9c3.1-5.3,6.5-10.7,10.1-16.2s7.6-10.9,12-16.2l-4.7,0.5l1.4-4.7
|
||||||
|
c-5.6,3.8-10.8,8.1-15.5,13.1s-7.8,11.7-9.4,20.2c-0.3-3.1-0.5-6.2-0.5-9.1c0-3,0.2-6,0.5-9.1l-3.3-2.3l-3.3,2.8
|
||||||
|
c-0.6-2.8-0.2-5.7,1.2-8.7c1.4-3,3.5-5.9,6.3-8.7c-3.1-5.9-6.8-10.3-11-13.1s-8.7-4.8-13.4-6.1c4.1-2.2,6-4.6,5.9-7.3
|
||||||
|
c-0.2-2.7-1.5-5.5-4-8.7c-2.5-2.2-4.7-4.6-6.6-7.3c-1.9-2.7-3.8-5.4-5.6-8.2l8.4-8.9c-8.1-9.7-13.6-18.7-16.4-27
|
||||||
|
c-2.8-8.3-3.4-15.7-1.9-22.3c10,11.9,20.8,22.9,32.3,33c11.6,10.2,25,18.4,40.3,24.6c7.2,2.2,12.4,2,15.7-0.7s4.6-7.6,4-14.8
|
||||||
|
l-29.5-82.5c-3.4-10.3-4.4-21-2.8-32.1s6.6-21.3,15-30.7l30.9-33.3l-2.3,7c10.6-5,18-14.3,22.3-27.9s6.6-27.1,7.3-40.5l1.9-5.2
|
||||||
|
c1.2,14.4,0.3,28.4-2.8,42.2s-10,26.9-20.6,39.4l9.8-8.4l-26.3,37.5c-5.3,6.9-8.8,14.5-10.3,22.7c-1.6,8.3-0.6,17.4,2.8,27.4
|
||||||
|
c4.1,15.9,9.7,31.1,16.9,45.5c7.2,14.4,15.6,28.1,25.3,41.3c2.2-2.5,4.4-3.6,6.6-3.3c2.2,0.3,4.5,1.9,7,4.7
|
||||||
|
c1.2-2.8,1.5-6.5,0.7-11s-1.8-9.1-3-13.8l8,18.8l-1.4-9.4l10.8,22h2.8l6.1,8l3.3-6.6l9.8,0.9l0.5-3.3l2.8,3.3l-0.5-7l2.8-2.3
|
||||||
|
l1.9,2.8l-7-47.3c-2.2-17.2-3.1-27.7-2.8-31.6c0.3-3.9,1.9-10.7,4.7-20.4l12.2-36.6l9.8-2.8l0.9,9.4l-8.9,49.2
|
||||||
|
c-1.3,5.9-2.1,11.8-2.6,17.6s-0.1,12,1.2,18.5l15.9,52.5l2.3-3.3l1.4,5.6l8.4-3.8l0.5,5.6l7,0.5c0.6-2.2,1.4-4.3,2.3-6.3
|
||||||
|
s2-4,3.3-5.9l1.4,8.4l2.8,1.9l1.9,1.9l0.5-4.2l2.8-0.9c0.9-5.3,2.3-10.6,4.2-15.9c1.9-5.3,3.9-10.5,6.1-15.5
|
||||||
|
c-1.3,3.8-2.3,7.6-3.3,11.5c-0.9,3.9-1.6,7.7-1.9,11.5l3.3-0.9c0-3.8,0.6-7.3,1.9-10.5c1.2-3.3,2.7-6.5,4.2-9.6
|
||||||
|
c-0.6,3.1-1.2,6.3-1.6,9.4c-0.5,3.1-0.4,6.3,0.2,9.4h2.8l5.2,4.2h3.3c6.6-8.7,13.4-20.8,20.4-36.1s14.1-33.6,21.3-54.8
|
||||||
|
c4.1-11.3,5.2-22.1,3.3-32.6c-1.9-10.5-4.8-20.7-8.9-30.7c-7.8-15.3-17.3-28.8-28.6-40.5S309.6,68,313.7,33.6
|
||||||
|
c-0.6,12.2,0.6,23.5,3.8,34c3.1,10.5,9.5,19.8,19.2,27.9l-9.8-22l52,68c6.2,11.6,10.1,23.7,11.5,36.3s-0.9,26.6-6.8,42
|
||||||
|
c-5,15-10.1,30.1-15.2,45.2c-5.2,15.2-8.7,29.3-10.5,42.4c19.4-4.4,37.9-13.3,55.5-26.7c17.7-13.4,34.6-30.3,50.9-50.6l-6.6,17.3
|
||||||
|
l5.6-8l3.3,5.2c0.6,4.7-1.6,12-6.8,21.8s-6.3,18-3.5,24.6c-7.2,3.4-12.1,8.3-14.8,14.5c-2.7,6.3-1.3,15.2,4,26.7
|
||||||
|
c1.6,3.8,2.9,7.5,4,11.3s1.3,7.7,0.7,11.7c-1.3-3.4-2.8-6.2-4.7-8.4c-1.9-2.2-4.4-3.8-7.5-4.7l-1.4,20.2c-1.3-1.6-2.5-2.9-3.8-4
|
||||||
|
s-2.7-1.9-4.2-2.6l-2.8,5.6l-4.2-4.7l-1.9,0.9l7,8L422,366l3.3,6.6l-4.7-3.8l-2.8,1.4v4.7l-4.2-4.2l-5.2-0.5
|
||||||
|
c1.9,3.1,3.4,6.3,4.7,9.6c1.2,3.3,1.9,6.5,1.9,9.6c-1.9-5-4-9.3-6.3-12.9s-4.9-6.6-7.7-9.1c0.9,5.6,2,11.1,3.3,16.4
|
||||||
|
c1.2,5.3,2.5,10.8,3.8,16.4c-3.4-9.7-7.7-18-12.7-25.1c-5-7-10.9-12.4-17.8-16.2l8.9,10.3l-6.6-4.2l0.5,2.8
|
||||||
|
c2.5,2.8,5.1,5.7,7.7,8.7c2.7,3,5.4,6.2,8.2,9.6c-3.1-2.8-6.2-5.5-9.1-8.2c-3-2.7-6-5.4-9.1-8.2l0.9,4.2
|
||||||
|
c-2.2-1.9-4.5-3.7-6.8-5.4c-2.3-1.7-4.6-3.2-6.8-4.5c6.6,8.8,11.6,16.7,15.2,23.9c3.6,7.2,5.9,13.9,6.8,20.2
|
||||||
|
c-4.1-8.7-8.3-16.6-12.7-23.4c-4.4-6.9-8.9-13-13.6-18.3l-5.2,2.8l12.2,23.4l-5.6-4.2l-0.9,3.3l-1.4-8l-3.3-2.3l-1.9,3.3
|
||||||
|
l-1.9-2.8l-8.9-9.4l6.1,12.7l-10.8-9.4l8.9,18.3l-15-21.1l-1.4,4.7l7,8.9v3.3l-2.8,6.1l3.8,2.3v6.6c-1.9,5.6-4.2,10.8-7,15.5
|
||||||
|
s-5.6,9.2-8.4,13.6l-2.3,2.3l-1.9,4.7c-12.5,7.5-25,14.8-37.5,22s-23.4,14.1-32.8,20.6c-16.9-9.4-35.3-18.7-55.3-27.9
|
||||||
|
c-20-9.2-34.5-24.3-43.6-45.2L150.5,404z M216.2,346.1c2.2-0.5,4.8-0.5,8-0.2c-13.4-12.5-25.2-21-35.4-25.5
|
||||||
|
c-10.2-4.5-17.6-2.4-22.3,6.3c7.2,11.3,14.5,19.1,21.8,23.4c7.3,4.4,14.6,3.9,21.8-1.4C211.9,347.4,214,346.5,216.2,346.1z
|
||||||
|
M317.4,338.3c1.9-1.9,3.4-3.7,4.5-5.4c1.1-1.7,1.3-3.4,0.7-4.9c-4.4-5.6-15.3-5.9-32.8-0.7c-17.5,5.2-26.3,12.1-26.3,20.9
|
||||||
|
l23,14.1c5.3-1.6,10.7-4.1,16.2-7.5s11-7.3,16.6-11.7L317.4,338.3z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Ninjutsu" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M218,332.7v-0.9l-0.5-0.5c-13.4,8.4-27.3,15.5-41.7,21.1c-14.7,5.3-29.8,9.4-45.5,12.2
|
||||||
|
c-15.6,2.8-31.7,4.5-48.3,5.2c-16.6,0.6-33.6,0.3-51.1-0.9c7.8-12.2,16.2-24.1,25.3-35.6c9.1-11.6,19.3-22.6,30.7-33
|
||||||
|
c11.4-10.5,24-20.2,37.7-29.3c13.7-9.1,29.2-17.3,46.4-24.8l10.8-25.3h0.9l0.5-0.5c-8.4-13.4-15.5-27.3-21.1-41.7
|
||||||
|
c-5.3-14.7-9.4-29.8-12.2-45.5c-2.8-15.6-4.5-31.7-5.2-48.3c-0.6-16.6-0.3-33.6,0.9-51.1c12.2,7.8,24.1,16.3,35.6,25.3
|
||||||
|
c11.6,9.1,22.6,19.3,33,30.7c10.5,11.4,20.2,24,29.3,37.7c9.1,13.8,17.3,29.2,24.8,46.4l25.3,10.8v0.9l0.5,0.5
|
||||||
|
c13.4-8.4,27.3-15.5,41.7-21.1c14.7-5.3,29.8-9.4,45.5-12.2c15.6-2.8,31.7-4.5,48.3-5.2c16.6-0.6,33.6-0.3,51.1,0.9
|
||||||
|
c-7.8,12.2-16.3,24.1-25.3,35.6c-9.1,11.6-19.3,22.6-30.7,33c-11.4,10.5-24,20.2-37.7,29.3c-13.8,9.1-29.2,17.3-46.4,24.8
|
||||||
|
l-10.8,25.3h-0.9l-0.5,0.5c8.4,13.4,15.5,27.3,21.1,41.7c5.3,14.7,9.4,29.8,12.2,45.5c2.8,15.6,4.5,31.7,5.2,48.3
|
||||||
|
c0.6,16.6,0.3,33.6-0.9,51.1c-12.2-7.8-24.1-16.2-35.6-25.3c-11.6-9.1-22.6-19.3-33-30.7c-10.5-11.4-20.2-24-29.3-37.7
|
||||||
|
c-9.1-13.7-17.3-29.2-24.8-46.4L218,332.7z M296.3,258.6c0-11.3-3.9-20.8-11.7-28.6c-7.8-7.8-17.3-11.7-28.6-11.7
|
||||||
|
s-20.8,3.9-28.6,11.7s-11.7,17.3-11.7,28.6c0,11.3,3.9,20.8,11.7,28.6c7.8,7.8,17.3,11.7,28.6,11.7c11.3,0,20.8-3.9,28.6-11.7
|
||||||
|
S296.3,269.9,296.3,258.6z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="unknow" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M176.3,350.1c-15.6-11.3-31.3-21.8-46.9-31.6c-15.6-9.8-31.3-19-46.9-27.4c-15.9-8.4-31.7-16.4-47.3-23.9
|
||||||
|
c-2.5-1.9-3.8-3.8-4-5.9c-0.2-2,1-4.3,3.5-6.8c16.6-7.5,33.4-16.9,50.6-28.1c17.2-10.9,34.8-22.7,53-35.2
|
||||||
|
c18.1-12.5,36.6-25.2,55.3-38c19.1-12.5,38.4-24.2,58.1-35.2c15,14.1,31.9,26.7,50.6,38s38.3,22.3,58.6,33
|
||||||
|
c20.3,10.8,40.8,22.1,61.4,34c20.3,11.6,39.8,24.8,58.6,39.8c-15.9,10-32,19.8-48.3,29.5c-15.9,9.4-31.8,18.8-47.6,28.4
|
||||||
|
c-15.8,9.5-31.3,19.3-46.6,29.3c-15.3,10-30.3,20.8-45,32.3c-10.9,9.4-22.2,14.8-33.8,16.4c-11.6,1.6-23.6-2.5-36.1-12.2
|
||||||
|
C207.7,373.8,191.9,361.6,176.3,350.1z M368.5,214.1c-13.8-7.8-27.3-15.9-40.5-24.1c-13.3-8.3-26.3-16.8-39.1-25.5
|
||||||
|
c-13.1-8.4-26.1-17.3-38.9-26.7c-14.7,9.1-28.8,18.3-42.2,27.7c-13.8,9.1-27,18.2-39.8,27.4s-25.2,18.5-37,27.9
|
||||||
|
c-11.6,9.1-22.8,18.3-33.8,27.7c13.4,6.9,26.9,14.1,40.3,21.6c13.1,7.8,26.3,15.7,39.4,23.7s26.1,16.2,38.9,24.6
|
||||||
|
c13.1,8.8,25.9,17.5,38.4,26.3c11.6-9.4,23.6-18.6,36.1-27.7c12.2-9.4,24.8-18.5,37.7-27.4c13-8.9,26.2-17.7,39.6-26.5
|
||||||
|
c13.4-8.7,27.3-17.5,41.7-26.3C395.5,229.4,381.9,221.9,368.5,214.1z M160.4,244.1c14.7-12.2,29.9-22.2,45.7-30
|
||||||
|
s30.9-18.9,45.2-33.3c12.5,9.1,25.5,17.7,38.9,26s27.5,16.3,42.2,24.1c1.9,1.3,3.4,2.8,4.7,4.7c1.2,1.9,1.2,4.8,0,8.9
|
||||||
|
c-19.1,4.1-35,12.6-47.8,25.5c-12.8,13-25.9,23.7-39.4,32.1c-8.8-12.2-21.1-22.9-37-32.1C196.9,260.9,179.4,252.2,160.4,244.1z"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Rituals" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M115.1,440.3c9.5-9.5,13.7-20.7,12.4-33.5c-6.3-5.3-11.4-11.2-15.5-17.6s-6.6-13.5-7.5-21.3
|
||||||
|
c-8.4-2.8-16-6.6-22.7-11.3c-6.7-4.7-12.9-10.3-18.5-16.9V313c6.9-8.1,15.4-14.3,25.5-18.5c10.2-4.2,21-7.4,32.6-9.6
|
||||||
|
c9.7-16.6,22.1-28.4,37.3-35.4s30.9-11.5,47.1-13.4L146.3,98.3c10,0.3,18,2,24.1,5.2c6.1,3.1,9.1,8.4,9.1,15.9l36.6,115.8
|
||||||
|
c6.9-0.6,13.5-1,19.9-1.2s12.6-0.2,18.5-0.2l-6.1-200.2c10.9,2.2,19,5.8,24.1,10.8c5.2,5,6.6,11.7,4.5,20.2l-11.7,169.2
|
||||||
|
c4.7,0,9.4,0.1,14.1,0.2c4.7,0.2,9.4,0.4,14.1,0.7l35.2-112.5c-0.6-8.1,2.1-13.9,8.2-17.3s14.3-5.5,24.6-6.1l-58.6,136.9
|
||||||
|
c16.6,1.9,32.8,6.3,48.8,13.1c15.9,6.9,28.9,18.9,38.9,36.1c11.9,2.2,22.9,5.4,33,9.6c10.2,4.2,18.7,10.4,25.5,18.5v26.7
|
||||||
|
c-5.6,6.6-11.9,12.2-18.8,16.9c-6.9,4.7-14.5,8.4-23,11.3c-0.9,7.8-3.4,14.9-7.3,21.3s-9.1,12.3-15.7,17.6
|
||||||
|
c-0.9,12.8,3.3,24,12.7,33.5c9.4,9.5,23.1,17.6,41.3,24.1c-9.4,16.6-24.8,22.3-46.2,17.1c-21.4-5.2-34.5-24.3-39.1-57.4
|
||||||
|
c-14.1,5.6-29.5,9.8-46.4,12.4c-16.9,2.7-33.8,4-50.6,4c-16.6,0-33.4-1.3-50.4-4s-32.6-6.8-46.6-12.4
|
||||||
|
c-4.7,33.1-17.7,52.3-38.9,57.4c-21.3,5.2-36.7-0.5-46.4-17.1C91.8,457.9,105.6,449.8,115.1,440.3z M361.5,272.9
|
||||||
|
c-15.9-10.2-38-16.8-66.1-19.9l-11.7,27.2l-3.3-2.8l8-24.8c-4.1-0.3-8-0.6-12-0.9c-3.9-0.3-7.9-0.5-12-0.5l-1.9,24.8l-6.6,7.5
|
||||||
|
l-0.9-32.3c-5.9,0-11.6,0.2-17.1,0.5s-10.9,0.6-16.2,0.9l8,24.8l-4.2,5.2l-12.2-29.1c-27.2,3.4-48.4,10.2-63.5,20.4
|
||||||
|
c-15.2,10.2-22.7,23.5-22.7,40.1c0,7.5,4.2,13.3,12.7,17.3c8.4,4.1,19,7.1,31.6,9.1c12.7,2,26.6,3.4,42,4
|
||||||
|
c15,0.3,29.2,0.6,42.7,0.9c13.4-0.3,27.8-0.6,43.1-0.9c15-0.6,28.9-1.9,41.7-4c12.8-2,23.4-5.1,31.9-9.1
|
||||||
|
c8.4-4.1,12.7-9.8,12.7-17.3C385.4,296.8,377.4,283.1,361.5,272.9z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shujis" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M99.2,415.7c-2.3-2.2-4.8-3.9-7.3-5.2c-34.1-19.1-53.8-55.2-59.1-108.3c-5.6-52.8,2.7-102.1,24.8-147.9
|
||||||
|
c22.2-45.8,58-77.9,107.3-96.3c49.4-18.1,111.9-2.2,187.5,47.8C306.1,85.5,263.3,79.4,224,87.5c-39.4,8.1-69.6,24.2-90.7,48.3
|
||||||
|
s-30.1,53-27,86.7c3.4,33.8,24.5,65.9,63.3,96.6c7.2,5.3,12.1,12.9,14.8,22.7c2.7,9.8,3.8,19.1,3.5,27.9c0,6.3-1.3,12.4-4,18.5
|
||||||
|
s-6,11.5-10.1,16.2s-8.9,8.6-14.5,11.7s-11.4,5.5-17.3,7c-5.6,1.3-11.5,1.6-17.6,0.9c-6.1-0.6-12-1.9-17.6-3.8
|
||||||
|
C104.1,419.4,101.5,417.9,99.2,415.7z M191.1,442.6c17.3-9.2,28.5-28.4,33.5-57.4c-5,8.4-9.7,14.8-14.1,19
|
||||||
|
c-4.4,4.2-8.6,7.9-12.7,11c9.1-11.6,16.9-23.7,23.4-36.6c6.6-12.8,12.8-24.6,18.8-35.4c5.9-10.8,12-19.8,18.3-27
|
||||||
|
c6.6-7.5,14.4-11.4,23.4-11.7l40.8,38v35.6c-4.1,8.8-8.9,16.4-14.5,23S296,413,288.8,417c-8.8,13.8-18.9,24.4-30.5,31.9
|
||||||
|
c-11.3,7.2-23.8,11.8-37.7,13.8s-28.7,1.8-44.3-0.7c-15.9-2.5-32.5-6.6-49.7-12.2C152.2,454.3,173.7,451.9,191.1,442.6z
|
||||||
|
M297.3,269.9c12.8-19.1,25.3-34.8,37.5-47.3c11.9-12.8,24.1-25.9,36.6-39.4c12.5-13.4,25.6-29.2,39.4-47.3
|
||||||
|
c13.7-17.8,28.6-41.7,44.5-71.7l11.7,1.9l0.5,14.1l5.2,0.9l-0.5,11.3L481,103l-6.1,7.5l-0.5,14.1c-11.3,11.3-21.7,25-31.4,41.3
|
||||||
|
c-9.7,16.3-19.1,33.2-28.4,50.9c-9.2,17.7-18.4,35.1-27.4,52.3c-9.1,17.5-18.6,33.1-28.6,46.9L297.3,269.9z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Invocations" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M122.9,85.7c-0.3-1.9,0.5-3.8,2.6-5.6c2-1.9,4.9-3.8,8.7-5.6c1.2,4.7,6.6,8,15.9,9.8s20.3,1.9,32.8,0
|
||||||
|
c12.8-1.9,23.4-5.2,31.9-10.1c8.4-4.8,12.3-9.6,11.7-14.3v-0.5c3.4,0.6,6.3,1.6,8.7,3s3.7,3,4,4.9l28.6,140.2h21.6l-30-144.8
|
||||||
|
c0.6-0.3,1.2-0.6,1.9-0.9c0.6-0.3,1.1-0.6,1.4-0.9l0.9-4.2c-0.3-2.2,1.5-4.4,5.4-6.6c3.9-2.2,8.8-3.8,14.8-4.7
|
||||||
|
c5.9-0.6,11.1-0.5,15.5,0.5c4.4,0.9,6.7,2.5,7,4.7l2.3,3.3c0.6,0,1.4,0.2,2.3,0.5s1.7,0.6,2.3,0.9l37.5,180.5
|
||||||
|
c-6.3,9.4-18,17.3-35.2,23.9c-17.2,6.9-35.7,11.8-55.5,14.8s-39.1,3.8-57.9,2.6c-18.4-1.2-32.2-5.3-41.3-12.2L122.9,85.7z
|
||||||
|
M151.5,63.9c-8.1-1.7-12.5-4.6-13.1-8.7s2.7-8,9.8-12c7.2-3.9,16.2-6.8,27.2-8.7c10.6-1.6,20-1.5,28.1,0.2s12.5,4.6,13.1,8.7
|
||||||
|
s-2.7,8.1-9.8,12.2c-7.2,4.1-16.3,6.9-27.2,8.4C169,65.7,159.6,65.6,151.5,63.9z M197.9,145.7c-9.1,1.3-17.7,1.7-25.8,1.4
|
||||||
|
s-15.8-1.4-23-3.3l25.3,113c6.2,3.1,13.4,5.2,21.6,6.3c8.1,1.1,17,1.3,26.7,0.7L197.9,145.7z M339.4,432.6
|
||||||
|
c-0.6,0-1.3-0.2-1.9-0.5s-1.4-0.6-2.3-0.9L311.8,321c-3.1,1.6-6.4,2.8-9.8,3.8c-3.4,0.9-6.7,1.6-9.8,1.9l22,106.9
|
||||||
|
c1.2,6.6-3.8,12.3-15,17.3c-10.9,4.7-23.5,8-37.7,10.1c-14.2,2-27.6,2.6-40.1,1.6c-12.5-0.9-19.2-3.9-20.2-8.9l-32.8-153.8
|
||||||
|
c9.1,6.9,22.8,10.9,41.3,12.2c18.4,1.3,37.6,0.4,57.4-2.6c19.8-3,38.4-7.9,55.5-14.8c17.2-6.6,29.1-14.4,35.6-23.4l0.9,5.6h1.9
|
||||||
|
l28.6,134.5l-3.3,1.4l2.8,10.3c-0.9,0.6-1.8,1.3-2.6,1.9c-0.8,0.6-1.6,1.3-2.6,1.9l0.9,4.2c0.9,5-6,8.4-20.9,10.1
|
||||||
|
c-14.8,1.7-22.7,0.1-23.7-4.9L339.4,432.6z M258.8,434l-21.1-99.4c-9.4,0-18.4-0.7-27-2.1s-17-3.7-25.1-6.8l23.9,107.8
|
||||||
|
c8.4,1.9,16.7,2.8,24.8,2.8C242.6,436.3,250.7,435.5,258.8,434z M217.6,470.1c13.4,3.4,27.5,4.2,42.2,2.3
|
||||||
|
c14.7-1.9,30.2-6.9,46.4-15c0.6,2.2,0.8,4.1,0.5,5.6c-0.3,1.6-1.3,3-2.8,4.2c-18.8,13.7-37.3,19.1-55.8,16.2
|
||||||
|
c-18.4-3-28.6-5.6-30.5-7.7L217.6,470.1L217.6,470.1z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path class="st14" d="M365.2,247.4L346,210.8l12.2-49.2l-36.6,16.9c-5.6,2.8-9.9,7.9-12.9,15.2c-3,7.4-3.2,13.7-0.7,19l24.9,51.1
|
||||||
|
l-24.4,16.9L133.2,59L82.6,33.6l10.3,55.8l165,229.1l-23,18.8l-42.2-37.5c-4.4-4-10.5-5.7-18.5-4.9c-7.9,0.8-13.9,3.5-18,8.2
|
||||||
|
l-26.3,30.5l50.6,1.9l29.5,28.6c6.5,6.3,15.2,10.1,26,11.3s19.8-0.8,27-6.1l92.9-69.9c6.8-5.3,11.3-13.3,13.1-24.1
|
||||||
|
C370.8,264.5,369.6,255.2,365.2,247.4z"/>
|
||||||
|
</g>
|
||||||
|
<g id="Clans" class="st0">
|
||||||
|
<g id="Imperial" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st16 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Unicorn" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st17 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Torttle" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Scorpion" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st18 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Phoenix" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st19 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Mantis" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st20 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Lion" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st21 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Dragon" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st22 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Crab" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st23 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Crane" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st24 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<polygon class="st14" points="403.7,416.1 361.9,447.6 376,478.5 402.8,483.6 427.2,465.3 429.5,438.1 "/>
|
||||||
|
<polygon class="st25" points="335.7,314.4 283.1,353.8 355.8,449.9 361.9,447.6 403.7,416.1 407.5,410.9 "/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 46 KiB |
@@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
width="35.5px" height="35.5px" viewBox="0 0 35.3 35.3" style="enable-background:new 0 0 35.3 35.3;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#FFFFFF;}
|
||||||
|
</style>
|
||||||
|
<g>
|
||||||
|
<path class="st0" d="M23.8,21.1c0.8-0.4,4.1,0.7,9.2-13.7c-0.3,0.9-1.4,1.8-2.1,2.3c-1.9,1.6-4.1,2.8-6.6,3.2
|
||||||
|
c0.4-1.3,0.6-2.8,0.6-4.1c0.1-1.1,0-2.2-0.2-3.3C24.6,4.8,24,4.1,24,3.3c0-0.7,0.2-1.7,0.4-2.4c-0.6,2-1.8,3.4-3.1,4.9
|
||||||
|
c-1.5,1.7-2.1,3.4-2.9,5.5c-0.1-0.3-0.1-0.5-0.2-0.8c-0.1-0.4-0.3-0.9-0.4-1.3c-0.3-0.8-0.7-1.7-1.2-2.4C16,6,15.1,5.5,14.4,4.9
|
||||||
|
c-0.9-0.8-1.1-1.6-1.5-2.6C12.6,1.5,12.3,0.7,12,0c0.2,0.4,0,1.2-0.1,1.6c0,1.1,0,2.2,0,3.4c0,2.5,0.1,5.1,0.8,7.5
|
||||||
|
c-0.6-1.1-2.5-1.6-3.6-2C6.8,9.7,5.2,8.4,3.4,6.9C4.2,8,5.1,9.1,5.7,10.3c0.6,1.1,1,2.4,1.5,3.6c1.1,2.4,3,4,5.1,5.4
|
||||||
|
c-1.3-0.8-3.3,0-4.7,0.2c-2,0.3-3.5-0.5-5.3-1.2c1,0.4,2,1.7,2.9,2.3c1.1,0.7,2.1,1.4,3.3,2c2.2,1.1,4.9,1.7,7.3,1.1
|
||||||
|
c-0.8,0.2-1.6,0.7-2.2,1.2c-0.7,0.6-1.1,1.4-1.8,2c-0.6,0.5-1.3,0.9-2,1.3c1.6-0.2,3.2-0.6,4.7-1.1c1.3-0.5,2.9-1.2,3.9-2.3
|
||||||
|
c0.1,0.2,0.2,0.5,0.2,0.7c0.1,0.5,0.3,0.9,0.5,1.4c0.4,1,0.8,2,1.4,3c0.3,0.5,0.5,1,0.9,1.5c0.3,0.5,0.6,0.9,1,1.3
|
||||||
|
c0.4,0.4,0.7,0.8,1.1,1.1c0.3,0.3,0.7,0.6,1.1,0.9c0.4,0.2,0.7,0.4,1.1,0.5c0.3,0.1,0.6,0.1,0.9,0.2c0.2,0,0.4,0,0.6,0
|
||||||
|
c0.1,0,0.2,0,0.2,0s-0.1,0-0.2,0c-0.1,0-0.3,0-0.5-0.1c-0.2-0.1-0.5-0.2-0.7-0.3c-0.3-0.2-0.5-0.4-0.8-0.7c-0.3-0.3-0.5-0.6-0.8-1
|
||||||
|
c-0.3-0.4-0.5-0.8-0.7-1.2c-0.2-0.5-0.4-0.9-0.6-1.4c-0.2-0.5-0.3-1-0.5-1.5c-0.3-1-0.5-2-0.6-3c-0.1-0.5-0.2-0.9-0.2-1.4
|
||||||
|
c0-0.3-0.1-0.6-0.1-0.9c1.9,1.2,4,1.5,6.2,0.9c1.3-0.3,2.9-0.8,4-1.6c-0.9-0.3-2,0-2.9-0.4C26.9,22,25.9,20.8,23.8,21.1z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,525 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{display:none;}
|
||||||
|
.st1{display:inline;}
|
||||||
|
.st2{fill:#FFFFFF;}
|
||||||
|
.st3{display:inline;fill:none;}
|
||||||
|
.st4{font-family:'L5R-Icons';}
|
||||||
|
.st5{font-size:480px;}
|
||||||
|
.st6{fill:#699678;}
|
||||||
|
.st7{fill:#917896;}
|
||||||
|
.st8{fill:#9B7350;}
|
||||||
|
.st9{fill:#5F919B;}
|
||||||
|
.st10{fill:#4B4641;}
|
||||||
|
.st11{fill:#A75B58;}
|
||||||
|
.st12{fill:#68829B;}
|
||||||
|
.st13{fill:#D38048;}
|
||||||
|
.st14{fill:#999999;}
|
||||||
|
.st15{fill:none;}
|
||||||
|
.st16{fill:#78FFB4;}
|
||||||
|
.st17{fill:#785A87;}
|
||||||
|
.st18{fill:#9B463C;}
|
||||||
|
.st19{fill:#B9784B;}
|
||||||
|
.st20{fill:#2D551E;}
|
||||||
|
.st21{fill:#A08C50;}
|
||||||
|
.st22{fill:#55826E;}
|
||||||
|
.st23{fill:#82828C;}
|
||||||
|
.st24{fill:#789191;}
|
||||||
|
.st25{fill:#75655A;}
|
||||||
|
</style>
|
||||||
|
<g id="Fond" class="st0">
|
||||||
|
<g transform="translate(0,0)" class="st1">
|
||||||
|
<path class="st2" d="M249.9,18.6c-81.4,0-231.4,155.8-171.7,300.7c8,25.3,27.9,50.3,49.2,77.1c24.5,30.6,51.6,63.2,68.7,96.9h20.6
|
||||||
|
c-18.1-39.8-48.6-75.9-74.6-108.5c-27.4-34.3-48.8-65.3-48.8-88c0-3.6,0.4-7.3,1.1-11.1h-0.1c0.3-1.2,0.6-2.5,0.9-3.7
|
||||||
|
c0.9-3.8,2.1-7.6,3.7-11.4c23.1-61.4,94.2-106.3,146.6-135l3.6-2l3.9,1.3c60.9,20.9,131.3,66.8,156,135.8c1.1,3,2.1,6,2.9,9
|
||||||
|
c0.4,1.4,0.8,2.8,1.2,4.3h-0.2c1.1,5.1,1.7,10.2,1.7,15.2l0,0c0,22.3-24.4,53.5-55,87.5c-29.1,32.3-62.3,67.6-80,106.6H300
|
||||||
|
c16.8-32.1,46.2-64,73.3-94.1c23.1-25.7,45.3-50,54.9-74.9C481,200.2,329,18.7,249.9,18.6L249.9,18.6z M250.7,154
|
||||||
|
c-38.7,21.5-85,52.2-113.6,88.2c9.7,83,59,146.2,118.3,146.2c59.1,0,108.2-62.7,118.2-145.3C344.7,200.9,295.6,170.1,250.7,154
|
||||||
|
L250.7,154z M192.5,237c0.8,0,1.6,0,2.4,0c13,0.1,26,2.7,39.1,7.4c-16.8,40.6-59,42-78.1,0C168.1,239.6,180.3,237.2,192.5,237z
|
||||||
|
M317.4,237c13-0.1,26,2.3,39.1,7.4c-19.1,42-61.3,40.6-78.1,0C291.3,239.7,304.4,237.1,317.4,237L317.4,237z M204.6,512l0.1,0.3
|
||||||
|
h86.8l0.1-0.3H204.6L204.6,512z"/>
|
||||||
|
</g>
|
||||||
|
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st1 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Elements" class="st0">
|
||||||
|
<g id="Earth" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st6" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M438.3,181.8c-10.3-24.1-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||||
|
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,5.3,0.2,10.6,0.7,15.9
|
||||||
|
s1,10.6,1.6,15.9l4.2-0.5c5.9-4.4,11.4-9.3,16.4-14.8s9.7-11.3,14.1-17.6c5.3,0.9,10.8,0.8,16.4-0.5c5.6-1.2,10.6-4.8,15-10.8
|
||||||
|
l55.8-75.9l16.4,22l75-83.9L309,145c4.1,4.4,7.4,9.4,10.1,15s6,10.8,10.1,15.5c5.3,6.3,10.9,12.4,16.6,18.5
|
||||||
|
c5.8,6.1,12.1,11.6,19,16.6l8.4,6.6l21.1-12.2c7.2,17.5,15.2,34.7,24.1,51.6s18.7,33.6,29.3,50.2c2.2-7.8,3.8-15.7,4.7-23.7
|
||||||
|
s1.4-16.2,1.4-24.6C453.8,231.5,448.7,205.8,438.3,181.8z M162.3,231.9l37-19.2l-15.9-19.2L162.3,231.9z M313.7,234.3l28.6,47.3
|
||||||
|
c5-4.7,9.6-10.5,13.8-17.3c4.2-6.9,8.2-14.5,12-23L288.3,156l-34.7,227.3L313.7,234.3z M405.1,277.4c0.9-2.8,2.3-5.6,4.2-8.4
|
||||||
|
l-20.6-37h-1.9l6.1,75c3.1-2.2,5.6-5.2,7.5-9.1s3-7.9,3.3-12C403.7,283,404.1,280.2,405.1,277.4z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Air" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st7" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-50.9,48-71.3c20.5-20.3,44.3-36.4,71.5-48.3
|
||||||
|
C195.8,39.4,225,33.5,256,33.5s60.2,5.9,87.7,17.8c27.2,11.9,51,28,71.5,48.3s36.5,44.1,48,71.3c11.9,27.5,17.8,56.7,17.8,87.7
|
||||||
|
s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48c-27.5,11.9-56.7,17.8-87.7,17.8
|
||||||
|
s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5C36.9,318.8,31,289.6,31,258.6z M138.8,314
|
||||||
|
c-11.9-5.6-22.6-13.2-32.1-22.7S89,270.1,82.1,256.4c-7.2-13.7-13-29.8-17.3-48.3c-2.2,8.1-3.8,16.4-4.9,24.8
|
||||||
|
c-1.1,8.4-1.6,17-1.6,25.8c0,3.1,0.1,6.2,0.2,9.1c0.2,3,0.4,5.9,0.7,8.7C77.9,293,97,306,116.5,315.4s39.6,12.8,60.2,10.3
|
||||||
|
C163,323.2,150.4,319.3,138.8,314z M443.3,194.7c-7-20.2-16.8-38.5-29.3-55.1c-20.9-14.1-43.3-21.9-67-23.4
|
||||||
|
c-23.8-1.6-46,1.4-66.8,8.9c-20.8,7.5-38.5,18.6-53.2,33.3s-23.4,31.3-26.3,49.7c-1.6,10.9,3,21.6,13.6,31.9
|
||||||
|
c10.6,10.3,21.4,15.6,32.3,15.9c8.4,0.3,16.5-3,24.1-9.8c7.7-6.9,12-14.4,12.9-22.5c0.6-5.9-0.8-11.7-4.2-17.3
|
||||||
|
c-3.4-5.6-8.9-9.4-16.4-11.3c-4.1-0.9-8.5-0.2-13.4,2.1c-4.8,2.3-7.7,5.7-8.7,10.1c-1.3,4.7-1.1,8.4,0.5,11.3
|
||||||
|
c1.6,2.8,4.2,4.2,8,4.2c3.4,0.3,6.3-0.8,8.7-3.3c2.3-2.5,0.5-5.9-5.4-10.3c5.9-0.3,10.3,1.3,13.1,4.9c2.8,3.6,3.6,9.1,2.3,16.6
|
||||||
|
c-0.6,4.1-3.4,7.2-8.4,9.4s-9.5,3-13.6,2.3c-7.2-1.2-13.8-5.2-19.7-11.7c-5.9-6.6-8.9-13.4-8.9-20.6c0-9.4,3.8-18.8,11.3-28.1
|
||||||
|
s15.9-14.4,25.3-15c12.8-0.9,24.8,1.1,35.9,6.1s18.5,19.8,22.3,44.5c5.9-11.3,14.5-19.2,25.8-23.9s22.7-5.7,34.2-3
|
||||||
|
c11.6,2.7,22,9.3,31.4,19.9c9.1,10.3,14.2,25,15.5,44.1c0.9,12.2-1.7,23.9-8,35.2c-5.9,11.3-13.8,20.7-23.7,28.4
|
||||||
|
c-9.8,7.7-20.7,12.6-32.6,14.8c-11.9,2.5-23.1,0.9-33.8-4.7c2.5,20-0.9,35.9-10.3,47.8c-9.4,11.6-21.6,18.8-36.6,21.8
|
||||||
|
s-31.3,1.3-48.8-4.9c-17.2-6.2-32.3-17.3-45.5-33.3c-1.3-1.2-3.2-1.8-5.9-1.6c-2.7,0.2-4.6,1-5.9,2.6l-5.6,8.4
|
||||||
|
c-17.8-6.2-35.2-16.4-52.3-30.5c-17-14.1-33.8-30.9-50.4-50.6c3.8,23.8,11.3,45.9,22.5,66.6c11.6,20.6,26.1,38.5,43.6,53.7
|
||||||
|
s37.2,27,59.1,35.4c22.2,8.8,45.8,13.1,70.8,13.1c27.2,0,52.8-5.2,76.9-15.5s45.1-24.4,63-42.4c18-18,32.1-39,42.4-63
|
||||||
|
c10.3-24.1,15.5-49.7,15.5-76.9C453.8,236.1,450.3,214.8,443.3,194.7z M147.7,93.2c-7.2,4.7-14.1,9.8-20.6,15.5
|
||||||
|
s-12.8,11.7-18.8,18.3c-4.4,35.6-3.6,64.1,2.3,85.3c5.6,21.3,14.9,37.6,27.9,49s28.8,18.8,47.6,22.3c18.4,3.4,38.1,5,59.1,4.7
|
||||||
|
c-26.6-4.1-48.1-11.6-64.7-22.5c-16.3-10.9-28.1-24.8-35.4-41.5s-10.5-36.2-9.6-58.4C136.2,143.7,140.2,119.4,147.7,93.2z
|
||||||
|
M309.4,68.1c-10.9-3-22.2-5.1-33.8-6.3C256,69,239.1,77.1,225.1,86.1c-13.8,9.4-24.8,19.8-33,31.4
|
||||||
|
c-8.3,11.6-13.5,24.1-15.7,37.5c-2.5,13.8-2.2,28.4,0.9,44.1c1.6-16.9,5.8-32.2,12.7-45.9c7.2-14.1,17.4-26.1,30.7-36.1
|
||||||
|
s29.9-18.1,49.9-24.4c20-6.6,43.4-10.8,70.3-12.7C330.8,75.1,320.4,71.1,309.4,68.1z M264,317.2c-3.1,2.8-5.2,6.1-6.1,9.8
|
||||||
|
c-0.3,1.9,0.2,3.9,1.6,6.1s3,3.6,4.9,4.2c1.2,0.3,2.6,0.2,4-0.5c1.4-0.6,2.4-1.4,3-2.3s1-1.9,1.2-2.8s0.1-1.7-0.2-2.3
|
||||||
|
c-0.3-0.6-0.7-1.2-1.2-1.6s-1-0.9-1.6-1.2c8.1-1.2,11.6,2.4,10.5,11s-6.5,14-16.2,16.2c-8.4,1.6-15-0.5-19.7-6.1
|
||||||
|
s-7.2-12.2-7.5-19.7c0-13.1,5.1-22,15.2-26.5c10.2-4.5,22.7-5.7,37.7-3.5c-13.1-10.9-26.3-14.2-39.4-9.8
|
||||||
|
c-13.4,4.1-23.4,11.4-30,22s-8,22-4.2,34.2s15.9,20.9,36.6,26.3c22.8,3.4,36.7-3.8,41.7-21.6c5-17.8-1.3-29.4-18.8-34.7
|
||||||
|
C271,313.5,267.1,314.4,264,317.2z M379,259.4c2-5.5,2.9-10.9,2.6-16.2c-0.3-4.4-1.7-8.6-4.2-12.7c-2.5-4.1-5.6-7.3-9.4-9.8
|
||||||
|
c-2.8-2.2-6.1-3.5-9.8-4s-7.3-0.2-10.8,0.7c-3.1,0.6-6,2-8.7,4s-4.5,4.6-5.4,7.7c-0.6,1.9-0.6,3.9,0,6.1c0.6,2.2,1.6,4.1,2.8,5.6
|
||||||
|
c1.6,1.3,3.5,2.1,5.9,2.6s4.5,0.4,6.3-0.2c1.2-0.3,2.4-1.1,3.5-2.3s1.6-2.5,1.6-3.8c0.3-0.9,0.2-1.8-0.5-2.6
|
||||||
|
c-0.6-0.8-1.4-1.5-2.3-2.1s-1.8-1.2-2.6-1.6c-0.8-0.5-1.6-0.9-2.6-1.2c0.3-1.2,1.7-2.1,4.2-2.6s4.5-0.2,6.1,0.7
|
||||||
|
c3.4,1.6,6.3,4.4,8.7,8.4c2.3,4.1,3,8,2.1,11.7c-1.6,5.3-5.2,9.7-10.8,13.1c-5.6,3.4-11.1,5.2-16.4,5.2c-5.9,0-11.6-1.9-16.9-5.6
|
||||||
|
c-5.3-3.8-9.2-8.9-11.7-15.5c-1.6,5.9-3.3,11.1-5.2,15.5c-1.9,4.4-4.1,7.7-6.6,9.8c9.4,12.2,20.7,18.4,34,18.5
|
||||||
|
c13.3,0.2,25.7-5.2,37.3-16.2C374.1,269.3,377,264.8,379,259.4z M389.1,227.7c4.4,20.3,2.8,37.3-4.7,51.1s-22.8,23.4-45.9,29.1
|
||||||
|
c11.9,3.1,23,2.2,33.3-2.8c10.3-5.3,18.4-12.3,24.4-21.1c5.9-8.7,8.7-18.4,8.4-29.1C404,244.6,398.8,235.5,389.1,227.7z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Fire" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st8" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M370.4,384.7c0.3-3.1,1.4-5.3,3.3-6.6c2.8-2.5,4.7-5.4,5.6-8.7s1.4-7.4,1.4-12.4
|
||||||
|
c2.2,3.1,3.8,6.8,4.9,11s0.9,9.5-0.7,15.7c-0.9,2.2-0.6,3.8,0.9,4.7c1.6,0.9,3.3,0,5.2-2.8c6.6-10.3,9.7-20.7,9.4-31.2
|
||||||
|
c-0.3-10.5-3.3-20.9-8.9-31.2c-8.1-16.9-10.2-30.1-6.1-39.6s12.8-15.1,26.3-16.6c-13.1,9.1-18.2,18.2-15.2,27.4
|
||||||
|
c3,9.2,12,18.5,27,27.9c4.1-5.9,8.3-11.5,12.7-16.6c4.4-5.2,8.9-9.8,13.6-13.8l1.9-0.9c0.6-5.3,1.2-10.6,1.6-15.9
|
||||||
|
c0.5-5.3,0.7-10.8,0.7-16.4c0-27.2-5.2-52.8-15.5-76.9s-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||||
|
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,21.9,3.4,42.7,10.1,62.6
|
||||||
|
c6.7,19.8,16.2,38,28.4,54.6c1.6-0.3,3.4-0.5,5.4-0.5s3.4-0.5,4-1.4s0.7-1.9,0.2-2.8s-0.5-1.7-0.2-2.3c2.5-4.4,6.3-8,11.5-10.8
|
||||||
|
s10.1-4.4,14.8-4.7c-5.6,5.9-9.4,11.6-11.3,17.1s-0.9,10.1,2.8,13.8l10.3,10.8c0.9-6.9,2.3-13.4,4.2-19.7
|
||||||
|
c1.9-6.2,4.1-12.3,6.6-18.3c0.9,5.9,2.4,11.8,4.5,17.6c2,5.8,3.4,11.6,4,17.6c10-1.2,14.9-6.6,14.8-16.2
|
||||||
|
c-0.2-9.5-2.1-17.1-5.9-22.7l-6.6-10.3c-10.3-16.6-19.1-36.4-26.3-59.5s3.9-42,33.3-56.7c-9.7,9.4-14.6,18.7-14.8,27.9
|
||||||
|
s4.5,17.9,13.8,26c2.2-12.8,6.2-20.3,12-22.5s8.2-15.3,7.3-39.4c6.2,5.3,9.8,13.7,10.8,25.1c0.9,11.4,4.4,18.4,10.3,20.9
|
||||||
|
c7.2-4.1,8.6-12.9,4.2-26.5c-4.4-13.6-9.8-26.6-16.4-39.1c-15-26.9-17.3-49.7-7-68.4c10.3-19.1,24.4-32.3,42.2-39.6
|
||||||
|
c17.8-7.3,35-7.7,51.6-1.2c16.6,6.3,23.4,21.3,20.6,45c-1.9-19.1-7.7-30-17.3-32.8c-9.7-2.5-18.1,0-25.3,7.5S244,128.5,244,143.5
|
||||||
|
c0,14.7,8.9,30,26.7,45.9c10.6-2.8,16-8.4,16.2-16.9c0.2-8.4-0.4-15.9-1.6-22.5c2.8,6.6,5.6,12.7,8.4,18.5s6.4,10.4,10.8,13.8
|
||||||
|
c3.1,3.1,5.4,7.3,6.8,12.7c1.4,5.3,1.6,12,0.7,20.2l20.2,19.2c4.1-2.8,6.7-6.2,8-10.1c1.2-3.9,0.6-8.4-1.9-13.4l-5.2-10.3
|
||||||
|
c-5.9-11.9-8.1-23-6.6-33.5c1.6-10.5,10.2-15.7,25.8-15.7c-10.9,8.1-16.1,15.6-15.5,22.5s3.1,13,7.5,18.3l13.1,15.9
|
||||||
|
c9.1,10.6,15.3,22.7,18.8,36.1c3.4,13.4,0.2,29.1-9.8,46.9c9.1,15.6,13,30.2,11.7,43.8c-1.3,13.6-6.6,26.3-15.9,38.2
|
||||||
|
c-0.6,1.9-1.6,3.5-3,4.9s-2.3,3-2.6,4.9c-0.3,2.2-0.2,4.3,0.2,6.3c0.5,2,1.2,4.1,2.1,6.3c0.3,0.6,0.7,1.4,1.2,2.3
|
||||||
|
s1.2,1.4,2.1,1.4c1.2,0,2.3-0.8,3.3-2.3c0.9-1.6,1.7-3,2.3-4.2C369.1,390.5,370.1,387.9,370.4,384.7z M301,408.6
|
||||||
|
c0.3-7.5,3.8-13.7,10.3-18.8c8.4-6.6,15.7-14.3,21.8-23.2s8.2-17.1,6.3-24.6c-1.3,3.4-3.2,5.6-5.9,6.6c-2.7,0.9-5.6,1.3-8.7,0.9
|
||||||
|
l-10.8-0.9c-1.3,0-2-1.1-2.3-3.3c-0.3-2.2-0.2-3.9,0.5-5.2c10.3-16.9,16.6-31.2,19-42.9s1-20.2-4-25.5
|
||||||
|
c-1.3,5.3-4.1,11.1-8.7,17.3c-4.5,6.3-8.7,9.5-12.4,9.8h-7c-1.9,0-3.7-0.5-5.4-1.6c-1.7-1.1-2.9-2.6-3.5-4.5
|
||||||
|
c-4.4-15.3-10.9-28.5-19.7-39.6c-8.8-11.1-18-21.6-27.7-31.6c10,35.9,9.4,63.8-1.9,83.7c-11.3,19.8-30,24.6-56.3,14.3
|
||||||
|
c10,18.1,16.9,35.6,20.6,52.3c3.8,16.7-0.9,31.6-14.1,44.8c-0.3,0.3-0.6,0.5-0.9,0.7c-0.3,0.2-0.8,0.2-1.4,0.2h-5.2
|
||||||
|
c-0.9,0-1.9,0.2-2.8,0.7s-1.9,1-2.8,1.6c-0.6,0.6-1.2,1.3-1.6,2.1c-0.5,0.8-0.7,1.6-0.7,2.6c-0.3,0.9-0.4,1.9-0.2,2.8
|
||||||
|
s0.4,1.7,0.7,2.3c0.6,0.9,1.2,1.7,1.6,2.3c0.5,0.6,1,1.3,1.6,1.9c2.8,2.2,5.9,4.2,9.1,6.1s6.6,3.1,10.1,3.8l8.9-2.3
|
||||||
|
c-2.8-3.8-5.1-7.1-6.8-10.1s-2.6-5.1-2.6-6.3c1.9,0.6,3.9,1.9,6.1,3.8c2.2,1.9,4.5,4.1,7,6.6l7.5-5.2c1.9-4.7,3.1-9.5,3.8-14.5
|
||||||
|
c0.6-5,0-9.7-1.9-14.1l-7.5-17.8c-0.3-1.2-0.5-2.4-0.7-3.5s-0.1-2.3,0.2-3.5l13.1,17.8c2.2,3.1,4.4,3.3,6.6,0.5
|
||||||
|
c2.2-2.8,3.9-5.2,5.2-7c1.2-2.5,1.6-5.4,0.9-8.7c-0.6-3.3-1.4-6.3-2.3-9.1c-2.2-5.9-5.2-11.6-8.9-16.9c-3.8-5.3-7.8-10.3-12.2-15
|
||||||
|
c6.2,1.9,11.8,5.3,16.6,10.3s9.8,9.8,14.8,14.5c2.5,2.5,4.9,3.4,7.3,2.6c2.3-0.8,2.7-2.9,1.2-6.3c-4.1-10.6-5.7-22.7-4.9-36.1
|
||||||
|
s6-26.3,15.7-38.4c-0.3,7.2,0,16.5,0.9,27.9s4.4,19.8,10.3,25.1c4.4,2.2,9.1,1.5,14.1-2.1s8.7-7.7,11.3-12.4
|
||||||
|
c-5.9,17.2-8.2,33.9-6.8,50.2c1.4,16.3-3.5,31.1-14.8,44.5c-5,5.6-4.8,10.7,0.5,15.2s10.6,4.1,15.9-1.2
|
||||||
|
c-3.4,5.3-5.2,9.4-5.2,12.2s2.5,4.1,7.5,3.8c2.8-0.9,5.5-2,8.2-3.3c2.7-1.2,5.2-2.7,7.7-4.2C305.5,426.8,300.7,416.1,301,408.6z"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Water" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st9" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M376,327.8c11.9-8,22-17.1,30.5-27.4c8.4-10,14.8-21.2,19.2-33.5c4.4-12.3,8.1-24.8,11.3-37.3
|
||||||
|
c1.6-6.6,2.7-13.1,3.5-19.7c0.8-6.6,1.2-13.1,1.2-19.7c-6.9-19.1-16.4-36.4-28.6-52c-12.5-15.9-26.8-29.6-42.9-41
|
||||||
|
s-33.8-20.4-53.2-27c-19.4-6.2-39.7-9.4-60.9-9.4c-27.2,0-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63
|
||||||
|
c-10.3,24.1-15.5,49.7-15.5,76.9c0,10,0.7,19.8,2.1,29.3c1.4,9.5,3.5,18.8,6.3,27.9c9.7-44.4,22.7-81.4,38.9-111.1
|
||||||
|
c16.6-29.7,35.9-52.9,58.1-69.6s47.2-27.4,75-32.1c27.8-4.4,58-3.8,90.5,1.9l13.1,11.7l-17.8,3.3c-3.1,0.6-6.4,1.3-9.8,1.9
|
||||||
|
s-6.4,1.9-8.9,3.8c-1.6,0.9-3,2.2-4.5,3.8c-1.4,1.6-1.8,3.1-1.2,4.7c0.3,0.9,1,1.5,2.1,1.6c1.1,0.2,2.1,0.4,3,0.7
|
||||||
|
c3.1,0.6,6.2,0.5,9.4-0.2c3.1-0.8,6.2-1,9.4-0.7c3.8,0.3,7.7,0.7,11.7,1.2c4.1,0.5,7.8,1.6,11.3,3.5c5.3,2.5,10.6,5.6,15.9,9.4
|
||||||
|
c5.3,3.8,9.2,8.4,11.7,14.1c1.2,3.1,1.5,6.6,0.7,10.3c-0.8,3.8-1.5,7.3-2.1,10.8c-3.8-10.3-8.3-16.6-13.6-19
|
||||||
|
c-5.3-2.3-11.6-4-18.8-4.9c-6.9-0.9-12.4,0.5-16.6,4.5c-4.2,3.9-4.6,9.3-1.2,16.2c0.6,1.6,1.6,3,3,4.5s2.7,2.7,4,4l12.2,10.3
|
||||||
|
c6.9,5.9,11.6,13.7,14.1,23.2s0.2,19.9-7,31.2c0-9.1-1.1-16.2-3.3-21.6c-2.2-5.3-5.8-8.3-10.8-8.9l-14.1-3.8
|
||||||
|
c-5.9-1.6-10.2-0.9-12.9,1.9c-2.7,2.8-2.1,7.8,1.6,15l3.8,6.1c3.8,6.3,4.8,14.1,3,23.7c-1.7,9.5-5.9,16.2-12.4,19.9
|
||||||
|
c2.2-14.7,0.9-25-3.8-30.9c-4.7-5.9-11.6-9.2-20.6-9.8c-6.6-2.5-13.8-2.2-21.6,0.9c-7.8,3.1-14.1,7.3-18.8,12.7
|
||||||
|
c-5,5.6-8.6,12.7-10.8,21.1s-2,16.3,0.5,23.4c3.1,9.4,9.3,17.2,18.5,23.4c9.2,6.3,18.5,11.1,27.9,14.5c9.7,3.8,20.1,5.9,31.2,6.3
|
||||||
|
c11.1,0.5,21.8-0.5,32.1-3C351.8,341.6,364.1,335.8,376,327.8z M189,408.2l-2.8-2.8c-1.9-1.9-1.5-4.8,1.2-8.7
|
||||||
|
c2.7-3.9,5.4-5.7,8.2-5.4l115.8,8.9c17.8,1.3,34.6-3.9,50.4-15.5s29-26.4,39.6-44.5c-11.9,10.6-26.6,19.3-44.1,26
|
||||||
|
s-34.8,9.3-52,7.7l-119.5-9.4c-3.8,0.3-6.8,1.6-9.1,3.8c-2.3,2.2-3.7,5.3-4,9.4L157.1,366c-5.9-4.7-10.8-10.5-14.5-17.6
|
||||||
|
s-7.3-14-10.8-20.9c-2.5-5.3-2.1-9.5,1.2-12.7c3.3-3.1,7.4-2.8,12.4,0.9l15,9.4l6.1-7l-27.2-23c-4.7-2.8-9.7-2.4-15,1.2
|
||||||
|
s-8.3,7.6-8.9,12c-1.9,10.9-1,22.3,2.6,34s9.4,21.3,17.6,28.8l46.9,46.4L189,408.2z M293,177.6c-0.6-6.6,2.2-12.7,8.4-18.3
|
||||||
|
c-19.1-0.6-29.1-4.5-30-11.5s4.7-16.2,16.9-27.4c-17.8-1.2-34.4-0.2-49.7,3.3c-15.3,3.4-29.5,9.1-42.7,17.1s-25.3,18-36.6,30.2
|
||||||
|
c-10.9,11.9-21.1,25.6-30.5,41.3c15.6-6.9,30.6-11.9,45-15c14.7-3.1,28.8-4.1,42.4-3c13.6,1.1,26.5,4.6,38.7,10.5
|
||||||
|
s23.7,14.8,34.7,26.7c-3.4-9.7-3.1-17.2,0.9-22.5c4.1-5.3,11.7-8.4,23-9.4C300.5,191.5,293.7,184.1,293,177.6z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Void" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st10" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M438.3,181.8c-10.3-24.1-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||||
|
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,21.6,3.3,42.2,9.8,61.9
|
||||||
|
c6.6,19.4,15.7,37.2,27.4,53.4c11.7,16.3,25.5,30.5,41.5,42.7c16.2,12.2,33.9,21.7,53,28.6c-15-6.2-28.8-14.7-41.3-25.3
|
||||||
|
c-12.5-10.3-23.2-22.2-32.1-35.6s-15.9-28-20.9-43.6c-5-15.9-7.5-32.7-7.5-50.2c0-23.1,4.4-44.8,13.1-65.2
|
||||||
|
c8.7-20.3,20.7-38,35.9-53.2s32.9-27.3,53.2-36.3c20.6-8.7,42.5-13.1,65.6-13.1s44.8,4.4,65.2,13.1c20.3,9.1,38.1,21.2,53.4,36.3
|
||||||
|
c15.3,15.2,27.3,32.9,36.1,53.2c8.7,20.3,13.1,42,13.1,65.2c0,17.5-2.5,34.2-7.5,50.2c-5,15.9-12,30.6-21.1,44.1
|
||||||
|
c-9.1,13.4-20,25.3-32.8,35.6c-12.5,10.6-26.4,19.1-41.7,25.3c19.4-6.9,37.2-16.4,53.4-28.6c16.2-12.2,30.3-26.4,42.2-42.7
|
||||||
|
c11.9-16.2,21.1-34.2,27.7-53.9s9.8-40.3,9.8-61.9C453.8,231.5,448.7,205.8,438.3,181.8z M211.9,344.4
|
||||||
|
c12.2-12.2,26.9-18.3,44.1-18.3s31.9,6.1,44.1,18.3s18.3,26.9,18.3,44.1c0,12.5-3.4,23.8-10.3,34s-15.6,17.7-26.3,22.7
|
||||||
|
c22.8-5.9,41.7-18.3,56.7-37S361,367.7,361,343c0-12.8-2.2-25-6.6-36.6s-10.5-22-18.3-31.2s-17-16.9-27.7-23.2
|
||||||
|
c-10.6-6.2-22-10.5-34.2-12.7c7.2,3.4,13.1,8.7,17.8,15.7c4.7,7,7,14.8,7,23.2c0,12.2-4.2,22.4-12.7,30.7
|
||||||
|
c-8.4,8.3-18.6,12.4-30.5,12.4s-22-4.1-30.5-12.4c-8.4-8.3-12.7-18.5-12.7-30.7c0-8.4,2.3-16.2,6.8-23.2c4.5-7,10.5-12.3,18-15.7
|
||||||
|
c-12.5,2.2-24.1,6.4-34.7,12.7c-10.6,6.3-19.8,14-27.4,23.2c-7.7,9.2-13.8,19.6-18.5,31.2c-4.4,11.6-6.6,23.8-6.6,36.6
|
||||||
|
c0,24.7,7.6,46.4,22.7,65.2c15.2,18.8,34.1,31.1,57,37c-10.9-5-19.8-12.6-26.5-22.7c-6.7-10.2-10.1-21.5-10.1-34
|
||||||
|
C193.7,371.3,199.8,356.6,211.9,344.4z M304.3,382.4c0-13.4-4.7-24.8-14.1-34.2s-20.8-14.1-34.2-14.1c-13.4,0-24.8,4.7-34.2,14.1
|
||||||
|
s-14.1,20.8-14.1,34.2c0,13.4,4.7,24.8,14.1,34.2s20.8,14.1,34.2,14.1c13.4,0,24.8-4.7,34.2-14.1S304.3,395.8,304.3,382.4z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Npcs" class="st0">
|
||||||
|
<g id="Martial" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st11" d="M57.3,388.5L31,315.4c8.7-1.9,18-3.4,27.7-4.7c9.7-1.2,20-1.9,30.9-1.9c5.9,10.6,13.3,20.5,22,29.5
|
||||||
|
c8.7,9.1,19.1,17.2,30.9,24.4c-14.7,1.9-29.2,5-43.6,9.4C84.6,376.5,70.7,381.9,57.3,388.5z M50.7,100.7
|
||||||
|
c12.2,9.1,22.7,19.1,31.6,30.2s10.5,22.9,4.9,35.4c-8.1,17.5-12.5,35.9-13.1,55.3s3.6,38,12.7,56s23.4,34.6,43.1,49.9
|
||||||
|
s45.8,27.7,78.3,37c2.8-6.2,6.1-11.3,9.8-15s7.7-7,11.7-9.8c-28.1-9.7-48.3-23-60.5-39.8s-18.8-33-19.7-48.3s2.7-27.8,10.8-37.5
|
||||||
|
c8.1-9.4,18.3-11.6,30.5-6.6c-2.5-17.5,1.2-28.4,11.3-32.8c10-4.4,19.7-1.4,29.1,8.9c7.8-21.2,5.9-39.9-5.6-56
|
||||||
|
c-11.6-16.1-29.5-20.7-53.9-13.8c-5.9-7.8-13.8-13.9-23.7-18.3c-9.8-4.4-19.9-5-30.2-1.9s-20.7,3.7-31.2,1.6
|
||||||
|
c-10.5-2-21.2-6-32.1-12L50.7,100.7z M83,393.6c17.2-6.2,34.5-12.7,51.8-19.5c17.3-6.7,30.1-4,38.2,8.2c5.3,0,10.6,0.4,15.9,1.2
|
||||||
|
c5.3,0.8,10.5,2.7,15.5,5.9c0,5.3,0.7,10.4,2.1,15.2c1.4,4.8,3.5,9.3,6.3,13.4h-74.5v-13.6c-5.9,2.8-11.4,6.7-16.4,11.7
|
||||||
|
s-9.7,10.9-14.1,17.8L83,393.6z M256,354.7c-9.1,0-16.8,3.1-23.2,9.4s-9.6,13.9-9.6,23s3.2,16.8,9.6,23.2
|
||||||
|
c6.4,6.4,14.1,9.6,23.2,9.6c9.1,0,16.7-3.2,23-9.6c6.2-6.4,9.4-14.1,9.4-23.2s-3.1-16.7-9.4-23
|
||||||
|
C272.7,357.9,265.1,354.7,256,354.7z M461.3,100.7c-12.2,9.1-22.7,19.1-31.6,30.2s-10.5,22.9-4.9,35.4
|
||||||
|
c8.1,17.5,12.5,35.9,13.1,55.3s-3.6,38-12.7,56s-23.4,34.6-43.1,49.9s-45.8,27.7-78.3,37c-2.8-6.2-6.1-11.3-9.8-15
|
||||||
|
s-7.7-7-11.7-9.8c28.1-9.7,48.3-23,60.5-39.8s18.8-33,19.7-48.3c0.9-15.3-2.7-27.8-10.8-37.5c-8.1-9.4-18.3-11.6-30.5-6.6
|
||||||
|
c2.5-17.5-1.3-28.4-11.3-32.8c-10-4.4-19.7-1.4-29.1,8.9c-7.8-21.2-5.9-39.9,5.6-56c11.6-16.1,29.5-20.7,53.9-13.8
|
||||||
|
c5.9-7.8,13.8-13.9,23.7-18.3c9.8-4.4,19.9-5,30.2-1.9c10.3,3.1,20.7,3.7,31.2,1.6c10.5-2,21.2-6,32.1-12L461.3,100.7z
|
||||||
|
M429,393.6c-17.2-6.2-34.5-12.7-51.8-19.5c-17.3-6.7-30.1-4-38.2,8.2c-5.3,0-10.6,0.4-15.9,1.2c-5.3,0.8-10.5,2.7-15.5,5.9
|
||||||
|
c0,5.3-0.7,10.4-2.1,15.2c-1.4,4.8-3.5,9.3-6.3,13.4h74.5v-13.6c5.9,2.8,11.4,6.7,16.4,11.7s9.7,10.9,14.1,17.8L429,393.6z
|
||||||
|
M454.8,388.5l26.3-73.1c-8.8-1.9-18-3.4-27.7-4.7c-9.7-1.2-20-1.9-30.9-1.9c-5.9,10.6-13.3,20.5-22,29.5
|
||||||
|
c-8.8,9.1-19.1,17.2-30.9,24.4c14.7,1.9,29.2,5,43.6,9.4C427.4,376.5,441.3,381.9,454.8,388.5z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Social" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st12" d="M249.4,382.4L31,265.2c7.8-6.9,15.9-13.3,24.1-19.2c8.3-5.9,17.1-11.3,26.5-15.9c2.8-6.6,5.4-13.2,7.7-19.9
|
||||||
|
c2.3-6.7,4.1-13.5,5.4-20.4l-8.4-8.4c9.4-4.1,18.9-7.1,28.6-9.1s19.5-3.2,29.5-3.5c5.3-4.1,10.4-8.8,15.2-14.3s9.4-11.5,13.8-18
|
||||||
|
l-6.6-11.3c9.1-0.3,18.3,0.5,27.7,2.6c9.4,2,19.2,5.2,29.5,9.6c6.9-1.9,13.4-4.2,19.7-7c6.2-2.8,12.2-6.6,17.8-11.3v-12.7
|
||||||
|
c7.8,3.4,15.6,7.6,23.4,12.4s15.5,11.5,23,19.9c6.9,2.2,13.8,3.1,20.9,2.8c7-0.3,14-1.6,20.9-3.8L353,125
|
||||||
|
c6.6,7.2,12.7,14.7,18.5,22.5s10.5,16.6,14.3,26.3c5.3,5,11.3,9.1,17.8,12.2c6.6,3.1,13.9,4.5,22,4.2l7-8.4
|
||||||
|
c4.1,8.1,7.6,17.3,10.5,27.7c3,10.3,5.1,22,6.3,35.2c4.4,5.3,9.1,10.2,14.3,14.8c5.2,4.5,10.9,8.4,17.1,11.5L273.3,381.5
|
||||||
|
l14.5,7.5c-3.4,15.3-12.4,22.7-27,22.3s-23.5-7.6-27-21.3L249.4,382.4z M186.2,304.1l-4.7,15.5l-17.8,9.4l80.6,42.2L186.2,304.1z
|
||||||
|
M218.5,279.7l-9.4,11.3l-20.2,3.8l60,69.8L218.5,279.7z M256.5,361.3v-90.9l-13.1,7l-20.6-6.6L256.5,361.3z M264.9,363.6
|
||||||
|
l31.4-84.8l-15,0.5l-16.9-14.1L264.9,363.6z M328.7,299.4l-7.5-1.9l-17.3-22l-31.4,89.1L328.7,299.4z M353,332.7l-8-7.5
|
||||||
|
l-5.6-26.3l-59.5,71.7L353,332.7z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="list_-_copie" class="st1">
|
||||||
|
<g>
|
||||||
|
<path d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M467.4,258.6c0-29.1-5.5-56.6-16.4-82.5c-11.3-25.6-26.4-48-45.5-67
|
||||||
|
c-19.1-19.1-41.4-34.2-67-45.5c-25.9-10.9-53.4-16.4-82.5-16.4s-56.6,5.5-82.5,16.4c-25.6,11.3-48,26.4-67,45.5
|
||||||
|
c-19.1,19.1-34.2,41.4-45.5,67c-10.9,25.9-16.4,53.4-16.4,82.5s5.5,56.6,16.4,82.5c11.3,25.6,26.4,48,45.5,67
|
||||||
|
c19.1,19.1,41.4,34.2,67,45.5c25.9,10.9,53.4,16.4,82.5,16.4s56.6-5.5,82.5-16.4c25.6-11.3,48-26.4,67-45.5
|
||||||
|
c19.1-19.1,34.2-41.4,45.5-67C461.9,315.2,467.4,287.7,467.4,258.6z M75.1,182.2c10.3-24.1,24.3-45,42-62.8s38.5-31.9,62.6-42.2
|
||||||
|
c23.7-10.3,49.2-15.5,76.4-15.5s52.7,5.2,76.4,15.5c24.1,10.3,45,24.4,62.8,42.2s31.9,38.8,42.2,62.8
|
||||||
|
c10.3,23.8,15.5,49.2,15.5,76.4s-5.2,52.7-15.5,76.4c-10.3,24.1-24.4,45-42.2,62.8s-38.8,31.9-62.8,42.2
|
||||||
|
c-23.8,10.3-49.2,15.5-76.4,15.5s-52.7-5.2-76.4-15.5c-24.1-10.3-44.9-24.4-62.6-42.2c-17.7-17.8-31.6-38.7-42-62.8
|
||||||
|
c-10.3-23.7-15.5-49.2-15.5-76.4S64.8,206,75.1,182.2z M190.6,305.1c13.6-5.6,24.8-16.2,33.5-31.9c-0.3-0.3-0.5-0.6-0.5-0.9
|
||||||
|
s-0.2-0.6-0.5-0.9c-11.9-3.8-23.4-5.3-34.5-4.7c-11.1,0.6-22,3-32.6,7c-2.2,4.1-5.5,7.3-9.8,9.6c-4.4,2.3-9.1,3.5-14.1,3.5
|
||||||
|
c-7.8,0-14.5-2.7-19.9-8.2c-5.5-5.5-8.2-12.1-8.2-19.9c0-7.8,2.7-14.5,8.2-19.9c5.5-5.5,12.1-8.2,19.9-8.2c5,0,9.7,1.2,14.1,3.5
|
||||||
|
c4.4,2.3,7.7,5.6,9.8,9.6c10.6,4.1,21.5,6.4,32.6,7s22.6-0.9,34.5-4.7c0.3-0.3,0.5-0.6,0.5-0.9c0-0.3,0.2-0.6,0.5-0.9
|
||||||
|
c-11.3-20-26.3-33-45.2-39.1s-37.3-25.4-55.1-57.9c-12.8,15-22.8,32-30,51.1C86.6,217.2,83,237.4,83,258.6
|
||||||
|
c0,21.3,3.6,41.4,10.8,60.5c7.2,19.1,17.2,36.1,30,51.1c4.1-7.5,8.1-14.1,12.2-19.7c4.1-5.6,8.3-10.5,12.7-14.5
|
||||||
|
C163,321,177,310.7,190.6,305.1z M248,191.4c-0.6-11.1-3-21.8-7-32.1c-4.1-2.5-7.3-5.9-9.6-10.3c-2.3-4.4-3.5-9.1-3.5-14.1
|
||||||
|
c0-7.8,2.7-14.5,8.2-19.9c5.5-5.5,12.1-8.2,19.9-8.2c7.8,0,14.5,2.7,19.9,8.2c5.5,5.5,8.2,12.1,8.2,19.9c0,5-1.2,9.7-3.5,14.1
|
||||||
|
c-2.3,4.4-5.6,7.8-9.6,10.3c-4.1,10.3-6.4,21-7,32.1s0.9,22.6,4.7,34.5c0.3,0.3,0.6,0.5,0.9,0.5s0.6,0.2,0.9,0.5
|
||||||
|
c20-11.3,33-26.3,39.1-45.2s25.4-37.3,57.9-55.1c-15-12.8-32-22.8-51.1-30c-19.1-7.2-39.2-10.8-60.5-10.8s-41.4,3.6-60.5,10.8
|
||||||
|
c-19.1,7.2-36.1,17.2-51.1,30c7.5,4.1,14.1,8.1,19.7,12.2c5.6,4.1,10.5,8.3,14.5,12.7c15,14.4,25.3,28.4,30.9,42
|
||||||
|
s16.2,24.8,31.9,33.5c0.3-0.3,0.6-0.5,0.9-0.5c0.3,0,0.6-0.2,0.9-0.5C247.1,214,248.7,202.5,248,191.4z M347.9,378.6
|
||||||
|
c-5.6-4.1-10.5-8.3-14.5-12.7c-15-14.4-25.3-28.4-30.9-42s-16.3-24.8-31.9-33.5c-0.3,0.3-0.6,0.5-0.9,0.5s-0.6,0.2-0.9,0.5
|
||||||
|
c-3.8,11.9-5.3,23.4-4.7,34.5c0.6,11.1,3,22,7,32.6c4.1,2.2,7.3,5.5,9.6,9.8c2.3,4.4,3.5,9.1,3.5,14.1c0,7.8-2.7,14.5-8.2,19.9
|
||||||
|
c-5.5,5.5-12.1,8.2-19.9,8.2c-7.8,0-14.5-2.7-19.9-8.2c-5.5-5.5-8.2-12.1-8.2-19.9c0-5,1.2-9.7,3.5-14.1s5.5-7.7,9.6-9.8
|
||||||
|
c4.1-10.6,6.4-21.5,7-32.6s-0.9-22.6-4.7-34.5c-0.3-0.3-0.6-0.5-0.9-0.5c-0.3,0-0.6-0.2-0.9-0.5c-20,11.3-33,26.3-39.1,45.2
|
||||||
|
c-6.1,18.9-25.4,37.3-57.9,55.1c15,12.8,32,22.8,51.1,30s39.2,10.8,60.5,10.8c21.2,0,41.4-3.6,60.5-10.8
|
||||||
|
c19.1-7.2,36.1-17.2,51.1-30C360.1,386.8,353.5,382.7,347.9,378.6z M418.2,198.2c-7.2-19.1-17.2-36.1-30-51.1
|
||||||
|
c-4.1,7.5-8.1,14.1-12.2,19.7c-4.1,5.6-8.3,10.5-12.7,14.5c-14.4,15-28.4,25.3-42,30.9s-24.8,16.3-33.5,31.9
|
||||||
|
c0.3,0.3,0.5,0.6,0.5,0.9c0,0.3,0.2,0.6,0.5,0.9c11.9,3.8,23.4,5.3,34.5,4.7s21.8-3,32.1-7c2.5-4.1,5.9-7.3,10.3-9.6
|
||||||
|
s9.1-3.5,14.1-3.5c7.8,0,14.5,2.7,19.9,8.2c5.5,5.5,8.2,12.1,8.2,19.9c0,7.8-2.7,14.5-8.2,19.9c-5.5,5.5-12.1,8.2-19.9,8.2
|
||||||
|
c-5,0-9.7-1.2-14.1-3.5s-7.8-5.5-10.3-9.6c-10.3-4.1-21-6.4-32.1-7s-22.6,0.9-34.5,4.7c-0.3,0.3-0.5,0.6-0.5,0.9
|
||||||
|
s-0.2,0.6-0.5,0.9c11.3,20,26.3,33,45.2,39.1c18.9,6.1,37.3,25.4,55.1,57.9c12.8-15,22.8-32,30-51.1s10.8-39.2,10.8-60.5
|
||||||
|
C429,237.4,425.4,217.2,418.2,198.2z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Techs">
|
||||||
|
<g id="Kihos" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M103.9,383.6c-8-5.8-11-15.5-9.1-29.3c16.9-1.6,33.5-3.4,49.9-5.6s32.4-2.8,48-1.9
|
||||||
|
c-0.6-20.3,5.2-35.9,17.6-46.6c12.3-10.8,25.7-17.6,40.1-20.4c13.4-2.8,22.7-8.4,27.9-16.9s5.4-16.7,0.7-24.8
|
||||||
|
c-2.2-4.4-4.9-8.5-8.2-12.4c-3.3-3.9-6.8-7.4-10.5-10.5c-1.9-1.9-4-3.2-6.3-4s-4.5-1.9-6.3-3.5c-1.9-1.9-3.4-4-4.7-6.3
|
||||||
|
s-3-4.1-5.2-5.4c-1.9-1.2-4.1-2-6.8-2.3s-5.2-0.5-7.7-0.5c-2.8,0.3-5.5,1.1-8,2.3c-2.5,1.3-5,2.7-7.5,4.2
|
||||||
|
c-1.9,1.3-3.7,2.9-5.4,4.9s-3.4,4-4.9,5.9c-1.6,1.3-3.3,2.4-5.2,3.5s-3,2.7-3.3,4.9c-0.3,1.3-0.1,2.4,0.7,3.5s1.5,2.3,2.1,3.5
|
||||||
|
c5.3-0.6,10.9-1,16.9-1.2c5.9-0.2,12.2-0.1,18.8,0.2c5.3,0.3,10.3,1.6,15,4s5.2,4.6,1.4,6.8c-2.5,1.3-3.9,2.8-4.2,4.7
|
||||||
|
s1.6,2.7,5.6,2.3h9.4c3.8-0.3,6.2,0.9,7.5,3.5c1.2,2.7,0,4.5-3.8,5.4c-8.1,1.6-16.2,2.7-24.1,3.5c-8,0.8-15.9,1-23.7,0.7l0.9,2.3
|
||||||
|
c-3.1,2.5-6.4,4.4-9.8,5.6c-3.4,1.3-7,1.9-10.8,1.9l-47.8-1.4c-2.5-0.3-4.8-0.9-7-1.6c-2.2-0.8-4.2-1.8-6.1-3h-9.4l-2.8-3.3
|
||||||
|
c-9.4,1.6-17.7,1.7-25.1,0.5c-7.3-1.2-9.1-3.4-5.4-6.6l3.8-3.3l-3.3-3.8l-20.6-2.3c-7.5-0.6-10.5-3-9.1-7
|
||||||
|
c1.4-4.1,5.9-5.9,13.4-5.6l37,2.8c3.4,0.3,6-0.9,7.7-3.8c1.7-2.8,4.8-3.8,9.1-2.8c5.6,0.9,11.2,1.6,16.6,1.9
|
||||||
|
c5.5,0.3,10.9,0.2,16.2-0.5c2.5-3.4,5.3-6.6,8.4-9.6c3.1-3,6.4-5.7,9.8-8.2c1.2-0.9,2.7-1.8,4.5-2.6c1.7-0.8,3.4-1.6,4.9-2.6
|
||||||
|
c1.9-0.6,3.8-1.2,5.9-1.9c2-0.6,3.8-1.6,5.4-2.8c1.6-1.6,2.7-3.5,3.3-5.9c0.6-2.3,1.7-4.5,3.3-6.3c1.2-1.2,2.6-2.6,4-4
|
||||||
|
s3-2.4,4.9-3c1.6-0.3,3.2-0.2,4.9,0.5c1.7,0.6,3.4,1.1,4.9,1.4c1.2,0.3,2.5,0.5,3.8,0.7c1.2,0.2,2.5,0.4,3.8,0.7
|
||||||
|
c0.9,0.3,1.9,0.8,3,1.4c1.1,0.6,2.3,1.3,3.5,1.9c0.9,0.3,1.8,0.5,2.6,0.7s1.6,0.4,2.6,0.7c0.3,0,0.6,0.2,0.9,0.5l-18.3-15.9
|
||||||
|
c-0.6-0.6-1.6-1.2-2.8-1.6c-1.3-0.5-2.5-0.9-3.8-1.2c-1.9,0-3.8,0.4-5.9,1.2c-2,0.8-4.1,1.2-6.3,1.2c-1.6,0.3-3.3,0.4-5.2,0.2
|
||||||
|
s-3.6-0.4-5.2-0.7c-1.9,0-3.6-0.2-5.2-0.5c-1.6-0.3-3.1-0.8-4.7-1.4l-6.1-1.9l9.8-1.9c1.6-0.3,3.3-0.6,5.2-0.9
|
||||||
|
c1.9-0.3,3.1-1.1,3.8-2.3c0.6-0.6,0.9-1.6,0.7-2.8s-0.5-2.2-1.2-2.8c-1.3-0.9-2.7-1.2-4.5-0.9c-1.7,0.3-3.2,0.6-4.5,0.9
|
||||||
|
c-1.3,0-2.3,0.3-3,0.9c-0.8,0.6-1.6,1.1-2.6,1.4c-1.9,0.6-3.7,0.9-5.4,0.9s-3.5,0.2-5.4,0.5c-2.5,0.3-4.9,0.8-7.3,1.4
|
||||||
|
c-2.3,0.6-4.8,1.3-7.3,1.9c-2.5,0.3-5.1,0.5-7.7,0.7c-2.7,0.2-5.2,0.2-7.7,0.2c-1.9,0-3.9,0-6.1,0c-2.2,0-4.4-0.2-6.6-0.5
|
||||||
|
c-1.9-0.3-3.7-0.6-5.4-0.9c-1.7-0.3-3.5-0.8-5.4-1.4c-1.6-0.9-3-2-4.5-3.3c-1.4-1.2-3-2.2-4.9-2.8c-1.3-0.6-2.7-1.1-4.2-1.4
|
||||||
|
c-1.6-0.3-3-0.5-4.2-0.5c-3.1-0.6-6.3-0.9-9.4-0.7s-6.1,0.1-8.9-0.2c-2.2,0-4.3,0.1-6.3,0.2c-2,0.2-4.1-0.2-6.3-1.2
|
||||||
|
c-0.3,0-0.7-0.2-1.2-0.5s-0.7-0.6-0.7-0.9c-0.3-0.9,0-1.7,0.9-2.3s1.7-1.2,2.3-1.9c1.6-1.2,3.3-2.1,5.2-2.6s3.8-1,5.6-1.6
|
||||||
|
c1.2-0.3,2.7-0.5,4.2-0.5c1.6,0,3-0.3,4.2-0.9c1.2-0.3,2.4-0.9,3.5-1.6c1.1-0.8,1.6-1.8,1.6-3c0-0.9-0.5-1.6-1.4-2.1
|
||||||
|
s-1.7-0.9-2.3-1.2c-1.9-0.6-3.7-0.9-5.4-0.7c-1.7,0.2-3.5,0.2-5.4,0.2c-5.6-0.3-11.3-0.4-16.9-0.2s-11.1,0.2-16.4,0.2
|
||||||
|
c-1.3,0-2.5,0.2-3.8,0.5s-2.5,0.3-3.8,0s-2.5-0.8-3.8-1.4c-1.3-0.6-2-1.6-2.3-2.8c-0.6-0.9-0.9-1.9-0.7-3s0.4-2.1,0.7-3
|
||||||
|
s0.9-1.7,1.6-2.3c0.8-0.6,1.2-1.2,1.2-1.9c-0.3-1.2-1.3-2-2.8-2.3c-1.6-0.3-2.7-1.1-3.3-2.3c0-0.9,0.1-1.9,0.2-2.8
|
||||||
|
c0.2-0.9,0.5-1.7,1.2-2.3c0.9-1.2,2.3-2,4.2-2.3s3.6-0.6,5.2-0.9c7.2-1.2,14.5-1.7,22-1.4c7.5,0.3,14.8,0.2,22-0.5h2.3
|
||||||
|
c2.2-3.4,6.6-6.3,13.1-8.7s12.7-3.8,18.3-4.5c8.4-1.2,17-1.1,25.8,0.5c8.7,1.6,17.5,1.6,26.3,0c3.8-0.3,7.3-1.3,10.8-3
|
||||||
|
c3.4-1.7,7-2.9,10.8-3.5c3.4-0.9,7-1.8,10.8-2.6c3.8-0.8,7.5-1,11.3-0.7c3.4,0,6.8,0.7,10.1,2.1s6.5,2.3,9.6,2.6
|
||||||
|
c3.4,0.3,6.7,0.2,9.8-0.5c3.1-0.6,6.2-0.9,9.4-0.9c5.6,0.3,11.2,0.5,16.6,0.5c5.5,0,10.5,1.1,15.2,3.3c1.9,0.6,3.8,1.6,5.9,3
|
||||||
|
c2,1.4,2.9,3,2.6,4.9c0,0.9-0.7,1.6-2.1,2.1s-2.7,0.9-4,1.2c-3.1,1.3-6.3,2.1-9.6,2.6s-6.6,1-10.1,1.6c-0.6,0.3-1.3,0.5-1.9,0.5
|
||||||
|
s-1.1,0.3-1.4,0.9c-0.6,0.3-0.9,0.9-0.9,1.6c0,0.8-0.2,1.3-0.5,1.6c-0.9,0.6-1.9,0.9-2.8,0.7c-0.9-0.2-1.9,0.1-2.8,0.7
|
||||||
|
c-0.6,0.3-1.3,0.7-1.9,1.2s-0.9,1-0.9,1.6c0,1.3,0.8,2.2,2.3,2.8c1.6,0.6,2.8,1.3,3.8,1.9c0.6,0.6,1.5,1.3,2.6,1.9
|
||||||
|
s1.6,1.4,1.6,2.3c0.3,0.6,0.2,1.4-0.2,2.3s-1,1.7-1.6,2.3c-0.9,0.9-2,1.7-3.3,2.3s-2.5,1.3-3.8,1.9c-1.6,0.9-3.2,1.8-4.9,2.6
|
||||||
|
s-3.5,1.3-5.4,1.6c-1.9,0.6-3.9,0.7-6.1,0.2c-2.2-0.5-4.1-0.2-5.6,0.7c-0.6,0.3-1.3,0.7-1.9,1.2c-0.6,0.5-0.9,1-0.9,1.6
|
||||||
|
s0.3,1.1,0.9,1.4c0.6,0.3,1.2,0.6,1.9,0.9c0.9,0.3,2,0.3,3.3,0c1.2-0.3,2.5-0.3,3.8,0c1.9,0,3.8-0.1,5.6-0.2
|
||||||
|
c1.9-0.2,3.3,0.4,4.2,1.6c0.3,0.3,0.5,0.8,0.5,1.4c0,0.6-0.2,1.1-0.5,1.4c-0.3,0.3-0.9,0.5-1.6,0.5c-0.8,0-1.5,0.2-2.1,0.5
|
||||||
|
c-1.6,0-3.2,0-4.9,0s-3.4,0.2-4.9,0.5c-0.9,0.3-1.9,0.7-2.8,1.2s-1.6,1.2-1.9,2.1c-0.3,0.6-0.2,1.4,0.2,2.3s0.9,1.7,1.2,2.3
|
||||||
|
c0.9,2.2,2.3,4.1,4,5.9c1.7,1.7,3.5,3.4,5.4,4.9c2.2,1.9,4.7,3.3,7.5,4.2s5.3,2.3,7.5,4.2c1.9,1.3,3.7,2.8,5.4,4.7
|
||||||
|
c1.7,1.9,3.4,3.8,4.9,5.6c2.5,2.8,4.8,5.7,6.8,8.7s4.1,6,6.3,9.1c1.9,2.5,4.1,5,6.6,7.5s4.7,5.3,6.6,8.4c0.6,1.6,1.2,3,1.9,4.5
|
||||||
|
c0.6,1.4,1.2,3,1.9,4.9c0-11.3,1.6-21.4,4.9-30.5s11.5-15,24.6-17.8c-1.3-0.9-2.7-1.7-4.5-2.3c-1.7-0.6-3.5-1.1-5.4-1.4
|
||||||
|
c-2.2-0.6-4.5-0.7-7-0.2s-5,0.7-7.5,0.7c-2.8-0.3-5.7-0.4-8.7-0.2s-5.7-0.2-8.2-1.2c-2.5-0.6-5.1-1.5-7.7-2.6
|
||||||
|
c-2.7-1.1-4.6-2.7-5.9-4.9c-0.9-1.9-1.3-4-0.9-6.3c0.3-2.3,1.1-4.5,2.3-6.3c1.6-2.2,3.8-3.8,6.6-4.7s5.6-1.7,8.4-2.3
|
||||||
|
c3.4-0.9,6.9-1.5,10.3-1.6c3.4-0.2,7-0.4,10.8-0.7c2.8-0.3,5.6-0.7,8.4-1.2s5.5-1,8-1.6c2.8-0.6,5.4-1.4,7.7-2.3s4.8-1.9,7.3-2.8
|
||||||
|
c3.4-0.9,6.8-1.7,10.1-2.3c3.3-0.6,6.6-1.2,10.1-1.9c3.8-0.3,7.7-0.4,11.7-0.2c4.1,0.2,8,0.2,11.7,0.2c1.9,0,3.7,0.2,5.4,0.5
|
||||||
|
c1.7,0.3,3.4,0.5,4.9,0.5l18.8-1.4c1.9,0,3.8,0.5,5.9,1.4c2,0.9,3.4,2.2,4,3.8c0.3,0.6,0.3,1.4,0,2.3c-0.3,0.9-0.8,1.7-1.4,2.3
|
||||||
|
c-0.3,0.6-0.8,1.2-1.4,1.6c-0.6,0.5-1.4,0.7-2.3,0.7c-0.9,0.3-1.8,0.2-2.6-0.5c-0.8-0.6-1.8-0.9-3-0.9h-9.4c-1.6,0-3,0.2-4.5,0.5
|
||||||
|
c-1.4,0.3-2.9,0.8-4.5,1.4c-1.3,0.6-2.8,1.6-4.7,2.8c-1.9,1.3-2.7,2.7-2.3,4.2c0.3,1.9,1.5,3.1,3.5,3.8c2,0.6,4,0.9,5.9,0.9
|
||||||
|
l49.2-0.9c1.9-0.3,3.8-0.4,5.9-0.2c2,0.2,4,0.5,5.9,1.2c0.9,0.6,1.9,1.2,2.8,1.6s1.6,1.2,1.9,2.1c0.3,0.9,0.3,1.9,0,2.8
|
||||||
|
c-0.3,0.9-0.8,1.7-1.4,2.3c-1.6,1.3-3.5,1.3-5.9,0c-2.3-1.2-4.5-1.6-6.3-0.9c-0.6,0.3-1.2,0.8-1.6,1.4c-0.5,0.6-1,1.1-1.6,1.4
|
||||||
|
c-1.9,0.3-3.8,0.2-5.6-0.5c-1.9-0.6-3.8-0.8-5.6-0.5c-0.3,0.3-0.8,0.5-1.4,0.7s-0.9,0.4-0.9,0.7c0,0.9,0.5,1.5,1.4,1.6
|
||||||
|
c0.9,0.2,1.9,0.4,2.8,0.7c0.6,0,1.3-0.1,2.1-0.2c0.8-0.2,1.6-0.2,2.6-0.2c1.2,0.6,2.4,1.4,3.5,2.3c1.1,0.9,2.1,1.9,3,2.8
|
||||||
|
c0.9,1.6,1.6,3.5,1.9,5.9c0.3,2.3,1.2,4.1,2.8,5.4c0.9,0.6,2,1,3.3,1.2c1.2,0.2,2.3,0.1,3.3-0.2c1.6,0,3-0.5,4.2-1.4
|
||||||
|
s2.5-1.2,3.8-0.9c2.5,0,5.2,1,8,3s4.2,4.5,4.2,7.3c0,1.9-1.3,3.2-4,4s-5.1,1-7.3,0.7c-6.6,0.3-12.3,1.3-17.1,3
|
||||||
|
c-4.8,1.7-8.8,4.5-12,8.2c0,0.3,0.1,0.6,0.2,0.9c0.2,0.3,0.4,0.5,0.7,0.5c0.3,0.3,0.7,0.4,1.2,0.2s0.9-0.2,1.2-0.2
|
||||||
|
c0.9-0.3,1.7-0.5,2.3-0.5c0.6,0,1.4,0,2.3,0s1.9,0.1,2.8,0.2c0.9,0.2,1.7,0.5,2.3,1.2c0.3,0.6,0.4,1.4,0.2,2.3
|
||||||
|
c-0.2,0.9-0.4,1.7-0.7,2.3c-0.6,0.9-1.6,1.6-2.8,1.9c-1.3,0.3-2.3,0.6-3.3,0.9c-2.2,0.6-4.5,1.3-7,1.9c-2.5,0.6-4.8,1.1-7,1.4
|
||||||
|
c-2.2,0.3-4.4,0.5-6.6,0.7s-4.4,0.4-6.6,0.7c-1.3,0-2.5,0.1-3.8,0.2c-1.3,0.2-2.7,0.2-4.2,0.2c-4.1,0-8.2-0.4-12.4-1.2
|
||||||
|
c-4.2-0.8-8.4-1.3-12.4-1.6c-6.6-0.6-13.2-0.9-19.9-0.7c-6.7,0.2-13.4-0.4-19.9-1.6c-1.6-0.3-3.3-0.6-5.2-0.9
|
||||||
|
c-1.9-0.3-3.6-0.9-5.2-1.9c-0.3-0.3-0.6-0.7-0.9-1.2s-0.3-0.9,0-1.2c0.6-1.2,1.9-1.6,3.8-0.9c1.9,0.6,3.4,0.6,4.7,0
|
||||||
|
c0.3-0.3,0.6-0.6,0.9-0.9c0.3-0.3,0.5-0.6,0.5-0.9c-0.3-1.2-1.3-1.9-3-1.9s-3.2-0.2-4.5-0.5c-1.6-0.3-3-0.4-4.5-0.2
|
||||||
|
c-1.4,0.2-2.7-0.1-4-0.7c-0.9-0.6-1.9-1.3-2.8-2.1s-1.3-1.6-0.9-2.6c0-0.6,0.5-1.2,1.4-1.6s1.7-0.9,2.3-1.2
|
||||||
|
c1.2-0.9,2.7-1.6,4.5-1.9c1.7-0.3,2.9-1.2,3.5-2.8c-9.4-0.6-16.5,2.3-21.3,8.7s-6,15.4-3.5,27c4.4,20,0.9,36.9-10.3,50.6
|
||||||
|
c-11.3,13.8-22.8,21.6-34.7,23.4c-24.7,4.1-38.8,11.3-42.2,21.6c-3.4,10.3,4.2,25.8,23,46.4l0.9-0.5c-4.1-6.6-6.3-12.2-6.6-16.9
|
||||||
|
c-0.3-4.7,1.2-7.2,4.7-7.5c17.2-0.9,34.9-1.2,53.2-0.9c18.3,0.3,37.3,1.7,57,4.2c1.2,14.1-1.7,24.3-8.9,30.7
|
||||||
|
c-7.2,6.4-17.7,9.8-31.4,10.1c1.2,15.3-6.6,26.3-23.7,32.8c-17,6.6-40.7,10.5-71,11.7c-30.3,1.3-54.4-3-72.2-12.7
|
||||||
|
s-21.1-20.9-9.8-33.8C124.3,391.8,111.9,389.4,103.9,383.6z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Maho" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M150.5,404l3.3-1.9v-2.8l-0.9-0.9v-7.5l15.5-6.1l2.8-3.8l-3.3-4.2l-7-1.9l-5.2,6.6l1.4-7L146.3,388
|
||||||
|
l2.8-12.7l-6.1,6.6l0.9-8.9l-4.7,6.1h-2.8l-6.6,10.3c1.9-4.7,3.5-9.4,4.9-14.3c1.4-4.8,2.4-9.6,3-14.3l-4.2-0.5l-4.7,3.8
|
||||||
|
l-0.5-4.2c-6.3,3.4-11.9,8.5-16.9,15.2s-10.2,13.4-15.5,19.9c3.1-5.3,6.5-10.7,10.1-16.2s7.6-10.9,12-16.2l-4.7,0.5l1.4-4.7
|
||||||
|
c-5.6,3.8-10.8,8.1-15.5,13.1s-7.8,11.7-9.4,20.2c-0.3-3.1-0.5-6.2-0.5-9.1c0-3,0.2-6,0.5-9.1l-3.3-2.3l-3.3,2.8
|
||||||
|
c-0.6-2.8-0.2-5.7,1.2-8.7c1.4-3,3.5-5.9,6.3-8.7c-3.1-5.9-6.8-10.3-11-13.1s-8.7-4.8-13.4-6.1c4.1-2.2,6-4.6,5.9-7.3
|
||||||
|
c-0.2-2.7-1.5-5.5-4-8.7c-2.5-2.2-4.7-4.6-6.6-7.3c-1.9-2.7-3.8-5.4-5.6-8.2l8.4-8.9c-8.1-9.7-13.6-18.7-16.4-27
|
||||||
|
c-2.8-8.3-3.4-15.7-1.9-22.3c10,11.9,20.8,22.9,32.3,33c11.6,10.2,25,18.4,40.3,24.6c7.2,2.2,12.4,2,15.7-0.7s4.6-7.6,4-14.8
|
||||||
|
l-29.5-82.5c-3.4-10.3-4.4-21-2.8-32.1s6.6-21.3,15-30.7l30.9-33.3l-2.3,7c10.6-5,18-14.3,22.3-27.9s6.6-27.1,7.3-40.5l1.9-5.2
|
||||||
|
c1.2,14.4,0.3,28.4-2.8,42.2s-10,26.9-20.6,39.4l9.8-8.4l-26.3,37.5c-5.3,6.9-8.8,14.5-10.3,22.7c-1.6,8.3-0.6,17.4,2.8,27.4
|
||||||
|
c4.1,15.9,9.7,31.1,16.9,45.5c7.2,14.4,15.6,28.1,25.3,41.3c2.2-2.5,4.4-3.6,6.6-3.3c2.2,0.3,4.5,1.9,7,4.7
|
||||||
|
c1.2-2.8,1.5-6.5,0.7-11s-1.8-9.1-3-13.8l8,18.8l-1.4-9.4l10.8,22h2.8l6.1,8l3.3-6.6l9.8,0.9l0.5-3.3l2.8,3.3l-0.5-7l2.8-2.3
|
||||||
|
l1.9,2.8l-7-47.3c-2.2-17.2-3.1-27.7-2.8-31.6c0.3-3.9,1.9-10.7,4.7-20.4l12.2-36.6l9.8-2.8l0.9,9.4l-8.9,49.2
|
||||||
|
c-1.3,5.9-2.1,11.8-2.6,17.6s-0.1,12,1.2,18.5l15.9,52.5l2.3-3.3l1.4,5.6l8.4-3.8l0.5,5.6l7,0.5c0.6-2.2,1.4-4.3,2.3-6.3
|
||||||
|
s2-4,3.3-5.9l1.4,8.4l2.8,1.9l1.9,1.9l0.5-4.2l2.8-0.9c0.9-5.3,2.3-10.6,4.2-15.9c1.9-5.3,3.9-10.5,6.1-15.5
|
||||||
|
c-1.3,3.8-2.3,7.6-3.3,11.5c-0.9,3.9-1.6,7.7-1.9,11.5l3.3-0.9c0-3.8,0.6-7.3,1.9-10.5c1.2-3.3,2.7-6.5,4.2-9.6
|
||||||
|
c-0.6,3.1-1.2,6.3-1.6,9.4c-0.5,3.1-0.4,6.3,0.2,9.4h2.8l5.2,4.2h3.3c6.6-8.7,13.4-20.8,20.4-36.1s14.1-33.6,21.3-54.8
|
||||||
|
c4.1-11.3,5.2-22.1,3.3-32.6c-1.9-10.5-4.8-20.7-8.9-30.7c-7.8-15.3-17.3-28.8-28.6-40.5S309.6,68,313.7,33.6
|
||||||
|
c-0.6,12.2,0.6,23.5,3.8,34c3.1,10.5,9.5,19.8,19.2,27.9l-9.8-22l52,68c6.2,11.6,10.1,23.7,11.5,36.3s-0.9,26.6-6.8,42
|
||||||
|
c-5,15-10.1,30.1-15.2,45.2c-5.2,15.2-8.7,29.3-10.5,42.4c19.4-4.4,37.9-13.3,55.5-26.7c17.7-13.4,34.6-30.3,50.9-50.6l-6.6,17.3
|
||||||
|
l5.6-8l3.3,5.2c0.6,4.7-1.6,12-6.8,21.8s-6.3,18-3.5,24.6c-7.2,3.4-12.1,8.3-14.8,14.5c-2.7,6.3-1.3,15.2,4,26.7
|
||||||
|
c1.6,3.8,2.9,7.5,4,11.3s1.3,7.7,0.7,11.7c-1.3-3.4-2.8-6.2-4.7-8.4c-1.9-2.2-4.4-3.8-7.5-4.7l-1.4,20.2c-1.3-1.6-2.5-2.9-3.8-4
|
||||||
|
s-2.7-1.9-4.2-2.6l-2.8,5.6l-4.2-4.7l-1.9,0.9l7,8L422,366l3.3,6.6l-4.7-3.8l-2.8,1.4v4.7l-4.2-4.2l-5.2-0.5
|
||||||
|
c1.9,3.1,3.4,6.3,4.7,9.6c1.2,3.3,1.9,6.5,1.9,9.6c-1.9-5-4-9.3-6.3-12.9s-4.9-6.6-7.7-9.1c0.9,5.6,2,11.1,3.3,16.4
|
||||||
|
c1.2,5.3,2.5,10.8,3.8,16.4c-3.4-9.7-7.7-18-12.7-25.1c-5-7-10.9-12.4-17.8-16.2l8.9,10.3l-6.6-4.2l0.5,2.8
|
||||||
|
c2.5,2.8,5.1,5.7,7.7,8.7c2.7,3,5.4,6.2,8.2,9.6c-3.1-2.8-6.2-5.5-9.1-8.2c-3-2.7-6-5.4-9.1-8.2l0.9,4.2
|
||||||
|
c-2.2-1.9-4.5-3.7-6.8-5.4c-2.3-1.7-4.6-3.2-6.8-4.5c6.6,8.8,11.6,16.7,15.2,23.9c3.6,7.2,5.9,13.9,6.8,20.2
|
||||||
|
c-4.1-8.7-8.3-16.6-12.7-23.4c-4.4-6.9-8.9-13-13.6-18.3l-5.2,2.8l12.2,23.4l-5.6-4.2l-0.9,3.3l-1.4-8l-3.3-2.3l-1.9,3.3
|
||||||
|
l-1.9-2.8l-8.9-9.4l6.1,12.7l-10.8-9.4l8.9,18.3l-15-21.1l-1.4,4.7l7,8.9v3.3l-2.8,6.1l3.8,2.3v6.6c-1.9,5.6-4.2,10.8-7,15.5
|
||||||
|
s-5.6,9.2-8.4,13.6l-2.3,2.3l-1.9,4.7c-12.5,7.5-25,14.8-37.5,22s-23.4,14.1-32.8,20.6c-16.9-9.4-35.3-18.7-55.3-27.9
|
||||||
|
c-20-9.2-34.5-24.3-43.6-45.2L150.5,404z M216.2,346.1c2.2-0.5,4.8-0.5,8-0.2c-13.4-12.5-25.2-21-35.4-25.5
|
||||||
|
c-10.2-4.5-17.6-2.4-22.3,6.3c7.2,11.3,14.5,19.1,21.8,23.4c7.3,4.4,14.6,3.9,21.8-1.4C211.9,347.4,214,346.5,216.2,346.1z
|
||||||
|
M317.4,338.3c1.9-1.9,3.4-3.7,4.5-5.4c1.1-1.7,1.3-3.4,0.7-4.9c-4.4-5.6-15.3-5.9-32.8-0.7c-17.5,5.2-26.3,12.1-26.3,20.9
|
||||||
|
l23,14.1c5.3-1.6,10.7-4.1,16.2-7.5s11-7.3,16.6-11.7L317.4,338.3z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Ninjutsu" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M218,332.7v-0.9l-0.5-0.5c-13.4,8.4-27.3,15.5-41.7,21.1c-14.7,5.3-29.8,9.4-45.5,12.2
|
||||||
|
c-15.6,2.8-31.7,4.5-48.3,5.2c-16.6,0.6-33.6,0.3-51.1-0.9c7.8-12.2,16.2-24.1,25.3-35.6c9.1-11.6,19.3-22.6,30.7-33
|
||||||
|
c11.4-10.5,24-20.2,37.7-29.3c13.7-9.1,29.2-17.3,46.4-24.8l10.8-25.3h0.9l0.5-0.5c-8.4-13.4-15.5-27.3-21.1-41.7
|
||||||
|
c-5.3-14.7-9.4-29.8-12.2-45.5c-2.8-15.6-4.5-31.7-5.2-48.3c-0.6-16.6-0.3-33.6,0.9-51.1c12.2,7.8,24.1,16.3,35.6,25.3
|
||||||
|
c11.6,9.1,22.6,19.3,33,30.7c10.5,11.4,20.2,24,29.3,37.7c9.1,13.8,17.3,29.2,24.8,46.4l25.3,10.8v0.9l0.5,0.5
|
||||||
|
c13.4-8.4,27.3-15.5,41.7-21.1c14.7-5.3,29.8-9.4,45.5-12.2c15.6-2.8,31.7-4.5,48.3-5.2c16.6-0.6,33.6-0.3,51.1,0.9
|
||||||
|
c-7.8,12.2-16.3,24.1-25.3,35.6c-9.1,11.6-19.3,22.6-30.7,33c-11.4,10.5-24,20.2-37.7,29.3c-13.8,9.1-29.2,17.3-46.4,24.8
|
||||||
|
l-10.8,25.3h-0.9l-0.5,0.5c8.4,13.4,15.5,27.3,21.1,41.7c5.3,14.7,9.4,29.8,12.2,45.5c2.8,15.6,4.5,31.7,5.2,48.3
|
||||||
|
c0.6,16.6,0.3,33.6-0.9,51.1c-12.2-7.8-24.1-16.2-35.6-25.3c-11.6-9.1-22.6-19.3-33-30.7c-10.5-11.4-20.2-24-29.3-37.7
|
||||||
|
c-9.1-13.7-17.3-29.2-24.8-46.4L218,332.7z M296.3,258.6c0-11.3-3.9-20.8-11.7-28.6c-7.8-7.8-17.3-11.7-28.6-11.7
|
||||||
|
s-20.8,3.9-28.6,11.7s-11.7,17.3-11.7,28.6c0,11.3,3.9,20.8,11.7,28.6c7.8,7.8,17.3,11.7,28.6,11.7c11.3,0,20.8-3.9,28.6-11.7
|
||||||
|
S296.3,269.9,296.3,258.6z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="unknow" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M176.3,350.1c-15.6-11.3-31.3-21.8-46.9-31.6c-15.6-9.8-31.3-19-46.9-27.4c-15.9-8.4-31.7-16.4-47.3-23.9
|
||||||
|
c-2.5-1.9-3.8-3.8-4-5.9c-0.2-2,1-4.3,3.5-6.8c16.6-7.5,33.4-16.9,50.6-28.1c17.2-10.9,34.8-22.7,53-35.2
|
||||||
|
c18.1-12.5,36.6-25.2,55.3-38c19.1-12.5,38.4-24.2,58.1-35.2c15,14.1,31.9,26.7,50.6,38s38.3,22.3,58.6,33
|
||||||
|
c20.3,10.8,40.8,22.1,61.4,34c20.3,11.6,39.8,24.8,58.6,39.8c-15.9,10-32,19.8-48.3,29.5c-15.9,9.4-31.8,18.8-47.6,28.4
|
||||||
|
c-15.8,9.5-31.3,19.3-46.6,29.3c-15.3,10-30.3,20.8-45,32.3c-10.9,9.4-22.2,14.8-33.8,16.4c-11.6,1.6-23.6-2.5-36.1-12.2
|
||||||
|
C207.7,373.8,191.9,361.6,176.3,350.1z M368.5,214.1c-13.8-7.8-27.3-15.9-40.5-24.1c-13.3-8.3-26.3-16.8-39.1-25.5
|
||||||
|
c-13.1-8.4-26.1-17.3-38.9-26.7c-14.7,9.1-28.8,18.3-42.2,27.7c-13.8,9.1-27,18.2-39.8,27.4s-25.2,18.5-37,27.9
|
||||||
|
c-11.6,9.1-22.8,18.3-33.8,27.7c13.4,6.9,26.9,14.1,40.3,21.6c13.1,7.8,26.3,15.7,39.4,23.7s26.1,16.2,38.9,24.6
|
||||||
|
c13.1,8.8,25.9,17.5,38.4,26.3c11.6-9.4,23.6-18.6,36.1-27.7c12.2-9.4,24.8-18.5,37.7-27.4c13-8.9,26.2-17.7,39.6-26.5
|
||||||
|
c13.4-8.7,27.3-17.5,41.7-26.3C395.5,229.4,381.9,221.9,368.5,214.1z M160.4,244.1c14.7-12.2,29.9-22.2,45.7-30
|
||||||
|
s30.9-18.9,45.2-33.3c12.5,9.1,25.5,17.7,38.9,26s27.5,16.3,42.2,24.1c1.9,1.3,3.4,2.8,4.7,4.7c1.2,1.9,1.2,4.8,0,8.9
|
||||||
|
c-19.1,4.1-35,12.6-47.8,25.5c-12.8,13-25.9,23.7-39.4,32.1c-8.8-12.2-21.1-22.9-37-32.1C196.9,260.9,179.4,252.2,160.4,244.1z"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Rituals" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M115.1,440.3c9.5-9.5,13.7-20.7,12.4-33.5c-6.3-5.3-11.4-11.2-15.5-17.6s-6.6-13.5-7.5-21.3
|
||||||
|
c-8.4-2.8-16-6.6-22.7-11.3c-6.7-4.7-12.9-10.3-18.5-16.9V313c6.9-8.1,15.4-14.3,25.5-18.5c10.2-4.2,21-7.4,32.6-9.6
|
||||||
|
c9.7-16.6,22.1-28.4,37.3-35.4s30.9-11.5,47.1-13.4L146.3,98.3c10,0.3,18,2,24.1,5.2c6.1,3.1,9.1,8.4,9.1,15.9l36.6,115.8
|
||||||
|
c6.9-0.6,13.5-1,19.9-1.2s12.6-0.2,18.5-0.2l-6.1-200.2c10.9,2.2,19,5.8,24.1,10.8c5.2,5,6.6,11.7,4.5,20.2l-11.7,169.2
|
||||||
|
c4.7,0,9.4,0.1,14.1,0.2c4.7,0.2,9.4,0.4,14.1,0.7l35.2-112.5c-0.6-8.1,2.1-13.9,8.2-17.3s14.3-5.5,24.6-6.1l-58.6,136.9
|
||||||
|
c16.6,1.9,32.8,6.3,48.8,13.1c15.9,6.9,28.9,18.9,38.9,36.1c11.9,2.2,22.9,5.4,33,9.6c10.2,4.2,18.7,10.4,25.5,18.5v26.7
|
||||||
|
c-5.6,6.6-11.9,12.2-18.8,16.9c-6.9,4.7-14.5,8.4-23,11.3c-0.9,7.8-3.4,14.9-7.3,21.3s-9.1,12.3-15.7,17.6
|
||||||
|
c-0.9,12.8,3.3,24,12.7,33.5c9.4,9.5,23.1,17.6,41.3,24.1c-9.4,16.6-24.8,22.3-46.2,17.1c-21.4-5.2-34.5-24.3-39.1-57.4
|
||||||
|
c-14.1,5.6-29.5,9.8-46.4,12.4c-16.9,2.7-33.8,4-50.6,4c-16.6,0-33.4-1.3-50.4-4s-32.6-6.8-46.6-12.4
|
||||||
|
c-4.7,33.1-17.7,52.3-38.9,57.4c-21.3,5.2-36.7-0.5-46.4-17.1C91.8,457.9,105.6,449.8,115.1,440.3z M361.5,272.9
|
||||||
|
c-15.9-10.2-38-16.8-66.1-19.9l-11.7,27.2l-3.3-2.8l8-24.8c-4.1-0.3-8-0.6-12-0.9c-3.9-0.3-7.9-0.5-12-0.5l-1.9,24.8l-6.6,7.5
|
||||||
|
l-0.9-32.3c-5.9,0-11.6,0.2-17.1,0.5s-10.9,0.6-16.2,0.9l8,24.8l-4.2,5.2l-12.2-29.1c-27.2,3.4-48.4,10.2-63.5,20.4
|
||||||
|
c-15.2,10.2-22.7,23.5-22.7,40.1c0,7.5,4.2,13.3,12.7,17.3c8.4,4.1,19,7.1,31.6,9.1c12.7,2,26.6,3.4,42,4
|
||||||
|
c15,0.3,29.2,0.6,42.7,0.9c13.4-0.3,27.8-0.6,43.1-0.9c15-0.6,28.9-1.9,41.7-4c12.8-2,23.4-5.1,31.9-9.1
|
||||||
|
c8.4-4.1,12.7-9.8,12.7-17.3C385.4,296.8,377.4,283.1,361.5,272.9z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shujis" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M99.2,415.7c-2.3-2.2-4.8-3.9-7.3-5.2c-34.1-19.1-53.8-55.2-59.1-108.3c-5.6-52.8,2.7-102.1,24.8-147.9
|
||||||
|
c22.2-45.8,58-77.9,107.3-96.3c49.4-18.1,111.9-2.2,187.5,47.8C306.1,85.5,263.3,79.4,224,87.5c-39.4,8.1-69.6,24.2-90.7,48.3
|
||||||
|
s-30.1,53-27,86.7c3.4,33.8,24.5,65.9,63.3,96.6c7.2,5.3,12.1,12.9,14.8,22.7c2.7,9.8,3.8,19.1,3.5,27.9c0,6.3-1.3,12.4-4,18.5
|
||||||
|
s-6,11.5-10.1,16.2s-8.9,8.6-14.5,11.7s-11.4,5.5-17.3,7c-5.6,1.3-11.5,1.6-17.6,0.9c-6.1-0.6-12-1.9-17.6-3.8
|
||||||
|
C104.1,419.4,101.5,417.9,99.2,415.7z M191.1,442.6c17.3-9.2,28.5-28.4,33.5-57.4c-5,8.4-9.7,14.8-14.1,19
|
||||||
|
c-4.4,4.2-8.6,7.9-12.7,11c9.1-11.6,16.9-23.7,23.4-36.6c6.6-12.8,12.8-24.6,18.8-35.4c5.9-10.8,12-19.8,18.3-27
|
||||||
|
c6.6-7.5,14.4-11.4,23.4-11.7l40.8,38v35.6c-4.1,8.8-8.9,16.4-14.5,23S296,413,288.8,417c-8.8,13.8-18.9,24.4-30.5,31.9
|
||||||
|
c-11.3,7.2-23.8,11.8-37.7,13.8s-28.7,1.8-44.3-0.7c-15.9-2.5-32.5-6.6-49.7-12.2C152.2,454.3,173.7,451.9,191.1,442.6z
|
||||||
|
M297.3,269.9c12.8-19.1,25.3-34.8,37.5-47.3c11.9-12.8,24.1-25.9,36.6-39.4c12.5-13.4,25.6-29.2,39.4-47.3
|
||||||
|
c13.7-17.8,28.6-41.7,44.5-71.7l11.7,1.9l0.5,14.1l5.2,0.9l-0.5,11.3L481,103l-6.1,7.5l-0.5,14.1c-11.3,11.3-21.7,25-31.4,41.3
|
||||||
|
c-9.7,16.3-19.1,33.2-28.4,50.9c-9.2,17.7-18.4,35.1-27.4,52.3c-9.1,17.5-18.6,33.1-28.6,46.9L297.3,269.9z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Invocations" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M122.9,85.7c-0.3-1.9,0.5-3.8,2.6-5.6c2-1.9,4.9-3.8,8.7-5.6c1.2,4.7,6.6,8,15.9,9.8s20.3,1.9,32.8,0
|
||||||
|
c12.8-1.9,23.4-5.2,31.9-10.1c8.4-4.8,12.3-9.6,11.7-14.3v-0.5c3.4,0.6,6.3,1.6,8.7,3s3.7,3,4,4.9l28.6,140.2h21.6l-30-144.8
|
||||||
|
c0.6-0.3,1.2-0.6,1.9-0.9c0.6-0.3,1.1-0.6,1.4-0.9l0.9-4.2c-0.3-2.2,1.5-4.4,5.4-6.6c3.9-2.2,8.8-3.8,14.8-4.7
|
||||||
|
c5.9-0.6,11.1-0.5,15.5,0.5c4.4,0.9,6.7,2.5,7,4.7l2.3,3.3c0.6,0,1.4,0.2,2.3,0.5s1.7,0.6,2.3,0.9l37.5,180.5
|
||||||
|
c-6.3,9.4-18,17.3-35.2,23.9c-17.2,6.9-35.7,11.8-55.5,14.8s-39.1,3.8-57.9,2.6c-18.4-1.2-32.2-5.3-41.3-12.2L122.9,85.7z
|
||||||
|
M151.5,63.9c-8.1-1.7-12.5-4.6-13.1-8.7s2.7-8,9.8-12c7.2-3.9,16.2-6.8,27.2-8.7c10.6-1.6,20-1.5,28.1,0.2s12.5,4.6,13.1,8.7
|
||||||
|
s-2.7,8.1-9.8,12.2c-7.2,4.1-16.3,6.9-27.2,8.4C169,65.7,159.6,65.6,151.5,63.9z M197.9,145.7c-9.1,1.3-17.7,1.7-25.8,1.4
|
||||||
|
s-15.8-1.4-23-3.3l25.3,113c6.2,3.1,13.4,5.2,21.6,6.3c8.1,1.1,17,1.3,26.7,0.7L197.9,145.7z M339.4,432.6
|
||||||
|
c-0.6,0-1.3-0.2-1.9-0.5s-1.4-0.6-2.3-0.9L311.8,321c-3.1,1.6-6.4,2.8-9.8,3.8c-3.4,0.9-6.7,1.6-9.8,1.9l22,106.9
|
||||||
|
c1.2,6.6-3.8,12.3-15,17.3c-10.9,4.7-23.5,8-37.7,10.1c-14.2,2-27.6,2.6-40.1,1.6c-12.5-0.9-19.2-3.9-20.2-8.9l-32.8-153.8
|
||||||
|
c9.1,6.9,22.8,10.9,41.3,12.2c18.4,1.3,37.6,0.4,57.4-2.6c19.8-3,38.4-7.9,55.5-14.8c17.2-6.6,29.1-14.4,35.6-23.4l0.9,5.6h1.9
|
||||||
|
l28.6,134.5l-3.3,1.4l2.8,10.3c-0.9,0.6-1.8,1.3-2.6,1.9c-0.8,0.6-1.6,1.3-2.6,1.9l0.9,4.2c0.9,5-6,8.4-20.9,10.1
|
||||||
|
c-14.8,1.7-22.7,0.1-23.7-4.9L339.4,432.6z M258.8,434l-21.1-99.4c-9.4,0-18.4-0.7-27-2.1s-17-3.7-25.1-6.8l23.9,107.8
|
||||||
|
c8.4,1.9,16.7,2.8,24.8,2.8C242.6,436.3,250.7,435.5,258.8,434z M217.6,470.1c13.4,3.4,27.5,4.2,42.2,2.3
|
||||||
|
c14.7-1.9,30.2-6.9,46.4-15c0.6,2.2,0.8,4.1,0.5,5.6c-0.3,1.6-1.3,3-2.8,4.2c-18.8,13.7-37.3,19.1-55.8,16.2
|
||||||
|
c-18.4-3-28.6-5.6-30.5-7.7L217.6,470.1L217.6,470.1z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path class="st14" d="M365.2,247.4L346,210.8l12.2-49.2l-36.6,16.9c-5.6,2.8-9.9,7.9-12.9,15.2c-3,7.4-3.2,13.7-0.7,19l24.9,51.1
|
||||||
|
l-24.4,16.9L133.2,59L82.6,33.6l10.3,55.8l165,229.1l-23,18.8l-42.2-37.5c-4.4-4-10.5-5.7-18.5-4.9c-7.9,0.8-13.9,3.5-18,8.2
|
||||||
|
l-26.3,30.5l50.6,1.9l29.5,28.6c6.5,6.3,15.2,10.1,26,11.3s19.8-0.8,27-6.1l92.9-69.9c6.8-5.3,11.3-13.3,13.1-24.1
|
||||||
|
C370.8,264.5,369.6,255.2,365.2,247.4z"/>
|
||||||
|
</g>
|
||||||
|
<g id="Clans" class="st0">
|
||||||
|
<g id="Imperial" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st16 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Unicorn" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st17 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Torttle" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Scorpion" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st18 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Phoenix" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st19 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Mantis" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st20 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Lion" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st21 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Dragon" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st22 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Crab" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st23 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Crane" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st24 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<polygon class="st14" points="403.7,416.1 361.9,447.6 376,478.5 402.8,483.6 427.2,465.3 429.5,438.1 "/>
|
||||||
|
<polygon class="st25" points="335.7,314.4 283.1,353.8 355.8,449.9 361.9,447.6 403.7,416.1 407.5,410.9 "/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 46 KiB |
@@ -0,0 +1,525 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{display:none;}
|
||||||
|
.st1{display:inline;}
|
||||||
|
.st2{fill:#FFFFFF;}
|
||||||
|
.st3{display:inline;fill:none;}
|
||||||
|
.st4{font-family:'L5R-Icons';}
|
||||||
|
.st5{font-size:480px;}
|
||||||
|
.st6{fill:#699678;}
|
||||||
|
.st7{fill:#917896;}
|
||||||
|
.st8{fill:#9B7350;}
|
||||||
|
.st9{fill:#5F919B;}
|
||||||
|
.st10{fill:#4B4641;}
|
||||||
|
.st11{fill:#A75B58;}
|
||||||
|
.st12{fill:#68829B;}
|
||||||
|
.st13{fill:#D38048;}
|
||||||
|
.st14{fill:#999999;}
|
||||||
|
.st15{fill:none;}
|
||||||
|
.st16{fill:#78FFB4;}
|
||||||
|
.st17{fill:#785A87;}
|
||||||
|
.st18{fill:#9B463C;}
|
||||||
|
.st19{fill:#B9784B;}
|
||||||
|
.st20{fill:#2D551E;}
|
||||||
|
.st21{fill:#A08C50;}
|
||||||
|
.st22{fill:#55826E;}
|
||||||
|
.st23{fill:#82828C;}
|
||||||
|
.st24{fill:#789191;}
|
||||||
|
.st25{fill:#75655A;}
|
||||||
|
</style>
|
||||||
|
<g id="Fond" class="st0">
|
||||||
|
<g transform="translate(0,0)" class="st1">
|
||||||
|
<path class="st2" d="M249.9,18.6c-81.4,0-231.4,155.8-171.7,300.7c8,25.3,27.9,50.3,49.2,77.1c24.5,30.6,51.6,63.2,68.7,96.9h20.6
|
||||||
|
c-18.1-39.8-48.6-75.9-74.6-108.5c-27.4-34.3-48.8-65.3-48.8-88c0-3.6,0.4-7.3,1.1-11.1h-0.1c0.3-1.2,0.6-2.5,0.9-3.7
|
||||||
|
c0.9-3.8,2.1-7.6,3.7-11.4c23.1-61.4,94.2-106.3,146.6-135l3.6-2l3.9,1.3c60.9,20.9,131.3,66.8,156,135.8c1.1,3,2.1,6,2.9,9
|
||||||
|
c0.4,1.4,0.8,2.8,1.2,4.3h-0.2c1.1,5.1,1.7,10.2,1.7,15.2l0,0c0,22.3-24.4,53.5-55,87.5c-29.1,32.3-62.3,67.6-80,106.6H300
|
||||||
|
c16.8-32.1,46.2-64,73.3-94.1c23.1-25.7,45.3-50,54.9-74.9C481,200.2,329,18.7,249.9,18.6L249.9,18.6z M250.7,154
|
||||||
|
c-38.7,21.5-85,52.2-113.6,88.2c9.7,83,59,146.2,118.3,146.2c59.1,0,108.2-62.7,118.2-145.3C344.7,200.9,295.6,170.1,250.7,154
|
||||||
|
L250.7,154z M192.5,237c0.8,0,1.6,0,2.4,0c13,0.1,26,2.7,39.1,7.4c-16.8,40.6-59,42-78.1,0C168.1,239.6,180.3,237.2,192.5,237z
|
||||||
|
M317.4,237c13-0.1,26,2.3,39.1,7.4c-19.1,42-61.3,40.6-78.1,0C291.3,239.7,304.4,237.1,317.4,237L317.4,237z M204.6,512l0.1,0.3
|
||||||
|
h86.8l0.1-0.3H204.6L204.6,512z"/>
|
||||||
|
</g>
|
||||||
|
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st1 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Elements" class="st0">
|
||||||
|
<g id="Earth" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st6" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M438.3,181.8c-10.3-24.1-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||||
|
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,5.3,0.2,10.6,0.7,15.9
|
||||||
|
s1,10.6,1.6,15.9l4.2-0.5c5.9-4.4,11.4-9.3,16.4-14.8s9.7-11.3,14.1-17.6c5.3,0.9,10.8,0.8,16.4-0.5c5.6-1.2,10.6-4.8,15-10.8
|
||||||
|
l55.8-75.9l16.4,22l75-83.9L309,145c4.1,4.4,7.4,9.4,10.1,15s6,10.8,10.1,15.5c5.3,6.3,10.9,12.4,16.6,18.5
|
||||||
|
c5.8,6.1,12.1,11.6,19,16.6l8.4,6.6l21.1-12.2c7.2,17.5,15.2,34.7,24.1,51.6s18.7,33.6,29.3,50.2c2.2-7.8,3.8-15.7,4.7-23.7
|
||||||
|
s1.4-16.2,1.4-24.6C453.8,231.5,448.7,205.8,438.3,181.8z M162.3,231.9l37-19.2l-15.9-19.2L162.3,231.9z M313.7,234.3l28.6,47.3
|
||||||
|
c5-4.7,9.6-10.5,13.8-17.3c4.2-6.9,8.2-14.5,12-23L288.3,156l-34.7,227.3L313.7,234.3z M405.1,277.4c0.9-2.8,2.3-5.6,4.2-8.4
|
||||||
|
l-20.6-37h-1.9l6.1,75c3.1-2.2,5.6-5.2,7.5-9.1s3-7.9,3.3-12C403.7,283,404.1,280.2,405.1,277.4z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Air" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st7" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-50.9,48-71.3c20.5-20.3,44.3-36.4,71.5-48.3
|
||||||
|
C195.8,39.4,225,33.5,256,33.5s60.2,5.9,87.7,17.8c27.2,11.9,51,28,71.5,48.3s36.5,44.1,48,71.3c11.9,27.5,17.8,56.7,17.8,87.7
|
||||||
|
s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48c-27.5,11.9-56.7,17.8-87.7,17.8
|
||||||
|
s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5C36.9,318.8,31,289.6,31,258.6z M138.8,314
|
||||||
|
c-11.9-5.6-22.6-13.2-32.1-22.7S89,270.1,82.1,256.4c-7.2-13.7-13-29.8-17.3-48.3c-2.2,8.1-3.8,16.4-4.9,24.8
|
||||||
|
c-1.1,8.4-1.6,17-1.6,25.8c0,3.1,0.1,6.2,0.2,9.1c0.2,3,0.4,5.9,0.7,8.7C77.9,293,97,306,116.5,315.4s39.6,12.8,60.2,10.3
|
||||||
|
C163,323.2,150.4,319.3,138.8,314z M443.3,194.7c-7-20.2-16.8-38.5-29.3-55.1c-20.9-14.1-43.3-21.9-67-23.4
|
||||||
|
c-23.8-1.6-46,1.4-66.8,8.9c-20.8,7.5-38.5,18.6-53.2,33.3s-23.4,31.3-26.3,49.7c-1.6,10.9,3,21.6,13.6,31.9
|
||||||
|
c10.6,10.3,21.4,15.6,32.3,15.9c8.4,0.3,16.5-3,24.1-9.8c7.7-6.9,12-14.4,12.9-22.5c0.6-5.9-0.8-11.7-4.2-17.3
|
||||||
|
c-3.4-5.6-8.9-9.4-16.4-11.3c-4.1-0.9-8.5-0.2-13.4,2.1c-4.8,2.3-7.7,5.7-8.7,10.1c-1.3,4.7-1.1,8.4,0.5,11.3
|
||||||
|
c1.6,2.8,4.2,4.2,8,4.2c3.4,0.3,6.3-0.8,8.7-3.3c2.3-2.5,0.5-5.9-5.4-10.3c5.9-0.3,10.3,1.3,13.1,4.9c2.8,3.6,3.6,9.1,2.3,16.6
|
||||||
|
c-0.6,4.1-3.4,7.2-8.4,9.4s-9.5,3-13.6,2.3c-7.2-1.2-13.8-5.2-19.7-11.7c-5.9-6.6-8.9-13.4-8.9-20.6c0-9.4,3.8-18.8,11.3-28.1
|
||||||
|
s15.9-14.4,25.3-15c12.8-0.9,24.8,1.1,35.9,6.1s18.5,19.8,22.3,44.5c5.9-11.3,14.5-19.2,25.8-23.9s22.7-5.7,34.2-3
|
||||||
|
c11.6,2.7,22,9.3,31.4,19.9c9.1,10.3,14.2,25,15.5,44.1c0.9,12.2-1.7,23.9-8,35.2c-5.9,11.3-13.8,20.7-23.7,28.4
|
||||||
|
c-9.8,7.7-20.7,12.6-32.6,14.8c-11.9,2.5-23.1,0.9-33.8-4.7c2.5,20-0.9,35.9-10.3,47.8c-9.4,11.6-21.6,18.8-36.6,21.8
|
||||||
|
s-31.3,1.3-48.8-4.9c-17.2-6.2-32.3-17.3-45.5-33.3c-1.3-1.2-3.2-1.8-5.9-1.6c-2.7,0.2-4.6,1-5.9,2.6l-5.6,8.4
|
||||||
|
c-17.8-6.2-35.2-16.4-52.3-30.5c-17-14.1-33.8-30.9-50.4-50.6c3.8,23.8,11.3,45.9,22.5,66.6c11.6,20.6,26.1,38.5,43.6,53.7
|
||||||
|
s37.2,27,59.1,35.4c22.2,8.8,45.8,13.1,70.8,13.1c27.2,0,52.8-5.2,76.9-15.5s45.1-24.4,63-42.4c18-18,32.1-39,42.4-63
|
||||||
|
c10.3-24.1,15.5-49.7,15.5-76.9C453.8,236.1,450.3,214.8,443.3,194.7z M147.7,93.2c-7.2,4.7-14.1,9.8-20.6,15.5
|
||||||
|
s-12.8,11.7-18.8,18.3c-4.4,35.6-3.6,64.1,2.3,85.3c5.6,21.3,14.9,37.6,27.9,49s28.8,18.8,47.6,22.3c18.4,3.4,38.1,5,59.1,4.7
|
||||||
|
c-26.6-4.1-48.1-11.6-64.7-22.5c-16.3-10.9-28.1-24.8-35.4-41.5s-10.5-36.2-9.6-58.4C136.2,143.7,140.2,119.4,147.7,93.2z
|
||||||
|
M309.4,68.1c-10.9-3-22.2-5.1-33.8-6.3C256,69,239.1,77.1,225.1,86.1c-13.8,9.4-24.8,19.8-33,31.4
|
||||||
|
c-8.3,11.6-13.5,24.1-15.7,37.5c-2.5,13.8-2.2,28.4,0.9,44.1c1.6-16.9,5.8-32.2,12.7-45.9c7.2-14.1,17.4-26.1,30.7-36.1
|
||||||
|
s29.9-18.1,49.9-24.4c20-6.6,43.4-10.8,70.3-12.7C330.8,75.1,320.4,71.1,309.4,68.1z M264,317.2c-3.1,2.8-5.2,6.1-6.1,9.8
|
||||||
|
c-0.3,1.9,0.2,3.9,1.6,6.1s3,3.6,4.9,4.2c1.2,0.3,2.6,0.2,4-0.5c1.4-0.6,2.4-1.4,3-2.3s1-1.9,1.2-2.8s0.1-1.7-0.2-2.3
|
||||||
|
c-0.3-0.6-0.7-1.2-1.2-1.6s-1-0.9-1.6-1.2c8.1-1.2,11.6,2.4,10.5,11s-6.5,14-16.2,16.2c-8.4,1.6-15-0.5-19.7-6.1
|
||||||
|
s-7.2-12.2-7.5-19.7c0-13.1,5.1-22,15.2-26.5c10.2-4.5,22.7-5.7,37.7-3.5c-13.1-10.9-26.3-14.2-39.4-9.8
|
||||||
|
c-13.4,4.1-23.4,11.4-30,22s-8,22-4.2,34.2s15.9,20.9,36.6,26.3c22.8,3.4,36.7-3.8,41.7-21.6c5-17.8-1.3-29.4-18.8-34.7
|
||||||
|
C271,313.5,267.1,314.4,264,317.2z M379,259.4c2-5.5,2.9-10.9,2.6-16.2c-0.3-4.4-1.7-8.6-4.2-12.7c-2.5-4.1-5.6-7.3-9.4-9.8
|
||||||
|
c-2.8-2.2-6.1-3.5-9.8-4s-7.3-0.2-10.8,0.7c-3.1,0.6-6,2-8.7,4s-4.5,4.6-5.4,7.7c-0.6,1.9-0.6,3.9,0,6.1c0.6,2.2,1.6,4.1,2.8,5.6
|
||||||
|
c1.6,1.3,3.5,2.1,5.9,2.6s4.5,0.4,6.3-0.2c1.2-0.3,2.4-1.1,3.5-2.3s1.6-2.5,1.6-3.8c0.3-0.9,0.2-1.8-0.5-2.6
|
||||||
|
c-0.6-0.8-1.4-1.5-2.3-2.1s-1.8-1.2-2.6-1.6c-0.8-0.5-1.6-0.9-2.6-1.2c0.3-1.2,1.7-2.1,4.2-2.6s4.5-0.2,6.1,0.7
|
||||||
|
c3.4,1.6,6.3,4.4,8.7,8.4c2.3,4.1,3,8,2.1,11.7c-1.6,5.3-5.2,9.7-10.8,13.1c-5.6,3.4-11.1,5.2-16.4,5.2c-5.9,0-11.6-1.9-16.9-5.6
|
||||||
|
c-5.3-3.8-9.2-8.9-11.7-15.5c-1.6,5.9-3.3,11.1-5.2,15.5c-1.9,4.4-4.1,7.7-6.6,9.8c9.4,12.2,20.7,18.4,34,18.5
|
||||||
|
c13.3,0.2,25.7-5.2,37.3-16.2C374.1,269.3,377,264.8,379,259.4z M389.1,227.7c4.4,20.3,2.8,37.3-4.7,51.1s-22.8,23.4-45.9,29.1
|
||||||
|
c11.9,3.1,23,2.2,33.3-2.8c10.3-5.3,18.4-12.3,24.4-21.1c5.9-8.7,8.7-18.4,8.4-29.1C404,244.6,398.8,235.5,389.1,227.7z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Fire" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st8" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M370.4,384.7c0.3-3.1,1.4-5.3,3.3-6.6c2.8-2.5,4.7-5.4,5.6-8.7s1.4-7.4,1.4-12.4
|
||||||
|
c2.2,3.1,3.8,6.8,4.9,11s0.9,9.5-0.7,15.7c-0.9,2.2-0.6,3.8,0.9,4.7c1.6,0.9,3.3,0,5.2-2.8c6.6-10.3,9.7-20.7,9.4-31.2
|
||||||
|
c-0.3-10.5-3.3-20.9-8.9-31.2c-8.1-16.9-10.2-30.1-6.1-39.6s12.8-15.1,26.3-16.6c-13.1,9.1-18.2,18.2-15.2,27.4
|
||||||
|
c3,9.2,12,18.5,27,27.9c4.1-5.9,8.3-11.5,12.7-16.6c4.4-5.2,8.9-9.8,13.6-13.8l1.9-0.9c0.6-5.3,1.2-10.6,1.6-15.9
|
||||||
|
c0.5-5.3,0.7-10.8,0.7-16.4c0-27.2-5.2-52.8-15.5-76.9s-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||||
|
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,21.9,3.4,42.7,10.1,62.6
|
||||||
|
c6.7,19.8,16.2,38,28.4,54.6c1.6-0.3,3.4-0.5,5.4-0.5s3.4-0.5,4-1.4s0.7-1.9,0.2-2.8s-0.5-1.7-0.2-2.3c2.5-4.4,6.3-8,11.5-10.8
|
||||||
|
s10.1-4.4,14.8-4.7c-5.6,5.9-9.4,11.6-11.3,17.1s-0.9,10.1,2.8,13.8l10.3,10.8c0.9-6.9,2.3-13.4,4.2-19.7
|
||||||
|
c1.9-6.2,4.1-12.3,6.6-18.3c0.9,5.9,2.4,11.8,4.5,17.6c2,5.8,3.4,11.6,4,17.6c10-1.2,14.9-6.6,14.8-16.2
|
||||||
|
c-0.2-9.5-2.1-17.1-5.9-22.7l-6.6-10.3c-10.3-16.6-19.1-36.4-26.3-59.5s3.9-42,33.3-56.7c-9.7,9.4-14.6,18.7-14.8,27.9
|
||||||
|
s4.5,17.9,13.8,26c2.2-12.8,6.2-20.3,12-22.5s8.2-15.3,7.3-39.4c6.2,5.3,9.8,13.7,10.8,25.1c0.9,11.4,4.4,18.4,10.3,20.9
|
||||||
|
c7.2-4.1,8.6-12.9,4.2-26.5c-4.4-13.6-9.8-26.6-16.4-39.1c-15-26.9-17.3-49.7-7-68.4c10.3-19.1,24.4-32.3,42.2-39.6
|
||||||
|
c17.8-7.3,35-7.7,51.6-1.2c16.6,6.3,23.4,21.3,20.6,45c-1.9-19.1-7.7-30-17.3-32.8c-9.7-2.5-18.1,0-25.3,7.5S244,128.5,244,143.5
|
||||||
|
c0,14.7,8.9,30,26.7,45.9c10.6-2.8,16-8.4,16.2-16.9c0.2-8.4-0.4-15.9-1.6-22.5c2.8,6.6,5.6,12.7,8.4,18.5s6.4,10.4,10.8,13.8
|
||||||
|
c3.1,3.1,5.4,7.3,6.8,12.7c1.4,5.3,1.6,12,0.7,20.2l20.2,19.2c4.1-2.8,6.7-6.2,8-10.1c1.2-3.9,0.6-8.4-1.9-13.4l-5.2-10.3
|
||||||
|
c-5.9-11.9-8.1-23-6.6-33.5c1.6-10.5,10.2-15.7,25.8-15.7c-10.9,8.1-16.1,15.6-15.5,22.5s3.1,13,7.5,18.3l13.1,15.9
|
||||||
|
c9.1,10.6,15.3,22.7,18.8,36.1c3.4,13.4,0.2,29.1-9.8,46.9c9.1,15.6,13,30.2,11.7,43.8c-1.3,13.6-6.6,26.3-15.9,38.2
|
||||||
|
c-0.6,1.9-1.6,3.5-3,4.9s-2.3,3-2.6,4.9c-0.3,2.2-0.2,4.3,0.2,6.3c0.5,2,1.2,4.1,2.1,6.3c0.3,0.6,0.7,1.4,1.2,2.3
|
||||||
|
s1.2,1.4,2.1,1.4c1.2,0,2.3-0.8,3.3-2.3c0.9-1.6,1.7-3,2.3-4.2C369.1,390.5,370.1,387.9,370.4,384.7z M301,408.6
|
||||||
|
c0.3-7.5,3.8-13.7,10.3-18.8c8.4-6.6,15.7-14.3,21.8-23.2s8.2-17.1,6.3-24.6c-1.3,3.4-3.2,5.6-5.9,6.6c-2.7,0.9-5.6,1.3-8.7,0.9
|
||||||
|
l-10.8-0.9c-1.3,0-2-1.1-2.3-3.3c-0.3-2.2-0.2-3.9,0.5-5.2c10.3-16.9,16.6-31.2,19-42.9s1-20.2-4-25.5
|
||||||
|
c-1.3,5.3-4.1,11.1-8.7,17.3c-4.5,6.3-8.7,9.5-12.4,9.8h-7c-1.9,0-3.7-0.5-5.4-1.6c-1.7-1.1-2.9-2.6-3.5-4.5
|
||||||
|
c-4.4-15.3-10.9-28.5-19.7-39.6c-8.8-11.1-18-21.6-27.7-31.6c10,35.9,9.4,63.8-1.9,83.7c-11.3,19.8-30,24.6-56.3,14.3
|
||||||
|
c10,18.1,16.9,35.6,20.6,52.3c3.8,16.7-0.9,31.6-14.1,44.8c-0.3,0.3-0.6,0.5-0.9,0.7c-0.3,0.2-0.8,0.2-1.4,0.2h-5.2
|
||||||
|
c-0.9,0-1.9,0.2-2.8,0.7s-1.9,1-2.8,1.6c-0.6,0.6-1.2,1.3-1.6,2.1c-0.5,0.8-0.7,1.6-0.7,2.6c-0.3,0.9-0.4,1.9-0.2,2.8
|
||||||
|
s0.4,1.7,0.7,2.3c0.6,0.9,1.2,1.7,1.6,2.3c0.5,0.6,1,1.3,1.6,1.9c2.8,2.2,5.9,4.2,9.1,6.1s6.6,3.1,10.1,3.8l8.9-2.3
|
||||||
|
c-2.8-3.8-5.1-7.1-6.8-10.1s-2.6-5.1-2.6-6.3c1.9,0.6,3.9,1.9,6.1,3.8c2.2,1.9,4.5,4.1,7,6.6l7.5-5.2c1.9-4.7,3.1-9.5,3.8-14.5
|
||||||
|
c0.6-5,0-9.7-1.9-14.1l-7.5-17.8c-0.3-1.2-0.5-2.4-0.7-3.5s-0.1-2.3,0.2-3.5l13.1,17.8c2.2,3.1,4.4,3.3,6.6,0.5
|
||||||
|
c2.2-2.8,3.9-5.2,5.2-7c1.2-2.5,1.6-5.4,0.9-8.7c-0.6-3.3-1.4-6.3-2.3-9.1c-2.2-5.9-5.2-11.6-8.9-16.9c-3.8-5.3-7.8-10.3-12.2-15
|
||||||
|
c6.2,1.9,11.8,5.3,16.6,10.3s9.8,9.8,14.8,14.5c2.5,2.5,4.9,3.4,7.3,2.6c2.3-0.8,2.7-2.9,1.2-6.3c-4.1-10.6-5.7-22.7-4.9-36.1
|
||||||
|
s6-26.3,15.7-38.4c-0.3,7.2,0,16.5,0.9,27.9s4.4,19.8,10.3,25.1c4.4,2.2,9.1,1.5,14.1-2.1s8.7-7.7,11.3-12.4
|
||||||
|
c-5.9,17.2-8.2,33.9-6.8,50.2c1.4,16.3-3.5,31.1-14.8,44.5c-5,5.6-4.8,10.7,0.5,15.2s10.6,4.1,15.9-1.2
|
||||||
|
c-3.4,5.3-5.2,9.4-5.2,12.2s2.5,4.1,7.5,3.8c2.8-0.9,5.5-2,8.2-3.3c2.7-1.2,5.2-2.7,7.7-4.2C305.5,426.8,300.7,416.1,301,408.6z"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Water" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st9" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M376,327.8c11.9-8,22-17.1,30.5-27.4c8.4-10,14.8-21.2,19.2-33.5c4.4-12.3,8.1-24.8,11.3-37.3
|
||||||
|
c1.6-6.6,2.7-13.1,3.5-19.7c0.8-6.6,1.2-13.1,1.2-19.7c-6.9-19.1-16.4-36.4-28.6-52c-12.5-15.9-26.8-29.6-42.9-41
|
||||||
|
s-33.8-20.4-53.2-27c-19.4-6.2-39.7-9.4-60.9-9.4c-27.2,0-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63
|
||||||
|
c-10.3,24.1-15.5,49.7-15.5,76.9c0,10,0.7,19.8,2.1,29.3c1.4,9.5,3.5,18.8,6.3,27.9c9.7-44.4,22.7-81.4,38.9-111.1
|
||||||
|
c16.6-29.7,35.9-52.9,58.1-69.6s47.2-27.4,75-32.1c27.8-4.4,58-3.8,90.5,1.9l13.1,11.7l-17.8,3.3c-3.1,0.6-6.4,1.3-9.8,1.9
|
||||||
|
s-6.4,1.9-8.9,3.8c-1.6,0.9-3,2.2-4.5,3.8c-1.4,1.6-1.8,3.1-1.2,4.7c0.3,0.9,1,1.5,2.1,1.6c1.1,0.2,2.1,0.4,3,0.7
|
||||||
|
c3.1,0.6,6.2,0.5,9.4-0.2c3.1-0.8,6.2-1,9.4-0.7c3.8,0.3,7.7,0.7,11.7,1.2c4.1,0.5,7.8,1.6,11.3,3.5c5.3,2.5,10.6,5.6,15.9,9.4
|
||||||
|
c5.3,3.8,9.2,8.4,11.7,14.1c1.2,3.1,1.5,6.6,0.7,10.3c-0.8,3.8-1.5,7.3-2.1,10.8c-3.8-10.3-8.3-16.6-13.6-19
|
||||||
|
c-5.3-2.3-11.6-4-18.8-4.9c-6.9-0.9-12.4,0.5-16.6,4.5c-4.2,3.9-4.6,9.3-1.2,16.2c0.6,1.6,1.6,3,3,4.5s2.7,2.7,4,4l12.2,10.3
|
||||||
|
c6.9,5.9,11.6,13.7,14.1,23.2s0.2,19.9-7,31.2c0-9.1-1.1-16.2-3.3-21.6c-2.2-5.3-5.8-8.3-10.8-8.9l-14.1-3.8
|
||||||
|
c-5.9-1.6-10.2-0.9-12.9,1.9c-2.7,2.8-2.1,7.8,1.6,15l3.8,6.1c3.8,6.3,4.8,14.1,3,23.7c-1.7,9.5-5.9,16.2-12.4,19.9
|
||||||
|
c2.2-14.7,0.9-25-3.8-30.9c-4.7-5.9-11.6-9.2-20.6-9.8c-6.6-2.5-13.8-2.2-21.6,0.9c-7.8,3.1-14.1,7.3-18.8,12.7
|
||||||
|
c-5,5.6-8.6,12.7-10.8,21.1s-2,16.3,0.5,23.4c3.1,9.4,9.3,17.2,18.5,23.4c9.2,6.3,18.5,11.1,27.9,14.5c9.7,3.8,20.1,5.9,31.2,6.3
|
||||||
|
c11.1,0.5,21.8-0.5,32.1-3C351.8,341.6,364.1,335.8,376,327.8z M189,408.2l-2.8-2.8c-1.9-1.9-1.5-4.8,1.2-8.7
|
||||||
|
c2.7-3.9,5.4-5.7,8.2-5.4l115.8,8.9c17.8,1.3,34.6-3.9,50.4-15.5s29-26.4,39.6-44.5c-11.9,10.6-26.6,19.3-44.1,26
|
||||||
|
s-34.8,9.3-52,7.7l-119.5-9.4c-3.8,0.3-6.8,1.6-9.1,3.8c-2.3,2.2-3.7,5.3-4,9.4L157.1,366c-5.9-4.7-10.8-10.5-14.5-17.6
|
||||||
|
s-7.3-14-10.8-20.9c-2.5-5.3-2.1-9.5,1.2-12.7c3.3-3.1,7.4-2.8,12.4,0.9l15,9.4l6.1-7l-27.2-23c-4.7-2.8-9.7-2.4-15,1.2
|
||||||
|
s-8.3,7.6-8.9,12c-1.9,10.9-1,22.3,2.6,34s9.4,21.3,17.6,28.8l46.9,46.4L189,408.2z M293,177.6c-0.6-6.6,2.2-12.7,8.4-18.3
|
||||||
|
c-19.1-0.6-29.1-4.5-30-11.5s4.7-16.2,16.9-27.4c-17.8-1.2-34.4-0.2-49.7,3.3c-15.3,3.4-29.5,9.1-42.7,17.1s-25.3,18-36.6,30.2
|
||||||
|
c-10.9,11.9-21.1,25.6-30.5,41.3c15.6-6.9,30.6-11.9,45-15c14.7-3.1,28.8-4.1,42.4-3c13.6,1.1,26.5,4.6,38.7,10.5
|
||||||
|
s23.7,14.8,34.7,26.7c-3.4-9.7-3.1-17.2,0.9-22.5c4.1-5.3,11.7-8.4,23-9.4C300.5,191.5,293.7,184.1,293,177.6z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Void" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st10" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M438.3,181.8c-10.3-24.1-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||||
|
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,21.6,3.3,42.2,9.8,61.9
|
||||||
|
c6.6,19.4,15.7,37.2,27.4,53.4c11.7,16.3,25.5,30.5,41.5,42.7c16.2,12.2,33.9,21.7,53,28.6c-15-6.2-28.8-14.7-41.3-25.3
|
||||||
|
c-12.5-10.3-23.2-22.2-32.1-35.6s-15.9-28-20.9-43.6c-5-15.9-7.5-32.7-7.5-50.2c0-23.1,4.4-44.8,13.1-65.2
|
||||||
|
c8.7-20.3,20.7-38,35.9-53.2s32.9-27.3,53.2-36.3c20.6-8.7,42.5-13.1,65.6-13.1s44.8,4.4,65.2,13.1c20.3,9.1,38.1,21.2,53.4,36.3
|
||||||
|
c15.3,15.2,27.3,32.9,36.1,53.2c8.7,20.3,13.1,42,13.1,65.2c0,17.5-2.5,34.2-7.5,50.2c-5,15.9-12,30.6-21.1,44.1
|
||||||
|
c-9.1,13.4-20,25.3-32.8,35.6c-12.5,10.6-26.4,19.1-41.7,25.3c19.4-6.9,37.2-16.4,53.4-28.6c16.2-12.2,30.3-26.4,42.2-42.7
|
||||||
|
c11.9-16.2,21.1-34.2,27.7-53.9s9.8-40.3,9.8-61.9C453.8,231.5,448.7,205.8,438.3,181.8z M211.9,344.4
|
||||||
|
c12.2-12.2,26.9-18.3,44.1-18.3s31.9,6.1,44.1,18.3s18.3,26.9,18.3,44.1c0,12.5-3.4,23.8-10.3,34s-15.6,17.7-26.3,22.7
|
||||||
|
c22.8-5.9,41.7-18.3,56.7-37S361,367.7,361,343c0-12.8-2.2-25-6.6-36.6s-10.5-22-18.3-31.2s-17-16.9-27.7-23.2
|
||||||
|
c-10.6-6.2-22-10.5-34.2-12.7c7.2,3.4,13.1,8.7,17.8,15.7c4.7,7,7,14.8,7,23.2c0,12.2-4.2,22.4-12.7,30.7
|
||||||
|
c-8.4,8.3-18.6,12.4-30.5,12.4s-22-4.1-30.5-12.4c-8.4-8.3-12.7-18.5-12.7-30.7c0-8.4,2.3-16.2,6.8-23.2c4.5-7,10.5-12.3,18-15.7
|
||||||
|
c-12.5,2.2-24.1,6.4-34.7,12.7c-10.6,6.3-19.8,14-27.4,23.2c-7.7,9.2-13.8,19.6-18.5,31.2c-4.4,11.6-6.6,23.8-6.6,36.6
|
||||||
|
c0,24.7,7.6,46.4,22.7,65.2c15.2,18.8,34.1,31.1,57,37c-10.9-5-19.8-12.6-26.5-22.7c-6.7-10.2-10.1-21.5-10.1-34
|
||||||
|
C193.7,371.3,199.8,356.6,211.9,344.4z M304.3,382.4c0-13.4-4.7-24.8-14.1-34.2s-20.8-14.1-34.2-14.1c-13.4,0-24.8,4.7-34.2,14.1
|
||||||
|
s-14.1,20.8-14.1,34.2c0,13.4,4.7,24.8,14.1,34.2s20.8,14.1,34.2,14.1c13.4,0,24.8-4.7,34.2-14.1S304.3,395.8,304.3,382.4z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Npcs" class="st0">
|
||||||
|
<g id="Martial" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st11" d="M57.3,388.5L31,315.4c8.7-1.9,18-3.4,27.7-4.7c9.7-1.2,20-1.9,30.9-1.9c5.9,10.6,13.3,20.5,22,29.5
|
||||||
|
c8.7,9.1,19.1,17.2,30.9,24.4c-14.7,1.9-29.2,5-43.6,9.4C84.6,376.5,70.7,381.9,57.3,388.5z M50.7,100.7
|
||||||
|
c12.2,9.1,22.7,19.1,31.6,30.2s10.5,22.9,4.9,35.4c-8.1,17.5-12.5,35.9-13.1,55.3s3.6,38,12.7,56s23.4,34.6,43.1,49.9
|
||||||
|
s45.8,27.7,78.3,37c2.8-6.2,6.1-11.3,9.8-15s7.7-7,11.7-9.8c-28.1-9.7-48.3-23-60.5-39.8s-18.8-33-19.7-48.3s2.7-27.8,10.8-37.5
|
||||||
|
c8.1-9.4,18.3-11.6,30.5-6.6c-2.5-17.5,1.2-28.4,11.3-32.8c10-4.4,19.7-1.4,29.1,8.9c7.8-21.2,5.9-39.9-5.6-56
|
||||||
|
c-11.6-16.1-29.5-20.7-53.9-13.8c-5.9-7.8-13.8-13.9-23.7-18.3c-9.8-4.4-19.9-5-30.2-1.9s-20.7,3.7-31.2,1.6
|
||||||
|
c-10.5-2-21.2-6-32.1-12L50.7,100.7z M83,393.6c17.2-6.2,34.5-12.7,51.8-19.5c17.3-6.7,30.1-4,38.2,8.2c5.3,0,10.6,0.4,15.9,1.2
|
||||||
|
c5.3,0.8,10.5,2.7,15.5,5.9c0,5.3,0.7,10.4,2.1,15.2c1.4,4.8,3.5,9.3,6.3,13.4h-74.5v-13.6c-5.9,2.8-11.4,6.7-16.4,11.7
|
||||||
|
s-9.7,10.9-14.1,17.8L83,393.6z M256,354.7c-9.1,0-16.8,3.1-23.2,9.4s-9.6,13.9-9.6,23s3.2,16.8,9.6,23.2
|
||||||
|
c6.4,6.4,14.1,9.6,23.2,9.6c9.1,0,16.7-3.2,23-9.6c6.2-6.4,9.4-14.1,9.4-23.2s-3.1-16.7-9.4-23
|
||||||
|
C272.7,357.9,265.1,354.7,256,354.7z M461.3,100.7c-12.2,9.1-22.7,19.1-31.6,30.2s-10.5,22.9-4.9,35.4
|
||||||
|
c8.1,17.5,12.5,35.9,13.1,55.3s-3.6,38-12.7,56s-23.4,34.6-43.1,49.9s-45.8,27.7-78.3,37c-2.8-6.2-6.1-11.3-9.8-15
|
||||||
|
s-7.7-7-11.7-9.8c28.1-9.7,48.3-23,60.5-39.8s18.8-33,19.7-48.3c0.9-15.3-2.7-27.8-10.8-37.5c-8.1-9.4-18.3-11.6-30.5-6.6
|
||||||
|
c2.5-17.5-1.3-28.4-11.3-32.8c-10-4.4-19.7-1.4-29.1,8.9c-7.8-21.2-5.9-39.9,5.6-56c11.6-16.1,29.5-20.7,53.9-13.8
|
||||||
|
c5.9-7.8,13.8-13.9,23.7-18.3c9.8-4.4,19.9-5,30.2-1.9c10.3,3.1,20.7,3.7,31.2,1.6c10.5-2,21.2-6,32.1-12L461.3,100.7z
|
||||||
|
M429,393.6c-17.2-6.2-34.5-12.7-51.8-19.5c-17.3-6.7-30.1-4-38.2,8.2c-5.3,0-10.6,0.4-15.9,1.2c-5.3,0.8-10.5,2.7-15.5,5.9
|
||||||
|
c0,5.3-0.7,10.4-2.1,15.2c-1.4,4.8-3.5,9.3-6.3,13.4h74.5v-13.6c5.9,2.8,11.4,6.7,16.4,11.7s9.7,10.9,14.1,17.8L429,393.6z
|
||||||
|
M454.8,388.5l26.3-73.1c-8.8-1.9-18-3.4-27.7-4.7c-9.7-1.2-20-1.9-30.9-1.9c-5.9,10.6-13.3,20.5-22,29.5
|
||||||
|
c-8.8,9.1-19.1,17.2-30.9,24.4c14.7,1.9,29.2,5,43.6,9.4C427.4,376.5,441.3,381.9,454.8,388.5z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Social" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st12" d="M249.4,382.4L31,265.2c7.8-6.9,15.9-13.3,24.1-19.2c8.3-5.9,17.1-11.3,26.5-15.9c2.8-6.6,5.4-13.2,7.7-19.9
|
||||||
|
c2.3-6.7,4.1-13.5,5.4-20.4l-8.4-8.4c9.4-4.1,18.9-7.1,28.6-9.1s19.5-3.2,29.5-3.5c5.3-4.1,10.4-8.8,15.2-14.3s9.4-11.5,13.8-18
|
||||||
|
l-6.6-11.3c9.1-0.3,18.3,0.5,27.7,2.6c9.4,2,19.2,5.2,29.5,9.6c6.9-1.9,13.4-4.2,19.7-7c6.2-2.8,12.2-6.6,17.8-11.3v-12.7
|
||||||
|
c7.8,3.4,15.6,7.6,23.4,12.4s15.5,11.5,23,19.9c6.9,2.2,13.8,3.1,20.9,2.8c7-0.3,14-1.6,20.9-3.8L353,125
|
||||||
|
c6.6,7.2,12.7,14.7,18.5,22.5s10.5,16.6,14.3,26.3c5.3,5,11.3,9.1,17.8,12.2c6.6,3.1,13.9,4.5,22,4.2l7-8.4
|
||||||
|
c4.1,8.1,7.6,17.3,10.5,27.7c3,10.3,5.1,22,6.3,35.2c4.4,5.3,9.1,10.2,14.3,14.8c5.2,4.5,10.9,8.4,17.1,11.5L273.3,381.5
|
||||||
|
l14.5,7.5c-3.4,15.3-12.4,22.7-27,22.3s-23.5-7.6-27-21.3L249.4,382.4z M186.2,304.1l-4.7,15.5l-17.8,9.4l80.6,42.2L186.2,304.1z
|
||||||
|
M218.5,279.7l-9.4,11.3l-20.2,3.8l60,69.8L218.5,279.7z M256.5,361.3v-90.9l-13.1,7l-20.6-6.6L256.5,361.3z M264.9,363.6
|
||||||
|
l31.4-84.8l-15,0.5l-16.9-14.1L264.9,363.6z M328.7,299.4l-7.5-1.9l-17.3-22l-31.4,89.1L328.7,299.4z M353,332.7l-8-7.5
|
||||||
|
l-5.6-26.3l-59.5,71.7L353,332.7z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="list_-_copie" class="st1">
|
||||||
|
<g>
|
||||||
|
<path d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M467.4,258.6c0-29.1-5.5-56.6-16.4-82.5c-11.3-25.6-26.4-48-45.5-67
|
||||||
|
c-19.1-19.1-41.4-34.2-67-45.5c-25.9-10.9-53.4-16.4-82.5-16.4s-56.6,5.5-82.5,16.4c-25.6,11.3-48,26.4-67,45.5
|
||||||
|
c-19.1,19.1-34.2,41.4-45.5,67c-10.9,25.9-16.4,53.4-16.4,82.5s5.5,56.6,16.4,82.5c11.3,25.6,26.4,48,45.5,67
|
||||||
|
c19.1,19.1,41.4,34.2,67,45.5c25.9,10.9,53.4,16.4,82.5,16.4s56.6-5.5,82.5-16.4c25.6-11.3,48-26.4,67-45.5
|
||||||
|
c19.1-19.1,34.2-41.4,45.5-67C461.9,315.2,467.4,287.7,467.4,258.6z M75.1,182.2c10.3-24.1,24.3-45,42-62.8s38.5-31.9,62.6-42.2
|
||||||
|
c23.7-10.3,49.2-15.5,76.4-15.5s52.7,5.2,76.4,15.5c24.1,10.3,45,24.4,62.8,42.2s31.9,38.8,42.2,62.8
|
||||||
|
c10.3,23.8,15.5,49.2,15.5,76.4s-5.2,52.7-15.5,76.4c-10.3,24.1-24.4,45-42.2,62.8s-38.8,31.9-62.8,42.2
|
||||||
|
c-23.8,10.3-49.2,15.5-76.4,15.5s-52.7-5.2-76.4-15.5c-24.1-10.3-44.9-24.4-62.6-42.2c-17.7-17.8-31.6-38.7-42-62.8
|
||||||
|
c-10.3-23.7-15.5-49.2-15.5-76.4S64.8,206,75.1,182.2z M190.6,305.1c13.6-5.6,24.8-16.2,33.5-31.9c-0.3-0.3-0.5-0.6-0.5-0.9
|
||||||
|
s-0.2-0.6-0.5-0.9c-11.9-3.8-23.4-5.3-34.5-4.7c-11.1,0.6-22,3-32.6,7c-2.2,4.1-5.5,7.3-9.8,9.6c-4.4,2.3-9.1,3.5-14.1,3.5
|
||||||
|
c-7.8,0-14.5-2.7-19.9-8.2c-5.5-5.5-8.2-12.1-8.2-19.9c0-7.8,2.7-14.5,8.2-19.9c5.5-5.5,12.1-8.2,19.9-8.2c5,0,9.7,1.2,14.1,3.5
|
||||||
|
c4.4,2.3,7.7,5.6,9.8,9.6c10.6,4.1,21.5,6.4,32.6,7s22.6-0.9,34.5-4.7c0.3-0.3,0.5-0.6,0.5-0.9c0-0.3,0.2-0.6,0.5-0.9
|
||||||
|
c-11.3-20-26.3-33-45.2-39.1s-37.3-25.4-55.1-57.9c-12.8,15-22.8,32-30,51.1C86.6,217.2,83,237.4,83,258.6
|
||||||
|
c0,21.3,3.6,41.4,10.8,60.5c7.2,19.1,17.2,36.1,30,51.1c4.1-7.5,8.1-14.1,12.2-19.7c4.1-5.6,8.3-10.5,12.7-14.5
|
||||||
|
C163,321,177,310.7,190.6,305.1z M248,191.4c-0.6-11.1-3-21.8-7-32.1c-4.1-2.5-7.3-5.9-9.6-10.3c-2.3-4.4-3.5-9.1-3.5-14.1
|
||||||
|
c0-7.8,2.7-14.5,8.2-19.9c5.5-5.5,12.1-8.2,19.9-8.2c7.8,0,14.5,2.7,19.9,8.2c5.5,5.5,8.2,12.1,8.2,19.9c0,5-1.2,9.7-3.5,14.1
|
||||||
|
c-2.3,4.4-5.6,7.8-9.6,10.3c-4.1,10.3-6.4,21-7,32.1s0.9,22.6,4.7,34.5c0.3,0.3,0.6,0.5,0.9,0.5s0.6,0.2,0.9,0.5
|
||||||
|
c20-11.3,33-26.3,39.1-45.2s25.4-37.3,57.9-55.1c-15-12.8-32-22.8-51.1-30c-19.1-7.2-39.2-10.8-60.5-10.8s-41.4,3.6-60.5,10.8
|
||||||
|
c-19.1,7.2-36.1,17.2-51.1,30c7.5,4.1,14.1,8.1,19.7,12.2c5.6,4.1,10.5,8.3,14.5,12.7c15,14.4,25.3,28.4,30.9,42
|
||||||
|
s16.2,24.8,31.9,33.5c0.3-0.3,0.6-0.5,0.9-0.5c0.3,0,0.6-0.2,0.9-0.5C247.1,214,248.7,202.5,248,191.4z M347.9,378.6
|
||||||
|
c-5.6-4.1-10.5-8.3-14.5-12.7c-15-14.4-25.3-28.4-30.9-42s-16.3-24.8-31.9-33.5c-0.3,0.3-0.6,0.5-0.9,0.5s-0.6,0.2-0.9,0.5
|
||||||
|
c-3.8,11.9-5.3,23.4-4.7,34.5c0.6,11.1,3,22,7,32.6c4.1,2.2,7.3,5.5,9.6,9.8c2.3,4.4,3.5,9.1,3.5,14.1c0,7.8-2.7,14.5-8.2,19.9
|
||||||
|
c-5.5,5.5-12.1,8.2-19.9,8.2c-7.8,0-14.5-2.7-19.9-8.2c-5.5-5.5-8.2-12.1-8.2-19.9c0-5,1.2-9.7,3.5-14.1s5.5-7.7,9.6-9.8
|
||||||
|
c4.1-10.6,6.4-21.5,7-32.6s-0.9-22.6-4.7-34.5c-0.3-0.3-0.6-0.5-0.9-0.5c-0.3,0-0.6-0.2-0.9-0.5c-20,11.3-33,26.3-39.1,45.2
|
||||||
|
c-6.1,18.9-25.4,37.3-57.9,55.1c15,12.8,32,22.8,51.1,30s39.2,10.8,60.5,10.8c21.2,0,41.4-3.6,60.5-10.8
|
||||||
|
c19.1-7.2,36.1-17.2,51.1-30C360.1,386.8,353.5,382.7,347.9,378.6z M418.2,198.2c-7.2-19.1-17.2-36.1-30-51.1
|
||||||
|
c-4.1,7.5-8.1,14.1-12.2,19.7c-4.1,5.6-8.3,10.5-12.7,14.5c-14.4,15-28.4,25.3-42,30.9s-24.8,16.3-33.5,31.9
|
||||||
|
c0.3,0.3,0.5,0.6,0.5,0.9c0,0.3,0.2,0.6,0.5,0.9c11.9,3.8,23.4,5.3,34.5,4.7s21.8-3,32.1-7c2.5-4.1,5.9-7.3,10.3-9.6
|
||||||
|
s9.1-3.5,14.1-3.5c7.8,0,14.5,2.7,19.9,8.2c5.5,5.5,8.2,12.1,8.2,19.9c0,7.8-2.7,14.5-8.2,19.9c-5.5,5.5-12.1,8.2-19.9,8.2
|
||||||
|
c-5,0-9.7-1.2-14.1-3.5s-7.8-5.5-10.3-9.6c-10.3-4.1-21-6.4-32.1-7s-22.6,0.9-34.5,4.7c-0.3,0.3-0.5,0.6-0.5,0.9
|
||||||
|
s-0.2,0.6-0.5,0.9c11.3,20,26.3,33,45.2,39.1c18.9,6.1,37.3,25.4,55.1,57.9c12.8-15,22.8-32,30-51.1s10.8-39.2,10.8-60.5
|
||||||
|
C429,237.4,425.4,217.2,418.2,198.2z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Techs">
|
||||||
|
<g id="Kihos" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M103.9,383.6c-8-5.8-11-15.5-9.1-29.3c16.9-1.6,33.5-3.4,49.9-5.6s32.4-2.8,48-1.9
|
||||||
|
c-0.6-20.3,5.2-35.9,17.6-46.6c12.3-10.8,25.7-17.6,40.1-20.4c13.4-2.8,22.7-8.4,27.9-16.9s5.4-16.7,0.7-24.8
|
||||||
|
c-2.2-4.4-4.9-8.5-8.2-12.4c-3.3-3.9-6.8-7.4-10.5-10.5c-1.9-1.9-4-3.2-6.3-4s-4.5-1.9-6.3-3.5c-1.9-1.9-3.4-4-4.7-6.3
|
||||||
|
s-3-4.1-5.2-5.4c-1.9-1.2-4.1-2-6.8-2.3s-5.2-0.5-7.7-0.5c-2.8,0.3-5.5,1.1-8,2.3c-2.5,1.3-5,2.7-7.5,4.2
|
||||||
|
c-1.9,1.3-3.7,2.9-5.4,4.9s-3.4,4-4.9,5.9c-1.6,1.3-3.3,2.4-5.2,3.5s-3,2.7-3.3,4.9c-0.3,1.3-0.1,2.4,0.7,3.5s1.5,2.3,2.1,3.5
|
||||||
|
c5.3-0.6,10.9-1,16.9-1.2c5.9-0.2,12.2-0.1,18.8,0.2c5.3,0.3,10.3,1.6,15,4s5.2,4.6,1.4,6.8c-2.5,1.3-3.9,2.8-4.2,4.7
|
||||||
|
s1.6,2.7,5.6,2.3h9.4c3.8-0.3,6.2,0.9,7.5,3.5c1.2,2.7,0,4.5-3.8,5.4c-8.1,1.6-16.2,2.7-24.1,3.5c-8,0.8-15.9,1-23.7,0.7l0.9,2.3
|
||||||
|
c-3.1,2.5-6.4,4.4-9.8,5.6c-3.4,1.3-7,1.9-10.8,1.9l-47.8-1.4c-2.5-0.3-4.8-0.9-7-1.6c-2.2-0.8-4.2-1.8-6.1-3h-9.4l-2.8-3.3
|
||||||
|
c-9.4,1.6-17.7,1.7-25.1,0.5c-7.3-1.2-9.1-3.4-5.4-6.6l3.8-3.3l-3.3-3.8l-20.6-2.3c-7.5-0.6-10.5-3-9.1-7
|
||||||
|
c1.4-4.1,5.9-5.9,13.4-5.6l37,2.8c3.4,0.3,6-0.9,7.7-3.8c1.7-2.8,4.8-3.8,9.1-2.8c5.6,0.9,11.2,1.6,16.6,1.9
|
||||||
|
c5.5,0.3,10.9,0.2,16.2-0.5c2.5-3.4,5.3-6.6,8.4-9.6c3.1-3,6.4-5.7,9.8-8.2c1.2-0.9,2.7-1.8,4.5-2.6c1.7-0.8,3.4-1.6,4.9-2.6
|
||||||
|
c1.9-0.6,3.8-1.2,5.9-1.9c2-0.6,3.8-1.6,5.4-2.8c1.6-1.6,2.7-3.5,3.3-5.9c0.6-2.3,1.7-4.5,3.3-6.3c1.2-1.2,2.6-2.6,4-4
|
||||||
|
s3-2.4,4.9-3c1.6-0.3,3.2-0.2,4.9,0.5c1.7,0.6,3.4,1.1,4.9,1.4c1.2,0.3,2.5,0.5,3.8,0.7c1.2,0.2,2.5,0.4,3.8,0.7
|
||||||
|
c0.9,0.3,1.9,0.8,3,1.4c1.1,0.6,2.3,1.3,3.5,1.9c0.9,0.3,1.8,0.5,2.6,0.7s1.6,0.4,2.6,0.7c0.3,0,0.6,0.2,0.9,0.5l-18.3-15.9
|
||||||
|
c-0.6-0.6-1.6-1.2-2.8-1.6c-1.3-0.5-2.5-0.9-3.8-1.2c-1.9,0-3.8,0.4-5.9,1.2c-2,0.8-4.1,1.2-6.3,1.2c-1.6,0.3-3.3,0.4-5.2,0.2
|
||||||
|
s-3.6-0.4-5.2-0.7c-1.9,0-3.6-0.2-5.2-0.5c-1.6-0.3-3.1-0.8-4.7-1.4l-6.1-1.9l9.8-1.9c1.6-0.3,3.3-0.6,5.2-0.9
|
||||||
|
c1.9-0.3,3.1-1.1,3.8-2.3c0.6-0.6,0.9-1.6,0.7-2.8s-0.5-2.2-1.2-2.8c-1.3-0.9-2.7-1.2-4.5-0.9c-1.7,0.3-3.2,0.6-4.5,0.9
|
||||||
|
c-1.3,0-2.3,0.3-3,0.9c-0.8,0.6-1.6,1.1-2.6,1.4c-1.9,0.6-3.7,0.9-5.4,0.9s-3.5,0.2-5.4,0.5c-2.5,0.3-4.9,0.8-7.3,1.4
|
||||||
|
c-2.3,0.6-4.8,1.3-7.3,1.9c-2.5,0.3-5.1,0.5-7.7,0.7c-2.7,0.2-5.2,0.2-7.7,0.2c-1.9,0-3.9,0-6.1,0c-2.2,0-4.4-0.2-6.6-0.5
|
||||||
|
c-1.9-0.3-3.7-0.6-5.4-0.9c-1.7-0.3-3.5-0.8-5.4-1.4c-1.6-0.9-3-2-4.5-3.3c-1.4-1.2-3-2.2-4.9-2.8c-1.3-0.6-2.7-1.1-4.2-1.4
|
||||||
|
c-1.6-0.3-3-0.5-4.2-0.5c-3.1-0.6-6.3-0.9-9.4-0.7s-6.1,0.1-8.9-0.2c-2.2,0-4.3,0.1-6.3,0.2c-2,0.2-4.1-0.2-6.3-1.2
|
||||||
|
c-0.3,0-0.7-0.2-1.2-0.5s-0.7-0.6-0.7-0.9c-0.3-0.9,0-1.7,0.9-2.3s1.7-1.2,2.3-1.9c1.6-1.2,3.3-2.1,5.2-2.6s3.8-1,5.6-1.6
|
||||||
|
c1.2-0.3,2.7-0.5,4.2-0.5c1.6,0,3-0.3,4.2-0.9c1.2-0.3,2.4-0.9,3.5-1.6c1.1-0.8,1.6-1.8,1.6-3c0-0.9-0.5-1.6-1.4-2.1
|
||||||
|
s-1.7-0.9-2.3-1.2c-1.9-0.6-3.7-0.9-5.4-0.7c-1.7,0.2-3.5,0.2-5.4,0.2c-5.6-0.3-11.3-0.4-16.9-0.2s-11.1,0.2-16.4,0.2
|
||||||
|
c-1.3,0-2.5,0.2-3.8,0.5s-2.5,0.3-3.8,0s-2.5-0.8-3.8-1.4c-1.3-0.6-2-1.6-2.3-2.8c-0.6-0.9-0.9-1.9-0.7-3s0.4-2.1,0.7-3
|
||||||
|
s0.9-1.7,1.6-2.3c0.8-0.6,1.2-1.2,1.2-1.9c-0.3-1.2-1.3-2-2.8-2.3c-1.6-0.3-2.7-1.1-3.3-2.3c0-0.9,0.1-1.9,0.2-2.8
|
||||||
|
c0.2-0.9,0.5-1.7,1.2-2.3c0.9-1.2,2.3-2,4.2-2.3s3.6-0.6,5.2-0.9c7.2-1.2,14.5-1.7,22-1.4c7.5,0.3,14.8,0.2,22-0.5h2.3
|
||||||
|
c2.2-3.4,6.6-6.3,13.1-8.7s12.7-3.8,18.3-4.5c8.4-1.2,17-1.1,25.8,0.5c8.7,1.6,17.5,1.6,26.3,0c3.8-0.3,7.3-1.3,10.8-3
|
||||||
|
c3.4-1.7,7-2.9,10.8-3.5c3.4-0.9,7-1.8,10.8-2.6c3.8-0.8,7.5-1,11.3-0.7c3.4,0,6.8,0.7,10.1,2.1s6.5,2.3,9.6,2.6
|
||||||
|
c3.4,0.3,6.7,0.2,9.8-0.5c3.1-0.6,6.2-0.9,9.4-0.9c5.6,0.3,11.2,0.5,16.6,0.5c5.5,0,10.5,1.1,15.2,3.3c1.9,0.6,3.8,1.6,5.9,3
|
||||||
|
c2,1.4,2.9,3,2.6,4.9c0,0.9-0.7,1.6-2.1,2.1s-2.7,0.9-4,1.2c-3.1,1.3-6.3,2.1-9.6,2.6s-6.6,1-10.1,1.6c-0.6,0.3-1.3,0.5-1.9,0.5
|
||||||
|
s-1.1,0.3-1.4,0.9c-0.6,0.3-0.9,0.9-0.9,1.6c0,0.8-0.2,1.3-0.5,1.6c-0.9,0.6-1.9,0.9-2.8,0.7c-0.9-0.2-1.9,0.1-2.8,0.7
|
||||||
|
c-0.6,0.3-1.3,0.7-1.9,1.2s-0.9,1-0.9,1.6c0,1.3,0.8,2.2,2.3,2.8c1.6,0.6,2.8,1.3,3.8,1.9c0.6,0.6,1.5,1.3,2.6,1.9
|
||||||
|
s1.6,1.4,1.6,2.3c0.3,0.6,0.2,1.4-0.2,2.3s-1,1.7-1.6,2.3c-0.9,0.9-2,1.7-3.3,2.3s-2.5,1.3-3.8,1.9c-1.6,0.9-3.2,1.8-4.9,2.6
|
||||||
|
s-3.5,1.3-5.4,1.6c-1.9,0.6-3.9,0.7-6.1,0.2c-2.2-0.5-4.1-0.2-5.6,0.7c-0.6,0.3-1.3,0.7-1.9,1.2c-0.6,0.5-0.9,1-0.9,1.6
|
||||||
|
s0.3,1.1,0.9,1.4c0.6,0.3,1.2,0.6,1.9,0.9c0.9,0.3,2,0.3,3.3,0c1.2-0.3,2.5-0.3,3.8,0c1.9,0,3.8-0.1,5.6-0.2
|
||||||
|
c1.9-0.2,3.3,0.4,4.2,1.6c0.3,0.3,0.5,0.8,0.5,1.4c0,0.6-0.2,1.1-0.5,1.4c-0.3,0.3-0.9,0.5-1.6,0.5c-0.8,0-1.5,0.2-2.1,0.5
|
||||||
|
c-1.6,0-3.2,0-4.9,0s-3.4,0.2-4.9,0.5c-0.9,0.3-1.9,0.7-2.8,1.2s-1.6,1.2-1.9,2.1c-0.3,0.6-0.2,1.4,0.2,2.3s0.9,1.7,1.2,2.3
|
||||||
|
c0.9,2.2,2.3,4.1,4,5.9c1.7,1.7,3.5,3.4,5.4,4.9c2.2,1.9,4.7,3.3,7.5,4.2s5.3,2.3,7.5,4.2c1.9,1.3,3.7,2.8,5.4,4.7
|
||||||
|
c1.7,1.9,3.4,3.8,4.9,5.6c2.5,2.8,4.8,5.7,6.8,8.7s4.1,6,6.3,9.1c1.9,2.5,4.1,5,6.6,7.5s4.7,5.3,6.6,8.4c0.6,1.6,1.2,3,1.9,4.5
|
||||||
|
c0.6,1.4,1.2,3,1.9,4.9c0-11.3,1.6-21.4,4.9-30.5s11.5-15,24.6-17.8c-1.3-0.9-2.7-1.7-4.5-2.3c-1.7-0.6-3.5-1.1-5.4-1.4
|
||||||
|
c-2.2-0.6-4.5-0.7-7-0.2s-5,0.7-7.5,0.7c-2.8-0.3-5.7-0.4-8.7-0.2s-5.7-0.2-8.2-1.2c-2.5-0.6-5.1-1.5-7.7-2.6
|
||||||
|
c-2.7-1.1-4.6-2.7-5.9-4.9c-0.9-1.9-1.3-4-0.9-6.3c0.3-2.3,1.1-4.5,2.3-6.3c1.6-2.2,3.8-3.8,6.6-4.7s5.6-1.7,8.4-2.3
|
||||||
|
c3.4-0.9,6.9-1.5,10.3-1.6c3.4-0.2,7-0.4,10.8-0.7c2.8-0.3,5.6-0.7,8.4-1.2s5.5-1,8-1.6c2.8-0.6,5.4-1.4,7.7-2.3s4.8-1.9,7.3-2.8
|
||||||
|
c3.4-0.9,6.8-1.7,10.1-2.3c3.3-0.6,6.6-1.2,10.1-1.9c3.8-0.3,7.7-0.4,11.7-0.2c4.1,0.2,8,0.2,11.7,0.2c1.9,0,3.7,0.2,5.4,0.5
|
||||||
|
c1.7,0.3,3.4,0.5,4.9,0.5l18.8-1.4c1.9,0,3.8,0.5,5.9,1.4c2,0.9,3.4,2.2,4,3.8c0.3,0.6,0.3,1.4,0,2.3c-0.3,0.9-0.8,1.7-1.4,2.3
|
||||||
|
c-0.3,0.6-0.8,1.2-1.4,1.6c-0.6,0.5-1.4,0.7-2.3,0.7c-0.9,0.3-1.8,0.2-2.6-0.5c-0.8-0.6-1.8-0.9-3-0.9h-9.4c-1.6,0-3,0.2-4.5,0.5
|
||||||
|
c-1.4,0.3-2.9,0.8-4.5,1.4c-1.3,0.6-2.8,1.6-4.7,2.8c-1.9,1.3-2.7,2.7-2.3,4.2c0.3,1.9,1.5,3.1,3.5,3.8c2,0.6,4,0.9,5.9,0.9
|
||||||
|
l49.2-0.9c1.9-0.3,3.8-0.4,5.9-0.2c2,0.2,4,0.5,5.9,1.2c0.9,0.6,1.9,1.2,2.8,1.6s1.6,1.2,1.9,2.1c0.3,0.9,0.3,1.9,0,2.8
|
||||||
|
c-0.3,0.9-0.8,1.7-1.4,2.3c-1.6,1.3-3.5,1.3-5.9,0c-2.3-1.2-4.5-1.6-6.3-0.9c-0.6,0.3-1.2,0.8-1.6,1.4c-0.5,0.6-1,1.1-1.6,1.4
|
||||||
|
c-1.9,0.3-3.8,0.2-5.6-0.5c-1.9-0.6-3.8-0.8-5.6-0.5c-0.3,0.3-0.8,0.5-1.4,0.7s-0.9,0.4-0.9,0.7c0,0.9,0.5,1.5,1.4,1.6
|
||||||
|
c0.9,0.2,1.9,0.4,2.8,0.7c0.6,0,1.3-0.1,2.1-0.2c0.8-0.2,1.6-0.2,2.6-0.2c1.2,0.6,2.4,1.4,3.5,2.3c1.1,0.9,2.1,1.9,3,2.8
|
||||||
|
c0.9,1.6,1.6,3.5,1.9,5.9c0.3,2.3,1.2,4.1,2.8,5.4c0.9,0.6,2,1,3.3,1.2c1.2,0.2,2.3,0.1,3.3-0.2c1.6,0,3-0.5,4.2-1.4
|
||||||
|
s2.5-1.2,3.8-0.9c2.5,0,5.2,1,8,3s4.2,4.5,4.2,7.3c0,1.9-1.3,3.2-4,4s-5.1,1-7.3,0.7c-6.6,0.3-12.3,1.3-17.1,3
|
||||||
|
c-4.8,1.7-8.8,4.5-12,8.2c0,0.3,0.1,0.6,0.2,0.9c0.2,0.3,0.4,0.5,0.7,0.5c0.3,0.3,0.7,0.4,1.2,0.2s0.9-0.2,1.2-0.2
|
||||||
|
c0.9-0.3,1.7-0.5,2.3-0.5c0.6,0,1.4,0,2.3,0s1.9,0.1,2.8,0.2c0.9,0.2,1.7,0.5,2.3,1.2c0.3,0.6,0.4,1.4,0.2,2.3
|
||||||
|
c-0.2,0.9-0.4,1.7-0.7,2.3c-0.6,0.9-1.6,1.6-2.8,1.9c-1.3,0.3-2.3,0.6-3.3,0.9c-2.2,0.6-4.5,1.3-7,1.9c-2.5,0.6-4.8,1.1-7,1.4
|
||||||
|
c-2.2,0.3-4.4,0.5-6.6,0.7s-4.4,0.4-6.6,0.7c-1.3,0-2.5,0.1-3.8,0.2c-1.3,0.2-2.7,0.2-4.2,0.2c-4.1,0-8.2-0.4-12.4-1.2
|
||||||
|
c-4.2-0.8-8.4-1.3-12.4-1.6c-6.6-0.6-13.2-0.9-19.9-0.7c-6.7,0.2-13.4-0.4-19.9-1.6c-1.6-0.3-3.3-0.6-5.2-0.9
|
||||||
|
c-1.9-0.3-3.6-0.9-5.2-1.9c-0.3-0.3-0.6-0.7-0.9-1.2s-0.3-0.9,0-1.2c0.6-1.2,1.9-1.6,3.8-0.9c1.9,0.6,3.4,0.6,4.7,0
|
||||||
|
c0.3-0.3,0.6-0.6,0.9-0.9c0.3-0.3,0.5-0.6,0.5-0.9c-0.3-1.2-1.3-1.9-3-1.9s-3.2-0.2-4.5-0.5c-1.6-0.3-3-0.4-4.5-0.2
|
||||||
|
c-1.4,0.2-2.7-0.1-4-0.7c-0.9-0.6-1.9-1.3-2.8-2.1s-1.3-1.6-0.9-2.6c0-0.6,0.5-1.2,1.4-1.6s1.7-0.9,2.3-1.2
|
||||||
|
c1.2-0.9,2.7-1.6,4.5-1.9c1.7-0.3,2.9-1.2,3.5-2.8c-9.4-0.6-16.5,2.3-21.3,8.7s-6,15.4-3.5,27c4.4,20,0.9,36.9-10.3,50.6
|
||||||
|
c-11.3,13.8-22.8,21.6-34.7,23.4c-24.7,4.1-38.8,11.3-42.2,21.6c-3.4,10.3,4.2,25.8,23,46.4l0.9-0.5c-4.1-6.6-6.3-12.2-6.6-16.9
|
||||||
|
c-0.3-4.7,1.2-7.2,4.7-7.5c17.2-0.9,34.9-1.2,53.2-0.9c18.3,0.3,37.3,1.7,57,4.2c1.2,14.1-1.7,24.3-8.9,30.7
|
||||||
|
c-7.2,6.4-17.7,9.8-31.4,10.1c1.2,15.3-6.6,26.3-23.7,32.8c-17,6.6-40.7,10.5-71,11.7c-30.3,1.3-54.4-3-72.2-12.7
|
||||||
|
s-21.1-20.9-9.8-33.8C124.3,391.8,111.9,389.4,103.9,383.6z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Maho" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M150.5,404l3.3-1.9v-2.8l-0.9-0.9v-7.5l15.5-6.1l2.8-3.8l-3.3-4.2l-7-1.9l-5.2,6.6l1.4-7L146.3,388
|
||||||
|
l2.8-12.7l-6.1,6.6l0.9-8.9l-4.7,6.1h-2.8l-6.6,10.3c1.9-4.7,3.5-9.4,4.9-14.3c1.4-4.8,2.4-9.6,3-14.3l-4.2-0.5l-4.7,3.8
|
||||||
|
l-0.5-4.2c-6.3,3.4-11.9,8.5-16.9,15.2s-10.2,13.4-15.5,19.9c3.1-5.3,6.5-10.7,10.1-16.2s7.6-10.9,12-16.2l-4.7,0.5l1.4-4.7
|
||||||
|
c-5.6,3.8-10.8,8.1-15.5,13.1s-7.8,11.7-9.4,20.2c-0.3-3.1-0.5-6.2-0.5-9.1c0-3,0.2-6,0.5-9.1l-3.3-2.3l-3.3,2.8
|
||||||
|
c-0.6-2.8-0.2-5.7,1.2-8.7c1.4-3,3.5-5.9,6.3-8.7c-3.1-5.9-6.8-10.3-11-13.1s-8.7-4.8-13.4-6.1c4.1-2.2,6-4.6,5.9-7.3
|
||||||
|
c-0.2-2.7-1.5-5.5-4-8.7c-2.5-2.2-4.7-4.6-6.6-7.3c-1.9-2.7-3.8-5.4-5.6-8.2l8.4-8.9c-8.1-9.7-13.6-18.7-16.4-27
|
||||||
|
c-2.8-8.3-3.4-15.7-1.9-22.3c10,11.9,20.8,22.9,32.3,33c11.6,10.2,25,18.4,40.3,24.6c7.2,2.2,12.4,2,15.7-0.7s4.6-7.6,4-14.8
|
||||||
|
l-29.5-82.5c-3.4-10.3-4.4-21-2.8-32.1s6.6-21.3,15-30.7l30.9-33.3l-2.3,7c10.6-5,18-14.3,22.3-27.9s6.6-27.1,7.3-40.5l1.9-5.2
|
||||||
|
c1.2,14.4,0.3,28.4-2.8,42.2s-10,26.9-20.6,39.4l9.8-8.4l-26.3,37.5c-5.3,6.9-8.8,14.5-10.3,22.7c-1.6,8.3-0.6,17.4,2.8,27.4
|
||||||
|
c4.1,15.9,9.7,31.1,16.9,45.5c7.2,14.4,15.6,28.1,25.3,41.3c2.2-2.5,4.4-3.6,6.6-3.3c2.2,0.3,4.5,1.9,7,4.7
|
||||||
|
c1.2-2.8,1.5-6.5,0.7-11s-1.8-9.1-3-13.8l8,18.8l-1.4-9.4l10.8,22h2.8l6.1,8l3.3-6.6l9.8,0.9l0.5-3.3l2.8,3.3l-0.5-7l2.8-2.3
|
||||||
|
l1.9,2.8l-7-47.3c-2.2-17.2-3.1-27.7-2.8-31.6c0.3-3.9,1.9-10.7,4.7-20.4l12.2-36.6l9.8-2.8l0.9,9.4l-8.9,49.2
|
||||||
|
c-1.3,5.9-2.1,11.8-2.6,17.6s-0.1,12,1.2,18.5l15.9,52.5l2.3-3.3l1.4,5.6l8.4-3.8l0.5,5.6l7,0.5c0.6-2.2,1.4-4.3,2.3-6.3
|
||||||
|
s2-4,3.3-5.9l1.4,8.4l2.8,1.9l1.9,1.9l0.5-4.2l2.8-0.9c0.9-5.3,2.3-10.6,4.2-15.9c1.9-5.3,3.9-10.5,6.1-15.5
|
||||||
|
c-1.3,3.8-2.3,7.6-3.3,11.5c-0.9,3.9-1.6,7.7-1.9,11.5l3.3-0.9c0-3.8,0.6-7.3,1.9-10.5c1.2-3.3,2.7-6.5,4.2-9.6
|
||||||
|
c-0.6,3.1-1.2,6.3-1.6,9.4c-0.5,3.1-0.4,6.3,0.2,9.4h2.8l5.2,4.2h3.3c6.6-8.7,13.4-20.8,20.4-36.1s14.1-33.6,21.3-54.8
|
||||||
|
c4.1-11.3,5.2-22.1,3.3-32.6c-1.9-10.5-4.8-20.7-8.9-30.7c-7.8-15.3-17.3-28.8-28.6-40.5S309.6,68,313.7,33.6
|
||||||
|
c-0.6,12.2,0.6,23.5,3.8,34c3.1,10.5,9.5,19.8,19.2,27.9l-9.8-22l52,68c6.2,11.6,10.1,23.7,11.5,36.3s-0.9,26.6-6.8,42
|
||||||
|
c-5,15-10.1,30.1-15.2,45.2c-5.2,15.2-8.7,29.3-10.5,42.4c19.4-4.4,37.9-13.3,55.5-26.7c17.7-13.4,34.6-30.3,50.9-50.6l-6.6,17.3
|
||||||
|
l5.6-8l3.3,5.2c0.6,4.7-1.6,12-6.8,21.8s-6.3,18-3.5,24.6c-7.2,3.4-12.1,8.3-14.8,14.5c-2.7,6.3-1.3,15.2,4,26.7
|
||||||
|
c1.6,3.8,2.9,7.5,4,11.3s1.3,7.7,0.7,11.7c-1.3-3.4-2.8-6.2-4.7-8.4c-1.9-2.2-4.4-3.8-7.5-4.7l-1.4,20.2c-1.3-1.6-2.5-2.9-3.8-4
|
||||||
|
s-2.7-1.9-4.2-2.6l-2.8,5.6l-4.2-4.7l-1.9,0.9l7,8L422,366l3.3,6.6l-4.7-3.8l-2.8,1.4v4.7l-4.2-4.2l-5.2-0.5
|
||||||
|
c1.9,3.1,3.4,6.3,4.7,9.6c1.2,3.3,1.9,6.5,1.9,9.6c-1.9-5-4-9.3-6.3-12.9s-4.9-6.6-7.7-9.1c0.9,5.6,2,11.1,3.3,16.4
|
||||||
|
c1.2,5.3,2.5,10.8,3.8,16.4c-3.4-9.7-7.7-18-12.7-25.1c-5-7-10.9-12.4-17.8-16.2l8.9,10.3l-6.6-4.2l0.5,2.8
|
||||||
|
c2.5,2.8,5.1,5.7,7.7,8.7c2.7,3,5.4,6.2,8.2,9.6c-3.1-2.8-6.2-5.5-9.1-8.2c-3-2.7-6-5.4-9.1-8.2l0.9,4.2
|
||||||
|
c-2.2-1.9-4.5-3.7-6.8-5.4c-2.3-1.7-4.6-3.2-6.8-4.5c6.6,8.8,11.6,16.7,15.2,23.9c3.6,7.2,5.9,13.9,6.8,20.2
|
||||||
|
c-4.1-8.7-8.3-16.6-12.7-23.4c-4.4-6.9-8.9-13-13.6-18.3l-5.2,2.8l12.2,23.4l-5.6-4.2l-0.9,3.3l-1.4-8l-3.3-2.3l-1.9,3.3
|
||||||
|
l-1.9-2.8l-8.9-9.4l6.1,12.7l-10.8-9.4l8.9,18.3l-15-21.1l-1.4,4.7l7,8.9v3.3l-2.8,6.1l3.8,2.3v6.6c-1.9,5.6-4.2,10.8-7,15.5
|
||||||
|
s-5.6,9.2-8.4,13.6l-2.3,2.3l-1.9,4.7c-12.5,7.5-25,14.8-37.5,22s-23.4,14.1-32.8,20.6c-16.9-9.4-35.3-18.7-55.3-27.9
|
||||||
|
c-20-9.2-34.5-24.3-43.6-45.2L150.5,404z M216.2,346.1c2.2-0.5,4.8-0.5,8-0.2c-13.4-12.5-25.2-21-35.4-25.5
|
||||||
|
c-10.2-4.5-17.6-2.4-22.3,6.3c7.2,11.3,14.5,19.1,21.8,23.4c7.3,4.4,14.6,3.9,21.8-1.4C211.9,347.4,214,346.5,216.2,346.1z
|
||||||
|
M317.4,338.3c1.9-1.9,3.4-3.7,4.5-5.4c1.1-1.7,1.3-3.4,0.7-4.9c-4.4-5.6-15.3-5.9-32.8-0.7c-17.5,5.2-26.3,12.1-26.3,20.9
|
||||||
|
l23,14.1c5.3-1.6,10.7-4.1,16.2-7.5s11-7.3,16.6-11.7L317.4,338.3z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Ninjutsu" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M218,332.7v-0.9l-0.5-0.5c-13.4,8.4-27.3,15.5-41.7,21.1c-14.7,5.3-29.8,9.4-45.5,12.2
|
||||||
|
c-15.6,2.8-31.7,4.5-48.3,5.2c-16.6,0.6-33.6,0.3-51.1-0.9c7.8-12.2,16.2-24.1,25.3-35.6c9.1-11.6,19.3-22.6,30.7-33
|
||||||
|
c11.4-10.5,24-20.2,37.7-29.3c13.7-9.1,29.2-17.3,46.4-24.8l10.8-25.3h0.9l0.5-0.5c-8.4-13.4-15.5-27.3-21.1-41.7
|
||||||
|
c-5.3-14.7-9.4-29.8-12.2-45.5c-2.8-15.6-4.5-31.7-5.2-48.3c-0.6-16.6-0.3-33.6,0.9-51.1c12.2,7.8,24.1,16.3,35.6,25.3
|
||||||
|
c11.6,9.1,22.6,19.3,33,30.7c10.5,11.4,20.2,24,29.3,37.7c9.1,13.8,17.3,29.2,24.8,46.4l25.3,10.8v0.9l0.5,0.5
|
||||||
|
c13.4-8.4,27.3-15.5,41.7-21.1c14.7-5.3,29.8-9.4,45.5-12.2c15.6-2.8,31.7-4.5,48.3-5.2c16.6-0.6,33.6-0.3,51.1,0.9
|
||||||
|
c-7.8,12.2-16.3,24.1-25.3,35.6c-9.1,11.6-19.3,22.6-30.7,33c-11.4,10.5-24,20.2-37.7,29.3c-13.8,9.1-29.2,17.3-46.4,24.8
|
||||||
|
l-10.8,25.3h-0.9l-0.5,0.5c8.4,13.4,15.5,27.3,21.1,41.7c5.3,14.7,9.4,29.8,12.2,45.5c2.8,15.6,4.5,31.7,5.2,48.3
|
||||||
|
c0.6,16.6,0.3,33.6-0.9,51.1c-12.2-7.8-24.1-16.2-35.6-25.3c-11.6-9.1-22.6-19.3-33-30.7c-10.5-11.4-20.2-24-29.3-37.7
|
||||||
|
c-9.1-13.7-17.3-29.2-24.8-46.4L218,332.7z M296.3,258.6c0-11.3-3.9-20.8-11.7-28.6c-7.8-7.8-17.3-11.7-28.6-11.7
|
||||||
|
s-20.8,3.9-28.6,11.7s-11.7,17.3-11.7,28.6c0,11.3,3.9,20.8,11.7,28.6c7.8,7.8,17.3,11.7,28.6,11.7c11.3,0,20.8-3.9,28.6-11.7
|
||||||
|
S296.3,269.9,296.3,258.6z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="unknow" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M176.3,350.1c-15.6-11.3-31.3-21.8-46.9-31.6c-15.6-9.8-31.3-19-46.9-27.4c-15.9-8.4-31.7-16.4-47.3-23.9
|
||||||
|
c-2.5-1.9-3.8-3.8-4-5.9c-0.2-2,1-4.3,3.5-6.8c16.6-7.5,33.4-16.9,50.6-28.1c17.2-10.9,34.8-22.7,53-35.2
|
||||||
|
c18.1-12.5,36.6-25.2,55.3-38c19.1-12.5,38.4-24.2,58.1-35.2c15,14.1,31.9,26.7,50.6,38s38.3,22.3,58.6,33
|
||||||
|
c20.3,10.8,40.8,22.1,61.4,34c20.3,11.6,39.8,24.8,58.6,39.8c-15.9,10-32,19.8-48.3,29.5c-15.9,9.4-31.8,18.8-47.6,28.4
|
||||||
|
c-15.8,9.5-31.3,19.3-46.6,29.3c-15.3,10-30.3,20.8-45,32.3c-10.9,9.4-22.2,14.8-33.8,16.4c-11.6,1.6-23.6-2.5-36.1-12.2
|
||||||
|
C207.7,373.8,191.9,361.6,176.3,350.1z M368.5,214.1c-13.8-7.8-27.3-15.9-40.5-24.1c-13.3-8.3-26.3-16.8-39.1-25.5
|
||||||
|
c-13.1-8.4-26.1-17.3-38.9-26.7c-14.7,9.1-28.8,18.3-42.2,27.7c-13.8,9.1-27,18.2-39.8,27.4s-25.2,18.5-37,27.9
|
||||||
|
c-11.6,9.1-22.8,18.3-33.8,27.7c13.4,6.9,26.9,14.1,40.3,21.6c13.1,7.8,26.3,15.7,39.4,23.7s26.1,16.2,38.9,24.6
|
||||||
|
c13.1,8.8,25.9,17.5,38.4,26.3c11.6-9.4,23.6-18.6,36.1-27.7c12.2-9.4,24.8-18.5,37.7-27.4c13-8.9,26.2-17.7,39.6-26.5
|
||||||
|
c13.4-8.7,27.3-17.5,41.7-26.3C395.5,229.4,381.9,221.9,368.5,214.1z M160.4,244.1c14.7-12.2,29.9-22.2,45.7-30
|
||||||
|
s30.9-18.9,45.2-33.3c12.5,9.1,25.5,17.7,38.9,26s27.5,16.3,42.2,24.1c1.9,1.3,3.4,2.8,4.7,4.7c1.2,1.9,1.2,4.8,0,8.9
|
||||||
|
c-19.1,4.1-35,12.6-47.8,25.5c-12.8,13-25.9,23.7-39.4,32.1c-8.8-12.2-21.1-22.9-37-32.1C196.9,260.9,179.4,252.2,160.4,244.1z"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Rituals" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M115.1,440.3c9.5-9.5,13.7-20.7,12.4-33.5c-6.3-5.3-11.4-11.2-15.5-17.6s-6.6-13.5-7.5-21.3
|
||||||
|
c-8.4-2.8-16-6.6-22.7-11.3c-6.7-4.7-12.9-10.3-18.5-16.9V313c6.9-8.1,15.4-14.3,25.5-18.5c10.2-4.2,21-7.4,32.6-9.6
|
||||||
|
c9.7-16.6,22.1-28.4,37.3-35.4s30.9-11.5,47.1-13.4L146.3,98.3c10,0.3,18,2,24.1,5.2c6.1,3.1,9.1,8.4,9.1,15.9l36.6,115.8
|
||||||
|
c6.9-0.6,13.5-1,19.9-1.2s12.6-0.2,18.5-0.2l-6.1-200.2c10.9,2.2,19,5.8,24.1,10.8c5.2,5,6.6,11.7,4.5,20.2l-11.7,169.2
|
||||||
|
c4.7,0,9.4,0.1,14.1,0.2c4.7,0.2,9.4,0.4,14.1,0.7l35.2-112.5c-0.6-8.1,2.1-13.9,8.2-17.3s14.3-5.5,24.6-6.1l-58.6,136.9
|
||||||
|
c16.6,1.9,32.8,6.3,48.8,13.1c15.9,6.9,28.9,18.9,38.9,36.1c11.9,2.2,22.9,5.4,33,9.6c10.2,4.2,18.7,10.4,25.5,18.5v26.7
|
||||||
|
c-5.6,6.6-11.9,12.2-18.8,16.9c-6.9,4.7-14.5,8.4-23,11.3c-0.9,7.8-3.4,14.9-7.3,21.3s-9.1,12.3-15.7,17.6
|
||||||
|
c-0.9,12.8,3.3,24,12.7,33.5c9.4,9.5,23.1,17.6,41.3,24.1c-9.4,16.6-24.8,22.3-46.2,17.1c-21.4-5.2-34.5-24.3-39.1-57.4
|
||||||
|
c-14.1,5.6-29.5,9.8-46.4,12.4c-16.9,2.7-33.8,4-50.6,4c-16.6,0-33.4-1.3-50.4-4s-32.6-6.8-46.6-12.4
|
||||||
|
c-4.7,33.1-17.7,52.3-38.9,57.4c-21.3,5.2-36.7-0.5-46.4-17.1C91.8,457.9,105.6,449.8,115.1,440.3z M361.5,272.9
|
||||||
|
c-15.9-10.2-38-16.8-66.1-19.9l-11.7,27.2l-3.3-2.8l8-24.8c-4.1-0.3-8-0.6-12-0.9c-3.9-0.3-7.9-0.5-12-0.5l-1.9,24.8l-6.6,7.5
|
||||||
|
l-0.9-32.3c-5.9,0-11.6,0.2-17.1,0.5s-10.9,0.6-16.2,0.9l8,24.8l-4.2,5.2l-12.2-29.1c-27.2,3.4-48.4,10.2-63.5,20.4
|
||||||
|
c-15.2,10.2-22.7,23.5-22.7,40.1c0,7.5,4.2,13.3,12.7,17.3c8.4,4.1,19,7.1,31.6,9.1c12.7,2,26.6,3.4,42,4
|
||||||
|
c15,0.3,29.2,0.6,42.7,0.9c13.4-0.3,27.8-0.6,43.1-0.9c15-0.6,28.9-1.9,41.7-4c12.8-2,23.4-5.1,31.9-9.1
|
||||||
|
c8.4-4.1,12.7-9.8,12.7-17.3C385.4,296.8,377.4,283.1,361.5,272.9z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shujis" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M99.2,415.7c-2.3-2.2-4.8-3.9-7.3-5.2c-34.1-19.1-53.8-55.2-59.1-108.3c-5.6-52.8,2.7-102.1,24.8-147.9
|
||||||
|
c22.2-45.8,58-77.9,107.3-96.3c49.4-18.1,111.9-2.2,187.5,47.8C306.1,85.5,263.3,79.4,224,87.5c-39.4,8.1-69.6,24.2-90.7,48.3
|
||||||
|
s-30.1,53-27,86.7c3.4,33.8,24.5,65.9,63.3,96.6c7.2,5.3,12.1,12.9,14.8,22.7c2.7,9.8,3.8,19.1,3.5,27.9c0,6.3-1.3,12.4-4,18.5
|
||||||
|
s-6,11.5-10.1,16.2s-8.9,8.6-14.5,11.7s-11.4,5.5-17.3,7c-5.6,1.3-11.5,1.6-17.6,0.9c-6.1-0.6-12-1.9-17.6-3.8
|
||||||
|
C104.1,419.4,101.5,417.9,99.2,415.7z M191.1,442.6c17.3-9.2,28.5-28.4,33.5-57.4c-5,8.4-9.7,14.8-14.1,19
|
||||||
|
c-4.4,4.2-8.6,7.9-12.7,11c9.1-11.6,16.9-23.7,23.4-36.6c6.6-12.8,12.8-24.6,18.8-35.4c5.9-10.8,12-19.8,18.3-27
|
||||||
|
c6.6-7.5,14.4-11.4,23.4-11.7l40.8,38v35.6c-4.1,8.8-8.9,16.4-14.5,23S296,413,288.8,417c-8.8,13.8-18.9,24.4-30.5,31.9
|
||||||
|
c-11.3,7.2-23.8,11.8-37.7,13.8s-28.7,1.8-44.3-0.7c-15.9-2.5-32.5-6.6-49.7-12.2C152.2,454.3,173.7,451.9,191.1,442.6z
|
||||||
|
M297.3,269.9c12.8-19.1,25.3-34.8,37.5-47.3c11.9-12.8,24.1-25.9,36.6-39.4c12.5-13.4,25.6-29.2,39.4-47.3
|
||||||
|
c13.7-17.8,28.6-41.7,44.5-71.7l11.7,1.9l0.5,14.1l5.2,0.9l-0.5,11.3L481,103l-6.1,7.5l-0.5,14.1c-11.3,11.3-21.7,25-31.4,41.3
|
||||||
|
c-9.7,16.3-19.1,33.2-28.4,50.9c-9.2,17.7-18.4,35.1-27.4,52.3c-9.1,17.5-18.6,33.1-28.6,46.9L297.3,269.9z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Invocations" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M122.9,85.7c-0.3-1.9,0.5-3.8,2.6-5.6c2-1.9,4.9-3.8,8.7-5.6c1.2,4.7,6.6,8,15.9,9.8s20.3,1.9,32.8,0
|
||||||
|
c12.8-1.9,23.4-5.2,31.9-10.1c8.4-4.8,12.3-9.6,11.7-14.3v-0.5c3.4,0.6,6.3,1.6,8.7,3s3.7,3,4,4.9l28.6,140.2h21.6l-30-144.8
|
||||||
|
c0.6-0.3,1.2-0.6,1.9-0.9c0.6-0.3,1.1-0.6,1.4-0.9l0.9-4.2c-0.3-2.2,1.5-4.4,5.4-6.6c3.9-2.2,8.8-3.8,14.8-4.7
|
||||||
|
c5.9-0.6,11.1-0.5,15.5,0.5c4.4,0.9,6.7,2.5,7,4.7l2.3,3.3c0.6,0,1.4,0.2,2.3,0.5s1.7,0.6,2.3,0.9l37.5,180.5
|
||||||
|
c-6.3,9.4-18,17.3-35.2,23.9c-17.2,6.9-35.7,11.8-55.5,14.8s-39.1,3.8-57.9,2.6c-18.4-1.2-32.2-5.3-41.3-12.2L122.9,85.7z
|
||||||
|
M151.5,63.9c-8.1-1.7-12.5-4.6-13.1-8.7s2.7-8,9.8-12c7.2-3.9,16.2-6.8,27.2-8.7c10.6-1.6,20-1.5,28.1,0.2s12.5,4.6,13.1,8.7
|
||||||
|
s-2.7,8.1-9.8,12.2c-7.2,4.1-16.3,6.9-27.2,8.4C169,65.7,159.6,65.6,151.5,63.9z M197.9,145.7c-9.1,1.3-17.7,1.7-25.8,1.4
|
||||||
|
s-15.8-1.4-23-3.3l25.3,113c6.2,3.1,13.4,5.2,21.6,6.3c8.1,1.1,17,1.3,26.7,0.7L197.9,145.7z M339.4,432.6
|
||||||
|
c-0.6,0-1.3-0.2-1.9-0.5s-1.4-0.6-2.3-0.9L311.8,321c-3.1,1.6-6.4,2.8-9.8,3.8c-3.4,0.9-6.7,1.6-9.8,1.9l22,106.9
|
||||||
|
c1.2,6.6-3.8,12.3-15,17.3c-10.9,4.7-23.5,8-37.7,10.1c-14.2,2-27.6,2.6-40.1,1.6c-12.5-0.9-19.2-3.9-20.2-8.9l-32.8-153.8
|
||||||
|
c9.1,6.9,22.8,10.9,41.3,12.2c18.4,1.3,37.6,0.4,57.4-2.6c19.8-3,38.4-7.9,55.5-14.8c17.2-6.6,29.1-14.4,35.6-23.4l0.9,5.6h1.9
|
||||||
|
l28.6,134.5l-3.3,1.4l2.8,10.3c-0.9,0.6-1.8,1.3-2.6,1.9c-0.8,0.6-1.6,1.3-2.6,1.9l0.9,4.2c0.9,5-6,8.4-20.9,10.1
|
||||||
|
c-14.8,1.7-22.7,0.1-23.7-4.9L339.4,432.6z M258.8,434l-21.1-99.4c-9.4,0-18.4-0.7-27-2.1s-17-3.7-25.1-6.8l23.9,107.8
|
||||||
|
c8.4,1.9,16.7,2.8,24.8,2.8C242.6,436.3,250.7,435.5,258.8,434z M217.6,470.1c13.4,3.4,27.5,4.2,42.2,2.3
|
||||||
|
c14.7-1.9,30.2-6.9,46.4-15c0.6,2.2,0.8,4.1,0.5,5.6c-0.3,1.6-1.3,3-2.8,4.2c-18.8,13.7-37.3,19.1-55.8,16.2
|
||||||
|
c-18.4-3-28.6-5.6-30.5-7.7L217.6,470.1L217.6,470.1z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path class="st14" d="M365.2,247.4L346,210.8l12.2-49.2l-36.6,16.9c-5.6,2.8-9.9,7.9-12.9,15.2c-3,7.4-3.2,13.7-0.7,19l24.9,51.1
|
||||||
|
l-24.4,16.9L133.2,59L82.6,33.6l10.3,55.8l165,229.1l-23,18.8l-42.2-37.5c-4.4-4-10.5-5.7-18.5-4.9c-7.9,0.8-13.9,3.5-18,8.2
|
||||||
|
l-26.3,30.5l50.6,1.9l29.5,28.6c6.5,6.3,15.2,10.1,26,11.3s19.8-0.8,27-6.1l92.9-69.9c6.8-5.3,11.3-13.3,13.1-24.1
|
||||||
|
C370.8,264.5,369.6,255.2,365.2,247.4z"/>
|
||||||
|
</g>
|
||||||
|
<g id="Clans" class="st0">
|
||||||
|
<g id="Imperial" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st16 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Unicorn" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st17 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Torttle" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Scorpion" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st18 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Phoenix" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st19 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Mantis" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st20 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Lion" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st21 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Dragon" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st22 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Crab" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st23 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Crane" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st24 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<polygon class="st14" points="403.7,416.1 361.9,447.6 376,478.5 402.8,483.6 427.2,465.3 429.5,438.1 "/>
|
||||||
|
<polygon class="st25" points="335.7,314.4 283.1,353.8 355.8,449.9 361.9,447.6 403.7,416.1 407.5,410.9 "/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 46 KiB |
@@ -0,0 +1,525 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{display:none;}
|
||||||
|
.st1{display:inline;}
|
||||||
|
.st2{fill:#FFFFFF;}
|
||||||
|
.st3{display:inline;fill:none;}
|
||||||
|
.st4{font-family:'L5R-Icons';}
|
||||||
|
.st5{font-size:480px;}
|
||||||
|
.st6{fill:#699678;}
|
||||||
|
.st7{fill:#917896;}
|
||||||
|
.st8{fill:#9B7350;}
|
||||||
|
.st9{fill:#5F919B;}
|
||||||
|
.st10{fill:#4B4641;}
|
||||||
|
.st11{fill:#A75B58;}
|
||||||
|
.st12{fill:#68829B;}
|
||||||
|
.st13{fill:#D38048;}
|
||||||
|
.st14{fill:#999999;}
|
||||||
|
.st15{fill:none;}
|
||||||
|
.st16{fill:#78FFB4;}
|
||||||
|
.st17{fill:#785A87;}
|
||||||
|
.st18{fill:#9B463C;}
|
||||||
|
.st19{fill:#B9784B;}
|
||||||
|
.st20{fill:#2D551E;}
|
||||||
|
.st21{fill:#A08C50;}
|
||||||
|
.st22{fill:#55826E;}
|
||||||
|
.st23{fill:#82828C;}
|
||||||
|
.st24{fill:#789191;}
|
||||||
|
.st25{fill:#75655A;}
|
||||||
|
</style>
|
||||||
|
<g id="Fond" class="st0">
|
||||||
|
<g transform="translate(0,0)" class="st1">
|
||||||
|
<path class="st2" d="M249.9,18.6c-81.4,0-231.4,155.8-171.7,300.7c8,25.3,27.9,50.3,49.2,77.1c24.5,30.6,51.6,63.2,68.7,96.9h20.6
|
||||||
|
c-18.1-39.8-48.6-75.9-74.6-108.5c-27.4-34.3-48.8-65.3-48.8-88c0-3.6,0.4-7.3,1.1-11.1h-0.1c0.3-1.2,0.6-2.5,0.9-3.7
|
||||||
|
c0.9-3.8,2.1-7.6,3.7-11.4c23.1-61.4,94.2-106.3,146.6-135l3.6-2l3.9,1.3c60.9,20.9,131.3,66.8,156,135.8c1.1,3,2.1,6,2.9,9
|
||||||
|
c0.4,1.4,0.8,2.8,1.2,4.3h-0.2c1.1,5.1,1.7,10.2,1.7,15.2l0,0c0,22.3-24.4,53.5-55,87.5c-29.1,32.3-62.3,67.6-80,106.6H300
|
||||||
|
c16.8-32.1,46.2-64,73.3-94.1c23.1-25.7,45.3-50,54.9-74.9C481,200.2,329,18.7,249.9,18.6L249.9,18.6z M250.7,154
|
||||||
|
c-38.7,21.5-85,52.2-113.6,88.2c9.7,83,59,146.2,118.3,146.2c59.1,0,108.2-62.7,118.2-145.3C344.7,200.9,295.6,170.1,250.7,154
|
||||||
|
L250.7,154z M192.5,237c0.8,0,1.6,0,2.4,0c13,0.1,26,2.7,39.1,7.4c-16.8,40.6-59,42-78.1,0C168.1,239.6,180.3,237.2,192.5,237z
|
||||||
|
M317.4,237c13-0.1,26,2.3,39.1,7.4c-19.1,42-61.3,40.6-78.1,0C291.3,239.7,304.4,237.1,317.4,237L317.4,237z M204.6,512l0.1,0.3
|
||||||
|
h86.8l0.1-0.3H204.6L204.6,512z"/>
|
||||||
|
</g>
|
||||||
|
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st1 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Elements" class="st0">
|
||||||
|
<g id="Earth" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st6" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M438.3,181.8c-10.3-24.1-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||||
|
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,5.3,0.2,10.6,0.7,15.9
|
||||||
|
s1,10.6,1.6,15.9l4.2-0.5c5.9-4.4,11.4-9.3,16.4-14.8s9.7-11.3,14.1-17.6c5.3,0.9,10.8,0.8,16.4-0.5c5.6-1.2,10.6-4.8,15-10.8
|
||||||
|
l55.8-75.9l16.4,22l75-83.9L309,145c4.1,4.4,7.4,9.4,10.1,15s6,10.8,10.1,15.5c5.3,6.3,10.9,12.4,16.6,18.5
|
||||||
|
c5.8,6.1,12.1,11.6,19,16.6l8.4,6.6l21.1-12.2c7.2,17.5,15.2,34.7,24.1,51.6s18.7,33.6,29.3,50.2c2.2-7.8,3.8-15.7,4.7-23.7
|
||||||
|
s1.4-16.2,1.4-24.6C453.8,231.5,448.7,205.8,438.3,181.8z M162.3,231.9l37-19.2l-15.9-19.2L162.3,231.9z M313.7,234.3l28.6,47.3
|
||||||
|
c5-4.7,9.6-10.5,13.8-17.3c4.2-6.9,8.2-14.5,12-23L288.3,156l-34.7,227.3L313.7,234.3z M405.1,277.4c0.9-2.8,2.3-5.6,4.2-8.4
|
||||||
|
l-20.6-37h-1.9l6.1,75c3.1-2.2,5.6-5.2,7.5-9.1s3-7.9,3.3-12C403.7,283,404.1,280.2,405.1,277.4z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Air" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st7" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-50.9,48-71.3c20.5-20.3,44.3-36.4,71.5-48.3
|
||||||
|
C195.8,39.4,225,33.5,256,33.5s60.2,5.9,87.7,17.8c27.2,11.9,51,28,71.5,48.3s36.5,44.1,48,71.3c11.9,27.5,17.8,56.7,17.8,87.7
|
||||||
|
s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48c-27.5,11.9-56.7,17.8-87.7,17.8
|
||||||
|
s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5C36.9,318.8,31,289.6,31,258.6z M138.8,314
|
||||||
|
c-11.9-5.6-22.6-13.2-32.1-22.7S89,270.1,82.1,256.4c-7.2-13.7-13-29.8-17.3-48.3c-2.2,8.1-3.8,16.4-4.9,24.8
|
||||||
|
c-1.1,8.4-1.6,17-1.6,25.8c0,3.1,0.1,6.2,0.2,9.1c0.2,3,0.4,5.9,0.7,8.7C77.9,293,97,306,116.5,315.4s39.6,12.8,60.2,10.3
|
||||||
|
C163,323.2,150.4,319.3,138.8,314z M443.3,194.7c-7-20.2-16.8-38.5-29.3-55.1c-20.9-14.1-43.3-21.9-67-23.4
|
||||||
|
c-23.8-1.6-46,1.4-66.8,8.9c-20.8,7.5-38.5,18.6-53.2,33.3s-23.4,31.3-26.3,49.7c-1.6,10.9,3,21.6,13.6,31.9
|
||||||
|
c10.6,10.3,21.4,15.6,32.3,15.9c8.4,0.3,16.5-3,24.1-9.8c7.7-6.9,12-14.4,12.9-22.5c0.6-5.9-0.8-11.7-4.2-17.3
|
||||||
|
c-3.4-5.6-8.9-9.4-16.4-11.3c-4.1-0.9-8.5-0.2-13.4,2.1c-4.8,2.3-7.7,5.7-8.7,10.1c-1.3,4.7-1.1,8.4,0.5,11.3
|
||||||
|
c1.6,2.8,4.2,4.2,8,4.2c3.4,0.3,6.3-0.8,8.7-3.3c2.3-2.5,0.5-5.9-5.4-10.3c5.9-0.3,10.3,1.3,13.1,4.9c2.8,3.6,3.6,9.1,2.3,16.6
|
||||||
|
c-0.6,4.1-3.4,7.2-8.4,9.4s-9.5,3-13.6,2.3c-7.2-1.2-13.8-5.2-19.7-11.7c-5.9-6.6-8.9-13.4-8.9-20.6c0-9.4,3.8-18.8,11.3-28.1
|
||||||
|
s15.9-14.4,25.3-15c12.8-0.9,24.8,1.1,35.9,6.1s18.5,19.8,22.3,44.5c5.9-11.3,14.5-19.2,25.8-23.9s22.7-5.7,34.2-3
|
||||||
|
c11.6,2.7,22,9.3,31.4,19.9c9.1,10.3,14.2,25,15.5,44.1c0.9,12.2-1.7,23.9-8,35.2c-5.9,11.3-13.8,20.7-23.7,28.4
|
||||||
|
c-9.8,7.7-20.7,12.6-32.6,14.8c-11.9,2.5-23.1,0.9-33.8-4.7c2.5,20-0.9,35.9-10.3,47.8c-9.4,11.6-21.6,18.8-36.6,21.8
|
||||||
|
s-31.3,1.3-48.8-4.9c-17.2-6.2-32.3-17.3-45.5-33.3c-1.3-1.2-3.2-1.8-5.9-1.6c-2.7,0.2-4.6,1-5.9,2.6l-5.6,8.4
|
||||||
|
c-17.8-6.2-35.2-16.4-52.3-30.5c-17-14.1-33.8-30.9-50.4-50.6c3.8,23.8,11.3,45.9,22.5,66.6c11.6,20.6,26.1,38.5,43.6,53.7
|
||||||
|
s37.2,27,59.1,35.4c22.2,8.8,45.8,13.1,70.8,13.1c27.2,0,52.8-5.2,76.9-15.5s45.1-24.4,63-42.4c18-18,32.1-39,42.4-63
|
||||||
|
c10.3-24.1,15.5-49.7,15.5-76.9C453.8,236.1,450.3,214.8,443.3,194.7z M147.7,93.2c-7.2,4.7-14.1,9.8-20.6,15.5
|
||||||
|
s-12.8,11.7-18.8,18.3c-4.4,35.6-3.6,64.1,2.3,85.3c5.6,21.3,14.9,37.6,27.9,49s28.8,18.8,47.6,22.3c18.4,3.4,38.1,5,59.1,4.7
|
||||||
|
c-26.6-4.1-48.1-11.6-64.7-22.5c-16.3-10.9-28.1-24.8-35.4-41.5s-10.5-36.2-9.6-58.4C136.2,143.7,140.2,119.4,147.7,93.2z
|
||||||
|
M309.4,68.1c-10.9-3-22.2-5.1-33.8-6.3C256,69,239.1,77.1,225.1,86.1c-13.8,9.4-24.8,19.8-33,31.4
|
||||||
|
c-8.3,11.6-13.5,24.1-15.7,37.5c-2.5,13.8-2.2,28.4,0.9,44.1c1.6-16.9,5.8-32.2,12.7-45.9c7.2-14.1,17.4-26.1,30.7-36.1
|
||||||
|
s29.9-18.1,49.9-24.4c20-6.6,43.4-10.8,70.3-12.7C330.8,75.1,320.4,71.1,309.4,68.1z M264,317.2c-3.1,2.8-5.2,6.1-6.1,9.8
|
||||||
|
c-0.3,1.9,0.2,3.9,1.6,6.1s3,3.6,4.9,4.2c1.2,0.3,2.6,0.2,4-0.5c1.4-0.6,2.4-1.4,3-2.3s1-1.9,1.2-2.8s0.1-1.7-0.2-2.3
|
||||||
|
c-0.3-0.6-0.7-1.2-1.2-1.6s-1-0.9-1.6-1.2c8.1-1.2,11.6,2.4,10.5,11s-6.5,14-16.2,16.2c-8.4,1.6-15-0.5-19.7-6.1
|
||||||
|
s-7.2-12.2-7.5-19.7c0-13.1,5.1-22,15.2-26.5c10.2-4.5,22.7-5.7,37.7-3.5c-13.1-10.9-26.3-14.2-39.4-9.8
|
||||||
|
c-13.4,4.1-23.4,11.4-30,22s-8,22-4.2,34.2s15.9,20.9,36.6,26.3c22.8,3.4,36.7-3.8,41.7-21.6c5-17.8-1.3-29.4-18.8-34.7
|
||||||
|
C271,313.5,267.1,314.4,264,317.2z M379,259.4c2-5.5,2.9-10.9,2.6-16.2c-0.3-4.4-1.7-8.6-4.2-12.7c-2.5-4.1-5.6-7.3-9.4-9.8
|
||||||
|
c-2.8-2.2-6.1-3.5-9.8-4s-7.3-0.2-10.8,0.7c-3.1,0.6-6,2-8.7,4s-4.5,4.6-5.4,7.7c-0.6,1.9-0.6,3.9,0,6.1c0.6,2.2,1.6,4.1,2.8,5.6
|
||||||
|
c1.6,1.3,3.5,2.1,5.9,2.6s4.5,0.4,6.3-0.2c1.2-0.3,2.4-1.1,3.5-2.3s1.6-2.5,1.6-3.8c0.3-0.9,0.2-1.8-0.5-2.6
|
||||||
|
c-0.6-0.8-1.4-1.5-2.3-2.1s-1.8-1.2-2.6-1.6c-0.8-0.5-1.6-0.9-2.6-1.2c0.3-1.2,1.7-2.1,4.2-2.6s4.5-0.2,6.1,0.7
|
||||||
|
c3.4,1.6,6.3,4.4,8.7,8.4c2.3,4.1,3,8,2.1,11.7c-1.6,5.3-5.2,9.7-10.8,13.1c-5.6,3.4-11.1,5.2-16.4,5.2c-5.9,0-11.6-1.9-16.9-5.6
|
||||||
|
c-5.3-3.8-9.2-8.9-11.7-15.5c-1.6,5.9-3.3,11.1-5.2,15.5c-1.9,4.4-4.1,7.7-6.6,9.8c9.4,12.2,20.7,18.4,34,18.5
|
||||||
|
c13.3,0.2,25.7-5.2,37.3-16.2C374.1,269.3,377,264.8,379,259.4z M389.1,227.7c4.4,20.3,2.8,37.3-4.7,51.1s-22.8,23.4-45.9,29.1
|
||||||
|
c11.9,3.1,23,2.2,33.3-2.8c10.3-5.3,18.4-12.3,24.4-21.1c5.9-8.7,8.7-18.4,8.4-29.1C404,244.6,398.8,235.5,389.1,227.7z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Fire" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st8" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M370.4,384.7c0.3-3.1,1.4-5.3,3.3-6.6c2.8-2.5,4.7-5.4,5.6-8.7s1.4-7.4,1.4-12.4
|
||||||
|
c2.2,3.1,3.8,6.8,4.9,11s0.9,9.5-0.7,15.7c-0.9,2.2-0.6,3.8,0.9,4.7c1.6,0.9,3.3,0,5.2-2.8c6.6-10.3,9.7-20.7,9.4-31.2
|
||||||
|
c-0.3-10.5-3.3-20.9-8.9-31.2c-8.1-16.9-10.2-30.1-6.1-39.6s12.8-15.1,26.3-16.6c-13.1,9.1-18.2,18.2-15.2,27.4
|
||||||
|
c3,9.2,12,18.5,27,27.9c4.1-5.9,8.3-11.5,12.7-16.6c4.4-5.2,8.9-9.8,13.6-13.8l1.9-0.9c0.6-5.3,1.2-10.6,1.6-15.9
|
||||||
|
c0.5-5.3,0.7-10.8,0.7-16.4c0-27.2-5.2-52.8-15.5-76.9s-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||||
|
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,21.9,3.4,42.7,10.1,62.6
|
||||||
|
c6.7,19.8,16.2,38,28.4,54.6c1.6-0.3,3.4-0.5,5.4-0.5s3.4-0.5,4-1.4s0.7-1.9,0.2-2.8s-0.5-1.7-0.2-2.3c2.5-4.4,6.3-8,11.5-10.8
|
||||||
|
s10.1-4.4,14.8-4.7c-5.6,5.9-9.4,11.6-11.3,17.1s-0.9,10.1,2.8,13.8l10.3,10.8c0.9-6.9,2.3-13.4,4.2-19.7
|
||||||
|
c1.9-6.2,4.1-12.3,6.6-18.3c0.9,5.9,2.4,11.8,4.5,17.6c2,5.8,3.4,11.6,4,17.6c10-1.2,14.9-6.6,14.8-16.2
|
||||||
|
c-0.2-9.5-2.1-17.1-5.9-22.7l-6.6-10.3c-10.3-16.6-19.1-36.4-26.3-59.5s3.9-42,33.3-56.7c-9.7,9.4-14.6,18.7-14.8,27.9
|
||||||
|
s4.5,17.9,13.8,26c2.2-12.8,6.2-20.3,12-22.5s8.2-15.3,7.3-39.4c6.2,5.3,9.8,13.7,10.8,25.1c0.9,11.4,4.4,18.4,10.3,20.9
|
||||||
|
c7.2-4.1,8.6-12.9,4.2-26.5c-4.4-13.6-9.8-26.6-16.4-39.1c-15-26.9-17.3-49.7-7-68.4c10.3-19.1,24.4-32.3,42.2-39.6
|
||||||
|
c17.8-7.3,35-7.7,51.6-1.2c16.6,6.3,23.4,21.3,20.6,45c-1.9-19.1-7.7-30-17.3-32.8c-9.7-2.5-18.1,0-25.3,7.5S244,128.5,244,143.5
|
||||||
|
c0,14.7,8.9,30,26.7,45.9c10.6-2.8,16-8.4,16.2-16.9c0.2-8.4-0.4-15.9-1.6-22.5c2.8,6.6,5.6,12.7,8.4,18.5s6.4,10.4,10.8,13.8
|
||||||
|
c3.1,3.1,5.4,7.3,6.8,12.7c1.4,5.3,1.6,12,0.7,20.2l20.2,19.2c4.1-2.8,6.7-6.2,8-10.1c1.2-3.9,0.6-8.4-1.9-13.4l-5.2-10.3
|
||||||
|
c-5.9-11.9-8.1-23-6.6-33.5c1.6-10.5,10.2-15.7,25.8-15.7c-10.9,8.1-16.1,15.6-15.5,22.5s3.1,13,7.5,18.3l13.1,15.9
|
||||||
|
c9.1,10.6,15.3,22.7,18.8,36.1c3.4,13.4,0.2,29.1-9.8,46.9c9.1,15.6,13,30.2,11.7,43.8c-1.3,13.6-6.6,26.3-15.9,38.2
|
||||||
|
c-0.6,1.9-1.6,3.5-3,4.9s-2.3,3-2.6,4.9c-0.3,2.2-0.2,4.3,0.2,6.3c0.5,2,1.2,4.1,2.1,6.3c0.3,0.6,0.7,1.4,1.2,2.3
|
||||||
|
s1.2,1.4,2.1,1.4c1.2,0,2.3-0.8,3.3-2.3c0.9-1.6,1.7-3,2.3-4.2C369.1,390.5,370.1,387.9,370.4,384.7z M301,408.6
|
||||||
|
c0.3-7.5,3.8-13.7,10.3-18.8c8.4-6.6,15.7-14.3,21.8-23.2s8.2-17.1,6.3-24.6c-1.3,3.4-3.2,5.6-5.9,6.6c-2.7,0.9-5.6,1.3-8.7,0.9
|
||||||
|
l-10.8-0.9c-1.3,0-2-1.1-2.3-3.3c-0.3-2.2-0.2-3.9,0.5-5.2c10.3-16.9,16.6-31.2,19-42.9s1-20.2-4-25.5
|
||||||
|
c-1.3,5.3-4.1,11.1-8.7,17.3c-4.5,6.3-8.7,9.5-12.4,9.8h-7c-1.9,0-3.7-0.5-5.4-1.6c-1.7-1.1-2.9-2.6-3.5-4.5
|
||||||
|
c-4.4-15.3-10.9-28.5-19.7-39.6c-8.8-11.1-18-21.6-27.7-31.6c10,35.9,9.4,63.8-1.9,83.7c-11.3,19.8-30,24.6-56.3,14.3
|
||||||
|
c10,18.1,16.9,35.6,20.6,52.3c3.8,16.7-0.9,31.6-14.1,44.8c-0.3,0.3-0.6,0.5-0.9,0.7c-0.3,0.2-0.8,0.2-1.4,0.2h-5.2
|
||||||
|
c-0.9,0-1.9,0.2-2.8,0.7s-1.9,1-2.8,1.6c-0.6,0.6-1.2,1.3-1.6,2.1c-0.5,0.8-0.7,1.6-0.7,2.6c-0.3,0.9-0.4,1.9-0.2,2.8
|
||||||
|
s0.4,1.7,0.7,2.3c0.6,0.9,1.2,1.7,1.6,2.3c0.5,0.6,1,1.3,1.6,1.9c2.8,2.2,5.9,4.2,9.1,6.1s6.6,3.1,10.1,3.8l8.9-2.3
|
||||||
|
c-2.8-3.8-5.1-7.1-6.8-10.1s-2.6-5.1-2.6-6.3c1.9,0.6,3.9,1.9,6.1,3.8c2.2,1.9,4.5,4.1,7,6.6l7.5-5.2c1.9-4.7,3.1-9.5,3.8-14.5
|
||||||
|
c0.6-5,0-9.7-1.9-14.1l-7.5-17.8c-0.3-1.2-0.5-2.4-0.7-3.5s-0.1-2.3,0.2-3.5l13.1,17.8c2.2,3.1,4.4,3.3,6.6,0.5
|
||||||
|
c2.2-2.8,3.9-5.2,5.2-7c1.2-2.5,1.6-5.4,0.9-8.7c-0.6-3.3-1.4-6.3-2.3-9.1c-2.2-5.9-5.2-11.6-8.9-16.9c-3.8-5.3-7.8-10.3-12.2-15
|
||||||
|
c6.2,1.9,11.8,5.3,16.6,10.3s9.8,9.8,14.8,14.5c2.5,2.5,4.9,3.4,7.3,2.6c2.3-0.8,2.7-2.9,1.2-6.3c-4.1-10.6-5.7-22.7-4.9-36.1
|
||||||
|
s6-26.3,15.7-38.4c-0.3,7.2,0,16.5,0.9,27.9s4.4,19.8,10.3,25.1c4.4,2.2,9.1,1.5,14.1-2.1s8.7-7.7,11.3-12.4
|
||||||
|
c-5.9,17.2-8.2,33.9-6.8,50.2c1.4,16.3-3.5,31.1-14.8,44.5c-5,5.6-4.8,10.7,0.5,15.2s10.6,4.1,15.9-1.2
|
||||||
|
c-3.4,5.3-5.2,9.4-5.2,12.2s2.5,4.1,7.5,3.8c2.8-0.9,5.5-2,8.2-3.3c2.7-1.2,5.2-2.7,7.7-4.2C305.5,426.8,300.7,416.1,301,408.6z"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Water" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st9" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M376,327.8c11.9-8,22-17.1,30.5-27.4c8.4-10,14.8-21.2,19.2-33.5c4.4-12.3,8.1-24.8,11.3-37.3
|
||||||
|
c1.6-6.6,2.7-13.1,3.5-19.7c0.8-6.6,1.2-13.1,1.2-19.7c-6.9-19.1-16.4-36.4-28.6-52c-12.5-15.9-26.8-29.6-42.9-41
|
||||||
|
s-33.8-20.4-53.2-27c-19.4-6.2-39.7-9.4-60.9-9.4c-27.2,0-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63
|
||||||
|
c-10.3,24.1-15.5,49.7-15.5,76.9c0,10,0.7,19.8,2.1,29.3c1.4,9.5,3.5,18.8,6.3,27.9c9.7-44.4,22.7-81.4,38.9-111.1
|
||||||
|
c16.6-29.7,35.9-52.9,58.1-69.6s47.2-27.4,75-32.1c27.8-4.4,58-3.8,90.5,1.9l13.1,11.7l-17.8,3.3c-3.1,0.6-6.4,1.3-9.8,1.9
|
||||||
|
s-6.4,1.9-8.9,3.8c-1.6,0.9-3,2.2-4.5,3.8c-1.4,1.6-1.8,3.1-1.2,4.7c0.3,0.9,1,1.5,2.1,1.6c1.1,0.2,2.1,0.4,3,0.7
|
||||||
|
c3.1,0.6,6.2,0.5,9.4-0.2c3.1-0.8,6.2-1,9.4-0.7c3.8,0.3,7.7,0.7,11.7,1.2c4.1,0.5,7.8,1.6,11.3,3.5c5.3,2.5,10.6,5.6,15.9,9.4
|
||||||
|
c5.3,3.8,9.2,8.4,11.7,14.1c1.2,3.1,1.5,6.6,0.7,10.3c-0.8,3.8-1.5,7.3-2.1,10.8c-3.8-10.3-8.3-16.6-13.6-19
|
||||||
|
c-5.3-2.3-11.6-4-18.8-4.9c-6.9-0.9-12.4,0.5-16.6,4.5c-4.2,3.9-4.6,9.3-1.2,16.2c0.6,1.6,1.6,3,3,4.5s2.7,2.7,4,4l12.2,10.3
|
||||||
|
c6.9,5.9,11.6,13.7,14.1,23.2s0.2,19.9-7,31.2c0-9.1-1.1-16.2-3.3-21.6c-2.2-5.3-5.8-8.3-10.8-8.9l-14.1-3.8
|
||||||
|
c-5.9-1.6-10.2-0.9-12.9,1.9c-2.7,2.8-2.1,7.8,1.6,15l3.8,6.1c3.8,6.3,4.8,14.1,3,23.7c-1.7,9.5-5.9,16.2-12.4,19.9
|
||||||
|
c2.2-14.7,0.9-25-3.8-30.9c-4.7-5.9-11.6-9.2-20.6-9.8c-6.6-2.5-13.8-2.2-21.6,0.9c-7.8,3.1-14.1,7.3-18.8,12.7
|
||||||
|
c-5,5.6-8.6,12.7-10.8,21.1s-2,16.3,0.5,23.4c3.1,9.4,9.3,17.2,18.5,23.4c9.2,6.3,18.5,11.1,27.9,14.5c9.7,3.8,20.1,5.9,31.2,6.3
|
||||||
|
c11.1,0.5,21.8-0.5,32.1-3C351.8,341.6,364.1,335.8,376,327.8z M189,408.2l-2.8-2.8c-1.9-1.9-1.5-4.8,1.2-8.7
|
||||||
|
c2.7-3.9,5.4-5.7,8.2-5.4l115.8,8.9c17.8,1.3,34.6-3.9,50.4-15.5s29-26.4,39.6-44.5c-11.9,10.6-26.6,19.3-44.1,26
|
||||||
|
s-34.8,9.3-52,7.7l-119.5-9.4c-3.8,0.3-6.8,1.6-9.1,3.8c-2.3,2.2-3.7,5.3-4,9.4L157.1,366c-5.9-4.7-10.8-10.5-14.5-17.6
|
||||||
|
s-7.3-14-10.8-20.9c-2.5-5.3-2.1-9.5,1.2-12.7c3.3-3.1,7.4-2.8,12.4,0.9l15,9.4l6.1-7l-27.2-23c-4.7-2.8-9.7-2.4-15,1.2
|
||||||
|
s-8.3,7.6-8.9,12c-1.9,10.9-1,22.3,2.6,34s9.4,21.3,17.6,28.8l46.9,46.4L189,408.2z M293,177.6c-0.6-6.6,2.2-12.7,8.4-18.3
|
||||||
|
c-19.1-0.6-29.1-4.5-30-11.5s4.7-16.2,16.9-27.4c-17.8-1.2-34.4-0.2-49.7,3.3c-15.3,3.4-29.5,9.1-42.7,17.1s-25.3,18-36.6,30.2
|
||||||
|
c-10.9,11.9-21.1,25.6-30.5,41.3c15.6-6.9,30.6-11.9,45-15c14.7-3.1,28.8-4.1,42.4-3c13.6,1.1,26.5,4.6,38.7,10.5
|
||||||
|
s23.7,14.8,34.7,26.7c-3.4-9.7-3.1-17.2,0.9-22.5c4.1-5.3,11.7-8.4,23-9.4C300.5,191.5,293.7,184.1,293,177.6z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Void" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st10" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M438.3,181.8c-10.3-24.1-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||||
|
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,21.6,3.3,42.2,9.8,61.9
|
||||||
|
c6.6,19.4,15.7,37.2,27.4,53.4c11.7,16.3,25.5,30.5,41.5,42.7c16.2,12.2,33.9,21.7,53,28.6c-15-6.2-28.8-14.7-41.3-25.3
|
||||||
|
c-12.5-10.3-23.2-22.2-32.1-35.6s-15.9-28-20.9-43.6c-5-15.9-7.5-32.7-7.5-50.2c0-23.1,4.4-44.8,13.1-65.2
|
||||||
|
c8.7-20.3,20.7-38,35.9-53.2s32.9-27.3,53.2-36.3c20.6-8.7,42.5-13.1,65.6-13.1s44.8,4.4,65.2,13.1c20.3,9.1,38.1,21.2,53.4,36.3
|
||||||
|
c15.3,15.2,27.3,32.9,36.1,53.2c8.7,20.3,13.1,42,13.1,65.2c0,17.5-2.5,34.2-7.5,50.2c-5,15.9-12,30.6-21.1,44.1
|
||||||
|
c-9.1,13.4-20,25.3-32.8,35.6c-12.5,10.6-26.4,19.1-41.7,25.3c19.4-6.9,37.2-16.4,53.4-28.6c16.2-12.2,30.3-26.4,42.2-42.7
|
||||||
|
c11.9-16.2,21.1-34.2,27.7-53.9s9.8-40.3,9.8-61.9C453.8,231.5,448.7,205.8,438.3,181.8z M211.9,344.4
|
||||||
|
c12.2-12.2,26.9-18.3,44.1-18.3s31.9,6.1,44.1,18.3s18.3,26.9,18.3,44.1c0,12.5-3.4,23.8-10.3,34s-15.6,17.7-26.3,22.7
|
||||||
|
c22.8-5.9,41.7-18.3,56.7-37S361,367.7,361,343c0-12.8-2.2-25-6.6-36.6s-10.5-22-18.3-31.2s-17-16.9-27.7-23.2
|
||||||
|
c-10.6-6.2-22-10.5-34.2-12.7c7.2,3.4,13.1,8.7,17.8,15.7c4.7,7,7,14.8,7,23.2c0,12.2-4.2,22.4-12.7,30.7
|
||||||
|
c-8.4,8.3-18.6,12.4-30.5,12.4s-22-4.1-30.5-12.4c-8.4-8.3-12.7-18.5-12.7-30.7c0-8.4,2.3-16.2,6.8-23.2c4.5-7,10.5-12.3,18-15.7
|
||||||
|
c-12.5,2.2-24.1,6.4-34.7,12.7c-10.6,6.3-19.8,14-27.4,23.2c-7.7,9.2-13.8,19.6-18.5,31.2c-4.4,11.6-6.6,23.8-6.6,36.6
|
||||||
|
c0,24.7,7.6,46.4,22.7,65.2c15.2,18.8,34.1,31.1,57,37c-10.9-5-19.8-12.6-26.5-22.7c-6.7-10.2-10.1-21.5-10.1-34
|
||||||
|
C193.7,371.3,199.8,356.6,211.9,344.4z M304.3,382.4c0-13.4-4.7-24.8-14.1-34.2s-20.8-14.1-34.2-14.1c-13.4,0-24.8,4.7-34.2,14.1
|
||||||
|
s-14.1,20.8-14.1,34.2c0,13.4,4.7,24.8,14.1,34.2s20.8,14.1,34.2,14.1c13.4,0,24.8-4.7,34.2-14.1S304.3,395.8,304.3,382.4z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Npcs" class="st0">
|
||||||
|
<g id="Martial" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st11" d="M57.3,388.5L31,315.4c8.7-1.9,18-3.4,27.7-4.7c9.7-1.2,20-1.9,30.9-1.9c5.9,10.6,13.3,20.5,22,29.5
|
||||||
|
c8.7,9.1,19.1,17.2,30.9,24.4c-14.7,1.9-29.2,5-43.6,9.4C84.6,376.5,70.7,381.9,57.3,388.5z M50.7,100.7
|
||||||
|
c12.2,9.1,22.7,19.1,31.6,30.2s10.5,22.9,4.9,35.4c-8.1,17.5-12.5,35.9-13.1,55.3s3.6,38,12.7,56s23.4,34.6,43.1,49.9
|
||||||
|
s45.8,27.7,78.3,37c2.8-6.2,6.1-11.3,9.8-15s7.7-7,11.7-9.8c-28.1-9.7-48.3-23-60.5-39.8s-18.8-33-19.7-48.3s2.7-27.8,10.8-37.5
|
||||||
|
c8.1-9.4,18.3-11.6,30.5-6.6c-2.5-17.5,1.2-28.4,11.3-32.8c10-4.4,19.7-1.4,29.1,8.9c7.8-21.2,5.9-39.9-5.6-56
|
||||||
|
c-11.6-16.1-29.5-20.7-53.9-13.8c-5.9-7.8-13.8-13.9-23.7-18.3c-9.8-4.4-19.9-5-30.2-1.9s-20.7,3.7-31.2,1.6
|
||||||
|
c-10.5-2-21.2-6-32.1-12L50.7,100.7z M83,393.6c17.2-6.2,34.5-12.7,51.8-19.5c17.3-6.7,30.1-4,38.2,8.2c5.3,0,10.6,0.4,15.9,1.2
|
||||||
|
c5.3,0.8,10.5,2.7,15.5,5.9c0,5.3,0.7,10.4,2.1,15.2c1.4,4.8,3.5,9.3,6.3,13.4h-74.5v-13.6c-5.9,2.8-11.4,6.7-16.4,11.7
|
||||||
|
s-9.7,10.9-14.1,17.8L83,393.6z M256,354.7c-9.1,0-16.8,3.1-23.2,9.4s-9.6,13.9-9.6,23s3.2,16.8,9.6,23.2
|
||||||
|
c6.4,6.4,14.1,9.6,23.2,9.6c9.1,0,16.7-3.2,23-9.6c6.2-6.4,9.4-14.1,9.4-23.2s-3.1-16.7-9.4-23
|
||||||
|
C272.7,357.9,265.1,354.7,256,354.7z M461.3,100.7c-12.2,9.1-22.7,19.1-31.6,30.2s-10.5,22.9-4.9,35.4
|
||||||
|
c8.1,17.5,12.5,35.9,13.1,55.3s-3.6,38-12.7,56s-23.4,34.6-43.1,49.9s-45.8,27.7-78.3,37c-2.8-6.2-6.1-11.3-9.8-15
|
||||||
|
s-7.7-7-11.7-9.8c28.1-9.7,48.3-23,60.5-39.8s18.8-33,19.7-48.3c0.9-15.3-2.7-27.8-10.8-37.5c-8.1-9.4-18.3-11.6-30.5-6.6
|
||||||
|
c2.5-17.5-1.3-28.4-11.3-32.8c-10-4.4-19.7-1.4-29.1,8.9c-7.8-21.2-5.9-39.9,5.6-56c11.6-16.1,29.5-20.7,53.9-13.8
|
||||||
|
c5.9-7.8,13.8-13.9,23.7-18.3c9.8-4.4,19.9-5,30.2-1.9c10.3,3.1,20.7,3.7,31.2,1.6c10.5-2,21.2-6,32.1-12L461.3,100.7z
|
||||||
|
M429,393.6c-17.2-6.2-34.5-12.7-51.8-19.5c-17.3-6.7-30.1-4-38.2,8.2c-5.3,0-10.6,0.4-15.9,1.2c-5.3,0.8-10.5,2.7-15.5,5.9
|
||||||
|
c0,5.3-0.7,10.4-2.1,15.2c-1.4,4.8-3.5,9.3-6.3,13.4h74.5v-13.6c5.9,2.8,11.4,6.7,16.4,11.7s9.7,10.9,14.1,17.8L429,393.6z
|
||||||
|
M454.8,388.5l26.3-73.1c-8.8-1.9-18-3.4-27.7-4.7c-9.7-1.2-20-1.9-30.9-1.9c-5.9,10.6-13.3,20.5-22,29.5
|
||||||
|
c-8.8,9.1-19.1,17.2-30.9,24.4c14.7,1.9,29.2,5,43.6,9.4C427.4,376.5,441.3,381.9,454.8,388.5z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Social" class="st1">
|
||||||
|
<g>
|
||||||
|
<path class="st12" d="M249.4,382.4L31,265.2c7.8-6.9,15.9-13.3,24.1-19.2c8.3-5.9,17.1-11.3,26.5-15.9c2.8-6.6,5.4-13.2,7.7-19.9
|
||||||
|
c2.3-6.7,4.1-13.5,5.4-20.4l-8.4-8.4c9.4-4.1,18.9-7.1,28.6-9.1s19.5-3.2,29.5-3.5c5.3-4.1,10.4-8.8,15.2-14.3s9.4-11.5,13.8-18
|
||||||
|
l-6.6-11.3c9.1-0.3,18.3,0.5,27.7,2.6c9.4,2,19.2,5.2,29.5,9.6c6.9-1.9,13.4-4.2,19.7-7c6.2-2.8,12.2-6.6,17.8-11.3v-12.7
|
||||||
|
c7.8,3.4,15.6,7.6,23.4,12.4s15.5,11.5,23,19.9c6.9,2.2,13.8,3.1,20.9,2.8c7-0.3,14-1.6,20.9-3.8L353,125
|
||||||
|
c6.6,7.2,12.7,14.7,18.5,22.5s10.5,16.6,14.3,26.3c5.3,5,11.3,9.1,17.8,12.2c6.6,3.1,13.9,4.5,22,4.2l7-8.4
|
||||||
|
c4.1,8.1,7.6,17.3,10.5,27.7c3,10.3,5.1,22,6.3,35.2c4.4,5.3,9.1,10.2,14.3,14.8c5.2,4.5,10.9,8.4,17.1,11.5L273.3,381.5
|
||||||
|
l14.5,7.5c-3.4,15.3-12.4,22.7-27,22.3s-23.5-7.6-27-21.3L249.4,382.4z M186.2,304.1l-4.7,15.5l-17.8,9.4l80.6,42.2L186.2,304.1z
|
||||||
|
M218.5,279.7l-9.4,11.3l-20.2,3.8l60,69.8L218.5,279.7z M256.5,361.3v-90.9l-13.1,7l-20.6-6.6L256.5,361.3z M264.9,363.6
|
||||||
|
l31.4-84.8l-15,0.5l-16.9-14.1L264.9,363.6z M328.7,299.4l-7.5-1.9l-17.3-22l-31.4,89.1L328.7,299.4z M353,332.7l-8-7.5
|
||||||
|
l-5.6-26.3l-59.5,71.7L353,332.7z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="list_-_copie" class="st1">
|
||||||
|
<g>
|
||||||
|
<path d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||||
|
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||||
|
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||||
|
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||||
|
C36.9,318.8,31,289.6,31,258.6z M467.4,258.6c0-29.1-5.5-56.6-16.4-82.5c-11.3-25.6-26.4-48-45.5-67
|
||||||
|
c-19.1-19.1-41.4-34.2-67-45.5c-25.9-10.9-53.4-16.4-82.5-16.4s-56.6,5.5-82.5,16.4c-25.6,11.3-48,26.4-67,45.5
|
||||||
|
c-19.1,19.1-34.2,41.4-45.5,67c-10.9,25.9-16.4,53.4-16.4,82.5s5.5,56.6,16.4,82.5c11.3,25.6,26.4,48,45.5,67
|
||||||
|
c19.1,19.1,41.4,34.2,67,45.5c25.9,10.9,53.4,16.4,82.5,16.4s56.6-5.5,82.5-16.4c25.6-11.3,48-26.4,67-45.5
|
||||||
|
c19.1-19.1,34.2-41.4,45.5-67C461.9,315.2,467.4,287.7,467.4,258.6z M75.1,182.2c10.3-24.1,24.3-45,42-62.8s38.5-31.9,62.6-42.2
|
||||||
|
c23.7-10.3,49.2-15.5,76.4-15.5s52.7,5.2,76.4,15.5c24.1,10.3,45,24.4,62.8,42.2s31.9,38.8,42.2,62.8
|
||||||
|
c10.3,23.8,15.5,49.2,15.5,76.4s-5.2,52.7-15.5,76.4c-10.3,24.1-24.4,45-42.2,62.8s-38.8,31.9-62.8,42.2
|
||||||
|
c-23.8,10.3-49.2,15.5-76.4,15.5s-52.7-5.2-76.4-15.5c-24.1-10.3-44.9-24.4-62.6-42.2c-17.7-17.8-31.6-38.7-42-62.8
|
||||||
|
c-10.3-23.7-15.5-49.2-15.5-76.4S64.8,206,75.1,182.2z M190.6,305.1c13.6-5.6,24.8-16.2,33.5-31.9c-0.3-0.3-0.5-0.6-0.5-0.9
|
||||||
|
s-0.2-0.6-0.5-0.9c-11.9-3.8-23.4-5.3-34.5-4.7c-11.1,0.6-22,3-32.6,7c-2.2,4.1-5.5,7.3-9.8,9.6c-4.4,2.3-9.1,3.5-14.1,3.5
|
||||||
|
c-7.8,0-14.5-2.7-19.9-8.2c-5.5-5.5-8.2-12.1-8.2-19.9c0-7.8,2.7-14.5,8.2-19.9c5.5-5.5,12.1-8.2,19.9-8.2c5,0,9.7,1.2,14.1,3.5
|
||||||
|
c4.4,2.3,7.7,5.6,9.8,9.6c10.6,4.1,21.5,6.4,32.6,7s22.6-0.9,34.5-4.7c0.3-0.3,0.5-0.6,0.5-0.9c0-0.3,0.2-0.6,0.5-0.9
|
||||||
|
c-11.3-20-26.3-33-45.2-39.1s-37.3-25.4-55.1-57.9c-12.8,15-22.8,32-30,51.1C86.6,217.2,83,237.4,83,258.6
|
||||||
|
c0,21.3,3.6,41.4,10.8,60.5c7.2,19.1,17.2,36.1,30,51.1c4.1-7.5,8.1-14.1,12.2-19.7c4.1-5.6,8.3-10.5,12.7-14.5
|
||||||
|
C163,321,177,310.7,190.6,305.1z M248,191.4c-0.6-11.1-3-21.8-7-32.1c-4.1-2.5-7.3-5.9-9.6-10.3c-2.3-4.4-3.5-9.1-3.5-14.1
|
||||||
|
c0-7.8,2.7-14.5,8.2-19.9c5.5-5.5,12.1-8.2,19.9-8.2c7.8,0,14.5,2.7,19.9,8.2c5.5,5.5,8.2,12.1,8.2,19.9c0,5-1.2,9.7-3.5,14.1
|
||||||
|
c-2.3,4.4-5.6,7.8-9.6,10.3c-4.1,10.3-6.4,21-7,32.1s0.9,22.6,4.7,34.5c0.3,0.3,0.6,0.5,0.9,0.5s0.6,0.2,0.9,0.5
|
||||||
|
c20-11.3,33-26.3,39.1-45.2s25.4-37.3,57.9-55.1c-15-12.8-32-22.8-51.1-30c-19.1-7.2-39.2-10.8-60.5-10.8s-41.4,3.6-60.5,10.8
|
||||||
|
c-19.1,7.2-36.1,17.2-51.1,30c7.5,4.1,14.1,8.1,19.7,12.2c5.6,4.1,10.5,8.3,14.5,12.7c15,14.4,25.3,28.4,30.9,42
|
||||||
|
s16.2,24.8,31.9,33.5c0.3-0.3,0.6-0.5,0.9-0.5c0.3,0,0.6-0.2,0.9-0.5C247.1,214,248.7,202.5,248,191.4z M347.9,378.6
|
||||||
|
c-5.6-4.1-10.5-8.3-14.5-12.7c-15-14.4-25.3-28.4-30.9-42s-16.3-24.8-31.9-33.5c-0.3,0.3-0.6,0.5-0.9,0.5s-0.6,0.2-0.9,0.5
|
||||||
|
c-3.8,11.9-5.3,23.4-4.7,34.5c0.6,11.1,3,22,7,32.6c4.1,2.2,7.3,5.5,9.6,9.8c2.3,4.4,3.5,9.1,3.5,14.1c0,7.8-2.7,14.5-8.2,19.9
|
||||||
|
c-5.5,5.5-12.1,8.2-19.9,8.2c-7.8,0-14.5-2.7-19.9-8.2c-5.5-5.5-8.2-12.1-8.2-19.9c0-5,1.2-9.7,3.5-14.1s5.5-7.7,9.6-9.8
|
||||||
|
c4.1-10.6,6.4-21.5,7-32.6s-0.9-22.6-4.7-34.5c-0.3-0.3-0.6-0.5-0.9-0.5c-0.3,0-0.6-0.2-0.9-0.5c-20,11.3-33,26.3-39.1,45.2
|
||||||
|
c-6.1,18.9-25.4,37.3-57.9,55.1c15,12.8,32,22.8,51.1,30s39.2,10.8,60.5,10.8c21.2,0,41.4-3.6,60.5-10.8
|
||||||
|
c19.1-7.2,36.1-17.2,51.1-30C360.1,386.8,353.5,382.7,347.9,378.6z M418.2,198.2c-7.2-19.1-17.2-36.1-30-51.1
|
||||||
|
c-4.1,7.5-8.1,14.1-12.2,19.7c-4.1,5.6-8.3,10.5-12.7,14.5c-14.4,15-28.4,25.3-42,30.9s-24.8,16.3-33.5,31.9
|
||||||
|
c0.3,0.3,0.5,0.6,0.5,0.9c0,0.3,0.2,0.6,0.5,0.9c11.9,3.8,23.4,5.3,34.5,4.7s21.8-3,32.1-7c2.5-4.1,5.9-7.3,10.3-9.6
|
||||||
|
s9.1-3.5,14.1-3.5c7.8,0,14.5,2.7,19.9,8.2c5.5,5.5,8.2,12.1,8.2,19.9c0,7.8-2.7,14.5-8.2,19.9c-5.5,5.5-12.1,8.2-19.9,8.2
|
||||||
|
c-5,0-9.7-1.2-14.1-3.5s-7.8-5.5-10.3-9.6c-10.3-4.1-21-6.4-32.1-7s-22.6,0.9-34.5,4.7c-0.3,0.3-0.5,0.6-0.5,0.9
|
||||||
|
s-0.2,0.6-0.5,0.9c11.3,20,26.3,33,45.2,39.1c18.9,6.1,37.3,25.4,55.1,57.9c12.8-15,22.8-32,30-51.1s10.8-39.2,10.8-60.5
|
||||||
|
C429,237.4,425.4,217.2,418.2,198.2z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Techs">
|
||||||
|
<g id="Kihos" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M103.9,383.6c-8-5.8-11-15.5-9.1-29.3c16.9-1.6,33.5-3.4,49.9-5.6s32.4-2.8,48-1.9
|
||||||
|
c-0.6-20.3,5.2-35.9,17.6-46.6c12.3-10.8,25.7-17.6,40.1-20.4c13.4-2.8,22.7-8.4,27.9-16.9s5.4-16.7,0.7-24.8
|
||||||
|
c-2.2-4.4-4.9-8.5-8.2-12.4c-3.3-3.9-6.8-7.4-10.5-10.5c-1.9-1.9-4-3.2-6.3-4s-4.5-1.9-6.3-3.5c-1.9-1.9-3.4-4-4.7-6.3
|
||||||
|
s-3-4.1-5.2-5.4c-1.9-1.2-4.1-2-6.8-2.3s-5.2-0.5-7.7-0.5c-2.8,0.3-5.5,1.1-8,2.3c-2.5,1.3-5,2.7-7.5,4.2
|
||||||
|
c-1.9,1.3-3.7,2.9-5.4,4.9s-3.4,4-4.9,5.9c-1.6,1.3-3.3,2.4-5.2,3.5s-3,2.7-3.3,4.9c-0.3,1.3-0.1,2.4,0.7,3.5s1.5,2.3,2.1,3.5
|
||||||
|
c5.3-0.6,10.9-1,16.9-1.2c5.9-0.2,12.2-0.1,18.8,0.2c5.3,0.3,10.3,1.6,15,4s5.2,4.6,1.4,6.8c-2.5,1.3-3.9,2.8-4.2,4.7
|
||||||
|
s1.6,2.7,5.6,2.3h9.4c3.8-0.3,6.2,0.9,7.5,3.5c1.2,2.7,0,4.5-3.8,5.4c-8.1,1.6-16.2,2.7-24.1,3.5c-8,0.8-15.9,1-23.7,0.7l0.9,2.3
|
||||||
|
c-3.1,2.5-6.4,4.4-9.8,5.6c-3.4,1.3-7,1.9-10.8,1.9l-47.8-1.4c-2.5-0.3-4.8-0.9-7-1.6c-2.2-0.8-4.2-1.8-6.1-3h-9.4l-2.8-3.3
|
||||||
|
c-9.4,1.6-17.7,1.7-25.1,0.5c-7.3-1.2-9.1-3.4-5.4-6.6l3.8-3.3l-3.3-3.8l-20.6-2.3c-7.5-0.6-10.5-3-9.1-7
|
||||||
|
c1.4-4.1,5.9-5.9,13.4-5.6l37,2.8c3.4,0.3,6-0.9,7.7-3.8c1.7-2.8,4.8-3.8,9.1-2.8c5.6,0.9,11.2,1.6,16.6,1.9
|
||||||
|
c5.5,0.3,10.9,0.2,16.2-0.5c2.5-3.4,5.3-6.6,8.4-9.6c3.1-3,6.4-5.7,9.8-8.2c1.2-0.9,2.7-1.8,4.5-2.6c1.7-0.8,3.4-1.6,4.9-2.6
|
||||||
|
c1.9-0.6,3.8-1.2,5.9-1.9c2-0.6,3.8-1.6,5.4-2.8c1.6-1.6,2.7-3.5,3.3-5.9c0.6-2.3,1.7-4.5,3.3-6.3c1.2-1.2,2.6-2.6,4-4
|
||||||
|
s3-2.4,4.9-3c1.6-0.3,3.2-0.2,4.9,0.5c1.7,0.6,3.4,1.1,4.9,1.4c1.2,0.3,2.5,0.5,3.8,0.7c1.2,0.2,2.5,0.4,3.8,0.7
|
||||||
|
c0.9,0.3,1.9,0.8,3,1.4c1.1,0.6,2.3,1.3,3.5,1.9c0.9,0.3,1.8,0.5,2.6,0.7s1.6,0.4,2.6,0.7c0.3,0,0.6,0.2,0.9,0.5l-18.3-15.9
|
||||||
|
c-0.6-0.6-1.6-1.2-2.8-1.6c-1.3-0.5-2.5-0.9-3.8-1.2c-1.9,0-3.8,0.4-5.9,1.2c-2,0.8-4.1,1.2-6.3,1.2c-1.6,0.3-3.3,0.4-5.2,0.2
|
||||||
|
s-3.6-0.4-5.2-0.7c-1.9,0-3.6-0.2-5.2-0.5c-1.6-0.3-3.1-0.8-4.7-1.4l-6.1-1.9l9.8-1.9c1.6-0.3,3.3-0.6,5.2-0.9
|
||||||
|
c1.9-0.3,3.1-1.1,3.8-2.3c0.6-0.6,0.9-1.6,0.7-2.8s-0.5-2.2-1.2-2.8c-1.3-0.9-2.7-1.2-4.5-0.9c-1.7,0.3-3.2,0.6-4.5,0.9
|
||||||
|
c-1.3,0-2.3,0.3-3,0.9c-0.8,0.6-1.6,1.1-2.6,1.4c-1.9,0.6-3.7,0.9-5.4,0.9s-3.5,0.2-5.4,0.5c-2.5,0.3-4.9,0.8-7.3,1.4
|
||||||
|
c-2.3,0.6-4.8,1.3-7.3,1.9c-2.5,0.3-5.1,0.5-7.7,0.7c-2.7,0.2-5.2,0.2-7.7,0.2c-1.9,0-3.9,0-6.1,0c-2.2,0-4.4-0.2-6.6-0.5
|
||||||
|
c-1.9-0.3-3.7-0.6-5.4-0.9c-1.7-0.3-3.5-0.8-5.4-1.4c-1.6-0.9-3-2-4.5-3.3c-1.4-1.2-3-2.2-4.9-2.8c-1.3-0.6-2.7-1.1-4.2-1.4
|
||||||
|
c-1.6-0.3-3-0.5-4.2-0.5c-3.1-0.6-6.3-0.9-9.4-0.7s-6.1,0.1-8.9-0.2c-2.2,0-4.3,0.1-6.3,0.2c-2,0.2-4.1-0.2-6.3-1.2
|
||||||
|
c-0.3,0-0.7-0.2-1.2-0.5s-0.7-0.6-0.7-0.9c-0.3-0.9,0-1.7,0.9-2.3s1.7-1.2,2.3-1.9c1.6-1.2,3.3-2.1,5.2-2.6s3.8-1,5.6-1.6
|
||||||
|
c1.2-0.3,2.7-0.5,4.2-0.5c1.6,0,3-0.3,4.2-0.9c1.2-0.3,2.4-0.9,3.5-1.6c1.1-0.8,1.6-1.8,1.6-3c0-0.9-0.5-1.6-1.4-2.1
|
||||||
|
s-1.7-0.9-2.3-1.2c-1.9-0.6-3.7-0.9-5.4-0.7c-1.7,0.2-3.5,0.2-5.4,0.2c-5.6-0.3-11.3-0.4-16.9-0.2s-11.1,0.2-16.4,0.2
|
||||||
|
c-1.3,0-2.5,0.2-3.8,0.5s-2.5,0.3-3.8,0s-2.5-0.8-3.8-1.4c-1.3-0.6-2-1.6-2.3-2.8c-0.6-0.9-0.9-1.9-0.7-3s0.4-2.1,0.7-3
|
||||||
|
s0.9-1.7,1.6-2.3c0.8-0.6,1.2-1.2,1.2-1.9c-0.3-1.2-1.3-2-2.8-2.3c-1.6-0.3-2.7-1.1-3.3-2.3c0-0.9,0.1-1.9,0.2-2.8
|
||||||
|
c0.2-0.9,0.5-1.7,1.2-2.3c0.9-1.2,2.3-2,4.2-2.3s3.6-0.6,5.2-0.9c7.2-1.2,14.5-1.7,22-1.4c7.5,0.3,14.8,0.2,22-0.5h2.3
|
||||||
|
c2.2-3.4,6.6-6.3,13.1-8.7s12.7-3.8,18.3-4.5c8.4-1.2,17-1.1,25.8,0.5c8.7,1.6,17.5,1.6,26.3,0c3.8-0.3,7.3-1.3,10.8-3
|
||||||
|
c3.4-1.7,7-2.9,10.8-3.5c3.4-0.9,7-1.8,10.8-2.6c3.8-0.8,7.5-1,11.3-0.7c3.4,0,6.8,0.7,10.1,2.1s6.5,2.3,9.6,2.6
|
||||||
|
c3.4,0.3,6.7,0.2,9.8-0.5c3.1-0.6,6.2-0.9,9.4-0.9c5.6,0.3,11.2,0.5,16.6,0.5c5.5,0,10.5,1.1,15.2,3.3c1.9,0.6,3.8,1.6,5.9,3
|
||||||
|
c2,1.4,2.9,3,2.6,4.9c0,0.9-0.7,1.6-2.1,2.1s-2.7,0.9-4,1.2c-3.1,1.3-6.3,2.1-9.6,2.6s-6.6,1-10.1,1.6c-0.6,0.3-1.3,0.5-1.9,0.5
|
||||||
|
s-1.1,0.3-1.4,0.9c-0.6,0.3-0.9,0.9-0.9,1.6c0,0.8-0.2,1.3-0.5,1.6c-0.9,0.6-1.9,0.9-2.8,0.7c-0.9-0.2-1.9,0.1-2.8,0.7
|
||||||
|
c-0.6,0.3-1.3,0.7-1.9,1.2s-0.9,1-0.9,1.6c0,1.3,0.8,2.2,2.3,2.8c1.6,0.6,2.8,1.3,3.8,1.9c0.6,0.6,1.5,1.3,2.6,1.9
|
||||||
|
s1.6,1.4,1.6,2.3c0.3,0.6,0.2,1.4-0.2,2.3s-1,1.7-1.6,2.3c-0.9,0.9-2,1.7-3.3,2.3s-2.5,1.3-3.8,1.9c-1.6,0.9-3.2,1.8-4.9,2.6
|
||||||
|
s-3.5,1.3-5.4,1.6c-1.9,0.6-3.9,0.7-6.1,0.2c-2.2-0.5-4.1-0.2-5.6,0.7c-0.6,0.3-1.3,0.7-1.9,1.2c-0.6,0.5-0.9,1-0.9,1.6
|
||||||
|
s0.3,1.1,0.9,1.4c0.6,0.3,1.2,0.6,1.9,0.9c0.9,0.3,2,0.3,3.3,0c1.2-0.3,2.5-0.3,3.8,0c1.9,0,3.8-0.1,5.6-0.2
|
||||||
|
c1.9-0.2,3.3,0.4,4.2,1.6c0.3,0.3,0.5,0.8,0.5,1.4c0,0.6-0.2,1.1-0.5,1.4c-0.3,0.3-0.9,0.5-1.6,0.5c-0.8,0-1.5,0.2-2.1,0.5
|
||||||
|
c-1.6,0-3.2,0-4.9,0s-3.4,0.2-4.9,0.5c-0.9,0.3-1.9,0.7-2.8,1.2s-1.6,1.2-1.9,2.1c-0.3,0.6-0.2,1.4,0.2,2.3s0.9,1.7,1.2,2.3
|
||||||
|
c0.9,2.2,2.3,4.1,4,5.9c1.7,1.7,3.5,3.4,5.4,4.9c2.2,1.9,4.7,3.3,7.5,4.2s5.3,2.3,7.5,4.2c1.9,1.3,3.7,2.8,5.4,4.7
|
||||||
|
c1.7,1.9,3.4,3.8,4.9,5.6c2.5,2.8,4.8,5.7,6.8,8.7s4.1,6,6.3,9.1c1.9,2.5,4.1,5,6.6,7.5s4.7,5.3,6.6,8.4c0.6,1.6,1.2,3,1.9,4.5
|
||||||
|
c0.6,1.4,1.2,3,1.9,4.9c0-11.3,1.6-21.4,4.9-30.5s11.5-15,24.6-17.8c-1.3-0.9-2.7-1.7-4.5-2.3c-1.7-0.6-3.5-1.1-5.4-1.4
|
||||||
|
c-2.2-0.6-4.5-0.7-7-0.2s-5,0.7-7.5,0.7c-2.8-0.3-5.7-0.4-8.7-0.2s-5.7-0.2-8.2-1.2c-2.5-0.6-5.1-1.5-7.7-2.6
|
||||||
|
c-2.7-1.1-4.6-2.7-5.9-4.9c-0.9-1.9-1.3-4-0.9-6.3c0.3-2.3,1.1-4.5,2.3-6.3c1.6-2.2,3.8-3.8,6.6-4.7s5.6-1.7,8.4-2.3
|
||||||
|
c3.4-0.9,6.9-1.5,10.3-1.6c3.4-0.2,7-0.4,10.8-0.7c2.8-0.3,5.6-0.7,8.4-1.2s5.5-1,8-1.6c2.8-0.6,5.4-1.4,7.7-2.3s4.8-1.9,7.3-2.8
|
||||||
|
c3.4-0.9,6.8-1.7,10.1-2.3c3.3-0.6,6.6-1.2,10.1-1.9c3.8-0.3,7.7-0.4,11.7-0.2c4.1,0.2,8,0.2,11.7,0.2c1.9,0,3.7,0.2,5.4,0.5
|
||||||
|
c1.7,0.3,3.4,0.5,4.9,0.5l18.8-1.4c1.9,0,3.8,0.5,5.9,1.4c2,0.9,3.4,2.2,4,3.8c0.3,0.6,0.3,1.4,0,2.3c-0.3,0.9-0.8,1.7-1.4,2.3
|
||||||
|
c-0.3,0.6-0.8,1.2-1.4,1.6c-0.6,0.5-1.4,0.7-2.3,0.7c-0.9,0.3-1.8,0.2-2.6-0.5c-0.8-0.6-1.8-0.9-3-0.9h-9.4c-1.6,0-3,0.2-4.5,0.5
|
||||||
|
c-1.4,0.3-2.9,0.8-4.5,1.4c-1.3,0.6-2.8,1.6-4.7,2.8c-1.9,1.3-2.7,2.7-2.3,4.2c0.3,1.9,1.5,3.1,3.5,3.8c2,0.6,4,0.9,5.9,0.9
|
||||||
|
l49.2-0.9c1.9-0.3,3.8-0.4,5.9-0.2c2,0.2,4,0.5,5.9,1.2c0.9,0.6,1.9,1.2,2.8,1.6s1.6,1.2,1.9,2.1c0.3,0.9,0.3,1.9,0,2.8
|
||||||
|
c-0.3,0.9-0.8,1.7-1.4,2.3c-1.6,1.3-3.5,1.3-5.9,0c-2.3-1.2-4.5-1.6-6.3-0.9c-0.6,0.3-1.2,0.8-1.6,1.4c-0.5,0.6-1,1.1-1.6,1.4
|
||||||
|
c-1.9,0.3-3.8,0.2-5.6-0.5c-1.9-0.6-3.8-0.8-5.6-0.5c-0.3,0.3-0.8,0.5-1.4,0.7s-0.9,0.4-0.9,0.7c0,0.9,0.5,1.5,1.4,1.6
|
||||||
|
c0.9,0.2,1.9,0.4,2.8,0.7c0.6,0,1.3-0.1,2.1-0.2c0.8-0.2,1.6-0.2,2.6-0.2c1.2,0.6,2.4,1.4,3.5,2.3c1.1,0.9,2.1,1.9,3,2.8
|
||||||
|
c0.9,1.6,1.6,3.5,1.9,5.9c0.3,2.3,1.2,4.1,2.8,5.4c0.9,0.6,2,1,3.3,1.2c1.2,0.2,2.3,0.1,3.3-0.2c1.6,0,3-0.5,4.2-1.4
|
||||||
|
s2.5-1.2,3.8-0.9c2.5,0,5.2,1,8,3s4.2,4.5,4.2,7.3c0,1.9-1.3,3.2-4,4s-5.1,1-7.3,0.7c-6.6,0.3-12.3,1.3-17.1,3
|
||||||
|
c-4.8,1.7-8.8,4.5-12,8.2c0,0.3,0.1,0.6,0.2,0.9c0.2,0.3,0.4,0.5,0.7,0.5c0.3,0.3,0.7,0.4,1.2,0.2s0.9-0.2,1.2-0.2
|
||||||
|
c0.9-0.3,1.7-0.5,2.3-0.5c0.6,0,1.4,0,2.3,0s1.9,0.1,2.8,0.2c0.9,0.2,1.7,0.5,2.3,1.2c0.3,0.6,0.4,1.4,0.2,2.3
|
||||||
|
c-0.2,0.9-0.4,1.7-0.7,2.3c-0.6,0.9-1.6,1.6-2.8,1.9c-1.3,0.3-2.3,0.6-3.3,0.9c-2.2,0.6-4.5,1.3-7,1.9c-2.5,0.6-4.8,1.1-7,1.4
|
||||||
|
c-2.2,0.3-4.4,0.5-6.6,0.7s-4.4,0.4-6.6,0.7c-1.3,0-2.5,0.1-3.8,0.2c-1.3,0.2-2.7,0.2-4.2,0.2c-4.1,0-8.2-0.4-12.4-1.2
|
||||||
|
c-4.2-0.8-8.4-1.3-12.4-1.6c-6.6-0.6-13.2-0.9-19.9-0.7c-6.7,0.2-13.4-0.4-19.9-1.6c-1.6-0.3-3.3-0.6-5.2-0.9
|
||||||
|
c-1.9-0.3-3.6-0.9-5.2-1.9c-0.3-0.3-0.6-0.7-0.9-1.2s-0.3-0.9,0-1.2c0.6-1.2,1.9-1.6,3.8-0.9c1.9,0.6,3.4,0.6,4.7,0
|
||||||
|
c0.3-0.3,0.6-0.6,0.9-0.9c0.3-0.3,0.5-0.6,0.5-0.9c-0.3-1.2-1.3-1.9-3-1.9s-3.2-0.2-4.5-0.5c-1.6-0.3-3-0.4-4.5-0.2
|
||||||
|
c-1.4,0.2-2.7-0.1-4-0.7c-0.9-0.6-1.9-1.3-2.8-2.1s-1.3-1.6-0.9-2.6c0-0.6,0.5-1.2,1.4-1.6s1.7-0.9,2.3-1.2
|
||||||
|
c1.2-0.9,2.7-1.6,4.5-1.9c1.7-0.3,2.9-1.2,3.5-2.8c-9.4-0.6-16.5,2.3-21.3,8.7s-6,15.4-3.5,27c4.4,20,0.9,36.9-10.3,50.6
|
||||||
|
c-11.3,13.8-22.8,21.6-34.7,23.4c-24.7,4.1-38.8,11.3-42.2,21.6c-3.4,10.3,4.2,25.8,23,46.4l0.9-0.5c-4.1-6.6-6.3-12.2-6.6-16.9
|
||||||
|
c-0.3-4.7,1.2-7.2,4.7-7.5c17.2-0.9,34.9-1.2,53.2-0.9c18.3,0.3,37.3,1.7,57,4.2c1.2,14.1-1.7,24.3-8.9,30.7
|
||||||
|
c-7.2,6.4-17.7,9.8-31.4,10.1c1.2,15.3-6.6,26.3-23.7,32.8c-17,6.6-40.7,10.5-71,11.7c-30.3,1.3-54.4-3-72.2-12.7
|
||||||
|
s-21.1-20.9-9.8-33.8C124.3,391.8,111.9,389.4,103.9,383.6z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Maho" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M150.5,404l3.3-1.9v-2.8l-0.9-0.9v-7.5l15.5-6.1l2.8-3.8l-3.3-4.2l-7-1.9l-5.2,6.6l1.4-7L146.3,388
|
||||||
|
l2.8-12.7l-6.1,6.6l0.9-8.9l-4.7,6.1h-2.8l-6.6,10.3c1.9-4.7,3.5-9.4,4.9-14.3c1.4-4.8,2.4-9.6,3-14.3l-4.2-0.5l-4.7,3.8
|
||||||
|
l-0.5-4.2c-6.3,3.4-11.9,8.5-16.9,15.2s-10.2,13.4-15.5,19.9c3.1-5.3,6.5-10.7,10.1-16.2s7.6-10.9,12-16.2l-4.7,0.5l1.4-4.7
|
||||||
|
c-5.6,3.8-10.8,8.1-15.5,13.1s-7.8,11.7-9.4,20.2c-0.3-3.1-0.5-6.2-0.5-9.1c0-3,0.2-6,0.5-9.1l-3.3-2.3l-3.3,2.8
|
||||||
|
c-0.6-2.8-0.2-5.7,1.2-8.7c1.4-3,3.5-5.9,6.3-8.7c-3.1-5.9-6.8-10.3-11-13.1s-8.7-4.8-13.4-6.1c4.1-2.2,6-4.6,5.9-7.3
|
||||||
|
c-0.2-2.7-1.5-5.5-4-8.7c-2.5-2.2-4.7-4.6-6.6-7.3c-1.9-2.7-3.8-5.4-5.6-8.2l8.4-8.9c-8.1-9.7-13.6-18.7-16.4-27
|
||||||
|
c-2.8-8.3-3.4-15.7-1.9-22.3c10,11.9,20.8,22.9,32.3,33c11.6,10.2,25,18.4,40.3,24.6c7.2,2.2,12.4,2,15.7-0.7s4.6-7.6,4-14.8
|
||||||
|
l-29.5-82.5c-3.4-10.3-4.4-21-2.8-32.1s6.6-21.3,15-30.7l30.9-33.3l-2.3,7c10.6-5,18-14.3,22.3-27.9s6.6-27.1,7.3-40.5l1.9-5.2
|
||||||
|
c1.2,14.4,0.3,28.4-2.8,42.2s-10,26.9-20.6,39.4l9.8-8.4l-26.3,37.5c-5.3,6.9-8.8,14.5-10.3,22.7c-1.6,8.3-0.6,17.4,2.8,27.4
|
||||||
|
c4.1,15.9,9.7,31.1,16.9,45.5c7.2,14.4,15.6,28.1,25.3,41.3c2.2-2.5,4.4-3.6,6.6-3.3c2.2,0.3,4.5,1.9,7,4.7
|
||||||
|
c1.2-2.8,1.5-6.5,0.7-11s-1.8-9.1-3-13.8l8,18.8l-1.4-9.4l10.8,22h2.8l6.1,8l3.3-6.6l9.8,0.9l0.5-3.3l2.8,3.3l-0.5-7l2.8-2.3
|
||||||
|
l1.9,2.8l-7-47.3c-2.2-17.2-3.1-27.7-2.8-31.6c0.3-3.9,1.9-10.7,4.7-20.4l12.2-36.6l9.8-2.8l0.9,9.4l-8.9,49.2
|
||||||
|
c-1.3,5.9-2.1,11.8-2.6,17.6s-0.1,12,1.2,18.5l15.9,52.5l2.3-3.3l1.4,5.6l8.4-3.8l0.5,5.6l7,0.5c0.6-2.2,1.4-4.3,2.3-6.3
|
||||||
|
s2-4,3.3-5.9l1.4,8.4l2.8,1.9l1.9,1.9l0.5-4.2l2.8-0.9c0.9-5.3,2.3-10.6,4.2-15.9c1.9-5.3,3.9-10.5,6.1-15.5
|
||||||
|
c-1.3,3.8-2.3,7.6-3.3,11.5c-0.9,3.9-1.6,7.7-1.9,11.5l3.3-0.9c0-3.8,0.6-7.3,1.9-10.5c1.2-3.3,2.7-6.5,4.2-9.6
|
||||||
|
c-0.6,3.1-1.2,6.3-1.6,9.4c-0.5,3.1-0.4,6.3,0.2,9.4h2.8l5.2,4.2h3.3c6.6-8.7,13.4-20.8,20.4-36.1s14.1-33.6,21.3-54.8
|
||||||
|
c4.1-11.3,5.2-22.1,3.3-32.6c-1.9-10.5-4.8-20.7-8.9-30.7c-7.8-15.3-17.3-28.8-28.6-40.5S309.6,68,313.7,33.6
|
||||||
|
c-0.6,12.2,0.6,23.5,3.8,34c3.1,10.5,9.5,19.8,19.2,27.9l-9.8-22l52,68c6.2,11.6,10.1,23.7,11.5,36.3s-0.9,26.6-6.8,42
|
||||||
|
c-5,15-10.1,30.1-15.2,45.2c-5.2,15.2-8.7,29.3-10.5,42.4c19.4-4.4,37.9-13.3,55.5-26.7c17.7-13.4,34.6-30.3,50.9-50.6l-6.6,17.3
|
||||||
|
l5.6-8l3.3,5.2c0.6,4.7-1.6,12-6.8,21.8s-6.3,18-3.5,24.6c-7.2,3.4-12.1,8.3-14.8,14.5c-2.7,6.3-1.3,15.2,4,26.7
|
||||||
|
c1.6,3.8,2.9,7.5,4,11.3s1.3,7.7,0.7,11.7c-1.3-3.4-2.8-6.2-4.7-8.4c-1.9-2.2-4.4-3.8-7.5-4.7l-1.4,20.2c-1.3-1.6-2.5-2.9-3.8-4
|
||||||
|
s-2.7-1.9-4.2-2.6l-2.8,5.6l-4.2-4.7l-1.9,0.9l7,8L422,366l3.3,6.6l-4.7-3.8l-2.8,1.4v4.7l-4.2-4.2l-5.2-0.5
|
||||||
|
c1.9,3.1,3.4,6.3,4.7,9.6c1.2,3.3,1.9,6.5,1.9,9.6c-1.9-5-4-9.3-6.3-12.9s-4.9-6.6-7.7-9.1c0.9,5.6,2,11.1,3.3,16.4
|
||||||
|
c1.2,5.3,2.5,10.8,3.8,16.4c-3.4-9.7-7.7-18-12.7-25.1c-5-7-10.9-12.4-17.8-16.2l8.9,10.3l-6.6-4.2l0.5,2.8
|
||||||
|
c2.5,2.8,5.1,5.7,7.7,8.7c2.7,3,5.4,6.2,8.2,9.6c-3.1-2.8-6.2-5.5-9.1-8.2c-3-2.7-6-5.4-9.1-8.2l0.9,4.2
|
||||||
|
c-2.2-1.9-4.5-3.7-6.8-5.4c-2.3-1.7-4.6-3.2-6.8-4.5c6.6,8.8,11.6,16.7,15.2,23.9c3.6,7.2,5.9,13.9,6.8,20.2
|
||||||
|
c-4.1-8.7-8.3-16.6-12.7-23.4c-4.4-6.9-8.9-13-13.6-18.3l-5.2,2.8l12.2,23.4l-5.6-4.2l-0.9,3.3l-1.4-8l-3.3-2.3l-1.9,3.3
|
||||||
|
l-1.9-2.8l-8.9-9.4l6.1,12.7l-10.8-9.4l8.9,18.3l-15-21.1l-1.4,4.7l7,8.9v3.3l-2.8,6.1l3.8,2.3v6.6c-1.9,5.6-4.2,10.8-7,15.5
|
||||||
|
s-5.6,9.2-8.4,13.6l-2.3,2.3l-1.9,4.7c-12.5,7.5-25,14.8-37.5,22s-23.4,14.1-32.8,20.6c-16.9-9.4-35.3-18.7-55.3-27.9
|
||||||
|
c-20-9.2-34.5-24.3-43.6-45.2L150.5,404z M216.2,346.1c2.2-0.5,4.8-0.5,8-0.2c-13.4-12.5-25.2-21-35.4-25.5
|
||||||
|
c-10.2-4.5-17.6-2.4-22.3,6.3c7.2,11.3,14.5,19.1,21.8,23.4c7.3,4.4,14.6,3.9,21.8-1.4C211.9,347.4,214,346.5,216.2,346.1z
|
||||||
|
M317.4,338.3c1.9-1.9,3.4-3.7,4.5-5.4c1.1-1.7,1.3-3.4,0.7-4.9c-4.4-5.6-15.3-5.9-32.8-0.7c-17.5,5.2-26.3,12.1-26.3,20.9
|
||||||
|
l23,14.1c5.3-1.6,10.7-4.1,16.2-7.5s11-7.3,16.6-11.7L317.4,338.3z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Ninjutsu" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M218,332.7v-0.9l-0.5-0.5c-13.4,8.4-27.3,15.5-41.7,21.1c-14.7,5.3-29.8,9.4-45.5,12.2
|
||||||
|
c-15.6,2.8-31.7,4.5-48.3,5.2c-16.6,0.6-33.6,0.3-51.1-0.9c7.8-12.2,16.2-24.1,25.3-35.6c9.1-11.6,19.3-22.6,30.7-33
|
||||||
|
c11.4-10.5,24-20.2,37.7-29.3c13.7-9.1,29.2-17.3,46.4-24.8l10.8-25.3h0.9l0.5-0.5c-8.4-13.4-15.5-27.3-21.1-41.7
|
||||||
|
c-5.3-14.7-9.4-29.8-12.2-45.5c-2.8-15.6-4.5-31.7-5.2-48.3c-0.6-16.6-0.3-33.6,0.9-51.1c12.2,7.8,24.1,16.3,35.6,25.3
|
||||||
|
c11.6,9.1,22.6,19.3,33,30.7c10.5,11.4,20.2,24,29.3,37.7c9.1,13.8,17.3,29.2,24.8,46.4l25.3,10.8v0.9l0.5,0.5
|
||||||
|
c13.4-8.4,27.3-15.5,41.7-21.1c14.7-5.3,29.8-9.4,45.5-12.2c15.6-2.8,31.7-4.5,48.3-5.2c16.6-0.6,33.6-0.3,51.1,0.9
|
||||||
|
c-7.8,12.2-16.3,24.1-25.3,35.6c-9.1,11.6-19.3,22.6-30.7,33c-11.4,10.5-24,20.2-37.7,29.3c-13.8,9.1-29.2,17.3-46.4,24.8
|
||||||
|
l-10.8,25.3h-0.9l-0.5,0.5c8.4,13.4,15.5,27.3,21.1,41.7c5.3,14.7,9.4,29.8,12.2,45.5c2.8,15.6,4.5,31.7,5.2,48.3
|
||||||
|
c0.6,16.6,0.3,33.6-0.9,51.1c-12.2-7.8-24.1-16.2-35.6-25.3c-11.6-9.1-22.6-19.3-33-30.7c-10.5-11.4-20.2-24-29.3-37.7
|
||||||
|
c-9.1-13.7-17.3-29.2-24.8-46.4L218,332.7z M296.3,258.6c0-11.3-3.9-20.8-11.7-28.6c-7.8-7.8-17.3-11.7-28.6-11.7
|
||||||
|
s-20.8,3.9-28.6,11.7s-11.7,17.3-11.7,28.6c0,11.3,3.9,20.8,11.7,28.6c7.8,7.8,17.3,11.7,28.6,11.7c11.3,0,20.8-3.9,28.6-11.7
|
||||||
|
S296.3,269.9,296.3,258.6z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="unknow" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M176.3,350.1c-15.6-11.3-31.3-21.8-46.9-31.6c-15.6-9.8-31.3-19-46.9-27.4c-15.9-8.4-31.7-16.4-47.3-23.9
|
||||||
|
c-2.5-1.9-3.8-3.8-4-5.9c-0.2-2,1-4.3,3.5-6.8c16.6-7.5,33.4-16.9,50.6-28.1c17.2-10.9,34.8-22.7,53-35.2
|
||||||
|
c18.1-12.5,36.6-25.2,55.3-38c19.1-12.5,38.4-24.2,58.1-35.2c15,14.1,31.9,26.7,50.6,38s38.3,22.3,58.6,33
|
||||||
|
c20.3,10.8,40.8,22.1,61.4,34c20.3,11.6,39.8,24.8,58.6,39.8c-15.9,10-32,19.8-48.3,29.5c-15.9,9.4-31.8,18.8-47.6,28.4
|
||||||
|
c-15.8,9.5-31.3,19.3-46.6,29.3c-15.3,10-30.3,20.8-45,32.3c-10.9,9.4-22.2,14.8-33.8,16.4c-11.6,1.6-23.6-2.5-36.1-12.2
|
||||||
|
C207.7,373.8,191.9,361.6,176.3,350.1z M368.5,214.1c-13.8-7.8-27.3-15.9-40.5-24.1c-13.3-8.3-26.3-16.8-39.1-25.5
|
||||||
|
c-13.1-8.4-26.1-17.3-38.9-26.7c-14.7,9.1-28.8,18.3-42.2,27.7c-13.8,9.1-27,18.2-39.8,27.4s-25.2,18.5-37,27.9
|
||||||
|
c-11.6,9.1-22.8,18.3-33.8,27.7c13.4,6.9,26.9,14.1,40.3,21.6c13.1,7.8,26.3,15.7,39.4,23.7s26.1,16.2,38.9,24.6
|
||||||
|
c13.1,8.8,25.9,17.5,38.4,26.3c11.6-9.4,23.6-18.6,36.1-27.7c12.2-9.4,24.8-18.5,37.7-27.4c13-8.9,26.2-17.7,39.6-26.5
|
||||||
|
c13.4-8.7,27.3-17.5,41.7-26.3C395.5,229.4,381.9,221.9,368.5,214.1z M160.4,244.1c14.7-12.2,29.9-22.2,45.7-30
|
||||||
|
s30.9-18.9,45.2-33.3c12.5,9.1,25.5,17.7,38.9,26s27.5,16.3,42.2,24.1c1.9,1.3,3.4,2.8,4.7,4.7c1.2,1.9,1.2,4.8,0,8.9
|
||||||
|
c-19.1,4.1-35,12.6-47.8,25.5c-12.8,13-25.9,23.7-39.4,32.1c-8.8-12.2-21.1-22.9-37-32.1C196.9,260.9,179.4,252.2,160.4,244.1z"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Rituals" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M115.1,440.3c9.5-9.5,13.7-20.7,12.4-33.5c-6.3-5.3-11.4-11.2-15.5-17.6s-6.6-13.5-7.5-21.3
|
||||||
|
c-8.4-2.8-16-6.6-22.7-11.3c-6.7-4.7-12.9-10.3-18.5-16.9V313c6.9-8.1,15.4-14.3,25.5-18.5c10.2-4.2,21-7.4,32.6-9.6
|
||||||
|
c9.7-16.6,22.1-28.4,37.3-35.4s30.9-11.5,47.1-13.4L146.3,98.3c10,0.3,18,2,24.1,5.2c6.1,3.1,9.1,8.4,9.1,15.9l36.6,115.8
|
||||||
|
c6.9-0.6,13.5-1,19.9-1.2s12.6-0.2,18.5-0.2l-6.1-200.2c10.9,2.2,19,5.8,24.1,10.8c5.2,5,6.6,11.7,4.5,20.2l-11.7,169.2
|
||||||
|
c4.7,0,9.4,0.1,14.1,0.2c4.7,0.2,9.4,0.4,14.1,0.7l35.2-112.5c-0.6-8.1,2.1-13.9,8.2-17.3s14.3-5.5,24.6-6.1l-58.6,136.9
|
||||||
|
c16.6,1.9,32.8,6.3,48.8,13.1c15.9,6.9,28.9,18.9,38.9,36.1c11.9,2.2,22.9,5.4,33,9.6c10.2,4.2,18.7,10.4,25.5,18.5v26.7
|
||||||
|
c-5.6,6.6-11.9,12.2-18.8,16.9c-6.9,4.7-14.5,8.4-23,11.3c-0.9,7.8-3.4,14.9-7.3,21.3s-9.1,12.3-15.7,17.6
|
||||||
|
c-0.9,12.8,3.3,24,12.7,33.5c9.4,9.5,23.1,17.6,41.3,24.1c-9.4,16.6-24.8,22.3-46.2,17.1c-21.4-5.2-34.5-24.3-39.1-57.4
|
||||||
|
c-14.1,5.6-29.5,9.8-46.4,12.4c-16.9,2.7-33.8,4-50.6,4c-16.6,0-33.4-1.3-50.4-4s-32.6-6.8-46.6-12.4
|
||||||
|
c-4.7,33.1-17.7,52.3-38.9,57.4c-21.3,5.2-36.7-0.5-46.4-17.1C91.8,457.9,105.6,449.8,115.1,440.3z M361.5,272.9
|
||||||
|
c-15.9-10.2-38-16.8-66.1-19.9l-11.7,27.2l-3.3-2.8l8-24.8c-4.1-0.3-8-0.6-12-0.9c-3.9-0.3-7.9-0.5-12-0.5l-1.9,24.8l-6.6,7.5
|
||||||
|
l-0.9-32.3c-5.9,0-11.6,0.2-17.1,0.5s-10.9,0.6-16.2,0.9l8,24.8l-4.2,5.2l-12.2-29.1c-27.2,3.4-48.4,10.2-63.5,20.4
|
||||||
|
c-15.2,10.2-22.7,23.5-22.7,40.1c0,7.5,4.2,13.3,12.7,17.3c8.4,4.1,19,7.1,31.6,9.1c12.7,2,26.6,3.4,42,4
|
||||||
|
c15,0.3,29.2,0.6,42.7,0.9c13.4-0.3,27.8-0.6,43.1-0.9c15-0.6,28.9-1.9,41.7-4c12.8-2,23.4-5.1,31.9-9.1
|
||||||
|
c8.4-4.1,12.7-9.8,12.7-17.3C385.4,296.8,377.4,283.1,361.5,272.9z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shujis" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M99.2,415.7c-2.3-2.2-4.8-3.9-7.3-5.2c-34.1-19.1-53.8-55.2-59.1-108.3c-5.6-52.8,2.7-102.1,24.8-147.9
|
||||||
|
c22.2-45.8,58-77.9,107.3-96.3c49.4-18.1,111.9-2.2,187.5,47.8C306.1,85.5,263.3,79.4,224,87.5c-39.4,8.1-69.6,24.2-90.7,48.3
|
||||||
|
s-30.1,53-27,86.7c3.4,33.8,24.5,65.9,63.3,96.6c7.2,5.3,12.1,12.9,14.8,22.7c2.7,9.8,3.8,19.1,3.5,27.9c0,6.3-1.3,12.4-4,18.5
|
||||||
|
s-6,11.5-10.1,16.2s-8.9,8.6-14.5,11.7s-11.4,5.5-17.3,7c-5.6,1.3-11.5,1.6-17.6,0.9c-6.1-0.6-12-1.9-17.6-3.8
|
||||||
|
C104.1,419.4,101.5,417.9,99.2,415.7z M191.1,442.6c17.3-9.2,28.5-28.4,33.5-57.4c-5,8.4-9.7,14.8-14.1,19
|
||||||
|
c-4.4,4.2-8.6,7.9-12.7,11c9.1-11.6,16.9-23.7,23.4-36.6c6.6-12.8,12.8-24.6,18.8-35.4c5.9-10.8,12-19.8,18.3-27
|
||||||
|
c6.6-7.5,14.4-11.4,23.4-11.7l40.8,38v35.6c-4.1,8.8-8.9,16.4-14.5,23S296,413,288.8,417c-8.8,13.8-18.9,24.4-30.5,31.9
|
||||||
|
c-11.3,7.2-23.8,11.8-37.7,13.8s-28.7,1.8-44.3-0.7c-15.9-2.5-32.5-6.6-49.7-12.2C152.2,454.3,173.7,451.9,191.1,442.6z
|
||||||
|
M297.3,269.9c12.8-19.1,25.3-34.8,37.5-47.3c11.9-12.8,24.1-25.9,36.6-39.4c12.5-13.4,25.6-29.2,39.4-47.3
|
||||||
|
c13.7-17.8,28.6-41.7,44.5-71.7l11.7,1.9l0.5,14.1l5.2,0.9l-0.5,11.3L481,103l-6.1,7.5l-0.5,14.1c-11.3,11.3-21.7,25-31.4,41.3
|
||||||
|
c-9.7,16.3-19.1,33.2-28.4,50.9c-9.2,17.7-18.4,35.1-27.4,52.3c-9.1,17.5-18.6,33.1-28.6,46.9L297.3,269.9z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Invocations" class="st0">
|
||||||
|
<g class="st1">
|
||||||
|
<path class="st13" d="M122.9,85.7c-0.3-1.9,0.5-3.8,2.6-5.6c2-1.9,4.9-3.8,8.7-5.6c1.2,4.7,6.6,8,15.9,9.8s20.3,1.9,32.8,0
|
||||||
|
c12.8-1.9,23.4-5.2,31.9-10.1c8.4-4.8,12.3-9.6,11.7-14.3v-0.5c3.4,0.6,6.3,1.6,8.7,3s3.7,3,4,4.9l28.6,140.2h21.6l-30-144.8
|
||||||
|
c0.6-0.3,1.2-0.6,1.9-0.9c0.6-0.3,1.1-0.6,1.4-0.9l0.9-4.2c-0.3-2.2,1.5-4.4,5.4-6.6c3.9-2.2,8.8-3.8,14.8-4.7
|
||||||
|
c5.9-0.6,11.1-0.5,15.5,0.5c4.4,0.9,6.7,2.5,7,4.7l2.3,3.3c0.6,0,1.4,0.2,2.3,0.5s1.7,0.6,2.3,0.9l37.5,180.5
|
||||||
|
c-6.3,9.4-18,17.3-35.2,23.9c-17.2,6.9-35.7,11.8-55.5,14.8s-39.1,3.8-57.9,2.6c-18.4-1.2-32.2-5.3-41.3-12.2L122.9,85.7z
|
||||||
|
M151.5,63.9c-8.1-1.7-12.5-4.6-13.1-8.7s2.7-8,9.8-12c7.2-3.9,16.2-6.8,27.2-8.7c10.6-1.6,20-1.5,28.1,0.2s12.5,4.6,13.1,8.7
|
||||||
|
s-2.7,8.1-9.8,12.2c-7.2,4.1-16.3,6.9-27.2,8.4C169,65.7,159.6,65.6,151.5,63.9z M197.9,145.7c-9.1,1.3-17.7,1.7-25.8,1.4
|
||||||
|
s-15.8-1.4-23-3.3l25.3,113c6.2,3.1,13.4,5.2,21.6,6.3c8.1,1.1,17,1.3,26.7,0.7L197.9,145.7z M339.4,432.6
|
||||||
|
c-0.6,0-1.3-0.2-1.9-0.5s-1.4-0.6-2.3-0.9L311.8,321c-3.1,1.6-6.4,2.8-9.8,3.8c-3.4,0.9-6.7,1.6-9.8,1.9l22,106.9
|
||||||
|
c1.2,6.6-3.8,12.3-15,17.3c-10.9,4.7-23.5,8-37.7,10.1c-14.2,2-27.6,2.6-40.1,1.6c-12.5-0.9-19.2-3.9-20.2-8.9l-32.8-153.8
|
||||||
|
c9.1,6.9,22.8,10.9,41.3,12.2c18.4,1.3,37.6,0.4,57.4-2.6c19.8-3,38.4-7.9,55.5-14.8c17.2-6.6,29.1-14.4,35.6-23.4l0.9,5.6h1.9
|
||||||
|
l28.6,134.5l-3.3,1.4l2.8,10.3c-0.9,0.6-1.8,1.3-2.6,1.9c-0.8,0.6-1.6,1.3-2.6,1.9l0.9,4.2c0.9,5-6,8.4-20.9,10.1
|
||||||
|
c-14.8,1.7-22.7,0.1-23.7-4.9L339.4,432.6z M258.8,434l-21.1-99.4c-9.4,0-18.4-0.7-27-2.1s-17-3.7-25.1-6.8l23.9,107.8
|
||||||
|
c8.4,1.9,16.7,2.8,24.8,2.8C242.6,436.3,250.7,435.5,258.8,434z M217.6,470.1c13.4,3.4,27.5,4.2,42.2,2.3
|
||||||
|
c14.7-1.9,30.2-6.9,46.4-15c0.6,2.2,0.8,4.1,0.5,5.6c-0.3,1.6-1.3,3-2.8,4.2c-18.8,13.7-37.3,19.1-55.8,16.2
|
||||||
|
c-18.4-3-28.6-5.6-30.5-7.7L217.6,470.1L217.6,470.1z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path class="st14" d="M365.2,247.4L346,210.8l12.2-49.2l-36.6,16.9c-5.6,2.8-9.9,7.9-12.9,15.2c-3,7.4-3.2,13.7-0.7,19l24.9,51.1
|
||||||
|
l-24.4,16.9L133.2,59L82.6,33.6l10.3,55.8l165,229.1l-23,18.8l-42.2-37.5c-4.4-4-10.5-5.7-18.5-4.9c-7.9,0.8-13.9,3.5-18,8.2
|
||||||
|
l-26.3,30.5l50.6,1.9l29.5,28.6c6.5,6.3,15.2,10.1,26,11.3s19.8-0.8,27-6.1l92.9-69.9c6.8-5.3,11.3-13.3,13.1-24.1
|
||||||
|
C370.8,264.5,369.6,255.2,365.2,247.4z"/>
|
||||||
|
</g>
|
||||||
|
<g id="Clans" class="st0">
|
||||||
|
<g id="Imperial" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st16 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Unicorn" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st17 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Torttle" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Scorpion" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st18 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Phoenix" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st19 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Mantis" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st20 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Lion" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st21 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Dragon" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st22 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Crab" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st23 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
<g id="Crane" class="st1">
|
||||||
|
<rect y="18.6" class="st15" width="512" height="493.4"/>
|
||||||
|
<text transform="matrix(1 0 0 1 16 468.6476)" class="st24 st4 st5"></text>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<polygon class="st14" points="403.7,416.1 361.9,447.6 376,478.5 402.8,483.6 427.2,465.3 429.5,438.1 "/>
|
||||||
|
<polygon class="st25" points="335.7,314.4 283.1,353.8 355.8,449.9 361.9,447.6 403.7,416.1 407.5,410.9 "/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 46 KiB |
@@ -1,13 +1,20 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
width="48.2px" height="48.2px" viewBox="0 0 48.2 48.2" xml:space="preserve">
|
||||||
width="48.2px" height="48.2px" viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
<defs>
|
||||||
|
<linearGradient id="iconGradient" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||||
|
<stop offset="0%" style="stop-color:#E0E0E0;stop-opacity:1" />
|
||||||
|
<stop offset="100%" style="stop-color:#FFFFFF;stop-opacity:1" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#030104;}
|
/* Gradient fill with contrasting stroke */
|
||||||
|
.fill-gradient{fill:url(#iconGradient);}
|
||||||
|
.stroke-contrast{stroke:#2a2a2a;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
|
||||||
</style>
|
</style>
|
||||||
<g>
|
<g>
|
||||||
<g>
|
<g>
|
||||||
<path class="st0" d="M43,40c-0.9-7.2-2.3-13.9-5.7-20.2c-1-1.9-2.6-3.5-3.8-5.3c-0.2-0.3-0.5-0.7-0.7-1.1c0.7-0.6,1.4-1.3,2.1-2
|
<path class="fill-gradient stroke-contrast" d="M43,40c-0.9-7.2-2.3-13.9-5.7-20.2c-1-1.9-2.6-3.5-3.8-5.3c-0.2-0.3-0.5-0.7-0.7-1.1c0.7-0.6,1.4-1.3,2.1-2
|
||||||
c0.8-0.8,1.5-1.5,2.1-2.3c0.7-0.8,1.2-1.5,1.7-2.1c1-1.3,1.5-2.3,1.5-2.3s-1,0.5-2.3,1.5c-0.7,0.5-1.4,1.1-2.1,1.7
|
c0.8-0.8,1.5-1.5,2.1-2.3c0.7-0.8,1.2-1.5,1.7-2.1c1-1.3,1.5-2.3,1.5-2.3s-1,0.5-2.3,1.5c-0.7,0.5-1.4,1.1-2.1,1.7
|
||||||
c-0.8,0.7-1.5,1.4-2.3,2.1c-0.4,0.4-0.9,0.9-1.3,1.4c-0.7-3.4-3.5-6.2-7-6.6c-3.7-0.5-7.6,1.7-8.5,5.4c-0.1,0.5-0.3,1-0.4,1.4
|
c-0.8,0.7-1.5,1.4-2.3,2.1c-0.4,0.4-0.9,0.9-1.3,1.4c-0.7-3.4-3.5-6.2-7-6.6c-3.7-0.5-7.6,1.7-8.5,5.4c-0.1,0.5-0.3,1-0.4,1.4
|
||||||
c-0.5-0.5-1-1-1.5-1.5C14,9.3,13.2,8.6,12.5,8c-0.8-0.7-1.5-1.2-2.1-1.7C9,5.3,8,4.8,8,4.8s0.5,1,1.5,2.3c0.5,0.7,1.1,1.4,1.7,2.1
|
c-0.5-0.5-1-1-1.5-1.5C14,9.3,13.2,8.6,12.5,8c-0.8-0.7-1.5-1.2-2.1-1.7C9,5.3,8,4.8,8,4.8s0.5,1,1.5,2.3c0.5,0.7,1.1,1.4,1.7,2.1
|
||||||
@@ -17,10 +24,10 @@
|
|||||||
c0.5,0.1,1,0,1.4-0.2c0.4-0.2,0.8-0.6,1.1-1.1c0.5-0.7,0.7-0.3,1.3,0.6c0.5,0.9,1.6,1.2,3,1.4c2.9,0.4,2.8,0.6,2.5,3.5
|
c0.5,0.1,1,0,1.4-0.2c0.4-0.2,0.8-0.6,1.1-1.1c0.5-0.7,0.7-0.3,1.3,0.6c0.5,0.9,1.6,1.2,3,1.4c2.9,0.4,2.8,0.6,2.5,3.5
|
||||||
c0,0.5,0,1-0.1,1.4c-0.5,2.3,0.1,5.1-1.8,6.9c-0.8,0.7-1.6,1.1-1.5,1.2c0.1,0.1,1.1,0,2.1-0.1c2.4-0.3,4.9-0.7,7.4-1
|
c0,0.5,0,1-0.1,1.4c-0.5,2.3,0.1,5.1-1.8,6.9c-0.8,0.7-1.6,1.1-1.5,1.2c0.1,0.1,1.1,0,2.1-0.1c2.4-0.3,4.9-0.7,7.4-1
|
||||||
C42.3,42.1,43.1,41.1,43,40z M21.3,8.2C20.2,9,19.2,9.3,19,9s0.4-1.2,1.5-1.9c1-0.7,2.1-1.1,2.3-0.7C23,6.6,22.3,7.5,21.3,8.2z"/>
|
C42.3,42.1,43.1,41.1,43,40z M21.3,8.2C20.2,9,19.2,9.3,19,9s0.4-1.2,1.5-1.9c1-0.7,2.1-1.1,2.3-0.7C23,6.6,22.3,7.5,21.3,8.2z"/>
|
||||||
<path class="st0" d="M32,35.9c0-0.2-0.9-0.2-1.9-0.1c-1,0.1-1.8,0.4-1.8,0.7c0,0.2,0.9,0.3,1.9,0.1C31.3,36.4,32,36.1,32,35.9z"/>
|
<path class="fill-gradient stroke-contrast" d="M32,35.9c0-0.2-0.9-0.2-1.9-0.1c-1,0.1-1.8,0.4-1.8,0.7c0,0.2,0.9,0.3,1.9,0.1C31.3,36.4,32,36.1,32,35.9z"/>
|
||||||
<path class="st0" d="M18.2,35.8c-0.9-0.2-1.7-0.1-1.8,0.1c0,0.2,0.7,0.5,1.6,0.7c0.9,0.2,1.7,0.1,1.8-0.1
|
<path class="fill-gradient stroke-contrast" d="M18.2,35.8c-0.9-0.2-1.7-0.1-1.8,0.1c0,0.2,0.7,0.5,1.6,0.7c0.9,0.2,1.7,0.1,1.8-0.1
|
||||||
C19.9,36.3,19.2,36,18.2,35.8z"/>
|
C19.9,36.3,19.2,36,18.2,35.8z"/>
|
||||||
<path class="st0" d="M25.3,40.3c-0.1,0-0.3,0-0.5-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.2,0-0.2-0.1c-0.1,0-0.3-0.1-0.4,0
|
<path class="fill-gradient stroke-contrast" d="M25.3,40.3c-0.1,0-0.3,0-0.5-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.2,0-0.2-0.1c-0.1,0-0.3-0.1-0.4,0
|
||||||
c-0.1,0-0.3,0-0.4,0c-0.1,0-0.2,0.1-0.2,0.1c-0.1,0-0.2,0.1-0.2,0.1c-0.2,0.1-0.4,0-0.5,0.1c-0.1,0-0.2,0.1-0.2,0.1s0,0.1,0,0.3
|
c-0.1,0-0.3,0-0.4,0c-0.1,0-0.2,0.1-0.2,0.1c-0.1,0-0.2,0.1-0.2,0.1c-0.2,0.1-0.4,0-0.5,0.1c-0.1,0-0.2,0.1-0.2,0.1s0,0.1,0,0.3
|
||||||
c0,0.2,0,0.3,0.1,0.6c0.1,0.1,0.1,0.2,0.3,0.3c0.1,0.1,0.2,0.2,0.4,0.3c0.1,0.1,0.3,0.2,0.4,0.2c0.2,0,0.3,0.1,0.5,0.1
|
c0,0.2,0,0.3,0.1,0.6c0.1,0.1,0.1,0.2,0.3,0.3c0.1,0.1,0.2,0.2,0.4,0.3c0.1,0.1,0.3,0.2,0.4,0.2c0.2,0,0.3,0.1,0.5,0.1
|
||||||
c0.2,0,0.3,0,0.5-0.1c0.2,0,0.3-0.1,0.4-0.2c0.3-0.1,0.5-0.4,0.6-0.6c0.1-0.2,0.2-0.4,0.2-0.6c0-0.2,0-0.2,0-0.2
|
c0.2,0,0.3,0,0.5-0.1c0.2,0,0.3-0.1,0.4-0.2c0.3-0.1,0.5-0.4,0.6-0.6c0.1-0.2,0.2-0.4,0.2-0.6c0-0.2,0-0.2,0-0.2
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.7 KiB |
@@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
width="48.2px" height="48.2px" viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
width="48.2px" height="48.2px" viewBox="-1 -1 50.2 50.2" style="enable-background:new -1 -1 50.2 50.2;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#1D1C1A;}
|
.st0{fill:#030104;}
|
||||||
</style>
|
</style>
|
||||||
<g>
|
<g>
|
||||||
<path class="st0" d="M48.7,4.8c0,0-0.1,0-0.2,0.1c-0.9,0.6-4.4,2-9.3,3.1c-4.6,1-10.8,1.8-16.7,2.3c-6.2,0.6-14.9,0.8-21.3-0.5
|
<path class="st0" d="M48.7,4.8c0,0-0.1,0-0.2,0.1c-0.9,0.6-4.4,2-9.3,3.1c-4.6,1-10.8,1.8-16.7,2.3c-6.2,0.6-14.9,0.8-21.3-0.5
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
@@ -2,122 +2,184 @@
|
|||||||
"label": "Armures",
|
"label": "Armures",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Ashigaru Armor",
|
"id": "Ashigaru Armor",
|
||||||
"name": "Armure d'Ashigaru",
|
"name": "Armure d'Ashigaru",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.239"
|
"source_reference": {
|
||||||
|
"page": "239"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Plated Armor",
|
"id": "Plated Armor",
|
||||||
"name": "Armure de plates",
|
"name": "Armure de plates",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.239"
|
"source_reference": {
|
||||||
|
"page": "239"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Concealed Armor",
|
"id": "Concealed Armor",
|
||||||
"name": "Armure dissimulée",
|
"name": "Armure dissimulée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.239"
|
"source_reference": {
|
||||||
|
"page": "239"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lacquered Armor",
|
"id": "Lacquered Armor",
|
||||||
"name": "Armure laquée",
|
"name": "Armure laquée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.239"
|
"source_reference": {
|
||||||
|
"page": "239"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ceremonial Clothes",
|
"id": "Ceremonial Clothes",
|
||||||
"name": "Tenue de cérémonie",
|
"name": "Tenue de cérémonie",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.239"
|
"source_reference": {
|
||||||
|
"page": "239"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Traveling Clothes",
|
"id": "Traveling Clothes",
|
||||||
"name": "Vêtements de voyage",
|
"name": "Vêtements de voyage",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.239"
|
"source_reference": {
|
||||||
|
"page": "239"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sanctified Robes",
|
"id": "Sanctified Robes",
|
||||||
"name": "Tunique sanctifiée",
|
"name": "Tunique sanctifiée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.239"
|
"source_reference": {
|
||||||
|
"page": "239"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sleeping Garb",
|
"id": "Sleeping Garb",
|
||||||
"name": "Vêtements de nuit",
|
"name": "Vêtements de nuit",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.239"
|
"source_reference": {
|
||||||
|
"page": "239"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Common Clothes",
|
"id": "Common Clothes",
|
||||||
"name": "Vêtements ordinaires",
|
"name": "Vêtements ordinaires",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.239"
|
"source_reference": {
|
||||||
|
"page": "239"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Inconspicuous garb",
|
"id": "Inconspicuous garb",
|
||||||
"name": "Tenue discrète",
|
"name": "Tenue discrète",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles"
|
"source_reference": {
|
||||||
|
"page": "83"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Robes of Judgment",
|
"id": "Robes of Judgment",
|
||||||
"name": "La tunique du jugement",
|
"name": "La tunique du jugement",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Firefighter's Coat",
|
"id": "Firefighter's Coat",
|
||||||
"name": "Manteau de pompier",
|
"name": "Manteau de pompier",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.112"
|
"source_reference": {
|
||||||
|
"page": "112"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stealth Clothing",
|
"id": "Stealth Clothing",
|
||||||
"name": "Tenue de camouflage",
|
"name": "Tenue de camouflage",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.112"
|
"source_reference": {
|
||||||
|
"page": "112"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "O-yoroi",
|
"id": "O-yoroi",
|
||||||
"name": "O-yoroi",
|
"name": "O-yoroi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.105"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tatami Gusoku",
|
"id": "Tatami Gusoku",
|
||||||
"name": "Tatami Gusoku",
|
"name": "Tatami Gusoku",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.106"
|
"source_reference": {
|
||||||
|
"page": "106"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tosei-Gusoku",
|
"id": "Tosei-Gusoku",
|
||||||
"name": "Tosei-Gusoku",
|
"name": "Tosei-Gusoku",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.106"
|
"source_reference": {
|
||||||
|
"page": "106"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sailor's garb",
|
"id": "Sailor's garb",
|
||||||
"name": "Vêtements de marin",
|
"name": "Vêtements de marin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Le Clan de la Mante p.9"
|
"source_reference": {
|
||||||
|
"page": "9"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shark leather armor",
|
"id": "Shark leather armor",
|
||||||
"name": "Armure en peau de requin",
|
"name": "Armure en peau de requin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Le Clan de la Mante p.9"
|
"source_reference": {
|
||||||
|
"page": "9"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Golden Obi of the Sun Goddess [Blessed Treasure]",
|
"id": "The Golden Obi of the Sun Goddess [Blessed Treasure]",
|
||||||
"name": "L’obi doré de la Déesse Soleil [Trésor Béni]",
|
"name": "L’obi doré de la Déesse Soleil [Trésor Béni]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.97"
|
"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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"label": "Liens",
|
"label": "Liens",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference",
|
"source_reference": "system.source_reference",
|
||||||
"bond_type": "system.bond_type"
|
"bond_type": "system.bond_type"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
@@ -10,63 +10,81 @@
|
|||||||
"id": "Family",
|
"id": "Family",
|
||||||
"name": "Familial",
|
"name": "Familial",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.136",
|
"source_reference": {
|
||||||
|
"page": "136"
|
||||||
|
},
|
||||||
"bond_type": "Familial"
|
"bond_type": "Familial"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Comrade",
|
"id": "Comrade",
|
||||||
"name": "Amitié",
|
"name": "Amitié",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.137",
|
"source_reference": {
|
||||||
|
"page": "137"
|
||||||
|
},
|
||||||
"bond_type": "Amitié"
|
"bond_type": "Amitié"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lover",
|
"id": "Lover",
|
||||||
"name": "Amoureux",
|
"name": "Amoureux",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.137",
|
"source_reference": {
|
||||||
|
"page": "137"
|
||||||
|
},
|
||||||
"bond_type": "Amoureux"
|
"bond_type": "Amoureux"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rival",
|
"id": "Rival",
|
||||||
"name": "Rivalité",
|
"name": "Rivalité",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.138",
|
"source_reference": {
|
||||||
|
"page": "138"
|
||||||
|
},
|
||||||
"bond_type": "Rivalité"
|
"bond_type": "Rivalité"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Nemesis",
|
"id": "Nemesis",
|
||||||
"name": "Haine",
|
"name": "Haine",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.138",
|
"source_reference": {
|
||||||
|
"page": "138"
|
||||||
|
},
|
||||||
"bond_type": "Haine"
|
"bond_type": "Haine"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Old Flame",
|
"id": "Old Flame",
|
||||||
"name": "Ancien amant",
|
"name": "Ancien amant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.188",
|
"source_reference": {
|
||||||
|
"page": "188"
|
||||||
|
},
|
||||||
"bond_type": "Ancien amant"
|
"bond_type": "Ancien amant"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Partner",
|
"id": "Partner",
|
||||||
"name": "Partenaire",
|
"name": "Partenaire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.189",
|
"source_reference": {
|
||||||
|
"page": "189"
|
||||||
|
},
|
||||||
"bond_type": "Partenaire"
|
"bond_type": "Partenaire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Protector and Ward",
|
"id": "Protector and Ward",
|
||||||
"name": "Protecteur et pupille",
|
"name": "Protecteur et pupille",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.189",
|
"source_reference": {
|
||||||
|
"page": "189"
|
||||||
|
},
|
||||||
"bond_type": "Protecteur et pupille"
|
"bond_type": "Protecteur et pupille"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wanderers Fellowship",
|
"id": "Wanderers Fellowship",
|
||||||
"name": "Frères d’errance",
|
"name": "Frères d’errance",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.191",
|
"source_reference": {
|
||||||
|
"page": "191"
|
||||||
|
},
|
||||||
"bond_type": "Frères d’errance"
|
"bond_type": "Frères d’errance"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -2,248 +2,328 @@
|
|||||||
"label": "Bénédictions d'instrument divin",
|
"label": "Bénédictions d'instrument divin",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Agility of Legend [Armor]",
|
"id": "Agility of Legend [Armor]",
|
||||||
"name": "Agilité légendaire [Armure]",
|
"name": "Agilité légendaire [Armure]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Animal Transformation [Projectile]",
|
"id": "Animal Transformation [Projectile]",
|
||||||
"name": "Transformation animale [Projectiles]",
|
"name": "Transformation animale [Projectiles]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Aura of Power [General]",
|
"id": "Aura of Power [General]",
|
||||||
"name": "Aura de puissance [Générique]",
|
"name": "Aura de puissance [Générique]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Beguile the Senses [General]",
|
"id": "Beguile the Senses [General]",
|
||||||
"name": "Envoûtement des sens [Générique]",
|
"name": "Envoûtement des sens [Générique]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Binding [Projectile]",
|
"id": "Binding [Projectile]",
|
||||||
"name": "Liens [Projectiles]",
|
"name": "Liens [Projectiles]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blessed Revitalization [General]",
|
"id": "Blessed Revitalization [General]",
|
||||||
"name": "Revitalisation bénie [Générique]",
|
"name": "Revitalisation bénie [Générique]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Burst of Force [Armor]",
|
"id": "Burst of Force [Armor]",
|
||||||
"name": "Explosion de force [Armure]",
|
"name": "Explosion de force [Armure]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Celestial Step [General]",
|
"id": "Celestial Step [General]",
|
||||||
"name": "Enjambée céleste [Générique]",
|
"name": "Enjambée céleste [Générique]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Cosmic Devastation [General]",
|
"id": "Cosmic Devastation [General]",
|
||||||
"name": "Dévastation cosmique [Générique]",
|
"name": "Dévastation cosmique [Générique]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Deadly Venom [Projectile]",
|
"id": "Deadly Venom [Projectile]",
|
||||||
"name": "Venin mortel [Projectiles]",
|
"name": "Venin mortel [Projectiles]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Defensive [General]",
|
"id": "Defensive [General]",
|
||||||
"name": "Défensif [Générique]",
|
"name": "Défensif [Générique]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Detonation [Projectile]",
|
"id": "Detonation [Projectile]",
|
||||||
"name": "Déflagration [Projectiles]",
|
"name": "Déflagration [Projectiles]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Duplication [Projectile]",
|
"id": "Duplication [Projectile]",
|
||||||
"name": "Duplication [Projectiles]",
|
"name": "Duplication [Projectiles]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Earthshaker [General]",
|
"id": "Earthshaker [General]",
|
||||||
"name": "Bouleversement terrestre [Générique]",
|
"name": "Bouleversement terrestre [Générique]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Flurry [General]",
|
"id": "Flurry [General]",
|
||||||
"name": "Déluge [Générique]",
|
"name": "Déluge [Générique]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fortress Breaker [Projectile]",
|
"id": "Fortress Breaker [Projectile]",
|
||||||
"name": "Briseur de défenses [Projectiles]",
|
"name": "Briseur de défenses [Projectiles]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Grand Inspiration [Utility Object]",
|
"id": "Grand Inspiration [Utility Object]",
|
||||||
"name": "Inspiration grandiose [Utilitaire]",
|
"name": "Inspiration grandiose [Utilitaire]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Harm Returned [Armor]",
|
"id": "Harm Returned [Armor]",
|
||||||
"name": "Oeil pour oeil [Armure]",
|
"name": "Oeil pour oeil [Armure]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Illusions Shattered [Utility Object]",
|
"id": "Illusions Shattered [Utility Object]",
|
||||||
"name": "Fin des illusions [Utilitaire]",
|
"name": "Fin des illusions [Utilitaire]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Independence [Melee Weapon]",
|
"id": "Independence [Melee Weapon]",
|
||||||
"name": "Indépendance [Corps à corps]",
|
"name": "Indépendance [Corps à corps]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Inexorable [Melee Weapon]",
|
"id": "Inexorable [Melee Weapon]",
|
||||||
"name": "Inexorable [Corps à corps]",
|
"name": "Inexorable [Corps à corps]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Inviolable [Armor]",
|
"id": "Inviolable [Armor]",
|
||||||
"name": "Impénétrable [Armure]",
|
"name": "Impénétrable [Armure]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Mark of Doom [Utility Object]",
|
"id": "Mark of Doom [Utility Object]",
|
||||||
"name": "Marque fatale [Utilitaire]",
|
"name": "Marque fatale [Utilitaire]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Obliteration [Projectile]",
|
"id": "Obliteration [Projectile]",
|
||||||
"name": "Anéantissement [Projectiles]",
|
"name": "Anéantissement [Projectiles]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Overwhelming Force [General]",
|
"id": "Overwhelming Force [General]",
|
||||||
"name": "Force irrésistible [Générique]",
|
"name": "Force irrésistible [Générique]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Overwhelming Radiance [Armor]",
|
"id": "Overwhelming Radiance [Armor]",
|
||||||
"name": "Eclat irrésistible [Armure]",
|
"name": "Eclat irrésistible [Armure]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Resounding Arrival [Melee Weapon]",
|
"id": "Resounding Arrival [Melee Weapon]",
|
||||||
"name": "Apparition retentissante [Corps à corps]",
|
"name": "Apparition retentissante [Corps à corps]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Resounding Rhetoric [Utility Object]",
|
"id": "Resounding Rhetoric [Utility Object]",
|
||||||
"name": "Rhétorique retentissante [Utilitaire]",
|
"name": "Rhétorique retentissante [Utilitaire]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.105"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Returning [Projectile]",
|
"id": "Returning [Projectile]",
|
||||||
"name": "Retour au lanceur [Projectiles]",
|
"name": "Retour au lanceur [Projectiles]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rising Power [Melee Weapon]",
|
"id": "Rising Power [Melee Weapon]",
|
||||||
"name": "Accumulation de puissance [Corps à corps]",
|
"name": "Accumulation de puissance [Corps à corps]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Root of Language [Utility Object]",
|
"id": "Root of Language [Utility Object]",
|
||||||
"name": "Racine du langage [Utilitaire]",
|
"name": "Racine du langage [Utilitaire]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.105"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shifting Shape [General]",
|
"id": "Shifting Shape [General]",
|
||||||
"name": "Forme changeante [Générique]",
|
"name": "Forme changeante [Générique]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Soothing Words [Utility Object]",
|
"id": "Soothing Words [Utility Object]",
|
||||||
"name": "Mots de réconfort [Utilitaire]",
|
"name": "Mots de réconfort [Utilitaire]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Subterranean Secrets [Utility Object]",
|
"id": "Subterranean Secrets [Utility Object]",
|
||||||
"name": "Secrets souterrains [Utilitaire]",
|
"name": "Secrets souterrains [Utilitaire]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.105"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Transfiguration [General]",
|
"id": "Transfiguration [General]",
|
||||||
"name": "Transfiguration [Générique]",
|
"name": "Transfiguration [Générique]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Unassuming [General]",
|
"id": "Unassuming [General]",
|
||||||
"name": "Sans prétention [Générique]",
|
"name": "Sans prétention [Générique]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Unerring [Projectile]",
|
"id": "Unerring [Projectile]",
|
||||||
"name": "Infaillible [Projectiles]",
|
"name": "Infaillible [Projectiles]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Unleashed Fury [Melee Weapon]",
|
"id": "Unleashed Fury [Melee Weapon]",
|
||||||
"name": "Déchaînement de fureur [Corps à corps]",
|
"name": "Déchaînement de fureur [Corps à corps]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Unlimited Negation [Utility Object]",
|
"id": "Unlimited Negation [Utility Object]",
|
||||||
"name": "Négation universelle [Utilitaire]",
|
"name": "Négation universelle [Utilitaire]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.105"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Vitality [Utility Object]",
|
"id": "Vitality [Utility Object]",
|
||||||
"name": "Vitalité [Utilitaire]",
|
"name": "Vitalité [Utilitaire]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.105"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,116 +2,176 @@
|
|||||||
"label": "Procédés de fabrication",
|
"label": "Procédés de fabrication",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Kakita Pattern",
|
"id": "Kakita Pattern",
|
||||||
"name": "Procédé Kakita",
|
"name": "Procédé Kakita",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kenzō Blade",
|
"id": "Kenzō Blade",
|
||||||
"name": "Lame Kenzō",
|
"name": "Lame Kenzō",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shirogane Jade Inlay",
|
"id": "Shirogane Jade Inlay",
|
||||||
"name": "Incrustation de Jade de Shirogane",
|
"name": "Incrustation de Jade de Shirogane",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Uchema’s Technique",
|
"id": "Uchema’s Technique",
|
||||||
"name": "Technique d’Uchema",
|
"name": "Technique d’Uchema",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Yasunori Steel",
|
"id": "Yasunori Steel",
|
||||||
"name": "Acier de Yasunori",
|
"name": "Acier de Yasunori",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Akodo Pattern",
|
"id": "Akodo Pattern",
|
||||||
"name": "Procédé Akodo",
|
"name": "Procédé Akodo",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Burning Watter Pattern",
|
"id": "Burning Watter Pattern",
|
||||||
"name": "Procédé de l’eau ardente",
|
"name": "Procédé de l’eau ardente",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Concealment Pattern",
|
"id": "Concealment Pattern",
|
||||||
"name": "Procédé de dissimulation",
|
"name": "Procédé de dissimulation",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Deadly Fangs Pattern",
|
"id": "Deadly Fangs Pattern",
|
||||||
"name": "Procédé des crocs mortels",
|
"name": "Procédé des crocs mortels",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fearsome Snarl Pattern",
|
"id": "Fearsome Snarl Pattern",
|
||||||
"name": "Procédé du grognement terrifiant",
|
"name": "Procédé du grognement terrifiant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ichirō Pattern",
|
"id": "Ichirō Pattern",
|
||||||
"name": "Procédé Ichirō",
|
"name": "Procédé Ichirō",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Mountain Silk Pattern",
|
"id": "Mountain Silk Pattern",
|
||||||
"name": "Procédé de la soie des montagnes",
|
"name": "Procédé de la soie des montagnes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Screaming Fire Pattern",
|
"id": "Screaming Fire Pattern",
|
||||||
"name": "Procédé du feu hurlant",
|
"name": "Procédé du feu hurlant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Toriyama's Endurance Pattern",
|
"id": "Toriyama's Endurance Pattern",
|
||||||
"name": "Procédé de l’endurance de Toriyama",
|
"name": "Procédé de l’endurance de Toriyama",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spirit of the Qamarist Pattern",
|
"id": "Spirit of the Qamarist Pattern",
|
||||||
"name": "Procédé de l’esprit des Qamaristes",
|
"name": "Procédé de l’esprit des Qamaristes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ghostlands Yodhaniya Pattern",
|
"id": "Ghostlands Yodhaniya Pattern",
|
||||||
"name": "Procédé des Yodhaniya des terres Spectrales",
|
"name": "Procédé des Yodhaniya des terres Spectrales",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kökejin’s Heart of the Wind Pattern",
|
"id": "Kökejin’s Heart of the Wind Pattern",
|
||||||
"name": "Procédé du Coeur du vent de Kökejin",
|
"name": "Procédé du Coeur du vent de Kökejin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Agasha Pattern",
|
"id": "Agasha Pattern",
|
||||||
"name": "Le procédé Agasha",
|
"name": "Le procédé Agasha",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.105"
|
"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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Afflicted": {
|
"Figure: Afflicted": {
|
||||||
"name": "Tourmenté - Image",
|
"name": "Tourmenté - Image",
|
||||||
"src": "icons/svg/sun.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/afflicted.webp"
|
||||||
},
|
},
|
||||||
"Afflicted": {
|
"Afflicted": {
|
||||||
"name": "Tourmenté",
|
"name": "Tourmenté",
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Bleeding": {
|
"Figure: Bleeding": {
|
||||||
"name": "En sang - Image",
|
"name": "En sang - Image",
|
||||||
"src": "icons/svg/blood.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/bleeding.webp"
|
||||||
},
|
},
|
||||||
"Bleeding": {
|
"Bleeding": {
|
||||||
"name": "En sang",
|
"name": "En sang",
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Burning": {
|
"Figure: Burning": {
|
||||||
"name": "En feu - Image",
|
"name": "En feu - Image",
|
||||||
"src": "icons/svg/fire.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/burning.webp"
|
||||||
},
|
},
|
||||||
"Burning": {
|
"Burning": {
|
||||||
"name": "En feu",
|
"name": "En feu",
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Compromised": {
|
"Figure: Compromised": {
|
||||||
"name": "Compromis - Image",
|
"name": "Compromis - Image",
|
||||||
"src": "icons/svg/terror.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/compromised.webp"
|
||||||
},
|
},
|
||||||
"Compromised": {
|
"Compromised": {
|
||||||
"name": "Compromis",
|
"name": "Compromis",
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Dazed": {
|
"Figure: Dazed": {
|
||||||
"name": "Hébété - Image",
|
"name": "Hébété - Image",
|
||||||
"src": "icons/svg/eye.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/dazed.webp"
|
||||||
},
|
},
|
||||||
"Dazed": {
|
"Dazed": {
|
||||||
"name": "Hébété",
|
"name": "Hébété",
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Disoriented": {
|
"Figure: Disoriented": {
|
||||||
"name": "Désorienté - Image",
|
"name": "Désorienté - Image",
|
||||||
"src": "icons/svg/daze.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/disoriented.webp"
|
||||||
},
|
},
|
||||||
"Disoriented": {
|
"Disoriented": {
|
||||||
"name": "Désorienté",
|
"name": "Désorienté",
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Dying [X Rounds]": {
|
"Figure: Dying [X Rounds]": {
|
||||||
"name": "Mourant (X rounds) - Image",
|
"name": "Mourant (X rounds) - Image",
|
||||||
"src": "icons/svg/skull.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/dying_1.webp"
|
||||||
},
|
},
|
||||||
"Dying [X Rounds]": {
|
"Dying [X Rounds]": {
|
||||||
"name": "Mourant (X rounds)",
|
"name": "Mourant (X rounds)",
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Enraged": {
|
"Figure: Enraged": {
|
||||||
"name": "Enragé - Image",
|
"name": "Enragé - Image",
|
||||||
"src": "icons/svg/lightning.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/enraged.webp"
|
||||||
},
|
},
|
||||||
"Enraged": {
|
"Enraged": {
|
||||||
"name": "Enragé",
|
"name": "Enragé",
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Exhausted": {
|
"Figure: Exhausted": {
|
||||||
"name": "Epuisé - Image",
|
"name": "Epuisé - Image",
|
||||||
"src": "icons/svg/sleep.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/exhausted.webp"
|
||||||
},
|
},
|
||||||
"Exhausted": {
|
"Exhausted": {
|
||||||
"name": "Epuisé",
|
"name": "Epuisé",
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Immobilized": {
|
"Figure: Immobilized": {
|
||||||
"name": "Immobilisé - Image",
|
"name": "Immobilisé - Image",
|
||||||
"src": "icons/svg/net.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/immobilized.webp"
|
||||||
},
|
},
|
||||||
"Immobilized": {
|
"Immobilized": {
|
||||||
"name": "Immobilisé",
|
"name": "Immobilisé",
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Incapacitated": {
|
"Figure: Incapacitated": {
|
||||||
"name": "Hors de combat - Image",
|
"name": "Hors de combat - Image",
|
||||||
"src": "icons/svg/downgrade.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/incapacitated.webp"
|
||||||
},
|
},
|
||||||
"Incapacitated": {
|
"Incapacitated": {
|
||||||
"name": "Hors de combat",
|
"name": "Hors de combat",
|
||||||
@@ -152,7 +152,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Intoxicated": {
|
"Figure: Intoxicated": {
|
||||||
"name": "Ivre - Image",
|
"name": "Ivre - Image",
|
||||||
"src": "icons/svg/poison.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/intoxicated.webp"
|
||||||
},
|
},
|
||||||
"Intoxicated": {
|
"Intoxicated": {
|
||||||
"name": "Ivre",
|
"name": "Ivre",
|
||||||
@@ -165,7 +165,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Prone": {
|
"Figure: Prone": {
|
||||||
"name": "A terre - Image",
|
"name": "A terre - Image",
|
||||||
"src": "icons/svg/falling.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/prone.webp"
|
||||||
},
|
},
|
||||||
"Prone": {
|
"Prone": {
|
||||||
"name": "A terre",
|
"name": "A terre",
|
||||||
@@ -178,7 +178,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Silenced": {
|
"Figure: Silenced": {
|
||||||
"name": "Aphone - Image",
|
"name": "Aphone - Image",
|
||||||
"src": "icons/svg/silenced.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/silenced.webp"
|
||||||
},
|
},
|
||||||
"Silenced": {
|
"Silenced": {
|
||||||
"name": "Aphone",
|
"name": "Aphone",
|
||||||
@@ -191,7 +191,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Unconscious": {
|
"Figure: Unconscious": {
|
||||||
"name": "Inconscient - Image",
|
"name": "Inconscient - Image",
|
||||||
"src": "icons/svg/unconscious.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/unconscious.webp"
|
||||||
},
|
},
|
||||||
"Unconscious": {
|
"Unconscious": {
|
||||||
"name": "Inconscient",
|
"name": "Inconscient",
|
||||||
@@ -204,7 +204,7 @@
|
|||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Wounded": {
|
"Figure: Wounded": {
|
||||||
"name": "Blessé - Image",
|
"name": "Blessé - Image",
|
||||||
"src": "icons/svg/degen.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/heavily_wounded.webp"
|
||||||
},
|
},
|
||||||
"Wounded": {
|
"Wounded": {
|
||||||
"name": "Blessé",
|
"name": "Blessé",
|
||||||
@@ -213,67 +213,106 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Illness: Oozing Sore Disease": {
|
"Illness: Oozing Sore Disease": {
|
||||||
"name": "Illness: Oozing Sore Disease (WIP)",
|
"name": "Maladie : Bubons purulents",
|
||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Illness: Oozing Sore Disease": {
|
"Figure: Illness: Oozing Sore Disease": {
|
||||||
"name": "Illness: Oozing Sore Disease (WIP) - Image",
|
"name": "Maladie : Bubons purulents - Image",
|
||||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/illness_oozing_sore_disease.webp"
|
||||||
},
|
},
|
||||||
"Illness: Oozing Sore Disease": {
|
"Illness: Oozing Sore Disease": {
|
||||||
"name": "Illness: Oozing Sore Disease (WIP)",
|
"name": "Maladie : Bubons purulents",
|
||||||
"text": "<blockquote>Décret de la nature</blockquote>"
|
"text": "<blockquote>Les Édits de la Nature p.140</blockquote>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Illness: Gut Sickness": {
|
"Illness: Gut Sickness": {
|
||||||
"name": "Illness: Gut Sickness (WIP)",
|
"name": "Maladie : Mal des entrailles",
|
||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Illness: Gut Sickness": {
|
"Figure: Illness: Gut Sickness": {
|
||||||
"name": "Illness: Gut Sickness (WIP) - Image",
|
"name": "Maladie : Mal des entrailles - Image",
|
||||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/illness_gut_sickness.webp"
|
||||||
},
|
},
|
||||||
"Illness: Gut Sickness": {
|
"Illness: Gut Sickness": {
|
||||||
"name": "Illness: Gut Sickness (WIP)",
|
"name": "Maladie : Mal des entrailles",
|
||||||
"text": "<blockquote>Décret de la nature</blockquote>"
|
"text": "<blockquote>Les Édits de la Nature p.141</blockquote>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Illness: Coughing Illness": {
|
"Illness: Coughing Illness": {
|
||||||
"name": "Illness: Coughing Illness (WIP)",
|
"name": "Maladie : Mauvaise toux",
|
||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Illness: Coughing Illness": {
|
"Figure: Illness: Coughing Illness": {
|
||||||
"name": "Illness: Coughing Illness (WIP) - Image",
|
"name": "Maladie : Mauvaise toux - Image",
|
||||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/illness_coughing_illness.webp"
|
||||||
},
|
},
|
||||||
"Illness: Coughing Illness": {
|
"Illness: Coughing Illness": {
|
||||||
"name": "Illness: Coughing Illness (WIP)",
|
"name": "Maladie : Mauvaise toux",
|
||||||
"text": "<blockquote>Décret de la nature</blockquote>"
|
"text": "<blockquote>Les Édits de la Nature p.141</blockquote>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Illness: Unsteady Illness": {
|
"Illness: Unsteady Illness": {
|
||||||
"name": "Illness: Unsteady Illness (WIP)",
|
"name": "Maladie : Vertiges",
|
||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Illness: Unsteady Illness": {
|
"Figure: Illness: Unsteady Illness": {
|
||||||
"name": "Illness: Unsteady Illness (WIP) - Image",
|
"name": "Maladie : Vertiges - Image",
|
||||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/illness_unsteady_illness.webp"
|
||||||
},
|
},
|
||||||
"Illness: Unsteady Illness": {
|
"Illness: Unsteady Illness": {
|
||||||
"name": "Illness: Unsteady Illness (WIP)",
|
"name": "Maladie : Vertiges",
|
||||||
"text": "<blockquote>Décret de la nature</blockquote>"
|
"text": "<blockquote>Les Édits de la Nature p.141</blockquote>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Illness: Fire Rash": {
|
"Illness: Fire Rash": {
|
||||||
"name": "Illness: Fire Rash (WIP)",
|
"name": "Maladie : Rougeurs",
|
||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Illness: Fire Rash": {
|
"Figure: Illness: Fire Rash": {
|
||||||
"name": "Illness: Fire Rash (WIP) - Image",
|
"name": "Maladie : Rougeurs - Image",
|
||||||
"src": "systems/l5r5e/assets/icons/social.svg"
|
"src": "systems/l5r5e/assets/icons/conditions/illness_fire_rash.webp"
|
||||||
},
|
},
|
||||||
"Illness: Fire Rash": {
|
"Illness: Fire Rash": {
|
||||||
"name": "Illness: Fire Rash (WIP)",
|
"name": "Maladie : Rougeurs",
|
||||||
"text": "<blockquote>Décret de la nature</blockquote>"
|
"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/conditions/centered.webp"
|
||||||
|
},
|
||||||
|
"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/conditions/emboldened.webp"
|
||||||
|
},
|
||||||
|
"Emboldened": {
|
||||||
|
"name": "Emboldened (WIP)",
|
||||||
|
"text": "<blockquote>Les Enfants des Cinq Vents</blockquote>"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Possessed": {
|
||||||
|
"name": "Possessed (WIP)",
|
||||||
|
"pages": {
|
||||||
|
"Figure: Possessed": {
|
||||||
|
"name": "Possessed (WIP) - Image",
|
||||||
|
"src": "systems/l5r5e/assets/icons/conditions/possesed.webp"
|
||||||
|
},
|
||||||
|
"Possessed": {
|
||||||
|
"name": "Possessed (WIP)",
|
||||||
|
"text": "<blockquote>Les Enfants des Cinq Vents</blockquote>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -135,15 +135,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Imbalanced (One or More Elements) Variant": {
|
"Imbalanced (One or More Elements) Variant": {
|
||||||
"name": "Imbalanced (One or More Elements) Variant (WIP)",
|
"name": "Déséquilibré (un ou plusieurs éléments) – variante",
|
||||||
"pages": {
|
"pages": {
|
||||||
"Figure: Imbalanced (One or More Elements) Variant": {
|
"Figure: Imbalanced (One or More Elements) Variant": {
|
||||||
"name": "Imbalanced (One or More Elements) Variant (WIP) - Image",
|
"name": "Déséquilibré (un ou plusieurs éléments) – variante - Image",
|
||||||
"src": "icons/svg/stoned.svg"
|
"src": "icons/svg/stoned.svg"
|
||||||
},
|
},
|
||||||
"Imbalanced (One or More Elements) Variant": {
|
"Imbalanced (One or More Elements) Variant": {
|
||||||
"name": "Imbalanced (One or More Elements) Variant (WIP)",
|
"name": "Déséquilibré (un ou plusieurs éléments) – variante",
|
||||||
"text": "<blockquote>Décret de la nature</blockquote>"
|
"text": "<blockquote>Les Édits de la Nature p.139</blockquote>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"mapping": {
|
"mapping": {
|
||||||
"types": "system.types",
|
"types": "system.types",
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
@@ -11,595 +11,792 @@
|
|||||||
"name": "Malédiction de Benten",
|
"name": "Malédiction de Benten",
|
||||||
"types": "Relations, Spirituel",
|
"types": "Relations, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.122"
|
"source_reference": {
|
||||||
|
"page": "122"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bishamon’s Curse",
|
"id": "Bishamon’s Curse",
|
||||||
"name": "Malédiction de Bishamon",
|
"name": "Malédiction de Bishamon",
|
||||||
"types": "Physique, Spirituel",
|
"types": "Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.123"
|
"source_reference": {
|
||||||
|
"page": "123"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bitter Betrothal",
|
"id": "Bitter Betrothal",
|
||||||
"name": "Amères fiançailles",
|
"name": "Amères fiançailles",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blackmailed by [Character’s Name]",
|
"id": "Blackmailed by [Character’s Name]",
|
||||||
"name": "Chantage exercé par [Nom de personnage]",
|
"name": "Chantage exercé par [Nom de personnage]",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blindness",
|
"id": "Blindness",
|
||||||
"name": "Cécité",
|
"name": "Cécité",
|
||||||
"types": "Physique, Séquelle",
|
"types": "Physique, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bluntness",
|
"id": "Bluntness",
|
||||||
"name": "Franc-parler",
|
"name": "Franc-parler",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.120"
|
"source_reference": {
|
||||||
|
"page": "120"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Clumsiness",
|
"id": "Clumsiness",
|
||||||
"name": "Maladresse",
|
"name": "Maladresse",
|
||||||
"types": "Physique",
|
"types": "Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.122"
|
"source_reference": {
|
||||||
|
"page": "122"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Cognitive Lapses",
|
"id": "Cognitive Lapses",
|
||||||
"name": "Absences",
|
"name": "Absences",
|
||||||
"types": "Mental, Séquelle",
|
"types": "Mental, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.116"
|
"source_reference": {
|
||||||
|
"page": "116"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Daikoku’s Curse",
|
"id": "Daikoku’s Curse",
|
||||||
"name": "Malédiction de Daikoku",
|
"name": "Malédiction de Daikoku",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.123"
|
"source_reference": {
|
||||||
|
"page": "123"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Damaged Heart or Organ",
|
"id": "Damaged Heart or Organ",
|
||||||
"name": "Cœur ou organe défaillant",
|
"name": "Cœur ou organe défaillant",
|
||||||
"types": "Physique, Séquelle",
|
"types": "Physique, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Deafness",
|
"id": "Deafness",
|
||||||
"name": "Surdité",
|
"name": "Surdité",
|
||||||
"types": "Physique, Séquelle",
|
"types": "Physique, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.130"
|
"source_reference": {
|
||||||
|
"page": "130"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Discomfiting Countenance",
|
"id": "Discomfiting Countenance",
|
||||||
"name": "Aspect déconcertant",
|
"name": "Aspect déconcertant",
|
||||||
"types": "Relations, Physique",
|
"types": "Relations, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Disdain for Compassion",
|
"id": "Disdain for Compassion",
|
||||||
"name": "Mépris pour la Compassion",
|
"name": "Mépris pour la Compassion",
|
||||||
"types": "Défaut, Mental",
|
"types": "Défaut, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.125"
|
"source_reference": {
|
||||||
|
"page": "125"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Disdain for Courage",
|
"id": "Disdain for Courage",
|
||||||
"name": "Mépris pour le Courage",
|
"name": "Mépris pour le Courage",
|
||||||
"types": "Défaut, Mental",
|
"types": "Défaut, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.125"
|
"source_reference": {
|
||||||
|
"page": "125"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Disdain for Courtesy",
|
"id": "Disdain for Courtesy",
|
||||||
"name": "Mépris pour la Courtoisie",
|
"name": "Mépris pour la Courtoisie",
|
||||||
"types": "Défaut, Mental",
|
"types": "Défaut, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.125"
|
"source_reference": {
|
||||||
|
"page": "125"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Disdain for Duty and Loyalty",
|
"id": "Disdain for Duty and Loyalty",
|
||||||
"name": "Mépris pour le Devoir et loyauté",
|
"name": "Mépris pour le Devoir et loyauté",
|
||||||
"types": "Défaut, Mental",
|
"types": "Défaut, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.125"
|
"source_reference": {
|
||||||
|
"page": "125"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Disdain for Honor",
|
"id": "Disdain for Honor",
|
||||||
"name": "Mépris pour l'Honneur",
|
"name": "Mépris pour l'Honneur",
|
||||||
"types": "Défaut, Mental",
|
"types": "Défaut, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.125"
|
"source_reference": {
|
||||||
|
"page": "125"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Disdain for Righteousness",
|
"id": "Disdain for Righteousness",
|
||||||
"name": "Mépris pour la Droiture",
|
"name": "Mépris pour la Droiture",
|
||||||
"types": "Défaut, Mental",
|
"types": "Défaut, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.125"
|
"source_reference": {
|
||||||
|
"page": "125"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Disdain for Sincerity",
|
"id": "Disdain for Sincerity",
|
||||||
"name": "Mépris pour la Sincérité",
|
"name": "Mépris pour la Sincérité",
|
||||||
"types": "Défaut, Mental",
|
"types": "Défaut, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.125"
|
"source_reference": {
|
||||||
|
"page": "125"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ebisu’s Curse",
|
"id": "Ebisu’s Curse",
|
||||||
"name": "Malédiction d’Ebisu",
|
"name": "Malédiction d’Ebisu",
|
||||||
"types": "Physique, Spirituel",
|
"types": "Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.123"
|
"source_reference": {
|
||||||
|
"page": "123"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fractured Spine",
|
"id": "Fractured Spine",
|
||||||
"name": "Colonne vertébrale fracturée",
|
"name": "Colonne vertébrale fracturée",
|
||||||
"types": "Physique, Séquelle",
|
"types": "Physique, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fukurokujin’s Curse",
|
"id": "Fukurokujin’s Curse",
|
||||||
"name": "Malédiction de Fukurokujin",
|
"name": "Malédiction de Fukurokujin",
|
||||||
"types": "Mental, Spirituel",
|
"types": "Mental, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.124"
|
"source_reference": {
|
||||||
|
"page": "124"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Gaijin Name, Culture, or Appearance",
|
"id": "Gaijin Name, Culture, or Appearance",
|
||||||
"name": "Nom, culture ou apparence gaijin",
|
"name": "Nom, culture ou apparence gaijin",
|
||||||
"types": "Relations (Culture) ou Physique (Apparance), Relations (Nom), Mental",
|
"types": "Relations (Culture) ou Physique (Apparance), Relations (Nom), Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.126"
|
"source_reference": {
|
||||||
|
"page": "126"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Haunting",
|
"id": "Haunting",
|
||||||
"name": "Hanté",
|
"name": "Hanté",
|
||||||
"types": "Relations, Spirituel",
|
"types": "Relations, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.120"
|
"source_reference": {
|
||||||
|
"page": "120"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Incurable Illness",
|
"id": "Incurable Illness",
|
||||||
"name": "Maladie incurable",
|
"name": "Maladie incurable",
|
||||||
"types": "Physique",
|
"types": "Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.122"
|
"source_reference": {
|
||||||
|
"page": "122"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Jurōjin’s Curse",
|
"id": "Jurōjin’s Curse",
|
||||||
"name": "Malédiction de Jurōjin",
|
"name": "Malédiction de Jurōjin",
|
||||||
"types": "Physique, Spirituel",
|
"types": "Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.124"
|
"source_reference": {
|
||||||
|
"page": "124"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kisshōten’s Curse",
|
"id": "Kisshōten’s Curse",
|
||||||
"name": "Malédiction de Kisshōten",
|
"name": "Malédiction de Kisshōten",
|
||||||
"types": "Physique, Spirituel",
|
"types": "Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.124"
|
"source_reference": {
|
||||||
|
"page": "124"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lost Arm or Lost Hand",
|
"id": "Lost Arm or Lost Hand",
|
||||||
"name": "Manchot",
|
"name": "Manchot",
|
||||||
"types": "Physique, Séquelle",
|
"types": "Physique, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.124"
|
"source_reference": {
|
||||||
|
"page": "124"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lost Eye",
|
"id": "Lost Eye",
|
||||||
"name": "Borgne",
|
"name": "Borgne",
|
||||||
"types": "Physique, Séquelle",
|
"types": "Physique, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lost Fingers",
|
"id": "Lost Fingers",
|
||||||
"name": "Doigts manquants",
|
"name": "Doigts manquants",
|
||||||
"types": "Physique, Séquelle",
|
"types": "Physique, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.120"
|
"source_reference": {
|
||||||
|
"page": "120"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lost Leg",
|
"id": "Lost Leg",
|
||||||
"name": "Unijambiste",
|
"name": "Unijambiste",
|
||||||
"types": "Physique, Séquelle",
|
"types": "Physique, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.130"
|
"source_reference": {
|
||||||
|
"page": "130"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lost Memories",
|
"id": "Lost Memories",
|
||||||
"name": "Amnésie",
|
"name": "Amnésie",
|
||||||
"types": "Mental, Séquelle",
|
"types": "Mental, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Maimed Arm",
|
"id": "Maimed Arm",
|
||||||
"name": "Bras mutilé",
|
"name": "Bras mutilé",
|
||||||
"types": "Physique, Séquelle",
|
"types": "Physique, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Maimed Visage",
|
"id": "Maimed Visage",
|
||||||
"name": "Défiguré",
|
"name": "Défiguré",
|
||||||
"types": "Relations, Physique, Séquelle",
|
"types": "Relations, Physique, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Momoku",
|
"id": "Momoku",
|
||||||
"name": "Momoku",
|
"name": "Momoku",
|
||||||
"types": "Spirituel",
|
"types": "Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.125"
|
"source_reference": {
|
||||||
|
"page": "125"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Muteness",
|
"id": "Muteness",
|
||||||
"name": "Mutisme",
|
"name": "Mutisme",
|
||||||
"types": "Relations, Physique ou Mental, Séquelle",
|
"types": "Relations, Physique ou Mental, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.126"
|
"source_reference": {
|
||||||
|
"page": "126"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Nerve Damage",
|
"id": "Nerve Damage",
|
||||||
"name": "Lésions nerveuses",
|
"name": "Lésions nerveuses",
|
||||||
"types": "Physique, Séquelle",
|
"types": "Physique, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.121"
|
"source_reference": {
|
||||||
|
"page": "121"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Scorn of [One Group]",
|
"id": "Scorn of [One Group]",
|
||||||
"name": "Méprisé par [un groupe]",
|
"name": "Méprisé par [un groupe]",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.125"
|
"source_reference": {
|
||||||
|
"page": "125"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shadowlands Taint (Air)",
|
"id": "Shadowlands Taint (Air)",
|
||||||
"name": "Souillure de l’Outremonde (Air)",
|
"name": "Souillure de l’Outremonde (Air)",
|
||||||
"types": "Malédiction, Relations, Spirituel",
|
"types": "Malédiction, Relations, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.128"
|
"source_reference": {
|
||||||
|
"page": "128"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shadowlands Taint (Earth)",
|
"id": "Shadowlands Taint (Earth)",
|
||||||
"name": "Souillure de l’Outremonde (Terre)",
|
"name": "Souillure de l’Outremonde (Terre)",
|
||||||
"types": "Malédiction, Physique, Spirituel",
|
"types": "Malédiction, Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.129"
|
"source_reference": {
|
||||||
|
"page": "129"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shadowlands Taint (Fire)",
|
"id": "Shadowlands Taint (Fire)",
|
||||||
"name": "Souillure de l’Outremonde (Feu)",
|
"name": "Souillure de l’Outremonde (Feu)",
|
||||||
"types": "Malédiction, Mental, Spirituel",
|
"types": "Malédiction, Mental, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.129"
|
"source_reference": {
|
||||||
|
"page": "129"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shadowlands Taint (Void)",
|
"id": "Shadowlands Taint (Void)",
|
||||||
"name": "Souillure de l’Outremonde (Vide)",
|
"name": "Souillure de l’Outremonde (Vide)",
|
||||||
"types": "Malédiction, Spirituel",
|
"types": "Malédiction, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.129"
|
"source_reference": {
|
||||||
|
"page": "129"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shadowlands Taint (Water)",
|
"id": "Shadowlands Taint (Water)",
|
||||||
"name": "Souillure de l’Outremonde (Eau)",
|
"name": "Souillure de l’Outremonde (Eau)",
|
||||||
"types": "Malédiction, Physique, Spirituel",
|
"types": "Malédiction, Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.128"
|
"source_reference": {
|
||||||
|
"page": "128"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sworn Enemy",
|
"id": "Sworn Enemy",
|
||||||
"name": "Ennemi juré",
|
"name": "Ennemi juré",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.120"
|
"source_reference": {
|
||||||
|
"page": "120"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Whispers of Cruelty",
|
"id": "Whispers of Cruelty",
|
||||||
"name": "Réputation de cruauté",
|
"name": "Réputation de cruauté",
|
||||||
"types": "Infamie, Relations",
|
"types": "Infamie, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.126"
|
"source_reference": {
|
||||||
|
"page": "126"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Whispers of Doom",
|
"id": "Whispers of Doom",
|
||||||
"name": "Réputation de tragédie",
|
"name": "Réputation de tragédie",
|
||||||
"types": "Infamie, Relations",
|
"types": "Infamie, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.127"
|
"source_reference": {
|
||||||
|
"page": "127"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Whispers of Failure",
|
"id": "Whispers of Failure",
|
||||||
"name": "Réputation d’échec",
|
"name": "Réputation d’échec",
|
||||||
"types": "Infamie, Relations",
|
"types": "Infamie, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.127"
|
"source_reference": {
|
||||||
|
"page": "127"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Whispers of Poverty",
|
"id": "Whispers of Poverty",
|
||||||
"name": "Réputation d’indigence",
|
"name": "Réputation d’indigence",
|
||||||
"types": "Infamie, Relations",
|
"types": "Infamie, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.127"
|
"source_reference": {
|
||||||
|
"page": "127"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Whispers of Treachery",
|
"id": "Whispers of Treachery",
|
||||||
"name": "Réputation de traîtrise",
|
"name": "Réputation de traîtrise",
|
||||||
"types": "Infamie, Relations",
|
"types": "Infamie, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.127"
|
"source_reference": {
|
||||||
|
"page": "127"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Elemental Deficiency (Air)",
|
"id": "Elemental Deficiency (Air)",
|
||||||
"name": "Carence élémentaire (Air)",
|
"name": "Carence élémentaire (Air)",
|
||||||
"types": "Mental, Physique, Spirituel",
|
"types": "Mental, Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Elemental Deficiency (Earth)",
|
"id": "Elemental Deficiency (Earth)",
|
||||||
"name": "Carence élémentaire (Terre)",
|
"name": "Carence élémentaire (Terre)",
|
||||||
"types": "Mental, Physique, Spirituel",
|
"types": "Mental, Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Elemental Deficiency (Fire)",
|
"id": "Elemental Deficiency (Fire)",
|
||||||
"name": "Carence élémentaire (Feu)",
|
"name": "Carence élémentaire (Feu)",
|
||||||
"types": "Mental, Physique, Spirituel",
|
"types": "Mental, Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Elemental Deficiency (Water)",
|
"id": "Elemental Deficiency (Water)",
|
||||||
"name": "Carence élémentaire (Eau)",
|
"name": "Carence élémentaire (Eau)",
|
||||||
"types": "Mental, Physique, Spirituel",
|
"types": "Mental, Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lackluster",
|
"id": "Lackluster",
|
||||||
"name": "Terne",
|
"name": "Terne",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Overconfidence in Creativity",
|
"id": "Overconfidence in Creativity",
|
||||||
"name": "Confiance excessive en Créativité",
|
"name": "Confiance excessive en Créativité",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Overconfidence in Spiritual Sensitivity",
|
"id": "Overconfidence in Spiritual Sensitivity",
|
||||||
"name": "Confiance excessive en Sensibilité spirituelle",
|
"name": "Confiance excessive en Sensibilité spirituelle",
|
||||||
"types": "Spirituel",
|
"types": "Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Overconfidence in Charm",
|
"id": "Overconfidence in Charm",
|
||||||
"name": "Confiance excessive en Charme",
|
"name": "Confiance excessive en Charme",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Overconfidence in Subtlety",
|
"id": "Overconfidence in Subtlety",
|
||||||
"name": "Confiance excessive en Subtilité",
|
"name": "Confiance excessive en Subtilité",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Overconfidence in Toughness",
|
"id": "Overconfidence in Toughness",
|
||||||
"name": "Confiance excessive en Tenacité",
|
"name": "Confiance excessive en Tenacité",
|
||||||
"types": "Physique",
|
"types": "Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Unsavory Past",
|
"id": "Unsavory Past",
|
||||||
"name": "Passé honteux",
|
"name": "Passé honteux",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Allergy",
|
"id": "Allergy",
|
||||||
"name": "Allergie [au choix]",
|
"name": "Allergie [au choix]",
|
||||||
"types": "Physique",
|
"types": "Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.246"
|
"source_reference": {
|
||||||
|
"page": "246"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Cursed Lineage",
|
"id": "Cursed Lineage",
|
||||||
"name": "Lignée maudite",
|
"name": "Lignée maudite",
|
||||||
"types": "Relations, Spirituel",
|
"types": "Relations, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.246"
|
"source_reference": {
|
||||||
|
"page": "246"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Adopted Peasant",
|
"id": "Adopted Peasant",
|
||||||
"name": "Paysan adopté",
|
"name": "Paysan adopté",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.246"
|
"source_reference": {
|
||||||
|
"page": "246"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Despise in [City]",
|
"id": "Despise in [City]",
|
||||||
"name": "Méprisé à [une ville]",
|
"name": "Méprisé à [une ville]",
|
||||||
"types": "Renommée, Relations",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.247"
|
"source_reference": {
|
||||||
|
"page": "247"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Hunted by Chikusho-Do",
|
"id": "Hunted by Chikusho-Do",
|
||||||
"name": "Traqué par le Chikushō-dō",
|
"name": "Traqué par le Chikushō-dō",
|
||||||
"types": "Spirituel",
|
"types": "Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.247"
|
"source_reference": {
|
||||||
|
"page": "247"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Skepticism",
|
"id": "Skepticism",
|
||||||
"name": "Scepticisme",
|
"name": "Scepticisme",
|
||||||
"types": "Mental, Spirituel",
|
"types": "Mental, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.247"
|
"source_reference": {
|
||||||
|
"page": "247"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Debt to [Person or Organization]",
|
"id": "Debt to [Person or Organization]",
|
||||||
"name": "Dette envers [une personne ou une organisation]",
|
"name": "Dette envers [une personne ou une organisation]",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.71"
|
"source_reference": {
|
||||||
|
"page": "71"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bullheaded",
|
"id": "Bullheaded",
|
||||||
"name": "Entêté",
|
"name": "Entêté",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.72"
|
"source_reference": {
|
||||||
|
"page": "72"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Many Mouths",
|
"id": "Many Mouths",
|
||||||
"name": "Des bouches à nourrir",
|
"name": "Des bouches à nourrir",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.71"
|
"source_reference": {
|
||||||
|
"page": "71"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Horrible Scar",
|
"id": "Horrible Scar",
|
||||||
"name": "Horrible cicatrice",
|
"name": "Horrible cicatrice",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.72"
|
"source_reference": {
|
||||||
|
"page": "72"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Pursued by [Individual or Group]",
|
"id": "Pursued by [Individual or Group]",
|
||||||
"name": "Poursuivi par [un individu ou un groupe]",
|
"name": "Poursuivi par [un individu ou un groupe]",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.73"
|
"source_reference": {
|
||||||
|
"page": "73"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Encompassing Duty",
|
"id": "Encompassing Duty",
|
||||||
"name": "Devoir absolu",
|
"name": "Devoir absolu",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.72"
|
"source_reference": {
|
||||||
|
"page": "72"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stained Lineage",
|
"id": "Stained Lineage",
|
||||||
"name": "Lignée entachée",
|
"name": "Lignée entachée",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.72"
|
"source_reference": {
|
||||||
|
"page": "72"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shadowlands Taint [One with the Darkness]",
|
"id": "Shadowlands Taint [One with the Darkness]",
|
||||||
"name": "Souillure de l’Outremonde (Disciple des ténèbres)",
|
"name": "Souillure de l’Outremonde (Disciple des ténèbres)",
|
||||||
"types": "Malédiction, Physique, Spirituel",
|
"types": "Malédiction, Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.100"
|
"source_reference": {
|
||||||
|
"page": "100"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shadowlands Taint [Unnatural Skin]",
|
"id": "Shadowlands Taint [Unnatural Skin]",
|
||||||
"name": "Souillure de l’Outremonde (Mutation de la peau)",
|
"name": "Souillure de l’Outremonde (Mutation de la peau)",
|
||||||
"types": "Malédiction, Physique",
|
"types": "Malédiction, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.100"
|
"source_reference": {
|
||||||
|
"page": "100"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shadowlands Taint [Blasphemous Appetites]",
|
"id": "Shadowlands Taint [Blasphemous Appetites]",
|
||||||
"name": "Souillure de l’Outremonde (Voracité infâme)",
|
"name": "Souillure de l’Outremonde (Voracité infâme)",
|
||||||
"types": "Malédiction, Mental, Spirituel",
|
"types": "Malédiction, Mental, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.100"
|
"source_reference": {
|
||||||
|
"page": "100"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lost Name",
|
"id": "Lost Name",
|
||||||
"name": "Nom dérobé",
|
"name": "Nom dérobé",
|
||||||
"types": "Spirituel",
|
"types": "Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Demon Wound",
|
"id": "Demon Wound",
|
||||||
"name": "Blessure de démon",
|
"name": "Blessure de démon",
|
||||||
"types": "Séquelle, Spirituel",
|
"types": "Séquelle, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shadowlands Taint [Kansen Whispers]",
|
"id": "Shadowlands Taint [Kansen Whispers]",
|
||||||
"name": "Souillure de l’Outremonde (Murmures des Kansen)",
|
"name": "Souillure de l’Outremonde (Murmures des Kansen)",
|
||||||
"types": "Malédiction, Mental",
|
"types": "Malédiction, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.99"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shadowlands Taint [Distorted Limbs]",
|
"id": "Shadowlands Taint [Distorted Limbs]",
|
||||||
"name": "Souillure de l’Outremonde (Membres déformés)",
|
"name": "Souillure de l’Outremonde (Membres déformés)",
|
||||||
"types": "Malédiction, Physique",
|
"types": "Malédiction, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.99"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sailor’s Tongue",
|
"id": "Sailor’s Tongue",
|
||||||
"name": "Parler du marin",
|
"name": "Parler du marin",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Le Clan de la Mante p.7"
|
"source_reference": {
|
||||||
|
"page": "7"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blood Feud",
|
"id": "Blood Feud",
|
||||||
"name": "Vendetta",
|
"name": "Vendetta",
|
||||||
"types": "Relations, Social",
|
"types": "Relations, Social",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.83"
|
"source_reference": {
|
||||||
|
"page": "83"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Insomniac",
|
"id": "Insomniac",
|
||||||
"name": "Insomniac (WIP)",
|
"name": "Insomniaque",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Out of Shape",
|
"id": "Out of Shape",
|
||||||
"name": "Out of Shape (WIP)",
|
"name": "Petite forme",
|
||||||
"types": "Physique",
|
"types": "Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stalked by [Creature]",
|
"id": "Stalked by [Creature]",
|
||||||
"name": "Stalked by [Creature] (WIP)",
|
"name": "Poursuivi par [une créature]",
|
||||||
"types": "Relations, Mental, Spirituel",
|
"types": "Relations, Mental, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"mapping": {
|
"mapping": {
|
||||||
"types": "system.types",
|
"types": "system.types",
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
@@ -11,294 +11,405 @@
|
|||||||
"name": "Addiction",
|
"name": "Addiction",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.130"
|
"source_reference": {
|
||||||
|
"page": "130"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Battle Trauma",
|
"id": "Battle Trauma",
|
||||||
"name": "Traumatisme de guerre",
|
"name": "Traumatisme de guerre",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.136"
|
"source_reference": {
|
||||||
|
"page": "136"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Cynicism",
|
"id": "Cynicism",
|
||||||
"name": "Cynisme",
|
"name": "Cynisme",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.131"
|
"source_reference": {
|
||||||
|
"page": "131"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Dark Secret",
|
"id": "Dark Secret",
|
||||||
"name": "Sombre secret",
|
"name": "Sombre secret",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.135"
|
"source_reference": {
|
||||||
|
"page": "135"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Delusions of Grandeur",
|
"id": "Delusions of Grandeur",
|
||||||
"name": "Mégalomanie",
|
"name": "Mégalomanie",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.134"
|
"source_reference": {
|
||||||
|
"page": "134"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fear of Death",
|
"id": "Fear of Death",
|
||||||
"name": "Peur de la mort",
|
"name": "Peur de la mort",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.135"
|
"source_reference": {
|
||||||
|
"page": "135"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ferocity",
|
"id": "Ferocity",
|
||||||
"name": "Férocité",
|
"name": "Férocité",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.132"
|
"source_reference": {
|
||||||
|
"page": "132"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Impatience",
|
"id": "Impatience",
|
||||||
"name": "Impatience",
|
"name": "Impatience",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.132"
|
"source_reference": {
|
||||||
|
"page": "132"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Intolerance",
|
"id": "Intolerance",
|
||||||
"name": "Intolérance",
|
"name": "Intolérance",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.132"
|
"source_reference": {
|
||||||
|
"page": "132"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Irrepressible Flirtation",
|
"id": "Irrepressible Flirtation",
|
||||||
"name": "Joli cœur",
|
"name": "Joli cœur",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.133"
|
"source_reference": {
|
||||||
|
"page": "133"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Jealousy",
|
"id": "Jealousy",
|
||||||
"name": "Jalousie",
|
"name": "Jalousie",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.133"
|
"source_reference": {
|
||||||
|
"page": "133"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Materialism",
|
"id": "Materialism",
|
||||||
"name": "Matérialisme",
|
"name": "Matérialisme",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.134"
|
"source_reference": {
|
||||||
|
"page": "134"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Meekness",
|
"id": "Meekness",
|
||||||
"name": "Timidité",
|
"name": "Timidité",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.136"
|
"source_reference": {
|
||||||
|
"page": "136"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Painful Honesty",
|
"id": "Painful Honesty",
|
||||||
"name": "Douloureuse honnêteté",
|
"name": "Douloureuse honnêteté",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.132"
|
"source_reference": {
|
||||||
|
"page": "132"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Paranoia",
|
"id": "Paranoia",
|
||||||
"name": "Paranoïa",
|
"name": "Paranoïa",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.134"
|
"source_reference": {
|
||||||
|
"page": "134"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Perfectionism",
|
"id": "Perfectionism",
|
||||||
"name": "Perfectionnisme",
|
"name": "Perfectionnisme",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.134"
|
"source_reference": {
|
||||||
|
"page": "134"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Phobia",
|
"id": "Phobia",
|
||||||
"name": "Phobie",
|
"name": "Phobie",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.135"
|
"source_reference": {
|
||||||
|
"page": "135"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Softheartedness",
|
"id": "Softheartedness",
|
||||||
"name": "Cœur tendre",
|
"name": "Cœur tendre",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.131"
|
"source_reference": {
|
||||||
|
"page": "131"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Superstition",
|
"id": "Superstition",
|
||||||
"name": "Superstition",
|
"name": "Superstition",
|
||||||
"types": "Mental, Spirituel",
|
"types": "Mental, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.136"
|
"source_reference": {
|
||||||
|
"page": "136"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Conspiracy",
|
"id": "Conspiracy",
|
||||||
"name": "Conspirations",
|
"name": "Conspirations",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.91"
|
"source_reference": {
|
||||||
|
"page": "91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Omen of Bad Luck",
|
"id": "Omen of Bad Luck",
|
||||||
"name": "Mauvais augure",
|
"name": "Mauvais augure",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.92"
|
"source_reference": {
|
||||||
|
"page": "92"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Uncleanliness",
|
"id": "Uncleanliness",
|
||||||
"name": "Maniaque",
|
"name": "Maniaque",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.92"
|
"source_reference": {
|
||||||
|
"page": "92"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Vanity",
|
"id": "Vanity",
|
||||||
"name": "Vanité",
|
"name": "Vanité",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.92"
|
"source_reference": {
|
||||||
|
"page": "92"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Isolation",
|
"id": "Isolation",
|
||||||
"name": "Isolement",
|
"name": "Isolement",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Web of Lies",
|
"id": "Web of Lies",
|
||||||
"name": "Tissu de mensonges",
|
"name": "Tissu de mensonges",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Accustomed to Luxury",
|
"id": "Accustomed to Luxury",
|
||||||
"name": "Habitué au luxe",
|
"name": "Habitué au luxe",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.247"
|
"source_reference": {
|
||||||
|
"page": "247"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Claustrophobia",
|
"id": "Claustrophobia",
|
||||||
"name": "Claustrophobie",
|
"name": "Claustrophobie",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.248"
|
"source_reference": {
|
||||||
|
"page": "248"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "False Identity",
|
"id": "False Identity",
|
||||||
"name": "Fausse identité",
|
"name": "Fausse identité",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.248"
|
"source_reference": {
|
||||||
|
"page": "248"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Loathing for Peasants",
|
"id": "Loathing for Peasants",
|
||||||
"name": "Aversion pour les paysans",
|
"name": "Aversion pour les paysans",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.248"
|
"source_reference": {
|
||||||
|
"page": "248"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Loneliness",
|
"id": "Loneliness",
|
||||||
"name": "Autophobie",
|
"name": "Autophobie",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.249"
|
"source_reference": {
|
||||||
|
"page": "249"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Eyes of Many",
|
"id": "Eyes of Many",
|
||||||
"name": "Aux yeux de tous",
|
"name": "Aux yeux de tous",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.73"
|
"source_reference": {
|
||||||
|
"page": "73"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Coming Storm",
|
"id": "Coming Storm",
|
||||||
"name": "Désastre à venir",
|
"name": "Désastre à venir",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.74"
|
"source_reference": {
|
||||||
|
"page": "74"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fear of Stagnation",
|
"id": "Fear of Stagnation",
|
||||||
"name": "Peur de stagner",
|
"name": "Peur de stagner",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.74"
|
"source_reference": {
|
||||||
|
"page": "74"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Failure",
|
"id": "Failure",
|
||||||
"name": "Déception",
|
"name": "Déception",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.73"
|
"source_reference": {
|
||||||
|
"page": "73"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fallen Ancestor",
|
"id": "Fallen Ancestor",
|
||||||
"name": "Ancêtre déchu",
|
"name": "Ancêtre déchu",
|
||||||
"types": "Relations, Spirituel",
|
"types": "Relations, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.98"
|
"source_reference": {
|
||||||
|
"page": "98"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Obtuse",
|
"id": "Obtuse",
|
||||||
"name": "Obtus",
|
"name": "Obtus",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.99"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Reformed Maho-Tsukai",
|
"id": "Reformed Maho-Tsukai",
|
||||||
"name": "Mahō-tsukai repenti",
|
"name": "Mahō-tsukai repenti",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.98"
|
"source_reference": {
|
||||||
|
"page": "98"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Belligerent",
|
"id": "Belligerent",
|
||||||
"name": "Belliqueux",
|
"name": "Belliqueux",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.85"
|
"source_reference": {
|
||||||
|
"page": "85"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Braggart",
|
"id": "Braggart",
|
||||||
"name": "Vantard",
|
"name": "Vantard",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.85"
|
"source_reference": {
|
||||||
|
"page": "85"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fear of [Common Creature]",
|
"id": "Fear of [Common Creature]",
|
||||||
"name": "Fear of [Common Creature] (WIP)",
|
"name": "Phobie des [Créature Ordinaire]",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "106"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fear of Mediocrity",
|
"id": "Fear of Mediocrity",
|
||||||
"name": "Fear of Mediocrity (WIP)",
|
"name": "Crainte de la médiocrité",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fear of Poison",
|
"id": "Fear of Poison",
|
||||||
"name": "Fear of Poison (WIP)",
|
"name": "Peur du poison",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"mapping": {
|
"mapping": {
|
||||||
"types": "system.types",
|
"types": "system.types",
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
@@ -11,497 +11,666 @@
|
|||||||
"name": "Allié [Nom]",
|
"name": "Allié [Nom]",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ambidexterity",
|
"id": "Ambidexterity",
|
||||||
"name": "Ambidextrie",
|
"name": "Ambidextrie",
|
||||||
"types": "Physique",
|
"types": "Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Benten’s Blessing",
|
"id": "Benten’s Blessing",
|
||||||
"name": "Bénédiction de Benten",
|
"name": "Bénédiction de Benten",
|
||||||
"types": "Relations, Spirituel",
|
"types": "Relations, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bishamon’s Blessing",
|
"id": "Bishamon’s Blessing",
|
||||||
"name": "Bénédiction de Bishamon",
|
"name": "Bénédiction de Bishamon",
|
||||||
"types": "Physique, Spirituel",
|
"types": "Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blackmail on [Name]",
|
"id": "Blackmail on [Name]",
|
||||||
"name": "Chantage contre [Nom d’un personnage]",
|
"name": "Chantage contre [Nom d’un personnage]",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blessed Lineage",
|
"id": "Blessed Lineage",
|
||||||
"name": "Lignée prestigieuse",
|
"name": "Lignée prestigieuse",
|
||||||
"types": "Relations, Spirituel",
|
"types": "Relations, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.106"
|
"source_reference": {
|
||||||
|
"page": "106"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blissful Betrothal",
|
"id": "Blissful Betrothal",
|
||||||
"name": "Fiançailles bienheureuses",
|
"name": "Fiançailles bienheureuses",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.105"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Daikoku’s Blessing",
|
"id": "Daikoku’s Blessing",
|
||||||
"name": "Bénédiction de Daikoku",
|
"name": "Bénédiction de Daikoku",
|
||||||
"types": "Relations, Spirituel",
|
"types": "Relations, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Dangerous Allure",
|
"id": "Dangerous Allure",
|
||||||
"name": "Beauté fatale",
|
"name": "Beauté fatale",
|
||||||
"types": "Relations, Physique",
|
"types": "Relations, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ebisu’s Blessing",
|
"id": "Ebisu’s Blessing",
|
||||||
"name": "Bénédiction d’Ebisu",
|
"name": "Bénédiction d’Ebisu",
|
||||||
"types": "Physique, Spirituel",
|
"types": "Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Famously Honest",
|
"id": "Famously Honest",
|
||||||
"name": "Notoirement honnête",
|
"name": "Notoirement honnête",
|
||||||
"types": "Renommée, Relations",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.107"
|
"source_reference": {
|
||||||
|
"page": "107"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Famously Lucky",
|
"id": "Famously Lucky",
|
||||||
"name": "Notoirement chanceux",
|
"name": "Notoirement chanceux",
|
||||||
"types": "Renommée, Relations",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.106"
|
"source_reference": {
|
||||||
|
"page": "106"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Famously Reliable",
|
"id": "Famously Reliable",
|
||||||
"name": "Notoirement fiable",
|
"name": "Notoirement fiable",
|
||||||
"types": "Renommée, Relations",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.107"
|
"source_reference": {
|
||||||
|
"page": "107"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Famously Successful",
|
"id": "Famously Successful",
|
||||||
"name": "Notoirement efficace",
|
"name": "Notoirement efficace",
|
||||||
"types": "Renommée, Relations",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.106"
|
"source_reference": {
|
||||||
|
"page": "106"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Famously Wealthy",
|
"id": "Famously Wealthy",
|
||||||
"name": "Notoirement riche",
|
"name": "Notoirement riche",
|
||||||
"types": "Renommée, Relations",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.107"
|
"source_reference": {
|
||||||
|
"page": "107"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Flexibility",
|
"id": "Flexibility",
|
||||||
"name": "Souplesse",
|
"name": "Souplesse",
|
||||||
"types": "Physique",
|
"types": "Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fukurokujin’s Blessing",
|
"id": "Fukurokujin’s Blessing",
|
||||||
"name": "Bénédiction de Fukurokujin",
|
"name": "Bénédiction de Fukurokujin",
|
||||||
"types": "Mental, Spirituel",
|
"types": "Mental, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Indomitable Will",
|
"id": "Indomitable Will",
|
||||||
"name": "Volonté indomptable",
|
"name": "Volonté indomptable",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.110"
|
"source_reference": {
|
||||||
|
"page": "110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Jurojin’s Blessing",
|
"id": "Jurojin’s Blessing",
|
||||||
"name": "Bénédiction de Jurōjin",
|
"name": "Bénédiction de Jurōjin",
|
||||||
"types": "Physique, Spirituel",
|
"types": "Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Keen Balance",
|
"id": "Keen Balance",
|
||||||
"name": "Equilibre exceptionnel",
|
"name": "Equilibre exceptionnel",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Keen Hearing",
|
"id": "Keen Hearing",
|
||||||
"name": "Ouïe exceptionnelle",
|
"name": "Ouïe exceptionnelle",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Keen Sight",
|
"id": "Keen Sight",
|
||||||
"name": "Vue exceptionnelle",
|
"name": "Vue exceptionnelle",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.110"
|
"source_reference": {
|
||||||
|
"page": "110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Keen Smell",
|
"id": "Keen Smell",
|
||||||
"name": "Odorat exceptionnel",
|
"name": "Odorat exceptionnel",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Karmic Tie",
|
"id": "Karmic Tie",
|
||||||
"name": "Lien karmique",
|
"name": "Lien karmique",
|
||||||
"types": "Relations, Spirituel",
|
"types": "Relations, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.105"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kisshōten’s Blessing",
|
"id": "Kisshōten’s Blessing",
|
||||||
"name": "Bénédiction de Kisshōten",
|
"name": "Bénédiction de Kisshōten",
|
||||||
"types": "Physique, Spirituel",
|
"types": "Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Large Stature",
|
"id": "Large Stature",
|
||||||
"name": "Stature imposante",
|
"name": "Stature imposante",
|
||||||
"types": "Physique",
|
"types": "Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.110"
|
"source_reference": {
|
||||||
|
"page": "110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Paragon of Compassion",
|
"id": "Paragon of Compassion",
|
||||||
"name": "Parangon de Compassion",
|
"name": "Parangon de Compassion",
|
||||||
"types": "Mental, Vertu",
|
"types": "Mental, Vertu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Paragon of Courage",
|
"id": "Paragon of Courage",
|
||||||
"name": "Parangon de Courage",
|
"name": "Parangon de Courage",
|
||||||
"types": "Mental, Vertu",
|
"types": "Mental, Vertu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Paragon of Courtesy",
|
"id": "Paragon of Courtesy",
|
||||||
"name": "Parangon de Courtoisie",
|
"name": "Parangon de Courtoisie",
|
||||||
"types": "Mental, Vertu",
|
"types": "Mental, Vertu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Paragon of Duty and Loyalty",
|
"id": "Paragon of Duty and Loyalty",
|
||||||
"name": "Parangon de Devoir et loyauté",
|
"name": "Parangon de Devoir et loyauté",
|
||||||
"types": "Mental, Vertu",
|
"types": "Mental, Vertu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Paragon of Honor",
|
"id": "Paragon of Honor",
|
||||||
"name": "Parangon d'Honneur",
|
"name": "Parangon d'Honneur",
|
||||||
"types": "Mental, Vertu",
|
"types": "Mental, Vertu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Paragon of Righteousness",
|
"id": "Paragon of Righteousness",
|
||||||
"name": "Parangon de Droiture",
|
"name": "Parangon de Droiture",
|
||||||
"types": "Mental, Vertu",
|
"types": "Mental, Vertu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Paragon of Sincerity",
|
"id": "Paragon of Sincerity",
|
||||||
"name": "Parangon de Sincérité",
|
"name": "Parangon de Sincérité",
|
||||||
"types": "Mental, Vertu",
|
"types": "Mental, Vertu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Precise Memory",
|
"id": "Precise Memory",
|
||||||
"name": "Excellente mémoire",
|
"name": "Excellente mémoire",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.105"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Quick Reflexes",
|
"id": "Quick Reflexes",
|
||||||
"name": "Réflexes fulgurants",
|
"name": "Réflexes fulgurants",
|
||||||
"types": "Relations, Physique",
|
"types": "Relations, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Seasoned",
|
"id": "Seasoned",
|
||||||
"name": "Aguerri",
|
"name": "Aguerri",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sixth Sense",
|
"id": "Sixth Sense",
|
||||||
"name": "Sixième sens",
|
"name": "Sixième sens",
|
||||||
"types": "Spirituel",
|
"types": "Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Small Stature",
|
"id": "Small Stature",
|
||||||
"name": "Petit",
|
"name": "Petit",
|
||||||
"types": "Physique",
|
"types": "Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Subtle Observer",
|
"id": "Subtle Observer",
|
||||||
"name": "Observateur subtil",
|
"name": "Observateur subtil",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.107"
|
"source_reference": {
|
||||||
|
"page": "107"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Support of [One Group]",
|
"id": "Support of [One Group]",
|
||||||
"name": "Soutien de [un groupe]",
|
"name": "Soutien de [un groupe]",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Talented Herbalist",
|
"id": "Talented Herbalist",
|
||||||
"name": "Herboriste talentueux",
|
"name": "Herboriste talentueux",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.89"
|
"source_reference": {
|
||||||
|
"page": "89"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Famously Kind",
|
"id": "Famously Kind",
|
||||||
"name": "Notoirement gentil",
|
"name": "Notoirement gentil",
|
||||||
"types": "Renommée, Relations",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.89"
|
"source_reference": {
|
||||||
|
"page": "89"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Portentous Birth",
|
"id": "Portentous Birth",
|
||||||
"name": "Né sous de bons auspices",
|
"name": "Né sous de bons auspices",
|
||||||
"types": "Relations, Spirituel",
|
"types": "Relations, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.89"
|
"source_reference": {
|
||||||
|
"page": "89"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Affect of Harmlessness",
|
"id": "Affect of Harmlessness",
|
||||||
"name": "Apparence inoffensive",
|
"name": "Apparence inoffensive",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.99"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Famously Neutral",
|
"id": "Famously Neutral",
|
||||||
"name": "Notoirement impartial",
|
"name": "Notoirement impartial",
|
||||||
"types": "Renommée, Relations",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.99"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Well Connected in {City}",
|
"id": "Well Connected in {City}",
|
||||||
"name": "Relations à [une ville]",
|
"name": "Relations à [une ville]",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.99"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Animal Trainer",
|
"id": "Animal Trainer",
|
||||||
"name": "Dresseur",
|
"name": "Dresseur",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.242"
|
"source_reference": {
|
||||||
|
"page": "242"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Expert Tracker",
|
"id": "Expert Tracker",
|
||||||
"name": "Pisteur expert",
|
"name": "Pisteur expert",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.242"
|
"source_reference": {
|
||||||
|
"page": "242"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Criminal Connections",
|
"id": "Criminal Connections",
|
||||||
"name": "Liens avec la pègre",
|
"name": "Liens avec la pègre",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.242"
|
"source_reference": {
|
||||||
|
"page": "242"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Friend of the brotherhood",
|
"id": "Friend of the brotherhood",
|
||||||
"name": "Ami de la confrérie",
|
"name": "Ami de la confrérie",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.242"
|
"source_reference": {
|
||||||
|
"page": "242"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Well Connected",
|
"id": "Well Connected",
|
||||||
"name": "Relations influentes",
|
"name": "Relations influentes",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.243"
|
"source_reference": {
|
||||||
|
"page": "243"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kuge Lineage",
|
"id": "Kuge Lineage",
|
||||||
"name": "Lignée Kuge",
|
"name": "Lignée Kuge",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.243"
|
"source_reference": {
|
||||||
|
"page": "243"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Hero of [Village]",
|
"id": "Hero of [Village]",
|
||||||
"name": "Héros de [Village]",
|
"name": "Héros de [Village]",
|
||||||
"types": "Renommée, Relations",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.243"
|
"source_reference": {
|
||||||
|
"page": "243"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spiritual Protector",
|
"id": "Spiritual Protector",
|
||||||
"name": "Protecteur spirituel",
|
"name": "Protecteur spirituel",
|
||||||
"types": "Spirituel",
|
"types": "Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.243"
|
"source_reference": {
|
||||||
|
"page": "243"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ardent Leader",
|
"id": "Ardent Leader",
|
||||||
"name": "Chef ardent",
|
"name": "Chef ardent",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.69"
|
"source_reference": {
|
||||||
|
"page": "69"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Dashing Scar",
|
"id": "Dashing Scar",
|
||||||
"name": "Impressionnante cicatrice",
|
"name": "Impressionnante cicatrice",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.69"
|
"source_reference": {
|
||||||
|
"page": "69"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lucky Hunter",
|
"id": "Lucky Hunter",
|
||||||
"name": "Chasseur chanceux",
|
"name": "Chasseur chanceux",
|
||||||
"types": "Physique, Spirituel",
|
"types": "Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.69"
|
"source_reference": {
|
||||||
|
"page": "69"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Scrounger",
|
"id": "Scrounger",
|
||||||
"name": "Profiteur",
|
"name": "Profiteur",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.70"
|
"source_reference": {
|
||||||
|
"page": "70"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Scrappy",
|
"id": "Scrappy",
|
||||||
"name": "Bagarreur",
|
"name": "Bagarreur",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.68"
|
"source_reference": {
|
||||||
|
"page": "68"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Urbane and Worldly",
|
"id": "Urbane and Worldly",
|
||||||
"name": "Baroudeur bienséant",
|
"name": "Baroudeur bienséant",
|
||||||
"types": "Relations, Physique",
|
"types": "Relations, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.69"
|
"source_reference": {
|
||||||
|
"page": "69"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Dead Eyes",
|
"id": "Dead Eyes",
|
||||||
"name": "Regard voilé",
|
"name": "Regard voilé",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.96"
|
"source_reference": {
|
||||||
|
"page": "96"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Light Sleeper",
|
"id": "Light Sleeper",
|
||||||
"name": "Sommeil léger",
|
"name": "Sommeil léger",
|
||||||
"types": "Physique",
|
"types": "Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.96"
|
"source_reference": {
|
||||||
|
"page": "96"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Friend of the Nezumi",
|
"id": "Friend of the Nezumi",
|
||||||
"name": "Ami des nezumi",
|
"name": "Ami des nezumi",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.96"
|
"source_reference": {
|
||||||
|
"page": "96"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blood of Osano-Wo",
|
"id": "Blood of Osano-Wo",
|
||||||
"name": "Sang d’Osano-wo",
|
"name": "Sang d’Osano-wo",
|
||||||
"types": "Mental, Spirituel",
|
"types": "Mental, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Le Clan de la Mante p.7"
|
"source_reference": {
|
||||||
|
"page": "7"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sea Legs",
|
"id": "Sea Legs",
|
||||||
"name": "Pied marin",
|
"name": "Pied marin",
|
||||||
"types": "Physique",
|
"types": "Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Le Clan de la Mante p.7"
|
"source_reference": {
|
||||||
|
"page": "7"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Guiding Ancestor",
|
"id": "Guiding Ancestor",
|
||||||
"name": "Conseillé par un ancêtre",
|
"name": "Conseillé par un ancêtre",
|
||||||
"types": "Spirituel",
|
"types": "Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.82"
|
"source_reference": {
|
||||||
|
"page": "82"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Traditional Adherent",
|
"id": "Traditional Adherent",
|
||||||
"name": "Traditionaliste",
|
"name": "Traditionaliste",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.82"
|
"source_reference": {
|
||||||
|
"page": "82"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Passion for [Foreign Performing Art Form]",
|
"id": "Passion for [Foreign Performing Art Form]",
|
||||||
"name": "Talent pour [une forme d’art étrangère]",
|
"name": "Talent pour [une forme d’art étrangère]",
|
||||||
"types": "Renommée, Relations",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.70"
|
"source_reference": {
|
||||||
|
"page": "70"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Knowledgeable Wilderness Guide",
|
"id": "Knowledgeable Wilderness Guide",
|
||||||
"name": "Knowledgeable Wilderness Guide (WIP)",
|
"name": "Guide de plein air expert",
|
||||||
"types": "Relations, Spirituel",
|
"types": "Relations, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Skilled Midwife",
|
"id": "Skilled Midwife",
|
||||||
"name": "Skilled Midwife (WIP)",
|
"name": "Sage-femme compétente",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Thoughtful Arbiter",
|
"id": "Thoughtful Arbiter",
|
||||||
"name": "Thoughtful Arbiter (WIP)",
|
"name": "Arbitre réfléchi",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"mapping": {
|
"mapping": {
|
||||||
"types": "system.types",
|
"types": "system.types",
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
@@ -11,301 +11,414 @@
|
|||||||
"name": "Animaux",
|
"name": "Animaux",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.111"
|
"source_reference": {
|
||||||
|
"page": "111"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Armament",
|
"id": "Armament",
|
||||||
"name": "Armement",
|
"name": "Armement",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.111"
|
"source_reference": {
|
||||||
|
"page": "111"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Brushwork",
|
"id": "Brushwork",
|
||||||
"name": "Pinceau",
|
"name": "Pinceau",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.114"
|
"source_reference": {
|
||||||
|
"page": "114"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Curiosity",
|
"id": "Curiosity",
|
||||||
"name": "Curiosité",
|
"name": "Curiosité",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.112"
|
"source_reference": {
|
||||||
|
"page": "112"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Daredevil",
|
"id": "Daredevil",
|
||||||
"name": "Casse-cou",
|
"name": "Casse-cou",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.111"
|
"source_reference": {
|
||||||
|
"page": "111"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Enlightenment",
|
"id": "Enlightenment",
|
||||||
"name": "Illumination",
|
"name": "Illumination",
|
||||||
"types": "Spirituel",
|
"types": "Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.113"
|
"source_reference": {
|
||||||
|
"page": "113"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fashion",
|
"id": "Fashion",
|
||||||
"name": "Mode",
|
"name": "Mode",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.113"
|
"source_reference": {
|
||||||
|
"page": "113"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fortune-Telling",
|
"id": "Fortune-Telling",
|
||||||
"name": "Voyance",
|
"name": "Voyance",
|
||||||
"types": "Mental, Spirituel",
|
"types": "Mental, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.116"
|
"source_reference": {
|
||||||
|
"page": "116"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Generosity",
|
"id": "Generosity",
|
||||||
"name": "Générosité",
|
"name": "Générosité",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.112"
|
"source_reference": {
|
||||||
|
"page": "112"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Gossip",
|
"id": "Gossip",
|
||||||
"name": "Commérages",
|
"name": "Commérages",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.111"
|
"source_reference": {
|
||||||
|
"page": "111"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "History",
|
"id": "History",
|
||||||
"name": "Histoire",
|
"name": "Histoire",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.112"
|
"source_reference": {
|
||||||
|
"page": "112"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ikebana",
|
"id": "Ikebana",
|
||||||
"name": "Ikebana",
|
"name": "Ikebana",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.113"
|
"source_reference": {
|
||||||
|
"page": "113"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Playfulness",
|
"id": "Playfulness",
|
||||||
"name": "Plaisanteries",
|
"name": "Plaisanteries",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.114"
|
"source_reference": {
|
||||||
|
"page": "114"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Provocation",
|
"id": "Provocation",
|
||||||
"name": "Provocation",
|
"name": "Provocation",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.114"
|
"source_reference": {
|
||||||
|
"page": "114"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sake",
|
"id": "Sake",
|
||||||
"name": "Saké",
|
"name": "Saké",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.115"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Secrets",
|
"id": "Secrets",
|
||||||
"name": "Secrets",
|
"name": "Secrets",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.115"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stories",
|
"id": "Stories",
|
||||||
"name": "Contes",
|
"name": "Contes",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.112"
|
"source_reference": {
|
||||||
|
"page": "112"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tea",
|
"id": "Tea",
|
||||||
"name": "Thé",
|
"name": "Thé",
|
||||||
"types": "Physique, Spirituel",
|
"types": "Physique, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.115"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Travel",
|
"id": "Travel",
|
||||||
"name": "Voyages",
|
"name": "Voyages",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.115"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wordplay",
|
"id": "Wordplay",
|
||||||
"name": "Jeux de mots",
|
"name": "Jeux de mots",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.113"
|
"source_reference": {
|
||||||
|
"page": "113"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bathing",
|
"id": "Bathing",
|
||||||
"name": "Bains",
|
"name": "Bains",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kyudo",
|
"id": "Kyudo",
|
||||||
"name": "Kyūdo",
|
"name": "Kyūdo",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.91"
|
"source_reference": {
|
||||||
|
"page": "91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kabuki",
|
"id": "Kabuki",
|
||||||
"name": "Kabuki",
|
"name": "Kabuki",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Festivals",
|
"id": "Festivals",
|
||||||
"name": "Festivals",
|
"name": "Festivals",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Religious Study",
|
"id": "Religious Study",
|
||||||
"name": "Culture religieuse",
|
"name": "Culture religieuse",
|
||||||
"types": "Mental, Spirituel",
|
"types": "Mental, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Local Flare for {Region}",
|
"id": "Local Flare for {Region}",
|
||||||
"name": "Engouement pour [une région]",
|
"name": "Engouement pour [une région]",
|
||||||
"types": "Relations",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.100"
|
"source_reference": {
|
||||||
|
"page": "100"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Decorum",
|
"id": "Decorum",
|
||||||
"name": "Décorum",
|
"name": "Décorum",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.100"
|
"source_reference": {
|
||||||
|
"page": "100"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Pot Stirrer",
|
"id": "Pot Stirrer",
|
||||||
"name": "Fauteur de trouble",
|
"name": "Fauteur de trouble",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "City [Choose One]",
|
"id": "City [Choose One]",
|
||||||
"name": "Cité [au choix]",
|
"name": "Cité [au choix]",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.244"
|
"source_reference": {
|
||||||
|
"page": "244"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bonsai",
|
"id": "Bonsai",
|
||||||
"name": "Bonsai",
|
"name": "Bonsai",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.244"
|
"source_reference": {
|
||||||
|
"page": "244"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Gourmet",
|
"id": "Gourmet",
|
||||||
"name": "Gourmet",
|
"name": "Gourmet",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.244"
|
"source_reference": {
|
||||||
|
"page": "244"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rock Gardening",
|
"id": "Rock Gardening",
|
||||||
"name": "Jardins de rocaille",
|
"name": "Jardins de rocaille",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.245"
|
"source_reference": {
|
||||||
|
"page": "245"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Military History",
|
"id": "Military History",
|
||||||
"name": "Histoire militaire",
|
"name": "Histoire militaire",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.245"
|
"source_reference": {
|
||||||
|
"page": "245"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Navigator",
|
"id": "Navigator",
|
||||||
"name": "Navigateur",
|
"name": "Navigateur",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.245"
|
"source_reference": {
|
||||||
|
"page": "245"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Researcher",
|
"id": "Researcher",
|
||||||
"name": "Chercheur",
|
"name": "Chercheur",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.245"
|
"source_reference": {
|
||||||
|
"page": "245"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Honest Work",
|
"id": "Honest Work",
|
||||||
"name": "Travail honnête",
|
"name": "Travail honnête",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.71"
|
"source_reference": {
|
||||||
|
"page": "71"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Attention",
|
"id": "Attention",
|
||||||
"name": "Centre de l’attention",
|
"name": "Centre de l’attention",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.70"
|
"source_reference": {
|
||||||
|
"page": "70"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Creatures",
|
"id": "Creatures",
|
||||||
"name": "Créatures",
|
"name": "Créatures",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "KnotWork",
|
"id": "KnotWork",
|
||||||
"name": "Noeuds",
|
"name": "Noeuds",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Le Clan de la Mante p.7"
|
"source_reference": {
|
||||||
|
"page": "7"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ancestry",
|
"id": "Ancestry",
|
||||||
"name": "Généalogie",
|
"name": "Généalogie",
|
||||||
"types": "Mental",
|
"types": "Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.83"
|
"source_reference": {
|
||||||
|
"page": "83"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Glorious Deeds",
|
"id": "Glorious Deeds",
|
||||||
"name": "Exploits",
|
"name": "Exploits",
|
||||||
"types": "Martial, Social",
|
"types": "Martial, Social",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.83"
|
"source_reference": {
|
||||||
|
"page": "83"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Charity",
|
"id": "Charity",
|
||||||
"name": "Charity (WIP)",
|
"name": "Charité",
|
||||||
"types": "Relations, Mental",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kintsugi",
|
"id": "Kintsugi",
|
||||||
"name": "Kintsugi (WIP)",
|
"name": "Kintsugi",
|
||||||
"types": "Mental, Physique",
|
"types": "Mental, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,212 +2,312 @@
|
|||||||
"label": "Propriétés",
|
"label": "Propriétés",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Razor-Edged",
|
"id": "Razor-Edged",
|
||||||
"name": "Acéré",
|
"name": "Acéré",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.240"
|
"source_reference": {
|
||||||
|
"page": "240"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ceremonial",
|
"id": "Ceremonial",
|
||||||
"name": "Cérémoniel",
|
"name": "Cérémoniel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.240"
|
"source_reference": {
|
||||||
|
"page": "240"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Damaged",
|
"id": "Damaged",
|
||||||
"name": "Détérioré",
|
"name": "Détérioré",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.240"
|
"source_reference": {
|
||||||
|
"page": "240"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Destroyed",
|
"id": "Destroyed",
|
||||||
"name": "Détruit",
|
"name": "Détruit",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.240"
|
"source_reference": {
|
||||||
|
"page": "240"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Concealable",
|
"id": "Concealable",
|
||||||
"name": "Discret",
|
"name": "Discret",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.240"
|
"source_reference": {
|
||||||
|
"page": "240"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Cumbersome",
|
"id": "Cumbersome",
|
||||||
"name": "Encombrant",
|
"name": "Encombrant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.240"
|
"source_reference": {
|
||||||
|
"page": "240"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Snaring",
|
"id": "Snaring",
|
||||||
"name": "Entrave",
|
"name": "Entrave",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.240"
|
"source_reference": {
|
||||||
|
"page": "240"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Unholy",
|
"id": "Unholy",
|
||||||
"name": "Impie",
|
"name": "Impie",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.240"
|
"source_reference": {
|
||||||
|
"page": "240"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Forbidden",
|
"id": "Forbidden",
|
||||||
"name": "Interdit",
|
"name": "Interdit",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.241"
|
"source_reference": {
|
||||||
|
"page": "241"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Resplendent",
|
"id": "Resplendent",
|
||||||
"name": "Magnifique",
|
"name": "Magnifique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.241"
|
"source_reference": {
|
||||||
|
"page": "241"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wargear",
|
"id": "Wargear",
|
||||||
"name": "Militaire",
|
"name": "Militaire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.241"
|
"source_reference": {
|
||||||
|
"page": "241"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Mundane",
|
"id": "Mundane",
|
||||||
"name": "Ordinaire",
|
"name": "Ordinaire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.241"
|
"source_reference": {
|
||||||
|
"page": "241"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Prepare",
|
"id": "Prepare",
|
||||||
"name": "Préparation",
|
"name": "Préparation",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.241"
|
"source_reference": {
|
||||||
|
"page": "241"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sacred",
|
"id": "Sacred",
|
||||||
"name": "Sacré",
|
"name": "Sacré",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.241"
|
"source_reference": {
|
||||||
|
"page": "241"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Durable",
|
"id": "Durable",
|
||||||
"name": "Solide",
|
"name": "Solide",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.241"
|
"source_reference": {
|
||||||
|
"page": "241"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Subtle",
|
"id": "Subtle",
|
||||||
"name": "Subtil",
|
"name": "Subtil",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.241"
|
"source_reference": {
|
||||||
|
"page": "241"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kakita Pattern",
|
"id": "Kakita Pattern",
|
||||||
"name": "Procédé Kakita",
|
"name": "Procédé Kakita",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kenzō Blade",
|
"id": "Kenzō Blade",
|
||||||
"name": "Lame Kenzō",
|
"name": "Lame Kenzō",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shirogane Jade Inlay",
|
"id": "Shirogane Jade Inlay",
|
||||||
"name": "Incrustation de Jade de Shirogane",
|
"name": "Incrustation de Jade de Shirogane",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Uchema’s Technique",
|
"id": "Uchema’s Technique",
|
||||||
"name": "Technique d’Uchema",
|
"name": "Technique d’Uchema",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Yasunori Steel",
|
"id": "Yasunori Steel",
|
||||||
"name": "Acier de Yasunori",
|
"name": "Acier de Yasunori",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Akodo Pattern",
|
"id": "Akodo Pattern",
|
||||||
"name": "Procédé Akodo",
|
"name": "Procédé Akodo",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Burning Watter Pattern",
|
"id": "Burning Watter Pattern",
|
||||||
"name": "Procédé de l’eau ardente",
|
"name": "Procédé de l’eau ardente",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Concealment Pattern",
|
"id": "Concealment Pattern",
|
||||||
"name": "Procédé de dissimulation",
|
"name": "Procédé de dissimulation",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Deadly Fangs Pattern",
|
"id": "Deadly Fangs Pattern",
|
||||||
"name": "Procédé des crocs mortels",
|
"name": "Procédé des crocs mortels",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fearsome Snarl Pattern",
|
"id": "Fearsome Snarl Pattern",
|
||||||
"name": "Procédé du grognement terrifiant",
|
"name": "Procédé du grognement terrifiant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ichirō Pattern",
|
"id": "Ichirō Pattern",
|
||||||
"name": "Procédé Ichirō",
|
"name": "Procédé Ichirō",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Mountain Silk Pattern",
|
"id": "Mountain Silk Pattern",
|
||||||
"name": "Procédé de la soie des montagnes",
|
"name": "Procédé de la soie des montagnes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Screaming Fire Pattern",
|
"id": "Screaming Fire Pattern",
|
||||||
"name": "Procédé du feu hurlant",
|
"name": "Procédé du feu hurlant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Toriyama's Endurance Pattern",
|
"id": "Toriyama's Endurance Pattern",
|
||||||
"name": "Procédé de l’endurance de Toriyama",
|
"name": "Procédé de l’endurance de Toriyama",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spirit of the Qamarist Pattern",
|
"id": "Spirit of the Qamarist Pattern",
|
||||||
"name": "Procédé de l’esprit des Qamaristes",
|
"name": "Procédé de l’esprit des Qamaristes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ghostlands Yodhaniya Pattern",
|
"id": "Ghostlands Yodhaniya Pattern",
|
||||||
"name": "Procédé des Yodhaniya des terres Spectrales",
|
"name": "Procédé des Yodhaniya des terres Spectrales",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kökejin’s Heart of the Wind Pattern",
|
"id": "Kökejin’s Heart of the Wind Pattern",
|
||||||
"name": "Procédé du Coeur du vent de Kökejin",
|
"name": "Procédé du Coeur du vent de Kökejin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Agasha Pattern",
|
"id": "Agasha Pattern",
|
||||||
"name": "Le procédé Agasha",
|
"name": "Le procédé Agasha",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.105"
|
"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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,26 +2,32 @@
|
|||||||
"label": "Rouleaux de marque",
|
"label": "Rouleaux de marque",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Ichi’s Second Sight",
|
"id": "Ichi’s Second Sight",
|
||||||
"name": "La seconde vision d’Ichi",
|
"name": "La seconde vision d’Ichi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Hasegawa’s Denial",
|
"id": "Hasegawa’s Denial",
|
||||||
"name": "Le refus d’Hasegawa",
|
"name": "Le refus d’Hasegawa",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Maikara’s Rebuke",
|
"id": "Maikara’s Rebuke",
|
||||||
"name": "La mercuriale de Maikara",
|
"name": "La mercuriale de Maikara",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,104 +2,136 @@
|
|||||||
"label": "Techniques d'Inversions",
|
"label": "Techniques d'Inversions",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "One Within the Void",
|
"id": "One Within the Void",
|
||||||
"name": "S’unir au Vide",
|
"name": "S’unir au Vide",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.115"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sight beyond Existence",
|
"id": "Sight beyond Existence",
|
||||||
"name": "Voir au-delà de l’existence",
|
"name": "Voir au-delà de l’existence",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.116"
|
"source_reference": {
|
||||||
|
"page": "116"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Whispered Blade",
|
"id": "Whispered Blade",
|
||||||
"name": "Lame murmurée",
|
"name": "Lame murmurée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.115"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Witness the End",
|
"id": "Witness the End",
|
||||||
"name": "Assister à la fin",
|
"name": "Assister à la fin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.115"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Distance Distorted",
|
"id": "Distance Distorted",
|
||||||
"name": "Distance déformée",
|
"name": "Distance déformée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.116"
|
"source_reference": {
|
||||||
|
"page": "116"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ethereal Flicker",
|
"id": "Ethereal Flicker",
|
||||||
"name": "Lueur éthérée",
|
"name": "Lueur éthérée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Lotus Bloom",
|
"id": "The Lotus Bloom",
|
||||||
"name": "Le lotus fleurit",
|
"name": "Le lotus fleurit",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Hurl from the Stream",
|
"id": "Hurl from the Stream",
|
||||||
"name": "Extirper des flots",
|
"name": "Extirper des flots",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Moon on the Shifting Sea",
|
"id": "Moon on the Shifting Sea",
|
||||||
"name": "Reflet de lune sur les vagues",
|
"name": "Reflet de lune sur les vagues",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shroud in Solitude",
|
"id": "Shroud in Solitude",
|
||||||
"name": "Drapé de solitude",
|
"name": "Drapé de solitude",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Reality Stitch",
|
"id": "Reality Stitch",
|
||||||
"name": "Réalités entrelacées",
|
"name": "Réalités entrelacées",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shattering Caress",
|
"id": "Shattering Caress",
|
||||||
"name": "Caresse destructrice",
|
"name": "Caresse destructrice",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Three Heartbeats",
|
"id": "Three Heartbeats",
|
||||||
"name": "Trois battements de coeur",
|
"name": "Trois battements de coeur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Essence Eternal",
|
"id": "Essence Eternal",
|
||||||
"name": "Essence éternelle",
|
"name": "Essence éternelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.120"
|
"source_reference": {
|
||||||
|
"page": "120"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Slip the Cycle",
|
"id": "Slip the Cycle",
|
||||||
"name": "Passer un cycle",
|
"name": "Passer un cycle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.120"
|
"source_reference": {
|
||||||
|
"page": "120"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Unweave",
|
"id": "Unweave",
|
||||||
"name": "Détisser",
|
"name": "Détisser",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,458 +2,616 @@
|
|||||||
"label": "Techniques Invocations",
|
"label": "Techniques Invocations",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Rise, Air",
|
"id": "Rise, Air",
|
||||||
"name": "Air, incarne-toi",
|
"name": "Air, incarne-toi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.192"
|
"source_reference": {
|
||||||
|
"page": "192"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Nature’s Touch",
|
"id": "Nature’s Touch",
|
||||||
"name": "Caresse de la nature",
|
"name": "Caresse de la nature",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.192"
|
"source_reference": {
|
||||||
|
"page": "192"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wrath of Kaze-no-Kami",
|
"id": "Wrath of Kaze-no-Kami",
|
||||||
"name": "Courroux de Kaze no kami",
|
"name": "Courroux de Kaze no kami",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.192"
|
"source_reference": {
|
||||||
|
"page": "192"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Secrets on the Wind",
|
"id": "Secrets on the Wind",
|
||||||
"name": "Des secrets dans le vent",
|
"name": "Des secrets dans le vent",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.193"
|
"source_reference": {
|
||||||
|
"page": "193"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Vapor of Nightmares",
|
"id": "Vapor of Nightmares",
|
||||||
"name": "Emanation de cauchemar",
|
"name": "Emanation de cauchemar",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.193"
|
"source_reference": {
|
||||||
|
"page": "193"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Grasp of the Air Dragon",
|
"id": "Grasp of the Air Dragon",
|
||||||
"name": "Etreinte du Dragon de l’Air",
|
"name": "Etreinte du Dragon de l’Air",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.193"
|
"source_reference": {
|
||||||
|
"page": "193"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blessed Wind",
|
"id": "Blessed Wind",
|
||||||
"name": "Vent béni",
|
"name": "Vent béni",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.196"
|
"source_reference": {
|
||||||
|
"page": "196"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "By the Light of the Lord Moon",
|
"id": "By the Light of the Lord Moon",
|
||||||
"name": "Par la lumière de Sire Lune",
|
"name": "Par la lumière de Sire Lune",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.195"
|
"source_reference": {
|
||||||
|
"page": "195"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Call Upon the Wind",
|
"id": "Call Upon the Wind",
|
||||||
"name": "L’appel du vent",
|
"name": "L’appel du vent",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.194"
|
"source_reference": {
|
||||||
|
"page": "194"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Cloak of Night",
|
"id": "Cloak of Night",
|
||||||
"name": "Manteau de nuit",
|
"name": "Manteau de nuit",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.194"
|
"source_reference": {
|
||||||
|
"page": "194"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "False Realm of the Fox Spirits",
|
"id": "False Realm of the Fox Spirits",
|
||||||
"name": "Royaume factice des esprits renards",
|
"name": "Royaume factice des esprits renards",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.195"
|
"source_reference": {
|
||||||
|
"page": "195"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Mask of Wind",
|
"id": "Mask of Wind",
|
||||||
"name": "Masque du vent",
|
"name": "Masque du vent",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.194"
|
"source_reference": {
|
||||||
|
"page": "194"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Summon Fog",
|
"id": "Summon Fog",
|
||||||
"name": "Nappe de brouillard",
|
"name": "Nappe de brouillard",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.195"
|
"source_reference": {
|
||||||
|
"page": "195"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tempest of Air",
|
"id": "Tempest of Air",
|
||||||
"name": "Tornade",
|
"name": "Tornade",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.196"
|
"source_reference": {
|
||||||
|
"page": "196"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Token of Memory",
|
"id": "Token of Memory",
|
||||||
"name": "Fragment de souvenir",
|
"name": "Fragment de souvenir",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.194"
|
"source_reference": {
|
||||||
|
"page": "194"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Yari of Air",
|
"id": "Yari of Air",
|
||||||
"name": "Yari de l’Air",
|
"name": "Yari de l’Air",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.196"
|
"source_reference": {
|
||||||
|
"page": "196"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Armor of Earth",
|
"id": "Armor of Earth",
|
||||||
"name": "Armure de la Terre",
|
"name": "Armure de la Terre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.197"
|
"source_reference": {
|
||||||
|
"page": "197"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bind the Shadow",
|
"id": "Bind the Shadow",
|
||||||
"name": "Enchaîner les ténèbres",
|
"name": "Enchaîner les ténèbres",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.198"
|
"source_reference": {
|
||||||
|
"page": "198"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Caress of Earth",
|
"id": "Caress of Earth",
|
||||||
"name": "Caresse de la Terre",
|
"name": "Caresse de la Terre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.197"
|
"source_reference": {
|
||||||
|
"page": "197"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Courage of Seven Thunders",
|
"id": "Courage of Seven Thunders",
|
||||||
"name": "Courage des Sept Tonnerres",
|
"name": "Courage des Sept Tonnerres",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.198"
|
"source_reference": {
|
||||||
|
"page": "198"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Earthquake",
|
"id": "Earthquake",
|
||||||
"name": "Séisme",
|
"name": "Séisme",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.200"
|
"source_reference": {
|
||||||
|
"page": "200"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Earth Becomes Sky",
|
"id": "Earth Becomes Sky",
|
||||||
"name": "La terre devient le ciel",
|
"name": "La terre devient le ciel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.199"
|
"source_reference": {
|
||||||
|
"page": "199"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Embrace of Kenro-Ji-Jin",
|
"id": "Embrace of Kenro-Ji-Jin",
|
||||||
"name": "Etreinte de Kenro-ji-jin",
|
"name": "Etreinte de Kenro-ji-jin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.198"
|
"source_reference": {
|
||||||
|
"page": "198"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Grasp of Earth",
|
"id": "Grasp of Earth",
|
||||||
"name": "Etreinte de la Terre",
|
"name": "Etreinte de la Terre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.199"
|
"source_reference": {
|
||||||
|
"page": "199"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Jade Strike",
|
"id": "Jade Strike",
|
||||||
"name": "Assaut de jade",
|
"name": "Assaut de jade",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.197"
|
"source_reference": {
|
||||||
|
"page": "197"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Jurōjin’s Balm",
|
"id": "Jurōjin’s Balm",
|
||||||
"name": "Baume de Jurōjin",
|
"name": "Baume de Jurōjin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.197"
|
"source_reference": {
|
||||||
|
"page": "197"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Power of the Earth Dragon",
|
"id": "Power of the Earth Dragon",
|
||||||
"name": "Puissance du Dragon de la Terre",
|
"name": "Puissance du Dragon de la Terre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.200"
|
"source_reference": {
|
||||||
|
"page": "200"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rise, Earth",
|
"id": "Rise, Earth",
|
||||||
"name": "Terre, incarne-toi",
|
"name": "Terre, incarne-toi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.200"
|
"source_reference": {
|
||||||
|
"page": "200"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Symbol of Earth",
|
"id": "Symbol of Earth",
|
||||||
"name": "Symbole de la Terre",
|
"name": "Symbole de la Terre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.200"
|
"source_reference": {
|
||||||
|
"page": "200"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tetsubō of Earth",
|
"id": "Tetsubō of Earth",
|
||||||
"name": "Tetsubō de la Terre",
|
"name": "Tetsubō de la Terre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.201"
|
"source_reference": {
|
||||||
|
"page": "201"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tomb of Jade",
|
"id": "Tomb of Jade",
|
||||||
"name": "Tombe de jade",
|
"name": "Tombe de jade",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.201"
|
"source_reference": {
|
||||||
|
"page": "201"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wall of Earth",
|
"id": "Wall of Earth",
|
||||||
"name": "Muraille de terre",
|
"name": "Muraille de terre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.199"
|
"source_reference": {
|
||||||
|
"page": "199"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Armor of Radiance",
|
"id": "Armor of Radiance",
|
||||||
"name": "Armure rayonnante",
|
"name": "Armure rayonnante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.202"
|
"source_reference": {
|
||||||
|
"page": "202"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Biting Steel",
|
"id": "Biting Steel",
|
||||||
"name": "Morsure de l’acier",
|
"name": "Morsure de l’acier",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.205"
|
"source_reference": {
|
||||||
|
"page": "205"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Breath of the Fire Dragon",
|
"id": "Breath of the Fire Dragon",
|
||||||
"name": "Souffle du Dragon du Feu",
|
"name": "Souffle du Dragon du Feu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.206"
|
"source_reference": {
|
||||||
|
"page": "206"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Extinguish",
|
"id": "Extinguish",
|
||||||
"name": "Extinction",
|
"name": "Extinction",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.203"
|
"source_reference": {
|
||||||
|
"page": "203"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fukurokujin’s Wit",
|
"id": "Fukurokujin’s Wit",
|
||||||
"name": "Esprit de Fukurokujin",
|
"name": "Esprit de Fukurokujin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.202"
|
"source_reference": {
|
||||||
|
"page": "202"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fury of Osano-wo",
|
"id": "Fury of Osano-wo",
|
||||||
"name": "Fureur d’Osano-wo",
|
"name": "Fureur d’Osano-wo",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.204"
|
"source_reference": {
|
||||||
|
"page": "204"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Katana of Fire",
|
"id": "Katana of Fire",
|
||||||
"name": "Katana du Feu",
|
"name": "Katana du Feu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.204"
|
"source_reference": {
|
||||||
|
"page": "204"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Matsu's Battlecry",
|
"id": "Matsu's Battlecry",
|
||||||
"name": "Cri de guerre de Matsu",
|
"name": "Cri de guerre de Matsu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.202"
|
"source_reference": {
|
||||||
|
"page": "202"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ravenous Swarms",
|
"id": "Ravenous Swarms",
|
||||||
"name": "Nuée vorace",
|
"name": "Nuée vorace",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.205"
|
"source_reference": {
|
||||||
|
"page": "205"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rise, Flame",
|
"id": "Rise, Flame",
|
||||||
"name": "Feu, incarne-toi",
|
"name": "Feu, incarne-toi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.203"
|
"source_reference": {
|
||||||
|
"page": "203"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Cleansing Fire",
|
"id": "The Cleansing Fire",
|
||||||
"name": "Le feu purificateur",
|
"name": "Le feu purificateur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.205"
|
"source_reference": {
|
||||||
|
"page": "205"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Fires from Within",
|
"id": "The Fires from Within",
|
||||||
"name": "Feu intérieur",
|
"name": "Feu intérieur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.203"
|
"source_reference": {
|
||||||
|
"page": "203"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Soul’s Blade",
|
"id": "The Soul’s Blade",
|
||||||
"name": "Lame spirituelle",
|
"name": "Lame spirituelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.204"
|
"source_reference": {
|
||||||
|
"page": "204"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wall of Fire",
|
"id": "Wall of Fire",
|
||||||
"name": "Muraille de flammes",
|
"name": "Muraille de flammes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.205"
|
"source_reference": {
|
||||||
|
"page": "205"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wings of the Phoenix",
|
"id": "Wings of the Phoenix",
|
||||||
"name": "Ailes du phénix",
|
"name": "Ailes du phénix",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.202"
|
"source_reference": {
|
||||||
|
"page": "202"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bō of Water",
|
"id": "Bō of Water",
|
||||||
"name": "Bō de l’Eau",
|
"name": "Bō de l’Eau",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.207"
|
"source_reference": {
|
||||||
|
"page": "207"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Dance of Seasons",
|
"id": "Dance of Seasons",
|
||||||
"name": "La danse des saisons",
|
"name": "La danse des saisons",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.209"
|
"source_reference": {
|
||||||
|
"page": "209"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Dominion of Suijin",
|
"id": "Dominion of Suijin",
|
||||||
"name": "Le domaine de Suijin",
|
"name": "Le domaine de Suijin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.209"
|
"source_reference": {
|
||||||
|
"page": "209"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ever-Changing Waves",
|
"id": "Ever-Changing Waves",
|
||||||
"name": "L’impermanence du ressac",
|
"name": "L’impermanence du ressac",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.208"
|
"source_reference": {
|
||||||
|
"page": "208"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Hands of the Tides",
|
"id": "Hands of the Tides",
|
||||||
"name": "Mains des marées",
|
"name": "Mains des marées",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.210"
|
"source_reference": {
|
||||||
|
"page": "210"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Heart of the Water Dragon",
|
"id": "Heart of the Water Dragon",
|
||||||
"name": "Cœur du Dragon de l’eau",
|
"name": "Cœur du Dragon de l’eau",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.207"
|
"source_reference": {
|
||||||
|
"page": "207"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Inari’s Blessing",
|
"id": "Inari’s Blessing",
|
||||||
"name": "Bénédiction d’Inari",
|
"name": "Bénédiction d’Inari",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.207"
|
"source_reference": {
|
||||||
|
"page": "207"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Path to Inner Peace",
|
"id": "Path to Inner Peace",
|
||||||
"name": "Voie de la sérénité",
|
"name": "Voie de la sérénité",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.211"
|
"source_reference": {
|
||||||
|
"page": "211"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Reflections of P’an Ku",
|
"id": "Reflections of P’an Ku",
|
||||||
"name": "Reflets de P’an Ku",
|
"name": "Reflets de P’an Ku",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.211"
|
"source_reference": {
|
||||||
|
"page": "211"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rise, Water",
|
"id": "Rise, Water",
|
||||||
"name": "Eau, incarne-toi",
|
"name": "Eau, incarne-toi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.208"
|
"source_reference": {
|
||||||
|
"page": "208"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stride the Waves",
|
"id": "Stride the Waves",
|
||||||
"name": "Marcher sur les vagues",
|
"name": "Marcher sur les vagues",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.211"
|
"source_reference": {
|
||||||
|
"page": "211"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Strike the Tsunami",
|
"id": "Strike the Tsunami",
|
||||||
"name": "Impact du tsunami",
|
"name": "Impact du tsunami",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.208"
|
"source_reference": {
|
||||||
|
"page": "208"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Suijin’s Embrace",
|
"id": "Suijin’s Embrace",
|
||||||
"name": "Etreinte de Suijin",
|
"name": "Etreinte de Suijin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.208"
|
"source_reference": {
|
||||||
|
"page": "208"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sympathetic Energies",
|
"id": "Sympathetic Energies",
|
||||||
"name": "Transfert d’énergie",
|
"name": "Transfert d’énergie",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.211"
|
"source_reference": {
|
||||||
|
"page": "211"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Rushing Wave",
|
"id": "The Rushing Wave",
|
||||||
"name": "La déferlante",
|
"name": "La déferlante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.209"
|
"source_reference": {
|
||||||
|
"page": "209"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Dream Painter",
|
"id": "Dream Painter",
|
||||||
"name": "Peintre onirique",
|
"name": "Peintre onirique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.106"
|
"source_reference": {
|
||||||
|
"page": "106"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Messenger of Chikusho-do",
|
"id": "Messenger of Chikusho-do",
|
||||||
"name": "Messager du Chikushō-dō",
|
"name": "Messager du Chikushō-dō",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.105"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Fading Dream",
|
"id": "The Fading Dream",
|
||||||
"name": "Rêve évanescent",
|
"name": "Rêve évanescent",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.106"
|
"source_reference": {
|
||||||
|
"page": "106"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bond of the Realms",
|
"id": "Bond of the Realms",
|
||||||
"name": "Les liens des royaumes",
|
"name": "Les liens des royaumes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.107"
|
"source_reference": {
|
||||||
|
"page": "107"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Guardian of the Secret Gate",
|
"id": "Guardian of the Secret Gate",
|
||||||
"name": "Gardien de la porte secrète",
|
"name": "Gardien de la porte secrète",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.107"
|
"source_reference": {
|
||||||
|
"page": "107"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Emboldened Steed",
|
"id": "Emboldened Steed",
|
||||||
"name": "Monture ragaillardie",
|
"name": "Monture ragaillardie",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.107"
|
"source_reference": {
|
||||||
|
"page": "107"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fluid Shadows",
|
"id": "Fluid Shadows",
|
||||||
"name": "Ombre liquide",
|
"name": "Ombre liquide",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Heart of the Lady Sun",
|
"id": "Heart of the Lady Sun",
|
||||||
"name": "Coeur de Dame Soleil",
|
"name": "Coeur de Dame Soleil",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fires of Purity",
|
"id": "Fires of Purity",
|
||||||
"name": "Feux de la purification",
|
"name": "Feux de la purification",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Amaterasu's Gaze",
|
"id": "Amaterasu's Gaze",
|
||||||
"name": "Regard d’Amaterasu",
|
"name": "Regard d’Amaterasu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.108"
|
"source_reference": {
|
||||||
|
"page": "108"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rain of Ten Thousand Lotuses",
|
"id": "Rain of Ten Thousand Lotuses",
|
||||||
"name": "Pluie des dix mille lotus",
|
"name": "Pluie des dix mille lotus",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Path of Beasts",
|
"id": "Path of Beasts",
|
||||||
"name": "Voie des animaux",
|
"name": "Voie des animaux",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.109"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Essence of Jade",
|
"id": "Essence of Jade",
|
||||||
"name": "Essence de jade",
|
"name": "Essence de jade",
|
||||||
"description": "",
|
"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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,488 +2,720 @@
|
|||||||
"label": "Techniques Kata",
|
"label": "Techniques Kata",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Flowing Water Strike",
|
"id": "Flowing Water Strike",
|
||||||
"name": "Assaut de l’eau courante",
|
"name": "Assaut de l’eau courante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.174"
|
"source_reference": {
|
||||||
|
"page": "174"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Crimson Leaves Strike",
|
"id": "Crimson Leaves Strike",
|
||||||
"name": "Assaut des feuilles pourpres",
|
"name": "Assaut des feuilles pourpres",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.175"
|
"source_reference": {
|
||||||
|
"page": "175"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Heartpiercing Strike",
|
"id": "Heartpiercing Strike",
|
||||||
"name": "Assaut en plein coeur",
|
"name": "Assaut en plein coeur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.175"
|
"source_reference": {
|
||||||
|
"page": "175"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Battle in the Mind",
|
"id": "Battle in the Mind",
|
||||||
"name": "Bataille mentale",
|
"name": "Bataille mentale",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.175"
|
"source_reference": {
|
||||||
|
"page": "175"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lord Shiba’s Valor (Phoenix)",
|
"id": "Lord Shiba’s Valor (Phoenix)",
|
||||||
"name": "Bravoure de Sire Shiba (Phénix)",
|
"name": "Bravoure de Sire Shiba (Phénix)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.175"
|
"source_reference": {
|
||||||
|
"page": "175"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Soul Sunder",
|
"id": "Soul Sunder",
|
||||||
"name": "Destruction de l’âme",
|
"name": "Destruction de l’âme",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.176"
|
"source_reference": {
|
||||||
|
"page": "176"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Warrior’s Resolve",
|
"id": "Warrior’s Resolve",
|
||||||
"name": "Détermination du guerrier",
|
"name": "Détermination du guerrier",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.176"
|
"source_reference": {
|
||||||
|
"page": "176"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tactical Assessment",
|
"id": "Tactical Assessment",
|
||||||
"name": "Evaluation tactique",
|
"name": "Evaluation tactique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.176"
|
"source_reference": {
|
||||||
|
"page": "176"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Soaring Slice",
|
"id": "Soaring Slice",
|
||||||
"name": "Mortelle envolée",
|
"name": "Mortelle envolée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.177"
|
"source_reference": {
|
||||||
|
"page": "177"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Striking as Air",
|
"id": "Striking as Air",
|
||||||
"name": "Offensive de l’Air",
|
"name": "Offensive de l’Air",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.177"
|
"source_reference": {
|
||||||
|
"page": "177"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Striking as Water",
|
"id": "Striking as Water",
|
||||||
"name": "Offensive de l'Eau",
|
"name": "Offensive de l'Eau",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.177"
|
"source_reference": {
|
||||||
|
"page": "177"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Striking as Earth",
|
"id": "Striking as Earth",
|
||||||
"name": "Offensive de la Terre",
|
"name": "Offensive de la Terre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.177"
|
"source_reference": {
|
||||||
|
"page": "177"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Striking as Fire",
|
"id": "Striking as Fire",
|
||||||
"name": "Offensive du Feu",
|
"name": "Offensive du Feu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.177"
|
"source_reference": {
|
||||||
|
"page": "177"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Striking as Void",
|
"id": "Striking as Void",
|
||||||
"name": "Offensive du Vide",
|
"name": "Offensive du Vide",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.177"
|
"source_reference": {
|
||||||
|
"page": "177"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lord Hida’s Grip (Crab)",
|
"id": "Lord Hida’s Grip (Crab)",
|
||||||
"name": "Poigne de Sire Hida (Crabe)",
|
"name": "Poigne de Sire Hida (Crabe)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.178"
|
"source_reference": {
|
||||||
|
"page": "178"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Disappearing World Style",
|
"id": "Disappearing World Style",
|
||||||
"name": "Style de la disparition du monde",
|
"name": "Style de la disparition du monde",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.178"
|
"source_reference": {
|
||||||
|
"page": "178"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Crashing Wave Style",
|
"id": "Crashing Wave Style",
|
||||||
"name": "Style de la vague déferlante",
|
"name": "Style de la vague déferlante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.178"
|
"source_reference": {
|
||||||
|
"page": "178"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Crescent Moon Style",
|
"id": "Crescent Moon Style",
|
||||||
"name": "Style du croissant de lune",
|
"name": "Style du croissant de lune",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.178"
|
"source_reference": {
|
||||||
|
"page": "178"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Iron in the Mountains Style",
|
"id": "Iron in the Mountains Style",
|
||||||
"name": "Style du fer dans les montagnes",
|
"name": "Style du fer dans les montagnes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.178"
|
"source_reference": {
|
||||||
|
"page": "178"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Breath of Wind Style",
|
"id": "Breath of Wind Style",
|
||||||
"name": "Style du souffle du vent",
|
"name": "Style du souffle du vent",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.178"
|
"source_reference": {
|
||||||
|
"page": "178"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Thunderclap Strike",
|
"id": "Thunderclap Strike",
|
||||||
"name": "Assaut du coup de tonnerre",
|
"name": "Assaut du coup de tonnerre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.179"
|
"source_reference": {
|
||||||
|
"page": "179"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Iaijutsu Cut: Rising Blade",
|
"id": "Iaijutsu Cut: Rising Blade",
|
||||||
"name": "Attaque de iaijutsu : lame ascendante",
|
"name": "Attaque de iaijutsu : lame ascendante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.179"
|
"source_reference": {
|
||||||
|
"page": "179"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Iaijutsu Cut: Crossing Blade",
|
"id": "Iaijutsu Cut: Crossing Blade",
|
||||||
"name": "Attaque de iaijutsu : lame horizontale",
|
"name": "Attaque de iaijutsu : lame horizontale",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.180"
|
"source_reference": {
|
||||||
|
"page": "180"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rushing Avalanche Style",
|
"id": "Rushing Avalanche Style",
|
||||||
"name": "Style de l’avalanche meurtrière",
|
"name": "Style de l’avalanche meurtrière",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.180"
|
"source_reference": {
|
||||||
|
"page": "180"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Iron Forest Style",
|
"id": "Iron Forest Style",
|
||||||
"name": "Style de la forêt de fer",
|
"name": "Style de la forêt de fer",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.180"
|
"source_reference": {
|
||||||
|
"page": "180"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Open-Hand Style",
|
"id": "Open-Hand Style",
|
||||||
"name": "Style de la main ouverte",
|
"name": "Style de la main ouverte",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.180"
|
"source_reference": {
|
||||||
|
"page": "180"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Veiled Menace Style",
|
"id": "Veiled Menace Style",
|
||||||
"name": "Style de la menace voilée",
|
"name": "Style de la menace voilée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.180"
|
"source_reference": {
|
||||||
|
"page": "180"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spinning Blades Style",
|
"id": "Spinning Blades Style",
|
||||||
"name": "Style des lames tournoyantes",
|
"name": "Style des lames tournoyantes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.180"
|
"source_reference": {
|
||||||
|
"page": "180"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Coiling Serpent Style",
|
"id": "Coiling Serpent Style",
|
||||||
"name": "Style du serpent constricteur",
|
"name": "Style du serpent constricteur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.181"
|
"source_reference": {
|
||||||
|
"page": "181"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Pin the Fan",
|
"id": "Pin the Fan",
|
||||||
"name": "Clouer l’éventail",
|
"name": "Clouer l’éventail",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.181"
|
"source_reference": {
|
||||||
|
"page": "181"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Hawk’s Precision",
|
"id": "Hawk’s Precision",
|
||||||
"name": "Précision du faucon",
|
"name": "Précision du faucon",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.181"
|
"source_reference": {
|
||||||
|
"page": "181"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Pelting Hail Style",
|
"id": "Pelting Hail Style",
|
||||||
"name": "Style de l’averse de grêle",
|
"name": "Style de l’averse de grêle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.181"
|
"source_reference": {
|
||||||
|
"page": "181"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Trip the Leg",
|
"id": "Trip the Leg",
|
||||||
"name": "Croc-en-jambe",
|
"name": "Croc-en-jambe",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.113"
|
"source_reference": {
|
||||||
|
"page": "113"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Pole-Vault",
|
"id": "Pole-Vault",
|
||||||
"name": "Saut à la perche",
|
"name": "Saut à la perche",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.113"
|
"source_reference": {
|
||||||
|
"page": "113"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Chaotic Scattering",
|
"id": "Chaotic Scattering",
|
||||||
"name": "Dispersion chaotique",
|
"name": "Dispersion chaotique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.86"
|
"source_reference": {
|
||||||
|
"page": "86"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Mind's Edge",
|
"id": "Mind's Edge",
|
||||||
"name": "Le tranchant de l’esprit",
|
"name": "Le tranchant de l’esprit",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.86"
|
"source_reference": {
|
||||||
|
"page": "86"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Iron Shell Style",
|
"id": "Iron Shell Style",
|
||||||
"name": "Style de la carapace de fer",
|
"name": "Style de la carapace de fer",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.87"
|
"source_reference": {
|
||||||
|
"page": "87"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Boar's Wrath Style",
|
"id": "Boar's Wrath Style",
|
||||||
"name": "Style de la fureur du sanglier",
|
"name": "Style de la fureur du sanglier",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Thunderous Hooves Style",
|
"id": "Thunderous Hooves Style",
|
||||||
"name": "Style du tonnerre des sabots",
|
"name": "Style du tonnerre des sabots",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.87"
|
"source_reference": {
|
||||||
|
"page": "87"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rider's Haste",
|
"id": "Rider's Haste",
|
||||||
"name": "La précipitation du cavalier",
|
"name": "La précipitation du cavalier",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.86"
|
"source_reference": {
|
||||||
|
"page": "86"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Void Embrace Style",
|
"id": "Void Embrace Style",
|
||||||
"name": "Style de l’étreinte du Vide",
|
"name": "Style de l’étreinte du Vide",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.87"
|
"source_reference": {
|
||||||
|
"page": "87"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Improvised Assault",
|
"id": "Improvised Assault",
|
||||||
"name": "Assaut improvisé",
|
"name": "Assaut improvisé",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.88"
|
"source_reference": {
|
||||||
|
"page": "88"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bonebreaker Style",
|
"id": "Bonebreaker Style",
|
||||||
"name": "Style de l’écrasement des os",
|
"name": "Style de l’écrasement des os",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Flashing Steel Strike",
|
"id": "Flashing Steel Strike",
|
||||||
"name": "Assaut de l’éclat d’acier",
|
"name": "Assaut de l’éclat d’acier",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.87"
|
"source_reference": {
|
||||||
|
"page": "87"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Deflective Defense",
|
"id": "Deflective Defense",
|
||||||
"name": "Déflexion",
|
"name": "Déflexion",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.89"
|
"source_reference": {
|
||||||
|
"page": "89"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Daring Swing",
|
"id": "Daring Swing",
|
||||||
"name": "Balancement hardi",
|
"name": "Balancement hardi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.89"
|
"source_reference": {
|
||||||
|
"page": "89"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Iaijutsu Cut: Reverse Draw",
|
"id": "Iaijutsu Cut: Reverse Draw",
|
||||||
"name": "Attaque de iaijutsu : garde inversée",
|
"name": "Attaque de iaijutsu : garde inversée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.88"
|
"source_reference": {
|
||||||
|
"page": "88"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Landslide Strike",
|
"id": "Landslide Strike",
|
||||||
"name": "Assaut du glissement de terrain",
|
"name": "Assaut du glissement de terrain",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.88"
|
"source_reference": {
|
||||||
|
"page": "88"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Laughing Fox Style",
|
"id": "Laughing Fox Style",
|
||||||
"name": "Style du renard rieur",
|
"name": "Style du renard rieur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.91"
|
"source_reference": {
|
||||||
|
"page": "91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Iaijutsu Cut: Sword and Sheath",
|
"id": "Iaijutsu Cut: Sword and Sheath",
|
||||||
"name": "Attaque de iaijutsu : sabre et fourreau",
|
"name": "Attaque de iaijutsu : sabre et fourreau",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.88"
|
"source_reference": {
|
||||||
|
"page": "88"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Piercing Bolt Style",
|
"id": "Piercing Bolt Style",
|
||||||
"name": "Style de la charge perforante",
|
"name": "Style de la charge perforante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Reckless Lunge",
|
"id": "Reckless Lunge",
|
||||||
"name": "Fente téméraire",
|
"name": "Fente téméraire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.89"
|
"source_reference": {
|
||||||
|
"page": "89"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Swirling Tempest Style",
|
"id": "Swirling Tempest Style",
|
||||||
"name": "Style de la tempête tournoyante",
|
"name": "Style de la tempête tournoyante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Snapping Branch Strike",
|
"id": "Snapping Branch Strike",
|
||||||
"name": "Assaut de la branche cassée",
|
"name": "Assaut de la branche cassée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.87"
|
"source_reference": {
|
||||||
|
"page": "87"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Thunderous Blows Style",
|
"id": "Thunderous Blows Style",
|
||||||
"name": "Style des coups tonitruants",
|
"name": "Style des coups tonitruants",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.91"
|
"source_reference": {
|
||||||
|
"page": "91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rushing Ox Style",
|
"id": "Rushing Ox Style",
|
||||||
"name": "Style de la charge du taureau",
|
"name": "Style de la charge du taureau",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wheeling Sweep",
|
"id": "Wheeling Sweep",
|
||||||
"name": "Balayage tournoyant",
|
"name": "Balayage tournoyant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.89"
|
"source_reference": {
|
||||||
|
"page": "89"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Eyeless Sight Shot",
|
"id": "Eyeless Sight Shot",
|
||||||
"name": "Tir à l’aveugle",
|
"name": "Tir à l’aveugle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.91"
|
"source_reference": {
|
||||||
|
"page": "91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Twin Streams Style",
|
"id": "Twin Streams Style",
|
||||||
"name": "Style des ruisseaux jumeaux",
|
"name": "Style des ruisseaux jumeaux",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.91"
|
"source_reference": {
|
||||||
|
"page": "91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Staggering Shot",
|
"id": "Staggering Shot",
|
||||||
"name": "Tir déséquilibrant",
|
"name": "Tir déséquilibrant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.92"
|
"source_reference": {
|
||||||
|
"page": "92"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Falling Heavens Shot",
|
"id": "Falling Heavens Shot",
|
||||||
"name": "Tir tombé des Cieux",
|
"name": "Tir tombé des Cieux",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.92"
|
"source_reference": {
|
||||||
|
"page": "92"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Swirling Viper Style",
|
"id": "Swirling Viper Style",
|
||||||
"name": "Style de la vipère tournoyante",
|
"name": "Style de la vipère tournoyante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.91"
|
"source_reference": {
|
||||||
|
"page": "91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wasp's Spite Style",
|
"id": "Wasp's Spite Style",
|
||||||
"name": "Style de l’agressivité de la guêpe",
|
"name": "Style de l’agressivité de la guêpe",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.91"
|
"source_reference": {
|
||||||
|
"page": "91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fierce Badger Style",
|
"id": "Fierce Badger Style",
|
||||||
"name": "Style du blaireau féroce",
|
"name": "Style du blaireau féroce",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.95"
|
"source_reference": {
|
||||||
|
"page": "95"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Thicket's Embrace Style",
|
"id": "Thicket's Embrace Style",
|
||||||
"name": "Style de l’étreinte du fourré",
|
"name": "Style de l’étreinte du fourré",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.95"
|
"source_reference": {
|
||||||
|
"page": "95"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shattering Tide Style",
|
"id": "Shattering Tide Style",
|
||||||
"name": "Style de la marée destructrice",
|
"name": "Style de la marée destructrice",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.95"
|
"source_reference": {
|
||||||
|
"page": "95"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bear’s Swipe Style",
|
"id": "Bear’s Swipe Style",
|
||||||
"name": "Bear’s Swipe Style (WIP)",
|
"name": "Style de la gifle de l’ours",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "114"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Serpent’s Twist Style",
|
"id": "Serpent’s Twist Style",
|
||||||
"name": "Serpent’s Twist Style (WIP)",
|
"name": "Style de la contorsion du serpent",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "114"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Swallow’s Dart Style",
|
"id": "Swallow’s Dart Style",
|
||||||
"name": "Swallow’s Dart Style (WIP)",
|
"name": "Style de la vivacité de l’hirondelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tiger’s Lunge Style",
|
"id": "Tiger’s Lunge Style",
|
||||||
"name": "Tiger’s Lunge Style (WIP)",
|
"name": "Style de l’attaque du tigre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Flexible Grip",
|
"id": "Flexible Grip",
|
||||||
"name": "Flexible Grip (WIP)",
|
"name": "Prise flexible",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "116"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Howling Gale Defense",
|
"id": "Howling Gale Defense",
|
||||||
"name": "Howling Gale Defense (WIP)",
|
"name": "Défense de la bourrasque hurlante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Heron’s Grasp Style",
|
"id": "Heron’s Grasp Style",
|
||||||
"name": "Heron’s Grasp Style (WIP)",
|
"name": "Style de l’étreinte du héron",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "116"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Serow’s Leap Style",
|
"id": "Serow’s Leap Style",
|
||||||
"name": "Serow’s Leap Style (WIP)",
|
"name": "Style du saro bondissant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "116"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tumbling Oak Style",
|
"id": "Tumbling Oak Style",
|
||||||
"name": "Tumbling Oak Style (WIP)",
|
"name": "Style de la chute du chêne",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "116"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Flight",
|
"id": "Flight",
|
||||||
"name": "Flight (WIP)",
|
"name": "Vol",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Razor Bite",
|
"id": "Razor Bite",
|
||||||
"name": "Razor Bite (WIP)",
|
"name": "Morsure acérée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Owl’s Swoop Style",
|
"id": "Owl’s Swoop Style",
|
||||||
"name": "Owl’s Swoop Style (WIP)",
|
"name": "Style du piqué de la chouette",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Skittering Shift",
|
"id": "Skittering Shift",
|
||||||
"name": "Skittering Shift (WIP)",
|
"name": "Déguerpissement prompt",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tail Sweep",
|
"id": "Tail Sweep",
|
||||||
"name": "Tail Sweep (WIP)",
|
"name": "Balayage caudal",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,236 +2,312 @@
|
|||||||
"label": "Techniques Kihõ",
|
"label": "Techniques Kihõ",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Cleansing Spirit",
|
"id": "Cleansing Spirit",
|
||||||
"name": "Esprit purificateur",
|
"name": "Esprit purificateur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.182"
|
"source_reference": {
|
||||||
|
"page": "182"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Grasp the Earth Dragon",
|
"id": "Grasp the Earth Dragon",
|
||||||
"name": "Etreindre le Dragon de la Terre",
|
"name": "Etreindre le Dragon de la Terre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.182"
|
"source_reference": {
|
||||||
|
"page": "182"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Earth Needs No Eyes",
|
"id": "Earth Needs No Eyes",
|
||||||
"name": "La Terre voit sans yeux",
|
"name": "La Terre voit sans yeux",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.183"
|
"source_reference": {
|
||||||
|
"page": "183"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Earthquake",
|
"id": "Way of the Earthquake",
|
||||||
"name": "La voie du séisme",
|
"name": "La voie du séisme",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.183"
|
"source_reference": {
|
||||||
|
"page": "183"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Earthen Fist",
|
"id": "Earthen Fist",
|
||||||
"name": "Poing de terre",
|
"name": "Poing de terre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.183"
|
"source_reference": {
|
||||||
|
"page": "183"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Riding the Clouds",
|
"id": "Riding the Clouds",
|
||||||
"name": "Chevaucher les nuages",
|
"name": "Chevaucher les nuages",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.183"
|
"source_reference": {
|
||||||
|
"page": "183"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Willow",
|
"id": "Way of the Willow",
|
||||||
"name": "La voie du saule",
|
"name": "La voie du saule",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.184"
|
"source_reference": {
|
||||||
|
"page": "184"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Air Fist",
|
"id": "Air Fist",
|
||||||
"name": "Poing de vent",
|
"name": "Poing de vent",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.184"
|
"source_reference": {
|
||||||
|
"page": "184"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Great Silence",
|
"id": "The Great Silence",
|
||||||
"name": "Silence absolu",
|
"name": "Silence absolu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.184"
|
"source_reference": {
|
||||||
|
"page": "184"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Channel the Fire Dragon",
|
"id": "Channel the Fire Dragon",
|
||||||
"name": "Dompter le Dragon du Feu",
|
"name": "Dompter le Dragon du Feu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.184"
|
"source_reference": {
|
||||||
|
"page": "184"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Breaking Blow",
|
"id": "Breaking Blow",
|
||||||
"name": "Ki destructeur",
|
"name": "Ki destructeur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.184"
|
"source_reference": {
|
||||||
|
"page": "184"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Falling Star",
|
"id": "Way of the Falling Star",
|
||||||
"name": "La voie de l’étoile filante",
|
"name": "La voie de l’étoile filante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.185"
|
"source_reference": {
|
||||||
|
"page": "185"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Body Is an Anvil",
|
"id": "The Body Is an Anvil",
|
||||||
"name": "Le corps est une enclume",
|
"name": "Le corps est une enclume",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.186"
|
"source_reference": {
|
||||||
|
"page": "186"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Flame Fist",
|
"id": "Flame Fist",
|
||||||
"name": "Poing de flamme",
|
"name": "Poing de flamme",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.186"
|
"source_reference": {
|
||||||
|
"page": "186"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ride the Water Dragon",
|
"id": "Ride the Water Dragon",
|
||||||
"name": "Chevaucher le Dragon de l’Eau",
|
"name": "Chevaucher le Dragon de l’Eau",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.186"
|
"source_reference": {
|
||||||
|
"page": "186"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Freezing the Lifeblood",
|
"id": "Freezing the Lifeblood",
|
||||||
"name": "Gel de l’énergie vitale",
|
"name": "Gel de l’énergie vitale",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.186"
|
"source_reference": {
|
||||||
|
"page": "186"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ki Protection",
|
"id": "Ki Protection",
|
||||||
"name": "Ki protecteur",
|
"name": "Ki protecteur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.187"
|
"source_reference": {
|
||||||
|
"page": "187"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Seafoam",
|
"id": "Way of the Seafoam",
|
||||||
"name": "La voie de l’écume",
|
"name": "La voie de l’écume",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.187"
|
"source_reference": {
|
||||||
|
"page": "187"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Water Fist",
|
"id": "Water Fist",
|
||||||
"name": "Poing d’eau",
|
"name": "Poing d’eau",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.187"
|
"source_reference": {
|
||||||
|
"page": "187"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Death Touch",
|
"id": "Death Touch",
|
||||||
"name": "Caresse de la mort",
|
"name": "Caresse de la mort",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.188"
|
"source_reference": {
|
||||||
|
"page": "188"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Touch the Void Dragon",
|
"id": "Touch the Void Dragon",
|
||||||
"name": "Effleurer le Dragon du Vide",
|
"name": "Effleurer le Dragon du Vide",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.188"
|
"source_reference": {
|
||||||
|
"page": "188"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Still the Elements",
|
"id": "Still the Elements",
|
||||||
"name": "Figer les éléments",
|
"name": "Figer les éléments",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.188"
|
"source_reference": {
|
||||||
|
"page": "188"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Edgeless Sword",
|
"id": "Way of the Edgeless Sword",
|
||||||
"name": "La voie du sabre sans tranchant",
|
"name": "La voie du sabre sans tranchant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.188"
|
"source_reference": {
|
||||||
|
"page": "188"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Mercy of the Stone Fortune",
|
"id": "Mercy of the Stone Fortune",
|
||||||
"name": "Mercy of the Stone Fortune (WIP)",
|
"name": "Pitié de la fortune de la pierre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rejuvenating Breath",
|
"id": "Rejuvenating Breath",
|
||||||
"name": "Rejuvenating Breath (WIP)",
|
"name": "Souffle revigorant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shadow of Ancient Peaks",
|
"id": "Shadow of Ancient Peaks",
|
||||||
"name": "Shadow of Ancient Peaks (WIP)",
|
"name": "A l’ombre des pics antiques",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Cutting Wind Talons",
|
"id": "Cutting Wind Talons",
|
||||||
"name": "Cutting Wind Talons (WIP)",
|
"name": "Serres du vent tranchant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Grace of the Gentle Breeze",
|
"id": "Grace of the Gentle Breeze",
|
||||||
"name": "Grace of the Gentle Breeze (WIP)",
|
"name": "Grâce de la douce brise",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "109"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Step of the Storm",
|
"id": "Step of the Storm",
|
||||||
"name": "Step of the Storm (WIP)",
|
"name": "Bond de la tempête",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blistering Retribution",
|
"id": "Blistering Retribution",
|
||||||
"name": "Blistering Retribution (WIP)",
|
"name": "Rétribution foudroyante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "111"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Dance of Fire",
|
"id": "Dance of Fire",
|
||||||
"name": "Dance of Fire (WIP)",
|
"name": "Danse du Feu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Volcanic Fist",
|
"id": "Volcanic Fist",
|
||||||
"name": "Volcanic Fist (WIP)",
|
"name": "Poing volcanique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fist of Spreading Venom",
|
"id": "Fist of Spreading Venom",
|
||||||
"name": "Fist of Spreading Venom (WIP)",
|
"name": "Poing propagateur de poison",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "112"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "River’s Flowing Stride",
|
"id": "River’s Flowing Stride",
|
||||||
"name": "River’s Flowing Stride (WIP)",
|
"name": "Allure du cours d’eau",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "112"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Seeping Ki",
|
"id": "Seeping Ki",
|
||||||
"name": "Seeping Ki (WIP)",
|
"name": "Ruissellement de ki",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "112"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Aura Awareness",
|
"id": "Aura Awareness",
|
||||||
"name": "Aura Awareness (WIP)",
|
"name": "Perception des auras",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "113"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Essence of Stillness",
|
"id": "Essence of Stillness",
|
||||||
"name": "Essence of Stillness (WIP)",
|
"name": "Essence de l’immobilité",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "113"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Eternal Mind’s Gate",
|
"id": "Eternal Mind’s Gate",
|
||||||
"name": "Eternal Mind’s Gate (WIP)",
|
"name": "Portail de l’esprit éternel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "113"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,104 +2,136 @@
|
|||||||
"label": "Techniques Mahõ",
|
"label": "Techniques Mahõ",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Incite Haunting",
|
"id": "Incite Haunting",
|
||||||
"name": "Emprise maléfique",
|
"name": "Emprise maléfique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.224"
|
"source_reference": {
|
||||||
|
"page": "224"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Grip of Anguish",
|
"id": "Grip of Anguish",
|
||||||
"name": "Etreinte de l’angoisse",
|
"name": "Etreinte de l’angoisse",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.224"
|
"source_reference": {
|
||||||
|
"page": "224"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Unholy Fervor",
|
"id": "Unholy Fervor",
|
||||||
"name": "Ferveur impie",
|
"name": "Ferveur impie",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.225"
|
"source_reference": {
|
||||||
|
"page": "225"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Mark of Desecration",
|
"id": "Mark of Desecration",
|
||||||
"name": "Marque de profanation",
|
"name": "Marque de profanation",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.225"
|
"source_reference": {
|
||||||
|
"page": "225"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sinful Whispers",
|
"id": "Sinful Whispers",
|
||||||
"name": "Murmures déviants",
|
"name": "Murmures déviants",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.225"
|
"source_reference": {
|
||||||
|
"page": "225"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Accursed Summoning",
|
"id": "Accursed Summoning",
|
||||||
"name": "Conjuration maudite",
|
"name": "Conjuration maudite",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bind the Undead",
|
"id": "Bind the Undead",
|
||||||
"name": "Lier les non-morts",
|
"name": "Lier les non-morts",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Commune with Evil",
|
"id": "Commune with Evil",
|
||||||
"name": "Communier avec le mal",
|
"name": "Communier avec le mal",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Dark Reflection",
|
"id": "Dark Reflection",
|
||||||
"name": "Sombre reflet",
|
"name": "Sombre reflet",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.121"
|
"source_reference": {
|
||||||
|
"page": "121"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Entreat the Shadow Steed",
|
"id": "Entreat the Shadow Steed",
|
||||||
"name": "Implorer le destrier d’ombres",
|
"name": "Implorer le destrier d’ombres",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fiend's Retreat",
|
"id": "Fiend's Retreat",
|
||||||
"name": "La retraite du démon",
|
"name": "La retraite du démon",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shape the Flesh",
|
"id": "Shape the Flesh",
|
||||||
"name": "Modeler la chair",
|
"name": "Modeler la chair",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.120"
|
"source_reference": {
|
||||||
|
"page": "120"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spiritual Shackles",
|
"id": "Spiritual Shackles",
|
||||||
"name": "Chaînes spirituelles",
|
"name": "Chaînes spirituelles",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spread Corruption",
|
"id": "Spread Corruption",
|
||||||
"name": "Répandre la corruption",
|
"name": "Répandre la corruption",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.120"
|
"source_reference": {
|
||||||
|
"page": "120"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sword of Blood",
|
"id": "Sword of Blood",
|
||||||
"name": "Sabre de sang",
|
"name": "Sabre de sang",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.121"
|
"source_reference": {
|
||||||
|
"page": "121"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Twisted Summons",
|
"id": "Twisted Summons",
|
||||||
"name": "Convocation de la difformité",
|
"name": "Convocation de la difformité",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,20 +2,24 @@
|
|||||||
"label": "Techniques Mantra",
|
"label": "Techniques Mantra",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Summon Mantra : [One Implement]",
|
"id": "Summon Mantra : [One Implement]",
|
||||||
"name": "Mantra de conjuration : [Nom de l’instrument]",
|
"name": "Mantra de conjuration : [Nom de l’instrument]",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.99"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Countering Mantra",
|
"id": "Countering Mantra",
|
||||||
"name": "Mantra de contre",
|
"name": "Mantra de contre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.99"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,608 +2,888 @@
|
|||||||
"label": "Capacités de Maîtrise",
|
"label": "Capacités de Maîtrise",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "The Mountain Does Not Fall",
|
"id": "The Mountain Does Not Fall",
|
||||||
"name": "La montagne ne recule pas",
|
"name": "La montagne ne recule pas",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.57"
|
"source_reference": {
|
||||||
|
"page": "57"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Slayer’s Slash",
|
"id": "Slayer’s Slash",
|
||||||
"name": "Entaille du tueur",
|
"name": "Entaille du tueur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.58"
|
"source_reference": {
|
||||||
|
"page": "58"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ingenious Design",
|
"id": "Ingenious Design",
|
||||||
"name": "Ingénieuse conception",
|
"name": "Ingénieuse conception",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.59"
|
"source_reference": {
|
||||||
|
"page": "59"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Purge the Wicked",
|
"id": "Purge the Wicked",
|
||||||
"name": "Purifier le mal",
|
"name": "Purifier le mal",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.60"
|
"source_reference": {
|
||||||
|
"page": "60"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Treasures of the Carp",
|
"id": "Treasures of the Carp",
|
||||||
"name": "Les trésors de la carpe",
|
"name": "Les trésors de la carpe",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.61"
|
"source_reference": {
|
||||||
|
"page": "61"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stir the Slumbering Spirit",
|
"id": "Stir the Slumbering Spirit",
|
||||||
"name": "Eveiller l’esprit endormi",
|
"name": "Eveiller l’esprit endormi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.62"
|
"source_reference": {
|
||||||
|
"page": "62"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "To Tread the Sword",
|
"id": "To Tread the Sword",
|
||||||
"name": "Dans l’ombre de ma lame",
|
"name": "Dans l’ombre de ma lame",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.63"
|
"source_reference": {
|
||||||
|
"page": "63"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Lady’s Grace",
|
"id": "The Lady’s Grace",
|
||||||
"name": "La grâce de la Dame",
|
"name": "La grâce de la Dame",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.64"
|
"source_reference": {
|
||||||
|
"page": "64"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Strike with No Thought",
|
"id": "Strike with No Thought",
|
||||||
"name": "Frappe instinctive",
|
"name": "Frappe instinctive",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.65"
|
"source_reference": {
|
||||||
|
"page": "65"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Experiment and Adapt",
|
"id": "Experiment and Adapt",
|
||||||
"name": "Expérimente et adapte-toi",
|
"name": "Expérimente et adapte-toi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.66"
|
"source_reference": {
|
||||||
|
"page": "66"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Eyes Betray the Heart",
|
"id": "The Eyes Betray the Heart",
|
||||||
"name": "Les yeux trahissent le cœur",
|
"name": "Les yeux trahissent le cœur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.67"
|
"source_reference": {
|
||||||
|
"page": "67"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Heart of the Dragon",
|
"id": "Heart of the Dragon",
|
||||||
"name": "Le cœur du Dragon",
|
"name": "Le cœur du Dragon",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.68"
|
"source_reference": {
|
||||||
|
"page": "68"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blood of the Dragon",
|
"id": "Blood of the Dragon",
|
||||||
"name": "Le sang du Dragon",
|
"name": "Le sang du Dragon",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.69"
|
"source_reference": {
|
||||||
|
"page": "69"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Akodo’s Final Lesson",
|
"id": "Akodo’s Final Lesson",
|
||||||
"name": "L’ultime leçon d’Akodo",
|
"name": "L’ultime leçon d’Akodo",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.70"
|
"source_reference": {
|
||||||
|
"page": "70"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lion’s Pride",
|
"id": "Lion’s Pride",
|
||||||
"name": "La fierté du Lion",
|
"name": "La fierté du Lion",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.71"
|
"source_reference": {
|
||||||
|
"page": "71"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Strength of a Thousand Ancestors",
|
"id": "Strength of a Thousand Ancestors",
|
||||||
"name": "La force d’un millier d’ancêtres",
|
"name": "La force d’un millier d’ancêtres",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.72"
|
"source_reference": {
|
||||||
|
"page": "72"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rending Jaws of the Lion",
|
"id": "Rending Jaws of the Lion",
|
||||||
"name": "Féroces mâchoires du lion",
|
"name": "Féroces mâchoires du lion",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.73"
|
"source_reference": {
|
||||||
|
"page": "73"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Insufferable Genius",
|
"id": "Insufferable Genius",
|
||||||
"name": "Génie exaspérant",
|
"name": "Génie exaspérant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.74"
|
"source_reference": {
|
||||||
|
"page": "74"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Master of Elements",
|
"id": "Master of Elements",
|
||||||
"name": "Maître des éléments",
|
"name": "Maître des éléments",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.75"
|
"source_reference": {
|
||||||
|
"page": "75"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stand of Honor",
|
"id": "Stand of Honor",
|
||||||
"name": "Résistance de l’Honneur",
|
"name": "Résistance de l’Honneur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.76"
|
"source_reference": {
|
||||||
|
"page": "76"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Demon, Begone!",
|
"id": "Demon, Begone!",
|
||||||
"name": "Arrière, démon !",
|
"name": "Arrière, démon !",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.77"
|
"source_reference": {
|
||||||
|
"page": "77"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Little Truths",
|
"id": "Little Truths",
|
||||||
"name": "Petites vérités",
|
"name": "Petites vérités",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.78"
|
"source_reference": {
|
||||||
|
"page": "78"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Final Silence",
|
"id": "The Final Silence",
|
||||||
"name": "L’ultime silence",
|
"name": "L’ultime silence",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.79"
|
"source_reference": {
|
||||||
|
"page": "79"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "World of Shadows",
|
"id": "World of Shadows",
|
||||||
"name": "Un monde d’ombres",
|
"name": "Un monde d’ombres",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.80"
|
"source_reference": {
|
||||||
|
"page": "80"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bound in Ink",
|
"id": "Bound in Ink",
|
||||||
"name": "Prison d’encre",
|
"name": "Prison d’encre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.81"
|
"source_reference": {
|
||||||
|
"page": "81"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "A Friend in Every City",
|
"id": "A Friend in Every City",
|
||||||
"name": "Un ami dans chaque ville",
|
"name": "Un ami dans chaque ville",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.82"
|
"source_reference": {
|
||||||
|
"page": "82"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Spirits Unbound",
|
"id": "The Spirits Unbound",
|
||||||
"name": "Esprits déchaînés",
|
"name": "Esprits déchaînés",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.83"
|
"source_reference": {
|
||||||
|
"page": "83"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Scouring Sirocco",
|
"id": "Scouring Sirocco",
|
||||||
"name": "Sirocco cinglant",
|
"name": "Sirocco cinglant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.84"
|
"source_reference": {
|
||||||
|
"page": "84"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "I Will Always Return",
|
"id": "I Will Always Return",
|
||||||
"name": "Je reviendrai toujours",
|
"name": "Je reviendrai toujours",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.85"
|
"source_reference": {
|
||||||
|
"page": "85"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sensing the Breeze",
|
"id": "Sensing the Breeze",
|
||||||
"name": "Sentir la brise",
|
"name": "Sentir la brise",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.86"
|
"source_reference": {
|
||||||
|
"page": "86"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "A Bottomless Ocean",
|
"id": "A Bottomless Ocean",
|
||||||
"name": "Un insondable océan",
|
"name": "Un insondable océan",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.87"
|
"source_reference": {
|
||||||
|
"page": "87"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Experimental Concotion",
|
"id": "Experimental Concotion",
|
||||||
"name": "Mélange expérimental",
|
"name": "Mélange expérimental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.80"
|
"source_reference": {
|
||||||
|
"page": "80"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Favored Counselor",
|
"id": "Favored Counselor",
|
||||||
"name": "Conseiller favori",
|
"name": "Conseiller favori",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.81"
|
"source_reference": {
|
||||||
|
"page": "81"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Essence of Emptiness",
|
"id": "Essence of Emptiness",
|
||||||
"name": "Essence de la vacuité",
|
"name": "Essence de la vacuité",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.82"
|
"source_reference": {
|
||||||
|
"page": "82"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Temple of the Heart",
|
"id": "Temple of the Heart",
|
||||||
"name": "Le coeur est un temple",
|
"name": "Le coeur est un temple",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.83"
|
"source_reference": {
|
||||||
|
"page": "83"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Flower Binds the Room",
|
"id": "The Flower Binds the Room",
|
||||||
"name": "La fleur complète la pièce",
|
"name": "La fleur complète la pièce",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.84"
|
"source_reference": {
|
||||||
|
"page": "84"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Walk the Hidden Ways",
|
"id": "Walk the Hidden Ways",
|
||||||
"name": "Arpenter les voies secrètes",
|
"name": "Arpenter les voies secrètes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.85"
|
"source_reference": {
|
||||||
|
"page": "85"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rippling Flame",
|
"id": "Rippling Flame",
|
||||||
"name": "Flamme dansante",
|
"name": "Flamme dansante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.86"
|
"source_reference": {
|
||||||
|
"page": "86"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shadow Assassin",
|
"id": "Shadow Assassin",
|
||||||
"name": "Ombre assassine",
|
"name": "Ombre assassine",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.87"
|
"source_reference": {
|
||||||
|
"page": "87"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Master of Beasts",
|
"id": "Master of Beasts",
|
||||||
"name": "Maître des bêtes",
|
"name": "Maître des bêtes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.88"
|
"source_reference": {
|
||||||
|
"page": "88"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Strike First, Strike Last",
|
"id": "Strike First, Strike Last",
|
||||||
"name": "Premier coup, dernier coup",
|
"name": "Premier coup, dernier coup",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.89"
|
"source_reference": {
|
||||||
|
"page": "89"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spy Network",
|
"id": "Spy Network",
|
||||||
"name": "Réseau d’espions",
|
"name": "Réseau d’espions",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Post Facto",
|
"id": "Post Facto",
|
||||||
"name": "A posteriori",
|
"name": "A posteriori",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.91"
|
"source_reference": {
|
||||||
|
"page": "91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Victory is the Greatest Honor",
|
"id": "Victory is the Greatest Honor",
|
||||||
"name": "La victoire est l’honneur suprême",
|
"name": "La victoire est l’honneur suprême",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.92"
|
"source_reference": {
|
||||||
|
"page": "92"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "One With the Shadows",
|
"id": "One With the Shadows",
|
||||||
"name": "Union avec les ombres",
|
"name": "Union avec les ombres",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sudden Clarity",
|
"id": "Sudden Clarity",
|
||||||
"name": "Clarté soudaine",
|
"name": "Clarté soudaine",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Curse of Musubi-no-Kami",
|
"id": "Curse of Musubi-no-Kami",
|
||||||
"name": "Malédiction de Musubi no Kami",
|
"name": "Malédiction de Musubi no Kami",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.95"
|
"source_reference": {
|
||||||
|
"page": "95"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Lowest Bow",
|
"id": "The Lowest Bow",
|
||||||
"name": "La plus profonde des révérences",
|
"name": "La plus profonde des révérences",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.96"
|
"source_reference": {
|
||||||
|
"page": "96"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Echoes of Ancient Days",
|
"id": "Echoes of Ancient Days",
|
||||||
"name": "Echos des temps passés",
|
"name": "Echos des temps passés",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Standing Death",
|
"id": "The Standing Death",
|
||||||
"name": "La mort se tient devant vous",
|
"name": "La mort se tient devant vous",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.98"
|
"source_reference": {
|
||||||
|
"page": "98"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Emerald Explorer",
|
"id": "Emerald Explorer",
|
||||||
"name": "Explorateur d’émeraude",
|
"name": "Explorateur d’émeraude",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.232"
|
"source_reference": {
|
||||||
|
"page": "232"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blessings of the Emperor",
|
"id": "Blessings of the Emperor",
|
||||||
"name": "Bénédictions de l’Empereur",
|
"name": "Bénédictions de l’Empereur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.233"
|
"source_reference": {
|
||||||
|
"page": "233"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Majesty of the Throne",
|
"id": "Majesty of the Throne",
|
||||||
"name": "Majesté du trône",
|
"name": "Majesté du trône",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.235"
|
"source_reference": {
|
||||||
|
"page": "235"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Foreseen in the Stars",
|
"id": "Foreseen in the Stars",
|
||||||
"name": "Présage stellaire",
|
"name": "Présage stellaire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.236"
|
"source_reference": {
|
||||||
|
"page": "236"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Clouds Part",
|
"id": "The Clouds Part",
|
||||||
"name": "Une percée dans les nuages",
|
"name": "Une percée dans les nuages",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.237"
|
"source_reference": {
|
||||||
|
"page": "237"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Favor of the Fortunes",
|
"id": "Favor of the Fortunes",
|
||||||
"name": "Faveur des fortunes",
|
"name": "Faveur des fortunes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.238"
|
"source_reference": {
|
||||||
|
"page": "238"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "One with the Void",
|
"id": "One with the Void",
|
||||||
"name": "Union avec le Vide",
|
"name": "Union avec le Vide",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.239"
|
"source_reference": {
|
||||||
|
"page": "239"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ninth Tail Ascension",
|
"id": "Ninth Tail Ascension",
|
||||||
"name": "Ascension de la neuvième queue",
|
"name": "Ascension de la neuvième queue",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.240"
|
"source_reference": {
|
||||||
|
"page": "240"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Usher in the New Age",
|
"id": "Usher in the New Age",
|
||||||
"name": "Instaurer une ère nouvelle",
|
"name": "Instaurer une ère nouvelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.241"
|
"source_reference": {
|
||||||
|
"page": "241"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Unseen Blade",
|
"id": "Unseen Blade",
|
||||||
"name": "La lame invisible",
|
"name": "La lame invisible",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.48"
|
"source_reference": {
|
||||||
|
"page": "48"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lesson of the Hawk",
|
"id": "Lesson of the Hawk",
|
||||||
"name": "La leçon du faucon",
|
"name": "La leçon du faucon",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.49"
|
"source_reference": {
|
||||||
|
"page": "49"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "All Part of the Plan",
|
"id": "All Part of the Plan",
|
||||||
"name": "Exactement comme prévu",
|
"name": "Exactement comme prévu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.50"
|
"source_reference": {
|
||||||
|
"page": "50"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Crack Not a Single Twig",
|
"id": "Crack Not a Single Twig",
|
||||||
"name": "Sans écraser une seule brindille",
|
"name": "Sans écraser une seule brindille",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.51"
|
"source_reference": {
|
||||||
|
"page": "51"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Elemental Charmer",
|
"id": "Elemental Charmer",
|
||||||
"name": "Charmeur d’éléments",
|
"name": "Charmeur d’éléments",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.52"
|
"source_reference": {
|
||||||
|
"page": "52"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Surge of Brilliance",
|
"id": "Surge of Brilliance",
|
||||||
"name": "Eclair de génie",
|
"name": "Eclair de génie",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.53"
|
"source_reference": {
|
||||||
|
"page": "53"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stories as Tall as the Mountain",
|
"id": "Stories as Tall as the Mountain",
|
||||||
"name": "Des histoires aussi imposantes que la montagne",
|
"name": "Des histoires aussi imposantes que la montagne",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.54"
|
"source_reference": {
|
||||||
|
"page": "54"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "A Gift of Fate",
|
"id": "A Gift of Fate",
|
||||||
"name": "Un don du destin",
|
"name": "Un don du destin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.55"
|
"source_reference": {
|
||||||
|
"page": "55"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fortitude of the Cradle",
|
"id": "Fortitude of the Cradle",
|
||||||
"name": "Force d’âme du Berceau",
|
"name": "Force d’âme du Berceau",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.56"
|
"source_reference": {
|
||||||
|
"page": "56"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Swift Creation",
|
"id": "Swift Creation",
|
||||||
"name": "Confection rapide",
|
"name": "Confection rapide",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.57"
|
"source_reference": {
|
||||||
|
"page": "57"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Divine Protection",
|
"id": "Divine Protection",
|
||||||
"name": "Protection divine",
|
"name": "Protection divine",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.58"
|
"source_reference": {
|
||||||
|
"page": "58"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tower of Ivory",
|
"id": "Tower of Ivory",
|
||||||
"name": "Tour d’ivoire",
|
"name": "Tour d’ivoire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.59"
|
"source_reference": {
|
||||||
|
"page": "59"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Resilient Readiness",
|
"id": "Resilient Readiness",
|
||||||
"name": "Toujours sur le qui-vive",
|
"name": "Toujours sur le qui-vive",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.88"
|
"source_reference": {
|
||||||
|
"page": "88"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ashidaka's Method",
|
"id": "Ashidaka's Method",
|
||||||
"name": "Savoir-faire d’Ashidaka",
|
"name": "Savoir-faire d’Ashidaka",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.89"
|
"source_reference": {
|
||||||
|
"page": "89"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Healer's Hands",
|
"id": "Healer's Hands",
|
||||||
"name": "Mains de guérisseur",
|
"name": "Mains de guérisseur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sacred Fist",
|
"id": "Sacred Fist",
|
||||||
"name": "Poing Sacré",
|
"name": "Poing Sacré",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.91"
|
"source_reference": {
|
||||||
|
"page": "91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Effortless Path",
|
"id": "The Effortless Path",
|
||||||
"name": "La voie de la fluidité",
|
"name": "La voie de la fluidité",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.92"
|
"source_reference": {
|
||||||
|
"page": "92"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Empathic Transfer",
|
"id": "Empathic Transfer",
|
||||||
"name": "Transfert empathique",
|
"name": "Transfert empathique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Yotogi's Piercing Gaze",
|
"id": "Yotogi's Piercing Gaze",
|
||||||
"name": "Le regard perçant de Yotogi",
|
"name": "Le regard perçant de Yotogi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kingdom of Paper and Ink",
|
"id": "Kingdom of Paper and Ink",
|
||||||
"name": "Royaume d’encre et de papier",
|
"name": "Royaume d’encre et de papier",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.95"
|
"source_reference": {
|
||||||
|
"page": "95"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Storm Lord’s Gambit",
|
"id": "Storm Lord’s Gambit",
|
||||||
"name": "La manoeuvre de Sire Tempête",
|
"name": "La manoeuvre de Sire Tempête",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Le Clan de la Mante p.5"
|
"source_reference": {
|
||||||
|
"page": "5"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shell of the Tortoise [Tortoise]",
|
"id": "Shell of the Tortoise [Tortoise]",
|
||||||
"name": "La carapace de la Tortue (Tortue)",
|
"name": "La carapace de la Tortue (Tortue)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Kit du Maitre de jeu p.9"
|
"source_reference": {
|
||||||
|
"page": "9"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Soul of Deepest Stones",
|
"id": "Soul of Deepest Stones",
|
||||||
"name": "L’âme des pierres les plus profondes",
|
"name": "L’âme des pierres les plus profondes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.72"
|
"source_reference": {
|
||||||
|
"page": "72"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Strike Without Shadow",
|
"id": "Strike Without Shadow",
|
||||||
"name": "Frappe sans ombre",
|
"name": "Frappe sans ombre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.73"
|
"source_reference": {
|
||||||
|
"page": "73"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spreading Chaos",
|
"id": "Spreading Chaos",
|
||||||
"name": "Le chaos se répand",
|
"name": "Le chaos se répand",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.74"
|
"source_reference": {
|
||||||
|
"page": "74"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Unbreakable Resolve",
|
"id": "Unbreakable Resolve",
|
||||||
"name": "Détermination inébranlable",
|
"name": "Détermination inébranlable",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.75"
|
"source_reference": {
|
||||||
|
"page": "75"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Killing Grip",
|
"id": "Killing Grip",
|
||||||
"name": "Prise mortelle",
|
"name": "Prise mortelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.76"
|
"source_reference": {
|
||||||
|
"page": "76"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tenacity of the Forge",
|
"id": "Tenacity of the Forge",
|
||||||
"name": "Ténacité de la forge",
|
"name": "Ténacité de la forge",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.77"
|
"source_reference": {
|
||||||
|
"page": "77"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Herd Flourishes Together",
|
"id": "The Herd Flourishes Together",
|
||||||
"name": "Le troupeau prospère dans son ensemble",
|
"name": "Le troupeau prospère dans son ensemble",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.78"
|
"source_reference": {
|
||||||
|
"page": "78"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Attuned Invocation",
|
"id": "Attuned Invocation",
|
||||||
"name": "Invocation harmonisée",
|
"name": "Invocation harmonisée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.79"
|
"source_reference": {
|
||||||
|
"page": "79"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "With the Soul of a Lion",
|
"id": "With the Soul of a Lion",
|
||||||
"name": "Avec l’âme d’un lion",
|
"name": "Avec l’âme d’un lion",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.80"
|
"source_reference": {
|
||||||
|
"page": "80"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Empty Soul Ki",
|
"id": "Empty Soul Ki",
|
||||||
"name": "Le ki de l’âme vide",
|
"name": "Le ki de l’âme vide",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.81"
|
"source_reference": {
|
||||||
|
"page": "81"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Storm Surge",
|
"id": "Storm Surge",
|
||||||
"name": "Onde de tempête",
|
"name": "Onde de tempête",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Le Clan de la Mante p.6"
|
"source_reference": {
|
||||||
|
"page": "6"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Whispers of the Kami",
|
"id": "Whispers of the Kami",
|
||||||
"name": "Whispers of the Kami (WIP)",
|
"name": "Murmures des kamis",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "96"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Smiling Mountain Tradition",
|
"id": "Smiling Mountain Tradition",
|
||||||
"name": "Smiling Mountain Tradition (WIP)",
|
"name": "Tradition de la montagne Rieuse",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Scaled Hide",
|
"id": "Scaled Hide",
|
||||||
"name": "Scaled Hide (WIP)",
|
"name": "Epaisse peau écailleuse",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "98"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Reflexive Strike",
|
"id": "Reflexive Strike",
|
||||||
"name": "Reflexive Strike (WIP)",
|
"name": "Attaque réflexe",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "A Master of Study",
|
"id": "A Master of Study",
|
||||||
"name": "A Master of Study (WIP)",
|
"name": "Un maître de l’apprentissage",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "100"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Born to Survive",
|
"id": "Born to Survive",
|
||||||
"name": "Born to Survive (WIP)",
|
"name": "Né pour survivre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Hunter of the Supernatural",
|
"id": "Hunter of the Supernatural",
|
||||||
"name": "Chasseur du surnaturel",
|
"name": "Chasseur du surnaturel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Celestial Realms - Deathly Turns p.24"
|
"source_reference": {
|
||||||
|
"page": "24"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "An Arrow Loosed",
|
"id": "An Arrow Loosed",
|
||||||
"name": "Une flèche décochée",
|
"name": "Une flèche décochée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Celestial Realms - Deathly Turns p.25"
|
"source_reference": {
|
||||||
|
"page": "25"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Measured Force",
|
||||||
|
"name": "Measured Force (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Student of Many Courts",
|
||||||
|
"name": "Student of Many Courts (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "The Noble Heart Shines Through",
|
||||||
|
"name": "The Noble Heart Shines Through (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Cool Heads Prevail",
|
||||||
|
"name": "Cool Heads Prevail (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Procession of Seasons",
|
||||||
|
"name": "Procession of Seasons (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Lay of the Land",
|
||||||
|
"name": "Lay of the Land (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Logical Conclusion",
|
||||||
|
"name": "Logical Conclusion (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Spirit of the Sacred Horse",
|
||||||
|
"name": "Spirit of the Sacred Horse (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Reputation Sentinel",
|
||||||
|
"name": "Reputation Sentinel (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Legendary Endurance",
|
||||||
|
"name": "Legendary Endurance (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,116 +2,152 @@
|
|||||||
"label": "Techniques Ninjutsu",
|
"label": "Techniques Ninjutsu",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Deadly Sting",
|
"id": "Deadly Sting",
|
||||||
"name": "Dard mortel",
|
"name": "Dard mortel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.226"
|
"source_reference": {
|
||||||
|
"page": "226"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Skulk",
|
"id": "Skulk",
|
||||||
"name": "Disparition",
|
"name": "Disparition",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.226"
|
"source_reference": {
|
||||||
|
"page": "226"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Silencing Stroke",
|
"id": "Silencing Stroke",
|
||||||
"name": "Neutralisation",
|
"name": "Neutralisation",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.227"
|
"source_reference": {
|
||||||
|
"page": "227"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Noxious Cloud",
|
"id": "Noxious Cloud",
|
||||||
"name": "Nuage toxique",
|
"name": "Nuage toxique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.227"
|
"source_reference": {
|
||||||
|
"page": "227"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Artful Alibi",
|
"id": "Artful Alibi",
|
||||||
"name": "Alibi artistique",
|
"name": "Alibi artistique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.114"
|
"source_reference": {
|
||||||
|
"page": "114"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Cunning Distraction",
|
"id": "Cunning Distraction",
|
||||||
"name": "Distraction fourbe",
|
"name": "Distraction fourbe",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.115"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Deceitful Strike",
|
"id": "Deceitful Strike",
|
||||||
"name": "Coup malhonnête",
|
"name": "Coup malhonnête",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.115"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Like a Ghost",
|
"id": "Like a Ghost",
|
||||||
"name": "Tel un fantôme",
|
"name": "Tel un fantôme",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.116"
|
"source_reference": {
|
||||||
|
"page": "116"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Silent Elimination",
|
"id": "Silent Elimination",
|
||||||
"name": "Immobilisation silencieuse",
|
"name": "Immobilisation silencieuse",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.115"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Slicing Wind Kick",
|
"id": "Slicing Wind Kick",
|
||||||
"name": "Coup de pied tourbillonnant",
|
"name": "Coup de pied tourbillonnant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.114"
|
"source_reference": {
|
||||||
|
"page": "114"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stillness of Death",
|
"id": "Stillness of Death",
|
||||||
"name": "Quiétude de la mort",
|
"name": "Quiétude de la mort",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.116"
|
"source_reference": {
|
||||||
|
"page": "116"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "To Float or Sink",
|
"id": "To Float or Sink",
|
||||||
"name": "Flotter ou sombrer",
|
"name": "Flotter ou sombrer",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.115"
|
"source_reference": {
|
||||||
|
"page": "115"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "What's Yours is Mine",
|
"id": "What's Yours is Mine",
|
||||||
"name": "Ce qui est à toi est à moi",
|
"name": "Ce qui est à toi est à moi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.114"
|
"source_reference": {
|
||||||
|
"page": "114"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Employ Terrible Thunder",
|
"id": "Employ Terrible Thunder",
|
||||||
"name": "Recourir au terrible tonnerre",
|
"name": "Recourir au terrible tonnerre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.106"
|
"source_reference": {
|
||||||
|
"page": "106"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Swift Scouting",
|
"id": "Swift Scouting",
|
||||||
"name": "Reconnaissance éclair",
|
"name": "Reconnaissance éclair",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.106"
|
"source_reference": {
|
||||||
|
"page": "106"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Patient Viper",
|
"id": "The Patient Viper",
|
||||||
"name": "La patiente vipère",
|
"name": "La patiente vipère",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.105"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Vanish in the Shadows",
|
"id": "Vanish in the Shadows",
|
||||||
"name": "Disparaître dans les ombres",
|
"name": "Disparaître dans les ombres",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.105"
|
"source_reference": {
|
||||||
|
"page": "105"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wreak Havoc",
|
"id": "Wreak Havoc",
|
||||||
"name": "Semer le chaos",
|
"name": "Semer le chaos",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.107"
|
"source_reference": {
|
||||||
|
"page": "107"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,218 +2,344 @@
|
|||||||
"label": "Techniques Rituels",
|
"label": "Techniques Rituels",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Tea Ceremony",
|
"id": "Tea Ceremony",
|
||||||
"name": "Cérémonie du thé",
|
"name": "Cérémonie du thé",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.212"
|
"source_reference": {
|
||||||
|
"page": "212"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Commune with the Spirits",
|
"id": "Commune with the Spirits",
|
||||||
"name": "Communier avec les esprits",
|
"name": "Communier avec les esprits",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.212"
|
"source_reference": {
|
||||||
|
"page": "212"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Divination",
|
"id": "Divination",
|
||||||
"name": "Divination",
|
"name": "Divination",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.213"
|
"source_reference": {
|
||||||
|
"page": "213"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Cleansing Rite",
|
"id": "Cleansing Rite",
|
||||||
"name": "Rite de purification",
|
"name": "Rite de purification",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.213"
|
"source_reference": {
|
||||||
|
"page": "213"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Threshold Barrier",
|
"id": "Threshold Barrier",
|
||||||
"name": "Seuil infranchissable",
|
"name": "Seuil infranchissable",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.213"
|
"source_reference": {
|
||||||
|
"page": "213"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blessed Union",
|
"id": "Blessed Union",
|
||||||
"name": "Union bénite",
|
"name": "Union bénite",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.111"
|
"source_reference": {
|
||||||
|
"page": "111"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blessing of the Dance",
|
"id": "Blessing of the Dance",
|
||||||
"name": "Bienfaits de la danse",
|
"name": "Bienfaits de la danse",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.110"
|
"source_reference": {
|
||||||
|
"page": "110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Prayer of Protection",
|
"id": "Prayer of Protection",
|
||||||
"name": "Prière protectrice",
|
"name": "Prière protectrice",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.110"
|
"source_reference": {
|
||||||
|
"page": "110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rite of the Wheel",
|
"id": "Rite of the Wheel",
|
||||||
"name": "Rite de la roue",
|
"name": "Rite de la roue",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.110"
|
"source_reference": {
|
||||||
|
"page": "110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Whispers to the Moon (Moon Cultist)",
|
"id": "Whispers to the Moon (Moon Cultist)",
|
||||||
"name": "Murmures à la Lune (adepte de Sire Lune)",
|
"name": "Murmures à la Lune (adepte de Sire Lune)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.110"
|
"source_reference": {
|
||||||
|
"page": "110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Formal Tea Ceremony",
|
"id": "Formal Tea Ceremony",
|
||||||
"name": "Cérémonie du thé protocolaire",
|
"name": "Cérémonie du thé protocolaire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.116"
|
"source_reference": {
|
||||||
|
"page": "116"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Treaty Signing",
|
"id": "Treaty Signing",
|
||||||
"name": "Signature de traité",
|
"name": "Signature de traité",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Ties that Bind",
|
"id": "The Ties that Bind",
|
||||||
"name": "Les liens qui nous unissent",
|
"name": "Les liens qui nous unissent",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.116"
|
"source_reference": {
|
||||||
|
"page": "116"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Balancing Salve (Qamarist Region)",
|
"id": "Balancing Salve (Qamarist Region)",
|
||||||
"name": "Baume d’équilibre (Califat Qamariste)",
|
"name": "Baume d’équilibre (Califat Qamariste)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.96"
|
"source_reference": {
|
||||||
|
"page": "96"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Elixir of Recovery (Qamarist Region)",
|
"id": "Elixir of Recovery (Qamarist Region)",
|
||||||
"name": "Elixir de guérison (Califat Qamariste)",
|
"name": "Elixir de guérison (Califat Qamariste)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.96"
|
"source_reference": {
|
||||||
|
"page": "96"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fortitude Draught (Qamarist Region)",
|
"id": "Fortitude Draught (Qamarist Region)",
|
||||||
"name": "Décoction de résistance (Califat Qamariste)",
|
"name": "Décoction de résistance (Califat Qamariste)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.96"
|
"source_reference": {
|
||||||
|
"page": "96"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Restorative Transmutation (Qamarist Region)",
|
"id": "Restorative Transmutation (Qamarist Region)",
|
||||||
"name": "Transmutation reconstituante (Califat qamariste)",
|
"name": "Transmutation reconstituante (Califat qamariste)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Cleansing of Coral and Gold (Ivory Kingdoms Region)",
|
"id": "Cleansing of Coral and Gold (Ivory Kingdoms Region)",
|
||||||
"name": "Purification par le corail et l’or (Royaumes d’Ivoire)",
|
"name": "Purification par le corail et l’or (Royaumes d’Ivoire)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wayfarer's Path",
|
"id": "Wayfarer's Path",
|
||||||
"name": "La route du voyageur",
|
"name": "La route du voyageur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blessing of Steel (Artisan)",
|
"id": "Blessing of Steel (Artisan)",
|
||||||
"name": "Bénédiction d’acier (Artisan)",
|
"name": "Bénédiction d’acier (Artisan)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.114"
|
"source_reference": {
|
||||||
|
"page": "114"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Craft Shikigami (Shugenja)",
|
"id": "Craft Shikigami (Shugenja)",
|
||||||
"name": "Fabrication des shikigami (Shugenja)",
|
"name": "Fabrication des shikigami (Shugenja)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.114"
|
"source_reference": {
|
||||||
|
"page": "114"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blessing of Fertile Fields",
|
"id": "Blessing of Fertile Fields",
|
||||||
"name": "Bénédiction des champs fertiles",
|
"name": "Bénédiction des champs fertiles",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.110"
|
"source_reference": {
|
||||||
|
"page": "110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Beseech Akodo's Judgment",
|
"id": "Beseech Akodo's Judgment",
|
||||||
"name": "Implorer le jugement d’Akodo",
|
"name": "Implorer le jugement d’Akodo",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Beseech Bayushi's Absolution",
|
"id": "Beseech Bayushi's Absolution",
|
||||||
"name": "Implorer l’absolution de Bayushi",
|
"name": "Implorer l’absolution de Bayushi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Beseech Doji's Wisdom",
|
"id": "Beseech Doji's Wisdom",
|
||||||
"name": "Implorer la sagesse de Doji",
|
"name": "Implorer la sagesse de Doji",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.96"
|
"source_reference": {
|
||||||
|
"page": "96"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Beseech Hida's MIght",
|
"id": "Beseech Hida's Might",
|
||||||
"name": "Implorer la puissance de Hida",
|
"name": "Implorer la puissance de Hida",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.96"
|
"source_reference": {
|
||||||
|
"page": "96"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Beseech Shiba's Calm",
|
"id": "Beseech Shiba's Calm",
|
||||||
"name": "Implorer le calme de Shiba",
|
"name": "Implorer le calme de Shiba",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Beseech Shinjo's Empathy",
|
"id": "Beseech Shinjo's Empathy",
|
||||||
"name": "Implorer l’empathie de Shinjo",
|
"name": "Implorer l’empathie de Shinjo",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.98"
|
"source_reference": {
|
||||||
|
"page": "98"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Beseech Togashi's Vision",
|
"id": "Beseech Togashi's Vision",
|
||||||
"name": "Implorer la vision de Togashi",
|
"name": "Implorer la vision de Togashi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Imbue Thunder",
|
"id": "Imbue Thunder",
|
||||||
"name": "Imprégner de tonnerre",
|
"name": "Imprégner de tonnerre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.98"
|
"source_reference": {
|
||||||
|
"page": "98"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Chikushō-dō’s Guile",
|
"id": "Chikushō-dō’s Guile",
|
||||||
"name": "Chikushō-dō’s Guile (WIP)",
|
"name": "Duplicité du Chikushō-dō",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Guard Against the Elements",
|
"id": "Guard Against the Elements",
|
||||||
"name": "Guard Against the Elements (WIP)",
|
"name": "Protection contre les éléments",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Cunning Snares",
|
"id": "Cunning Snares",
|
||||||
"name": "Cunning Snares (WIP)",
|
"name": "Pièges astucieux",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Hunter’s Expertise",
|
"id": "Hunter’s Expertise",
|
||||||
"name": "Hunter’s Expertise (WIP)",
|
"name": "Expertise du chasseur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Trance of Lives Past",
|
"id": "Trance of Lives Past",
|
||||||
"name": "Trance of Lives Past (WIP)",
|
"name": "Transe des vies antérieures",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,608 +2,888 @@
|
|||||||
"label": "Capacités d’école",
|
"label": "Capacités d’école",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Way of the Crab",
|
"id": "Way of the Crab",
|
||||||
"name": "La voie du Crabe",
|
"name": "La voie du Crabe",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.57"
|
"source_reference": {
|
||||||
|
"page": "57"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Flickering Flame Skirmisher",
|
"id": "Flickering Flame Skirmisher",
|
||||||
"name": "Dérobade de la flamme fugitive",
|
"name": "Dérobade de la flamme fugitive",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.58"
|
"source_reference": {
|
||||||
|
"page": "58"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Masterful Builder",
|
"id": "Masterful Builder",
|
||||||
"name": "Maître bâtisseur",
|
"name": "Maître bâtisseur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.59"
|
"source_reference": {
|
||||||
|
"page": "59"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Gaze into Shadow",
|
"id": "Gaze into Shadow",
|
||||||
"name": "Regarder dans les ténèbres",
|
"name": "Regarder dans les ténèbres",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.60"
|
"source_reference": {
|
||||||
|
"page": "60"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Carp",
|
"id": "Way of the Carp",
|
||||||
"name": "La voie de la Carpe",
|
"name": "La voie de la Carpe",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.61"
|
"source_reference": {
|
||||||
|
"page": "61"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spiritual Artisan",
|
"id": "Spiritual Artisan",
|
||||||
"name": "Artisan spirituel",
|
"name": "Artisan spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.62"
|
"source_reference": {
|
||||||
|
"page": "62"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Vigilance of Mind",
|
"id": "Vigilance of Mind",
|
||||||
"name": "Vigilance de l’esprit",
|
"name": "Vigilance de l’esprit",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.63"
|
"source_reference": {
|
||||||
|
"page": "63"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Speaking in Silence",
|
"id": "Speaking in Silence",
|
||||||
"name": "Communication silencieuse",
|
"name": "Communication silencieuse",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.64"
|
"source_reference": {
|
||||||
|
"page": "64"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Crane",
|
"id": "Way of the Crane",
|
||||||
"name": "La voie de la Grue",
|
"name": "La voie de la Grue",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.65"
|
"source_reference": {
|
||||||
|
"page": "65"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Elemental Transmutation",
|
"id": "Elemental Transmutation",
|
||||||
"name": "Transmutation élémentaire",
|
"name": "Transmutation élémentaire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.66"
|
"source_reference": {
|
||||||
|
"page": "66"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kitsuki’s Method",
|
"id": "Kitsuki’s Method",
|
||||||
"name": "La méthode Kitsuki",
|
"name": "La méthode Kitsuki",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.67"
|
"source_reference": {
|
||||||
|
"page": "67"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Dragon",
|
"id": "Way of the Dragon",
|
||||||
"name": "La voie du Dragon",
|
"name": "La voie du Dragon",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.68"
|
"source_reference": {
|
||||||
|
"page": "68"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blood of the Kami",
|
"id": "Blood of the Kami",
|
||||||
"name": "Sang des Kamis",
|
"name": "Sang des Kamis",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.69"
|
"source_reference": {
|
||||||
|
"page": "69"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Lion",
|
"id": "Way of the Lion",
|
||||||
"name": "La voie du Lion",
|
"name": "La voie du Lion",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.70"
|
"source_reference": {
|
||||||
|
"page": "70"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Heart of the Lion",
|
"id": "Heart of the Lion",
|
||||||
"name": "Le cœur du Lion",
|
"name": "Le cœur du Lion",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.71"
|
"source_reference": {
|
||||||
|
"page": "71"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Favor of the Ancestors",
|
"id": "Favor of the Ancestors",
|
||||||
"name": "Faveur des ancêtres",
|
"name": "Faveur des ancêtres",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.72"
|
"source_reference": {
|
||||||
|
"page": "72"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Matsu’s Fury",
|
"id": "Matsu’s Fury",
|
||||||
"name": "La fureur de Matsu",
|
"name": "La fureur de Matsu",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.73"
|
"source_reference": {
|
||||||
|
"page": "73"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wisdom of the Ages",
|
"id": "Wisdom of the Ages",
|
||||||
"name": "Sagesse éternelle",
|
"name": "Sagesse éternelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.74"
|
"source_reference": {
|
||||||
|
"page": "74"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "One with the Elements",
|
"id": "One with the Elements",
|
||||||
"name": "Union avec les éléments",
|
"name": "Union avec les éléments",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.75"
|
"source_reference": {
|
||||||
|
"page": "75"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Phoenix",
|
"id": "Way of the Phoenix",
|
||||||
"name": "La voie du Phénix",
|
"name": "La voie du Phénix",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.76"
|
"source_reference": {
|
||||||
|
"page": "76"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sacred Arrows",
|
"id": "Sacred Arrows",
|
||||||
"name": "Flèches sacrées",
|
"name": "Flèches sacrées",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.77"
|
"source_reference": {
|
||||||
|
"page": "77"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Weakness Is My Strength",
|
"id": "Weakness Is My Strength",
|
||||||
"name": "La faiblesse est ma force",
|
"name": "La faiblesse est ma force",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.78"
|
"source_reference": {
|
||||||
|
"page": "78"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Path of Shadows",
|
"id": "The Path of Shadows",
|
||||||
"name": "Le sentier des ombres",
|
"name": "Le sentier des ombres",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.79"
|
"source_reference": {
|
||||||
|
"page": "79"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Kami’s Whisper",
|
"id": "The Kami’s Whisper",
|
||||||
"name": "Le murmure des kamis",
|
"name": "Le murmure des kamis",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.80"
|
"source_reference": {
|
||||||
|
"page": "80"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Mystical Script",
|
"id": "Mystical Script",
|
||||||
"name": "Calligraphie mystique",
|
"name": "Calligraphie mystique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.81"
|
"source_reference": {
|
||||||
|
"page": "81"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Vendor of Strange Wares",
|
"id": "Vendor of Strange Wares",
|
||||||
"name": "Vendeur d’étranges articles",
|
"name": "Vendeur d’étranges articles",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.82"
|
"source_reference": {
|
||||||
|
"page": "82"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Way of Names",
|
"id": "The Way of Names",
|
||||||
"name": "La voie des noms",
|
"name": "La voie des noms",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.83"
|
"source_reference": {
|
||||||
|
"page": "83"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Swirling Desert Wind",
|
"id": "Swirling Desert Wind",
|
||||||
"name": "Le tourbillon du simoun",
|
"name": "Le tourbillon du simoun",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.84"
|
"source_reference": {
|
||||||
|
"page": "84"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Born in the Saddle",
|
"id": "Born in the Saddle",
|
||||||
"name": "Né sur une selle",
|
"name": "Né sur une selle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.85"
|
"source_reference": {
|
||||||
|
"page": "85"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Heroic Charge",
|
"id": "Heroic Charge",
|
||||||
"name": "Charge héroïque",
|
"name": "Charge héroïque",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.86"
|
"source_reference": {
|
||||||
|
"page": "86"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "School of Waves",
|
"id": "School of Waves",
|
||||||
"name": "L’école des vagues",
|
"name": "L’école des vagues",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.87"
|
"source_reference": {
|
||||||
|
"page": "87"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Flesh of the Elements",
|
"id": "Flesh of the Elements",
|
||||||
"name": "Chair élémentaire",
|
"name": "Chair élémentaire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.80"
|
"source_reference": {
|
||||||
|
"page": "80"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Soul of Ceremony",
|
"id": "Soul of Ceremony",
|
||||||
"name": "Cérémonie solennelle",
|
"name": "Cérémonie solennelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.81"
|
"source_reference": {
|
||||||
|
"page": "81"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Void",
|
"id": "Way of the Void",
|
||||||
"name": "La voie du Vide",
|
"name": "La voie du Vide",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.82"
|
"source_reference": {
|
||||||
|
"page": "82"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Body is a Shrine",
|
"id": "The Body is a Shrine",
|
||||||
"name": "Le corps est un sanctuaire",
|
"name": "Le corps est un sanctuaire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.83"
|
"source_reference": {
|
||||||
|
"page": "83"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Every Stone Serves",
|
"id": "Every Stone Serves",
|
||||||
"name": "Chaque pierre a son utilité",
|
"name": "Chaque pierre a son utilité",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.84"
|
"source_reference": {
|
||||||
|
"page": "84"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Celestial Alignment",
|
"id": "Celestial Alignment",
|
||||||
"name": "Alignement céleste",
|
"name": "Alignement céleste",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.85"
|
"source_reference": {
|
||||||
|
"page": "85"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blazing Tears of Lady Sun",
|
"id": "Blazing Tears of Lady Sun",
|
||||||
"name": "Larmes brûlantes de Dame Soleil",
|
"name": "Larmes brûlantes de Dame Soleil",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.86"
|
"source_reference": {
|
||||||
|
"page": "86"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sudden nightfall",
|
"id": "Sudden nightfall",
|
||||||
"name": "Nuit soudaine",
|
"name": "Nuit soudaine",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.87"
|
"source_reference": {
|
||||||
|
"page": "87"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Steed of the Kami",
|
"id": "Steed of the Kami",
|
||||||
"name": "Monture du kami",
|
"name": "Monture du kami",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes p.88"
|
"source_reference": {
|
||||||
|
"page": "88"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Scorpion",
|
"id": "Way of the Scorpion",
|
||||||
"name": "La voie du Scorpion",
|
"name": "La voie du Scorpion",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.89"
|
"source_reference": {
|
||||||
|
"page": "89"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Incisive Insight",
|
"id": "Incisive Insight",
|
||||||
"name": "Pénétrante perspicacité",
|
"name": "Pénétrante perspicacité",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Procedure and Protocol",
|
"id": "Procedure and Protocol",
|
||||||
"name": "Procédure et protocole",
|
"name": "Procédure et protocole",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.91"
|
"source_reference": {
|
||||||
|
"page": "91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Victory before Honor",
|
"id": "Victory before Honor",
|
||||||
"name": "La victoire passe avant l’honneur",
|
"name": "La victoire passe avant l’honneur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.92"
|
"source_reference": {
|
||||||
|
"page": "92"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Disciple of Darkness",
|
"id": "Disciple of Darkness",
|
||||||
"name": "Disciple des ténèbres",
|
"name": "Disciple des ténèbres",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Architect of Tranquility",
|
"id": "Architect of Tranquility",
|
||||||
"name": "Architecte de la tranquillité",
|
"name": "Architecte de la tranquillité",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Gift of Musubi-no-Kami",
|
"id": "Gift of Musubi-no-Kami",
|
||||||
"name": "Don de Musubi no Kami",
|
"name": "Don de Musubi no Kami",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.95"
|
"source_reference": {
|
||||||
|
"page": "95"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Typhoon in the Bamboo Grove",
|
"id": "Typhoon in the Bamboo Grove",
|
||||||
"name": "Le typhon dans la bambouseraie",
|
"name": "Le typhon dans la bambouseraie",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.96"
|
"source_reference": {
|
||||||
|
"page": "96"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "A Grain of Truth",
|
"id": "A Grain of Truth",
|
||||||
"name": "Un soupçon de vérité",
|
"name": "Un soupçon de vérité",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.97"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Claws of the Crab",
|
"id": "Claws of the Crab",
|
||||||
"name": "Les pinces du Crabe",
|
"name": "Les pinces du Crabe",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.98"
|
"source_reference": {
|
||||||
|
"page": "98"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Well Traveled",
|
"id": "Well Traveled",
|
||||||
"name": "Grand voyageur",
|
"name": "Grand voyageur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.232"
|
"source_reference": {
|
||||||
|
"page": "232"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Voice of the Emperor",
|
"id": "Voice of the Emperor",
|
||||||
"name": "La Voix de L'empereur",
|
"name": "La Voix de L'empereur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.234"
|
"source_reference": {
|
||||||
|
"page": "234"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Necessary Actions",
|
"id": "Necessary Actions",
|
||||||
"name": "Interventions de rigueur",
|
"name": "Interventions de rigueur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.235"
|
"source_reference": {
|
||||||
|
"page": "235"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Just as Predicted",
|
"id": "Just as Predicted",
|
||||||
"name": "Tout comme je l’avais prédit",
|
"name": "Tout comme je l’avais prédit",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.236"
|
"source_reference": {
|
||||||
|
"page": "236"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Speed of Heaven",
|
"id": "Speed of Heaven",
|
||||||
"name": "Célérité des Cieux",
|
"name": "Célérité des Cieux",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.237"
|
"source_reference": {
|
||||||
|
"page": "237"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blessing of the Fortunes",
|
"id": "Blessing of the Fortunes",
|
||||||
"name": "Bénédiction des fortunes",
|
"name": "Bénédiction des fortunes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.238"
|
"source_reference": {
|
||||||
|
"page": "238"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Embrace the Void",
|
"id": "Embrace the Void",
|
||||||
"name": "Embrasser le Vide",
|
"name": "Embrasser le Vide",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.239"
|
"source_reference": {
|
||||||
|
"page": "239"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fox Spirit",
|
"id": "Fox Spirit",
|
||||||
"name": "Esprit renard",
|
"name": "Esprit renard",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.240"
|
"source_reference": {
|
||||||
|
"page": "240"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Professional Saboteur",
|
"id": "Professional Saboteur",
|
||||||
"name": "Saboteur professionnel",
|
"name": "Saboteur professionnel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.241"
|
"source_reference": {
|
||||||
|
"page": "241"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Signiature Weapon",
|
"id": "Signiature Weapon",
|
||||||
"name": "Arme favorite",
|
"name": "Arme favorite",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.48"
|
"source_reference": {
|
||||||
|
"page": "48"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Piercing Insight",
|
"id": "Piercing Insight",
|
||||||
"name": "Perspicacité remarquable",
|
"name": "Perspicacité remarquable",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.49"
|
"source_reference": {
|
||||||
|
"page": "49"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Risk and Reward",
|
"id": "Risk and Reward",
|
||||||
"name": "Risque et récompense",
|
"name": "Risque et récompense",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.50"
|
"source_reference": {
|
||||||
|
"page": "50"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tactical Cover",
|
"id": "Tactical Cover",
|
||||||
"name": "Couvert tactique",
|
"name": "Couvert tactique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.51"
|
"source_reference": {
|
||||||
|
"page": "51"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Naturally Attuned",
|
"id": "Naturally Attuned",
|
||||||
"name": "Naturellement en accord",
|
"name": "Naturellement en accord",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.52"
|
"source_reference": {
|
||||||
|
"page": "52"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Resourceful Artistry",
|
"id": "Resourceful Artistry",
|
||||||
"name": "Ingéniosité artistique",
|
"name": "Ingéniosité artistique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.53"
|
"source_reference": {
|
||||||
|
"page": "53"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Unexpected Wisdom",
|
"id": "Unexpected Wisdom",
|
||||||
"name": "Sagesse inattendue",
|
"name": "Sagesse inattendue",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.54"
|
"source_reference": {
|
||||||
|
"page": "54"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Seer of the Lords of Death",
|
"id": "Seer of the Lords of Death",
|
||||||
"name": "Prophète des seigneurs de la Mort",
|
"name": "Prophète des seigneurs de la Mort",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.55"
|
"source_reference": {
|
||||||
|
"page": "55"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Akilah's Teachings",
|
"id": "Akilah's Teachings",
|
||||||
"name": "Les enseignements d’Akilah",
|
"name": "Les enseignements d’Akilah",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.56"
|
"source_reference": {
|
||||||
|
"page": "56"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Creative Execution",
|
"id": "Creative Execution",
|
||||||
"name": "Exécution créative",
|
"name": "Exécution créative",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.57"
|
"source_reference": {
|
||||||
|
"page": "57"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Gift of Inner Power",
|
"id": "Gift of Inner Power",
|
||||||
"name": "Don de la puissance intérieure",
|
"name": "Don de la puissance intérieure",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.58"
|
"source_reference": {
|
||||||
|
"page": "58"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Flurry of Steel",
|
"id": "Flurry of Steel",
|
||||||
"name": "Déluge d’acier",
|
"name": "Déluge d’acier",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.59"
|
"source_reference": {
|
||||||
|
"page": "59"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Traces of Passage",
|
"id": "Traces of Passage",
|
||||||
"name": "Vestiges d’un passage",
|
"name": "Vestiges d’un passage",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.88"
|
"source_reference": {
|
||||||
|
"page": "88"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sacred Art of Steel",
|
"id": "Sacred Art of Steel",
|
||||||
"name": "L’art sacré de l’acier",
|
"name": "L’art sacré de l’acier",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.89"
|
"source_reference": {
|
||||||
|
"page": "89"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Field Medicine",
|
"id": "Field Medicine",
|
||||||
"name": "Médecine de terrain",
|
"name": "Médecine de terrain",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.90"
|
"source_reference": {
|
||||||
|
"page": "90"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Supressing Blows",
|
"id": "Supressing Blows",
|
||||||
"name": "Frappes d’intimidation",
|
"name": "Frappes d’intimidation",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.91"
|
"source_reference": {
|
||||||
|
"page": "91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sharpened Ki",
|
"id": "Sharpened Ki",
|
||||||
"name": "Ki exacerbé",
|
"name": "Ki exacerbé",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.92"
|
"source_reference": {
|
||||||
|
"page": "92"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Hands of Earth and Sky",
|
"id": "Hands of Earth and Sky",
|
||||||
"name": "Mains de la terre et du ciel",
|
"name": "Mains de la terre et du ciel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Eyes of Yotogi",
|
"id": "Eyes of Yotogi",
|
||||||
"name": "Les yeux de Yotogi",
|
"name": "Les yeux de Yotogi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Warded Shikigami",
|
"id": "Warded Shikigami",
|
||||||
"name": "Shikigami bardé de glyphes",
|
"name": "Shikigami bardé de glyphes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.95"
|
"source_reference": {
|
||||||
|
"page": "95"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sailor’s Fortune",
|
"id": "Sailor’s Fortune",
|
||||||
"name": "La fortune du marin",
|
"name": "La fortune du marin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Le Clan de la Mante p.5"
|
"source_reference": {
|
||||||
|
"page": "5"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Way of the Tortoise [Tortoise]",
|
"id": "Way of the Tortoise [Tortoise]",
|
||||||
"name": "La voie de la Tortue (Tortue)",
|
"name": "La voie de la Tortue (Tortue)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Kit du Maitre de jeu p.9"
|
"source_reference": {
|
||||||
|
"page": "9"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stand as the Mountain",
|
"id": "Stand as the Mountain",
|
||||||
"name": "Robuste comme la montagne",
|
"name": "Robuste comme la montagne",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.72"
|
"source_reference": {
|
||||||
|
"page": "72"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Drilled Precision",
|
"id": "Drilled Precision",
|
||||||
"name": "Précision militaire",
|
"name": "Précision militaire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.73"
|
"source_reference": {
|
||||||
|
"page": "73"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Explosive Arrival",
|
"id": "Explosive Arrival",
|
||||||
"name": "Arrivée explosive",
|
"name": "Arrivée explosive",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.74"
|
"source_reference": {
|
||||||
|
"page": "74"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Thunderous Courage",
|
"id": "Thunderous Courage",
|
||||||
"name": "Courage retentissant",
|
"name": "Courage retentissant",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.75"
|
"source_reference": {
|
||||||
|
"page": "75"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Badger's Hold",
|
"id": "Badger's Hold",
|
||||||
"name": "La prise du blaireau",
|
"name": "La prise du blaireau",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.76"
|
"source_reference": {
|
||||||
|
"page": "76"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Hide of Iron",
|
"id": "Hide of Iron",
|
||||||
"name": "Peau de fer",
|
"name": "Peau de fer",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.77"
|
"source_reference": {
|
||||||
|
"page": "77"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sympathetic Bearing",
|
"id": "Sympathetic Bearing",
|
||||||
"name": "Allure sympathique",
|
"name": "Allure sympathique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.78"
|
"source_reference": {
|
||||||
|
"page": "78"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Elemental Inspiration",
|
"id": "Elemental Inspiration",
|
||||||
"name": "Inspiration élémentaire",
|
"name": "Inspiration élémentaire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.79"
|
"source_reference": {
|
||||||
|
"page": "79"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "One with the Pride",
|
"id": "One with the Pride",
|
||||||
"name": "Union avec la troupe",
|
"name": "Union avec la troupe",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.80"
|
"source_reference": {
|
||||||
|
"page": "80"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Oath of Sacrifice",
|
"id": "Oath of Sacrifice",
|
||||||
"name": "Serment de sacrifice",
|
"name": "Serment de sacrifice",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.81"
|
"source_reference": {
|
||||||
|
"page": "81"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Eye of the Storm",
|
"id": "Eye of the Storm",
|
||||||
"name": "L’oeil de la tempête",
|
"name": "L’oeil de la tempête",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Le Clan de la Mante p.6"
|
"source_reference": {
|
||||||
|
"page": "6"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "May the Spirits Show the Path",
|
"id": "May the Spirits Show the Path",
|
||||||
"name": "May the Spirits Show the Path (WIP)",
|
"name": "Que les esprits montrent la voie",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "96"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Laughter Makes the Home",
|
"id": "Laughter Makes the Home",
|
||||||
"name": "Laughter Makes the Home (WIP)",
|
"name": "On rit comme chez soi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "97"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bend Perception",
|
"id": "Bend Perception",
|
||||||
"name": "Bend Perception (WIP)",
|
"name": "Fausser les perceptions",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "98"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Keen Senses",
|
"id": "Keen Senses",
|
||||||
"name": "Keen Senses (WIP)",
|
"name": "Sens Développés",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Mind of Calm",
|
"id": "Mind of Calm",
|
||||||
"name": "Mind of Calm (WIP)",
|
"name": "Esprit de calme",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "100"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Evolution of the Wilds",
|
"id": "Evolution of the Wilds",
|
||||||
"name": "Evolution of the Wilds (WIP)",
|
"name": "Evolution de la nature",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Mazoku's Authority",
|
"id": "Mazoku's Authority",
|
||||||
"name": "Autorité des Mazoku",
|
"name": "Autorité des Mazoku",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Celestial Realms - Deathly Turns p.24"
|
"source_reference": {
|
||||||
|
"page": "24"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Effortless Aim",
|
"id": "Effortless Aim",
|
||||||
"name": "Visée fluide",
|
"name": "Visée fluide",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Celestial Realms - Deathly Turns p.25"
|
"source_reference": {
|
||||||
|
"page": "25"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Moment of Certainty",
|
||||||
|
"name": "Moment of Certainty (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Disarming Demeanor",
|
||||||
|
"name": "Disarming Demeanor (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "The Horse Lord's Favor",
|
||||||
|
"name": "The Horse Lord's Favor (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Calm Counsel",
|
||||||
|
"name": "Calm Counsel (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Natural Balance",
|
||||||
|
"name": "Natural Balance (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Dunestrider",
|
||||||
|
"name": "Dunestrider (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Methodical Observation",
|
||||||
|
"name": "Methodical Observation (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Unity of Horse and Rider",
|
||||||
|
"name": "Unity of Horse and Rider (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Warden of the Five Winds",
|
||||||
|
"name": "Warden of the Five Winds (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Move as the Wind",
|
||||||
|
"name": "Move as the Wind (WIP)",
|
||||||
|
"description": "",
|
||||||
|
"source_reference": {
|
||||||
|
"page": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,536 +2,808 @@
|
|||||||
"label": "Techniques Shuji",
|
"label": "Techniques Shuji",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Rustling of Leaves",
|
"id": "Rustling of Leaves",
|
||||||
"name": "Bruissement des feuilles",
|
"name": "Bruissement des feuilles",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.214"
|
"source_reference": {
|
||||||
|
"page": "214"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Cadence",
|
"id": "Cadence",
|
||||||
"name": "Cadence",
|
"name": "Cadence",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.214"
|
"source_reference": {
|
||||||
|
"page": "214"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Artisan’s Appraisal",
|
"id": "Artisan’s Appraisal",
|
||||||
"name": "Estimation de l’artisan",
|
"name": "Estimation de l’artisan",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.214"
|
"source_reference": {
|
||||||
|
"page": "214"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bend with the Storm",
|
"id": "Bend with the Storm",
|
||||||
"name": "Le roseau plie sous la tempête",
|
"name": "Le roseau plie sous la tempête",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.214"
|
"source_reference": {
|
||||||
|
"page": "214"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Wind Blows Both Ways",
|
"id": "The Wind Blows Both Ways",
|
||||||
"name": "Le vent tourne",
|
"name": "Le vent tourne",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.215"
|
"source_reference": {
|
||||||
|
"page": "215"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Prey on the Weak",
|
"id": "Prey on the Weak",
|
||||||
"name": "Malheur aux faibles",
|
"name": "Malheur aux faibles",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.215"
|
"source_reference": {
|
||||||
|
"page": "215"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Whispers of Court",
|
"id": "Whispers of Court",
|
||||||
"name": "Murmures de la cour",
|
"name": "Murmures de la cour",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.215"
|
"source_reference": {
|
||||||
|
"page": "215"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Feigned Opening",
|
"id": "Feigned Opening",
|
||||||
"name": "Ouverture feinte",
|
"name": "Ouverture feinte",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.215"
|
"source_reference": {
|
||||||
|
"page": "215"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wolf’s Proposal",
|
"id": "Wolf’s Proposal",
|
||||||
"name": "Proposition du loup",
|
"name": "Proposition du loup",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.215"
|
"source_reference": {
|
||||||
|
"page": "215"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ancestry Unearthed",
|
"id": "Ancestry Unearthed",
|
||||||
"name": "Ascendance dévoilée",
|
"name": "Ascendance dévoilée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.216"
|
"source_reference": {
|
||||||
|
"page": "216"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Touchstone of Courage",
|
"id": "Touchstone of Courage",
|
||||||
"name": "Courage exemplaire",
|
"name": "Courage exemplaire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.216"
|
"source_reference": {
|
||||||
|
"page": "216"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Honest Assessment",
|
"id": "Honest Assessment",
|
||||||
"name": "Evaluation honnête",
|
"name": "Evaluation honnête",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.216"
|
"source_reference": {
|
||||||
|
"page": "216"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Immovable Hand of Peace",
|
"id": "The Immovable Hand of Peace",
|
||||||
"name": "L’immuable main de la paix",
|
"name": "L’immuable main de la paix",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.216"
|
"source_reference": {
|
||||||
|
"page": "216"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Civility Foremost",
|
"id": "Civility Foremost",
|
||||||
"name": "La courtoisie prime",
|
"name": "La courtoisie prime",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.217"
|
"source_reference": {
|
||||||
|
"page": "217"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Weight of Duty",
|
"id": "Weight of Duty",
|
||||||
"name": "Le fardeau du devoir",
|
"name": "Le fardeau du devoir",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.217"
|
"source_reference": {
|
||||||
|
"page": "217"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Pillar of Calm",
|
"id": "Pillar of Calm",
|
||||||
"name": "Pilier de sérénité",
|
"name": "Pilier de sérénité",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.217"
|
"source_reference": {
|
||||||
|
"page": "217"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stonewall Tactics",
|
"id": "Stonewall Tactics",
|
||||||
"name": "Tactique d’obstruction",
|
"name": "Tactique d’obstruction",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.218"
|
"source_reference": {
|
||||||
|
"page": "218"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fanning the Flames",
|
"id": "Fanning the Flames",
|
||||||
"name": "Attiser les flammes",
|
"name": "Attiser les flammes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.218"
|
"source_reference": {
|
||||||
|
"page": "218"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bravado",
|
"id": "Bravado",
|
||||||
"name": "Bravade",
|
"name": "Bravade",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.218"
|
"source_reference": {
|
||||||
|
"page": "218"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rallying Cry",
|
"id": "Rallying Cry",
|
||||||
"name": "Cri de ralliement",
|
"name": "Cri de ralliement",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.218"
|
"source_reference": {
|
||||||
|
"page": "218"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sensational Distraction",
|
"id": "Sensational Distraction",
|
||||||
"name": "Distraction sensationnelle",
|
"name": "Distraction sensationnelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.219"
|
"source_reference": {
|
||||||
|
"page": "219"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Dazzling Performance",
|
"id": "Dazzling Performance",
|
||||||
"name": "Eclatante démonstration",
|
"name": "Eclatante démonstration",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.219"
|
"source_reference": {
|
||||||
|
"page": "219"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Truth Burns through Lies",
|
"id": "Truth Burns through Lies",
|
||||||
"name": "La vérité derrière l’écran de fumée",
|
"name": "La vérité derrière l’écran de fumée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.219"
|
"source_reference": {
|
||||||
|
"page": "219"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sear the Wound",
|
"id": "Sear the Wound",
|
||||||
"name": "Le couteau dans la plaie",
|
"name": "Le couteau dans la plaie",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.219"
|
"source_reference": {
|
||||||
|
"page": "219"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lightning Raid",
|
"id": "Lightning Raid",
|
||||||
"name": "Raid éclair",
|
"name": "Raid éclair",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.219"
|
"source_reference": {
|
||||||
|
"page": "219"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stirring the Embers",
|
"id": "Stirring the Embers",
|
||||||
"name": "Souffler sur les braises",
|
"name": "Souffler sur les braises",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.219"
|
"source_reference": {
|
||||||
|
"page": "219"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tributaries of Trade",
|
"id": "Tributaries of Trade",
|
||||||
"name": "Affluents du négoce",
|
"name": "Affluents du négoce",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.220"
|
"source_reference": {
|
||||||
|
"page": "220"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "All in Jest",
|
"id": "All in Jest",
|
||||||
"name": "Aimable plaisanterie",
|
"name": "Aimable plaisanterie",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.220"
|
"source_reference": {
|
||||||
|
"page": "220"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Buoyant Arrival",
|
"id": "Buoyant Arrival",
|
||||||
"name": "Entrée en douceur",
|
"name": "Entrée en douceur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.220"
|
"source_reference": {
|
||||||
|
"page": "220"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ebb and Flow",
|
"id": "Ebb and Flow",
|
||||||
"name": "Flux et reflux",
|
"name": "Flux et reflux",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.220"
|
"source_reference": {
|
||||||
|
"page": "220"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Slippery Maneuvers",
|
"id": "Slippery Maneuvers",
|
||||||
"name": "Manœuvres d’esquive",
|
"name": "Manœuvres d’esquive",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.220"
|
"source_reference": {
|
||||||
|
"page": "220"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Regal Bearing",
|
"id": "Regal Bearing",
|
||||||
"name": "Port altier",
|
"name": "Port altier",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.221"
|
"source_reference": {
|
||||||
|
"page": "221"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Well of Desire",
|
"id": "Well of Desire",
|
||||||
"name": "Puits du désir",
|
"name": "Puits du désir",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.221"
|
"source_reference": {
|
||||||
|
"page": "221"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Shallow Waters",
|
"id": "Shallow Waters",
|
||||||
"name": "Sous la surface",
|
"name": "Sous la surface",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.221"
|
"source_reference": {
|
||||||
|
"page": "221"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lady Shinjo’s Speed (Unicorn)",
|
"id": "Lady Shinjo’s Speed (Unicorn)",
|
||||||
"name": "Célérité de Dame Shinjo (Licorne)",
|
"name": "Célérité de Dame Shinjo (Licorne)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.222"
|
"source_reference": {
|
||||||
|
"page": "222"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lady Doji’s Decree (Crane)",
|
"id": "Lady Doji’s Decree (Crane)",
|
||||||
"name": "Décret de Dame Doji (Grue)",
|
"name": "Décret de Dame Doji (Grue)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.222"
|
"source_reference": {
|
||||||
|
"page": "222"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Courtier’s Resolve",
|
"id": "Courtier’s Resolve",
|
||||||
"name": "La détermination du courtisan",
|
"name": "La détermination du courtisan",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.222"
|
"source_reference": {
|
||||||
|
"page": "222"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "A Samurai’s Fate",
|
"id": "A Samurai’s Fate",
|
||||||
"name": "Le destin du samouraï",
|
"name": "Le destin du samouraï",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.222"
|
"source_reference": {
|
||||||
|
"page": "222"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lord Bayushi’s Whispers (Scorpion)",
|
"id": "Lord Bayushi’s Whispers (Scorpion)",
|
||||||
"name": "Murmures de Sire Bayushi (Scorpion)",
|
"name": "Murmures de Sire Bayushi (Scorpion)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.222"
|
"source_reference": {
|
||||||
|
"page": "222"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lord Togashi’s Insight (Dragon)",
|
"id": "Lord Togashi’s Insight (Dragon)",
|
||||||
"name": "Perspicacité de Sire Togashi (Dragon)",
|
"name": "Perspicacité de Sire Togashi (Dragon)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.223"
|
"source_reference": {
|
||||||
|
"page": "223"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Rouse the Soul",
|
"id": "Rouse the Soul",
|
||||||
"name": "Réveil de l’âme",
|
"name": "Réveil de l’âme",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.223"
|
"source_reference": {
|
||||||
|
"page": "223"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lord Akodo’s Roar (Lion)",
|
"id": "Lord Akodo’s Roar (Lion)",
|
||||||
"name": "Rugissement de Sire Akodo (Lion)",
|
"name": "Rugissement de Sire Akodo (Lion)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.223"
|
"source_reference": {
|
||||||
|
"page": "223"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "All Arts Are One",
|
"id": "All Arts Are One",
|
||||||
"name": "Tous les arts ne font qu’un",
|
"name": "Tous les arts ne font qu’un",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.223"
|
"source_reference": {
|
||||||
|
"page": "223"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Hidden in Smoke",
|
"id": "Hidden in Smoke",
|
||||||
"name": "Masqué par la fumée",
|
"name": "Masqué par la fumée",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Assess Strengths",
|
"id": "Assess Strengths",
|
||||||
"name": "Evaluer les forces",
|
"name": "Evaluer les forces",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Unyielding Terms",
|
"id": "Unyielding Terms",
|
||||||
"name": "Termes immuables",
|
"name": "Termes immuables",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.117"
|
"source_reference": {
|
||||||
|
"page": "117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Offend the Sensibilities",
|
"id": "Offend the Sensibilities",
|
||||||
"name": "Froisser les sensibilités",
|
"name": "Froisser les sensibilités",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Crackling Laughter",
|
"id": "Crackling Laughter",
|
||||||
"name": "Rire moqueur",
|
"name": "Rire moqueur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "All Shall Fear Me",
|
"id": "All Shall Fear Me",
|
||||||
"name": "Tous me craindront",
|
"name": "Tous me craindront",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spiteful Loss",
|
"id": "Spiteful Loss",
|
||||||
"name": "Amère défaite",
|
"name": "Amère défaite",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Beware The Smallest Mouse",
|
"id": "Beware The Smallest Mouse",
|
||||||
"name": "Gare à la plus petite des souris",
|
"name": "Gare à la plus petite des souris",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fun and Games",
|
"id": "Fun and Games",
|
||||||
"name": "Agréable participation",
|
"name": "Agréable participation",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.118"
|
"source_reference": {
|
||||||
|
"page": "118"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Foreseen Need",
|
"id": "Foreseen Need",
|
||||||
"name": "Besoin pressenti",
|
"name": "Besoin pressenti",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.119"
|
"source_reference": {
|
||||||
|
"page": "119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spin the Web (Kolat)",
|
"id": "Spin the Web (Kolat)",
|
||||||
"name": "Tisser sa toile (Kolat)",
|
"name": "Tisser sa toile (Kolat)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.249"
|
"source_reference": {
|
||||||
|
"page": "249"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Awe of Heaven (Imperial)",
|
"id": "Awe of Heaven (Imperial)",
|
||||||
"name": "Effroi céleste (Impérial)",
|
"name": "Effroi céleste (Impérial)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.249"
|
"source_reference": {
|
||||||
|
"page": "249"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Look Out",
|
"id": "Look Out",
|
||||||
"name": "Attention !",
|
"name": "Attention !",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.92"
|
"source_reference": {
|
||||||
|
"page": "92"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bellow of Resolve",
|
"id": "Bellow of Resolve",
|
||||||
"name": "Hurlement de soutien",
|
"name": "Hurlement de soutien",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.92"
|
"source_reference": {
|
||||||
|
"page": "92"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ruse of the Moon's Reflection",
|
"id": "Ruse of the Moon's Reflection",
|
||||||
"name": "Ruse du reflet de la Lune",
|
"name": "Ruse du reflet de la Lune",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Eyes Up!",
|
"id": "Eyes Up!",
|
||||||
"name": "Là-haut !",
|
"name": "Là-haut !",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Pack Gambit",
|
"id": "Pack Gambit",
|
||||||
"name": "Manoeuvre de meute",
|
"name": "Manoeuvre de meute",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Mentor's Guidance",
|
"id": "Mentor's Guidance",
|
||||||
"name": "Les conseils du mentor",
|
"name": "Les conseils du mentor",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.93"
|
"source_reference": {
|
||||||
|
"page": "93"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Malleable Formation",
|
"id": "Malleable Formation",
|
||||||
"name": "Formation mobile",
|
"name": "Formation mobile",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Goading Taunt",
|
"id": "Goading Taunt",
|
||||||
"name": "Raillerie provocante",
|
"name": "Raillerie provocante",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.95"
|
"source_reference": {
|
||||||
|
"page": "95"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Watch My Back",
|
"id": "Watch My Back",
|
||||||
"name": "Protège-moi",
|
"name": "Protège-moi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Illuminate the Way",
|
"id": "Illuminate the Way",
|
||||||
"name": "Eclaire mon chemin",
|
"name": "Eclaire mon chemin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fluent Bargaining",
|
"id": "Fluent Bargaining",
|
||||||
"name": "Négociations fructueuses",
|
"name": "Négociations fructueuses",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bond of Heroes",
|
"id": "Bond of Heroes",
|
||||||
"name": "Le lien des héros",
|
"name": "Le lien des héros",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.95"
|
"source_reference": {
|
||||||
|
"page": "95"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Tonight, I Am Your Opponent",
|
"id": "Tonight, I Am Your Opponent",
|
||||||
"name": "Ce soir, je suis ton adversaire",
|
"name": "Ce soir, je suis ton adversaire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.95"
|
"source_reference": {
|
||||||
|
"page": "95"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Wanderer's Resolve",
|
"id": "Wanderer's Resolve",
|
||||||
"name": "La détermination du vagabond",
|
"name": "La détermination du vagabond",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.95"
|
"source_reference": {
|
||||||
|
"page": "95"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Roar of Encouragement",
|
"id": "Roar of Encouragement",
|
||||||
"name": "Hurlement d’encouragement",
|
"name": "Hurlement d’encouragement",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.94"
|
"source_reference": {
|
||||||
|
"page": "94"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Osano-wo’s Boast (Mantis)",
|
"id": "Osano-wo’s Boast (Mantis)",
|
||||||
"name": "Vantardise d'Osano-wo (Mante)",
|
"name": "Vantardise d'Osano-wo (Mante)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Le Clan de la Mante p.7"
|
"source_reference": {
|
||||||
|
"page": "7"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Borrowed Courage",
|
"id": "Borrowed Courage",
|
||||||
"name": "Courage emprunté",
|
"name": "Courage emprunté",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.99"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Clouds Parted by Steel",
|
"id": "Clouds Parted by Steel",
|
||||||
"name": "L’acier déchire les nuages",
|
"name": "L’acier déchire les nuages",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.99"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Entice with Falsehoods",
|
"id": "Entice with Falsehoods",
|
||||||
"name": "Inciter par la fausseté",
|
"name": "Inciter par la fausseté",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.99"
|
"source_reference": {
|
||||||
|
"page": "99"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Fortress of Necessity",
|
"id": "Fortress of Necessity",
|
||||||
"name": "Forteresse du besoin",
|
"name": "Forteresse du besoin",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.100"
|
"source_reference": {
|
||||||
|
"page": "100"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Great Anvil's Measure",
|
"id": "Great Anvil's Measure",
|
||||||
"name": "Aspect de la grande enclume",
|
"name": "Aspect de la grande enclume",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.100"
|
"source_reference": {
|
||||||
|
"page": "100"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Steady Hammer",
|
"id": "Steady Hammer",
|
||||||
"name": "Stabiliser le marteau",
|
"name": "Stabiliser le marteau",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.100"
|
"source_reference": {
|
||||||
|
"page": "100"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Call the Wild",
|
"id": "Call the Wild",
|
||||||
"name": "Appeler la nature",
|
"name": "Appeler la nature",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Righteous Example",
|
"id": "Righteous Example",
|
||||||
"name": "Exemple vertueux",
|
"name": "Exemple vertueux",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sting of Warrior's Pride",
|
"id": "Sting of Warrior's Pride",
|
||||||
"name": "Piquer la fierté du guerrier",
|
"name": "Piquer la fierté du guerrier",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "To Smash the Heart",
|
"id": "To Smash the Heart",
|
||||||
"name": "Ecraser le coeur",
|
"name": "Ecraser le coeur",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.101"
|
"source_reference": {
|
||||||
|
"page": "101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Coursing March Chant",
|
"id": "Coursing March Chant",
|
||||||
"name": "Chant du pas de course",
|
"name": "Chant du pas de course",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Preserve Strength",
|
"id": "Preserve Strength",
|
||||||
"name": "Préserver ses forces",
|
"name": "Préserver ses forces",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Your Enemy's Arrows",
|
"id": "Your Enemy's Arrows",
|
||||||
"name": "Les flèches de ton ennemi",
|
"name": "Les flèches de ton ennemi",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.102"
|
"source_reference": {
|
||||||
|
"page": "102"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Battle of No Escape",
|
"id": "Battle of No Escape",
|
||||||
"name": "Une bataille sans échappatoire",
|
"name": "Une bataille sans échappatoire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.103"
|
"source_reference": {
|
||||||
|
"page": "103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Moment of Glory",
|
"id": "Moment of Glory",
|
||||||
"name": "Un moment de gloire",
|
"name": "Un moment de gloire",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Victory Without a Sword",
|
"id": "Victory Without a Sword",
|
||||||
"name": "Vaincre sans dégainer",
|
"name": "Vaincre sans dégainer",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire p.104"
|
"source_reference": {
|
||||||
|
"page": "104"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Flowering Deceptions",
|
"id": "Flowering Deceptions",
|
||||||
"name": "Les fleurs de la supercherie",
|
"name": "Les fleurs de la supercherie",
|
||||||
"description": "",
|
"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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,296 +2,448 @@
|
|||||||
"label": "Titres",
|
"label": "Titres",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description",
|
"description": "system.description",
|
||||||
"book_reference": "system.book_reference"
|
"source_reference": "system.source_reference"
|
||||||
},
|
},
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"id": "Emerald Magistrate",
|
"id": "Emerald Magistrate",
|
||||||
"name": "Magistrat d’Émeraude",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "Livre de Règles p.305"
|
"source_reference": {
|
||||||
|
"page": "305"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Castellan",
|
"id": "Castellan",
|
||||||
"name": "Châtelain",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "Les Cours de Pierre p.128"
|
"source_reference": {
|
||||||
|
"page": "128"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Covert Agent",
|
"id": "Covert Agent",
|
||||||
"name": "Agent infiltré",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "Les Cours de Pierre p.128"
|
"source_reference": {
|
||||||
|
"page": "128"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Dreaded Enforcer",
|
"id": "Dreaded Enforcer",
|
||||||
"name": "Homme de main redouté",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "Les Cours de Pierre p.129"
|
"source_reference": {
|
||||||
|
"page": "129"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Esteemed Negotiator",
|
"id": "Esteemed Negotiator",
|
||||||
"name": "Négociateur estimé",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "Les Cours de Pierre p.129"
|
"source_reference": {
|
||||||
|
"page": "129"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kenshinzen",
|
"id": "Kenshinzen",
|
||||||
"name": "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-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>",
|
"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>",
|
||||||
"book_reference": "Les Cours de Pierre p.130"
|
"source_reference": {
|
||||||
|
"page": "130"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Kyuden Asako Shieldbearer",
|
"id": "Kyuden Asako Shieldbearer",
|
||||||
"name": "Porteur de bouclier de Kyūden Asako",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "Les Cours de Pierre p.130"
|
"source_reference": {
|
||||||
|
"page": "130"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Master Artisan",
|
"id": "Master Artisan",
|
||||||
"name": "Maître 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-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>",
|
"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>",
|
||||||
"book_reference": "Les Cours de Pierre p.130"
|
"source_reference": {
|
||||||
|
"page": "130"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Winter Court Champion",
|
"id": "Winter Court Champion",
|
||||||
"name": "Champion de la Cour d'Hiver",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "Les Cours de Pierre p.131"
|
"source_reference": {
|
||||||
|
"page": "131"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Seven fold Palace Acolyte",
|
"id": "Seven fold Palace Acolyte",
|
||||||
"name": "Etudiant au palais des Sept Plis",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "Les Cours de Pierre p.131"
|
"source_reference": {
|
||||||
|
"page": "131"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "The Damned",
|
"id": "The Damned",
|
||||||
"name": "Damné",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "L’Outremonde p.128"
|
"source_reference": {
|
||||||
|
"page": "128"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Harvester",
|
"id": "Harvester",
|
||||||
"name": "Récolteur",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "L’Outremonde p.128"
|
"source_reference": {
|
||||||
|
"page": "128"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Twenty-Goblin Crab",
|
"id": "Twenty-Goblin Crab",
|
||||||
"name": "Crabe au vingt gobelins",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "L’Outremonde p.128"
|
"source_reference": {
|
||||||
|
"page": "128"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Witch Hunter",
|
"id": "Witch Hunter",
|
||||||
"name": "Chasseur de sorcier",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "L’Outremonde p.129"
|
"source_reference": {
|
||||||
|
"page": "129"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Advisor",
|
"id": "Advisor",
|
||||||
"name": "Conseiller",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.249"
|
"source_reference": {
|
||||||
|
"page": "249"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Daimyo",
|
"id": "Daimyo",
|
||||||
"name": "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-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>",
|
"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>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.249"
|
"source_reference": {
|
||||||
|
"page": "249"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spy",
|
"id": "Spy",
|
||||||
"name": "Espion",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.250"
|
"source_reference": {
|
||||||
|
"page": "250"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Gunso",
|
"id": "Gunso",
|
||||||
"name": "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-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>",
|
"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>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.250"
|
"source_reference": {
|
||||||
|
"page": "250"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Clan Magistrate",
|
"id": "Clan Magistrate",
|
||||||
"name": "Magistrat de clan",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.251"
|
"source_reference": {
|
||||||
|
"page": "251"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Monastic Acolyte",
|
"id": "Monastic Acolyte",
|
||||||
"name": "Moine 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-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>",
|
"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>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.251"
|
"source_reference": {
|
||||||
|
"page": "251"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Priest",
|
"id": "Priest",
|
||||||
"name": "Prêtre",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.251"
|
"source_reference": {
|
||||||
|
"page": "251"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Yojimbo",
|
"id": "Yojimbo",
|
||||||
"name": "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-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>",
|
"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>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.252"
|
"source_reference": {
|
||||||
|
"page": "252"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Yoriki",
|
"id": "Yoriki",
|
||||||
"name": "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-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>",
|
"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>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.252"
|
"source_reference": {
|
||||||
|
"page": "252"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ashigaru",
|
"id": "Ashigaru",
|
||||||
"name": "Ashigaru",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.131"
|
"source_reference": {
|
||||||
|
"page": "131"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Deathseeker",
|
"id": "Deathseeker",
|
||||||
"name": "Quêteur de mort",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.132"
|
"source_reference": {
|
||||||
|
"page": "132"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Elemental Guard",
|
"id": "Elemental Guard",
|
||||||
"name": "Garde élémentaire",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.132"
|
"source_reference": {
|
||||||
|
"page": "132"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Elemental Legionnaire",
|
"id": "Elemental Legionnaire",
|
||||||
"name": "Légionnaire élémentaire",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.133"
|
"source_reference": {
|
||||||
|
"page": "133"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "General",
|
"id": "General",
|
||||||
"name": "Général",
|
"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>",
|
"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 p.133"
|
"source_reference": {
|
||||||
|
"page": "133"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lion's Pride Warrior",
|
"id": "Lion's Pride Warrior",
|
||||||
"name": "Guerrier de la Meute du Lion",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.133"
|
"source_reference": {
|
||||||
|
"page": "133"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Master Saboteur",
|
"id": "Master Saboteur",
|
||||||
"name": "Maître saboteur",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.134"
|
"source_reference": {
|
||||||
|
"page": "134"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Poet of War",
|
"id": "Poet of War",
|
||||||
"name": "Poète de guerre",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.134"
|
"source_reference": {
|
||||||
|
"page": "134"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Quartermaster",
|
"id": "Quartermaster",
|
||||||
"name": "Intendant",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.135"
|
"source_reference": {
|
||||||
|
"page": "135"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Renowned Warrior",
|
"id": "Renowned Warrior",
|
||||||
"name": "Guerrier renommé",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.135"
|
"source_reference": {
|
||||||
|
"page": "135"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spirit Caller",
|
"id": "Spirit Caller",
|
||||||
"name": "Spirite",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.136"
|
"source_reference": {
|
||||||
|
"page": "136"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sumai Master",
|
"id": "Sumai Master",
|
||||||
"name": "Maître de Sumai",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.136"
|
"source_reference": {
|
||||||
|
"page": "136"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sword Saint",
|
"id": "Sword Saint",
|
||||||
"name": "Lame sainte",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.136"
|
"source_reference": {
|
||||||
|
"page": "136"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "War College Graduate",
|
"id": "War College Graduate",
|
||||||
"name": "Diplômé du Collège militaire",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Champs de la Victoire p.137"
|
"source_reference": {
|
||||||
|
"page": "137"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "In Service to a Lord",
|
"id": "In Service to a Lord",
|
||||||
"name": "Au service d’un seigneur",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "La Voie des Vagues p.185"
|
"source_reference": {
|
||||||
|
"page": "185"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Perfect Land Sect Member",
|
"id": "Perfect Land Sect Member",
|
||||||
"name": "Adepte de la Terre Parfaite",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "La Voie des Vagues p.186"
|
"source_reference": {
|
||||||
|
"page": "186"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ghostlands Warrior",
|
"id": "Ghostlands Warrior",
|
||||||
"name": "Guerrier des terres Spectrales",
|
"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-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>",
|
"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>",
|
||||||
"book_reference": "La Voie des Vagues p.186"
|
"source_reference": {
|
||||||
|
"page": "186"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Astradhari",
|
"id": "Astradhari",
|
||||||
"name": "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-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>",
|
"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>",
|
||||||
"book_reference": "La Voie des Vagues p.187"
|
"source_reference": {
|
||||||
|
"page": "187"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Awakened Soul",
|
"id": "Awakened Soul",
|
||||||
"name": "Awakened Soul (WIP)",
|
"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) Eternal Mind’s Gate (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.L5RCoreRit000035\" data-pack=\"l5r5e.core-techniques-rituals\" data-type=\"Item\" data-id=\"L5RCoreRit000035\">(ritual) Trance of Lives Past (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
"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>",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "142"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Forester",
|
"id": "Forester",
|
||||||
"name": "Forester (WIP)",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "142"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Temple Abbot",
|
"id": "Temple Abbot",
|
||||||
"name": "Temple Abbot (WIP)",
|
"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) Rejuvenating Breath (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>",
|
"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>",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "143"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Yōkai Hunter",
|
"id": "Yōkai Hunter",
|
||||||
"name": "Yōkai Hunter (WIP)",
|
"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) Blistering Retribution (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.L5RCoreKat000070\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000070\">(kata) Swallow’s Dart 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.L5RCoreKat000071\" data-pack=\"l5r5e.core-techniques-kata\" data-type=\"Item\" data-id=\"L5RCoreKat000071\">(kata) Tiger’s Lunge Style (WIP)</a> (prereq)</td><td>Technique</td></tr></table>",
|
"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>",
|
||||||
"book_reference": "Décret de la nature"
|
"source_reference": {
|
||||||
|
"page": "143"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bond with a spirit",
|
"id": "Bond with a spirit",
|
||||||
"name": "Lien avec un esprit",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Royaumes Célestes p.140"
|
"source_reference": {
|
||||||
|
"page": "140"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Moon cultist",
|
"id": "Moon cultist",
|
||||||
"name": "Adorateur de la lune",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Les Royaumes Célestes p.140"
|
"source_reference": {
|
||||||
|
"page": "140"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spirits hunter",
|
"id": "Spirits hunter",
|
||||||
"name": "Chasseur d’esprits",
|
"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>",
|
"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>",
|
||||||
"book_reference": "Celestial Realms - Deathly Turns p.21"
|
"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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,685 +0,0 @@
|
|||||||
{
|
|
||||||
"I18N": {
|
|
||||||
"Language": "English",
|
|
||||||
"Maintainers": ["Team L5R"]
|
|
||||||
},
|
|
||||||
"SETTINGS": {
|
|
||||||
"None": "No option",
|
|
||||||
"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"
|
|
||||||
},
|
|
||||||
"Initiative": {
|
|
||||||
"SetTn1OnTypeChange": "Set TN to 1 on encounter change",
|
|
||||||
"SetTn1OnTypeChangeHint": "Set the TN to 1 when the encounter type is selected (Intrigue, Duel, Skirmish or Mass battle)"
|
|
||||||
},
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"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": {
|
|
||||||
"global": {
|
|
||||||
"edge_translation_disclaimer": "",
|
|
||||||
"add": "Add",
|
|
||||||
"edit": "Edit",
|
|
||||||
"delete_confirm": "Are you sure you want to delete '{name}' ?",
|
|
||||||
"drop_here": "Drop here",
|
|
||||||
"send_to_chat": "To Chat",
|
|
||||||
"locked": "Locked",
|
|
||||||
"unlocked": "Unlocked",
|
|
||||||
"random": "Random"
|
|
||||||
},
|
|
||||||
"settings": {
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"logo": {
|
|
||||||
"title": "Need help?",
|
|
||||||
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
|
||||||
"alt": "Online Help",
|
|
||||||
"content": "Follow the guide :",
|
|
||||||
"edge": {
|
|
||||||
"title": "Go to the Edge-Studio website",
|
|
||||||
"info": "your browser will open the EDGE STUDIO website",
|
|
||||||
"link": "https://edge-studio.net/"
|
|
||||||
},
|
|
||||||
"drivethrurpg": {
|
|
||||||
"title": "Buy a PDF of the game...",
|
|
||||||
"info": "your browser will open the DriveThruRpg site of Edge Studio",
|
|
||||||
"link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio"
|
|
||||||
},
|
|
||||||
"discord": {
|
|
||||||
"title": "FoundryVTT Official Discord",
|
|
||||||
"info": "Your browser will open on the official Foundry discord",
|
|
||||||
"link": "https://discordapp.com/invite/DDBZUDf"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"rings": {
|
|
||||||
"title": "Rings",
|
|
||||||
"label": "Ring",
|
|
||||||
"earth": "Earth",
|
|
||||||
"air": "Air",
|
|
||||||
"water": "Water",
|
|
||||||
"fire": "Fire",
|
|
||||||
"void": "Void"
|
|
||||||
},
|
|
||||||
"sheets": {
|
|
||||||
"narrative": "Narrative",
|
|
||||||
"experience": "Experience",
|
|
||||||
"family": "Family",
|
|
||||||
"region": "Region",
|
|
||||||
"upbringing": "Upbringing",
|
|
||||||
"school": "School",
|
|
||||||
"description": "Description",
|
|
||||||
"bought_at_rank": "Bought at rank",
|
|
||||||
"types": "Types",
|
|
||||||
"book_reference": "Reference",
|
|
||||||
"value": "Value",
|
|
||||||
"rarity": "Rarity",
|
|
||||||
"quantity": "Quantity",
|
|
||||||
"weight": "Weight",
|
|
||||||
"properties": "Properties",
|
|
||||||
"linked_property": "linked Property",
|
|
||||||
"removed_properties": "Cancel",
|
|
||||||
"notes": "Notes",
|
|
||||||
"inventory": "Inventory",
|
|
||||||
"equipment": "Equipment",
|
|
||||||
"rank": "Rank",
|
|
||||||
"name": "Name"
|
|
||||||
},
|
|
||||||
"dice": {
|
|
||||||
"chat": {
|
|
||||||
"successes": "Successes",
|
|
||||||
"explosives": "Explosions",
|
|
||||||
"opportunities": "Opportunities",
|
|
||||||
"strife": "Strife",
|
|
||||||
"difficulty": "TN",
|
|
||||||
"difficulty_hidden": "???",
|
|
||||||
"void_point_used": "Void point used",
|
|
||||||
"assistance_used": "Skill assistance used",
|
|
||||||
"roll_n_keep": "Roll & Keep",
|
|
||||||
"initiative_roll": "Initiative roll",
|
|
||||||
"success_text": "Success!",
|
|
||||||
"bonus_text": "bonus successes",
|
|
||||||
"fail_text": "Fail!",
|
|
||||||
"unknown_target": "Unknown target"
|
|
||||||
},
|
|
||||||
"dicepicker": {
|
|
||||||
"title": "Dice Picker",
|
|
||||||
"difficulty_title": "Difficulty",
|
|
||||||
"difficulty_hidden_label": "Hide TN",
|
|
||||||
"use_void_point_label": "Spend a",
|
|
||||||
"void_point_tooltip": "Void point",
|
|
||||||
"skill_assistance_label": "Assistance",
|
|
||||||
"roll_label": "Roll",
|
|
||||||
"bt_add_macro": "Add a macro",
|
|
||||||
"gm_request_dp_to_players": "Roll request sent to players"
|
|
||||||
},
|
|
||||||
"roll_n_keep": {
|
|
||||||
"title": "Roll & Keep",
|
|
||||||
"discard_drop_here": "Discard",
|
|
||||||
"reroll_drop_here": "Re-roll",
|
|
||||||
"swap_drop_here": "Swap",
|
|
||||||
"keep_drop_here": "Keep",
|
|
||||||
"max": "Max",
|
|
||||||
"bt_validate": "Finalize this step",
|
|
||||||
"bt_strife": "Apply strife",
|
|
||||||
"undo": "[GM] Undo the last step choices"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"gm": {
|
|
||||||
"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)",
|
|
||||||
"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_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_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"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"weapons": {
|
|
||||||
"title": "Weapons",
|
|
||||||
"damage": "Damage",
|
|
||||||
"range": "Range",
|
|
||||||
"stats": "Stats",
|
|
||||||
"sheathed": "Equipped / Sheathed",
|
|
||||||
"readied": "Readied",
|
|
||||||
"category": "Category",
|
|
||||||
"deadliness": "Deadliness",
|
|
||||||
"grips": "Grips",
|
|
||||||
"1hand": "1-hand",
|
|
||||||
"2hand": "2-hand"
|
|
||||||
},
|
|
||||||
"armors": {
|
|
||||||
"title": "Armors",
|
|
||||||
"type": "Resistances",
|
|
||||||
"physical": "physical",
|
|
||||||
"supernatural": "supernatural",
|
|
||||||
"equipped": "Equipped"
|
|
||||||
},
|
|
||||||
"items": {
|
|
||||||
"title": "Items"
|
|
||||||
},
|
|
||||||
"techniques": {
|
|
||||||
"title": "Techniques",
|
|
||||||
"not_allowed": "Your character does not use this type of technique.",
|
|
||||||
"only_one": "Your character can possess only one of theses technique.",
|
|
||||||
"type": "Allowed Techniques",
|
|
||||||
"kata": "Kata",
|
|
||||||
"kiho": "Kihõ",
|
|
||||||
"inversion": "Inversion",
|
|
||||||
"invocation": "Invocation",
|
|
||||||
"ritual": "Ritual",
|
|
||||||
"shuji": "Shuji",
|
|
||||||
"maho": "Mahõ",
|
|
||||||
"ninjutsu": "Ninjutsu",
|
|
||||||
"mantra": "Mantra",
|
|
||||||
"school_ability": "School Ability",
|
|
||||||
"mastery_ability": "Mastery Ability",
|
|
||||||
"title_ability": "Title Ability",
|
|
||||||
"specificity": "Specificity"
|
|
||||||
},
|
|
||||||
"peculiarities": {
|
|
||||||
"types": {
|
|
||||||
"distinction": "Distinction",
|
|
||||||
"passion": "Passion",
|
|
||||||
"adversity": "Adversity",
|
|
||||||
"anxiety": "Anxiety"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"money": {
|
|
||||||
"title": "Personal money",
|
|
||||||
"koku": "Koku",
|
|
||||||
"bu": "Bu",
|
|
||||||
"zeni": "Zeni"
|
|
||||||
},
|
|
||||||
"social": {
|
|
||||||
"title": "Social Standing",
|
|
||||||
"honor": "Honor",
|
|
||||||
"glory": "Glory",
|
|
||||||
"status": "Status",
|
|
||||||
"ninjo": "Ninjo",
|
|
||||||
"giri": "Giri",
|
|
||||||
"past": "Past",
|
|
||||||
"bushido_tenets": {
|
|
||||||
"title": "Bushido Tenets",
|
|
||||||
"paramount": "Paramount",
|
|
||||||
"less_significant": "Less Significant"
|
|
||||||
},
|
|
||||||
"titles": "Titles",
|
|
||||||
"attitude": "Demeanor:",
|
|
||||||
"advantages": "Distinctions and Passions",
|
|
||||||
"disadvantages": "Adversities and Anxieties",
|
|
||||||
"bonds": "Bonds",
|
|
||||||
"npc": {
|
|
||||||
"advantages": "Advantages",
|
|
||||||
"disadvantages": "Disadvantages",
|
|
||||||
"combat": "Combat",
|
|
||||||
"intrigue": "Intrigue"
|
|
||||||
},
|
|
||||||
"age": "Age",
|
|
||||||
"children": "Children",
|
|
||||||
"marital_status": {
|
|
||||||
"title": "Marital Status",
|
|
||||||
"partner": "Partner",
|
|
||||||
"married": "Married",
|
|
||||||
"betrothed": "Betrothed",
|
|
||||||
"unmarried": "Unmarried",
|
|
||||||
"widowed": "Widowed"
|
|
||||||
},
|
|
||||||
"gender": {
|
|
||||||
"title": "Gender",
|
|
||||||
"male": "Male",
|
|
||||||
"female": "Female"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"skills": {
|
|
||||||
"title": "Skills",
|
|
||||||
"label": "Skill",
|
|
||||||
"artisan": {
|
|
||||||
"title": "Artisan",
|
|
||||||
"aesthetics": "Aesthetics",
|
|
||||||
"composition": "Composition",
|
|
||||||
"design": "Design",
|
|
||||||
"smithing": "Smithing",
|
|
||||||
"air": "Refine",
|
|
||||||
"earth": "Restore",
|
|
||||||
"fire": "Invent",
|
|
||||||
"water": "Adapt",
|
|
||||||
"void": "Attune"
|
|
||||||
},
|
|
||||||
"martial": {
|
|
||||||
"title": "Martial",
|
|
||||||
"fitness": "Fitness",
|
|
||||||
"melee": "Martial Arts [Melee]",
|
|
||||||
"ranged": "Martial Arts [Ranged]",
|
|
||||||
"unarmed": "Martial Arts [Unarmed]",
|
|
||||||
"meditation": "Meditation",
|
|
||||||
"tactics": "Tactics",
|
|
||||||
"air": "Feint",
|
|
||||||
"earth": "Withstand",
|
|
||||||
"fire": "Overwhelm",
|
|
||||||
"water": "Shift",
|
|
||||||
"void": "Sacrifice"
|
|
||||||
},
|
|
||||||
"scholar": {
|
|
||||||
"title": "Scholar",
|
|
||||||
"culture": "Culture",
|
|
||||||
"government": "Government",
|
|
||||||
"medicine": "Medicine",
|
|
||||||
"sentiment": "Sentiment",
|
|
||||||
"theology": "Theology",
|
|
||||||
"air": "Analyze",
|
|
||||||
"earth": "Recall",
|
|
||||||
"fire": "Theorize",
|
|
||||||
"water": "Survey",
|
|
||||||
"void": "Sense"
|
|
||||||
},
|
|
||||||
"social": {
|
|
||||||
"title": "Social",
|
|
||||||
"command": "Command",
|
|
||||||
"courtesy": "Courtesy",
|
|
||||||
"games": "Games",
|
|
||||||
"performance": "Performance",
|
|
||||||
"air": "Trick",
|
|
||||||
"earth": "Reason",
|
|
||||||
"fire": "Incite",
|
|
||||||
"water": "Charm",
|
|
||||||
"void": "Enlighten"
|
|
||||||
},
|
|
||||||
"trade": {
|
|
||||||
"title": "Trade",
|
|
||||||
"commerce": "Commerce",
|
|
||||||
"labor": "Labor",
|
|
||||||
"seafaring": "Seafaring",
|
|
||||||
"skulduggery": "Skulduggery",
|
|
||||||
"survival": "Survival",
|
|
||||||
"air": "Con",
|
|
||||||
"earth": "Produce",
|
|
||||||
"fire": "Innovate",
|
|
||||||
"water": "Exchange",
|
|
||||||
"void": "Subsist"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"attributes": {
|
|
||||||
"title": "Attributes",
|
|
||||||
"endurance": "Endurance",
|
|
||||||
"endurancetip": "(Earth + Fire) x2",
|
|
||||||
"composure": "Composure",
|
|
||||||
"composuretip": "(Earth + Water) x2",
|
|
||||||
"focus": "Focus",
|
|
||||||
"focustip": "Air + Fire",
|
|
||||||
"vigilance": "Vigilance",
|
|
||||||
"vigilancetip": "(Air + Water) /2",
|
|
||||||
"voidpoints": "Void Points",
|
|
||||||
"fatigue": "Fatigue",
|
|
||||||
"strife": "Strife"
|
|
||||||
},
|
|
||||||
"conflict": {
|
|
||||||
"title": "Conflict",
|
|
||||||
"stance": "Stance",
|
|
||||||
"stances": {
|
|
||||||
"airtip": "+1 to TN of Attack and Scheme checks targeting you (+2 at rank 4+).",
|
|
||||||
"earthtip": "Others cannot spend Opportunity to inflict critical hits or conditions on you.",
|
|
||||||
"firetip": "If you succeed, +1 bonus success per Strife symbol on kept dice.",
|
|
||||||
"watertip": "Perform a second action on your turn that does not require a check or share a type with the first action.",
|
|
||||||
"voidtip": "You do not receive strife from Strife symbols on checks."
|
|
||||||
},
|
|
||||||
"initiative": {
|
|
||||||
"title": "Initiative",
|
|
||||||
"intrigue": "Intrigue",
|
|
||||||
"duel": "Duel",
|
|
||||||
"skirmish": "Skirmish",
|
|
||||||
"mass_battle": "Mass Battle",
|
|
||||||
"prepared_true": "Prepared",
|
|
||||||
"prepared_false": "Surprised",
|
|
||||||
"prepared_actor": "Defined in the character sheet (default)",
|
|
||||||
"already_set": "Your initiative has already been determined"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"advancements": {
|
|
||||||
"title": "Advancements",
|
|
||||||
"school_rank": "School rank",
|
|
||||||
"school_rank_0": "Bg",
|
|
||||||
"total": "Total",
|
|
||||||
"cost": "Cost",
|
|
||||||
"spent": "Used",
|
|
||||||
"saved": "Saved",
|
|
||||||
"total_xp_spent": "Xp spent",
|
|
||||||
"total_xp_curriculum": "Xp spent on curriculum",
|
|
||||||
"curriculum": "In curriculum",
|
|
||||||
"curriculum_validate": "Complete this rank",
|
|
||||||
"rarity_modifier": "Rarity modifier",
|
|
||||||
"item_pattern": "Item Patterns",
|
|
||||||
"signature_scroll": "Signature Scrolls",
|
|
||||||
"school_curriculum_journal": "Drop curriculum's journal in sheet to link it"
|
|
||||||
},
|
|
||||||
"character_types": {
|
|
||||||
"character": "Player Character",
|
|
||||||
"adversary": "Adversary",
|
|
||||||
"minion": "Minion"
|
|
||||||
},
|
|
||||||
"army": {
|
|
||||||
"warlord": "Warlord",
|
|
||||||
"allies_backers": "Allies and Backers",
|
|
||||||
"purpose_mustering": "Purpose for Mustering",
|
|
||||||
"battle_readiness": {
|
|
||||||
"title": "Battle Readiness",
|
|
||||||
"strength": "Strength",
|
|
||||||
"casualties": "Casualties",
|
|
||||||
"discipline": "Discipline",
|
|
||||||
"panic": "Panic"
|
|
||||||
},
|
|
||||||
"commander": "Commander",
|
|
||||||
"commander_abilities": "Commander's relevant abilities",
|
|
||||||
"army_abilities": "Army Abilities",
|
|
||||||
"commander_standing": "Commander's Standing",
|
|
||||||
"supplies_logistics": "Supplies and Logistics",
|
|
||||||
"past_battles": "Past Battles",
|
|
||||||
"cohort": {
|
|
||||||
"tab": "Cohorts",
|
|
||||||
"title": "Cohort",
|
|
||||||
"leader": "Leader",
|
|
||||||
"abilities": "Abilities"
|
|
||||||
},
|
|
||||||
"fortification": {
|
|
||||||
"tab": "Fortifications",
|
|
||||||
"title": "Fortification Held",
|
|
||||||
"difficulty": "Difficulty Value",
|
|
||||||
"attrition_reduction": "Attrition Reduction"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"twenty_questions": {
|
|
||||||
"title": "Twenty questions",
|
|
||||||
"bt_abrev": "20Q",
|
|
||||||
"bt_next": "Next",
|
|
||||||
"increase_ring1": "Ring increase (1)",
|
|
||||||
"increase_ring2": "Ring increase (2)",
|
|
||||||
"increase_skill1": "Skill increases (1)",
|
|
||||||
"increase_skill2": "Skill increases (2)",
|
|
||||||
"increase_skill3": "Skill increases (3-5)",
|
|
||||||
"choose_one_ring": "Pick one",
|
|
||||||
"choose_one_skill": "Pick one",
|
|
||||||
"or": "OR",
|
|
||||||
"and": "AND",
|
|
||||||
"error": "Oops it looks like there's an error:",
|
|
||||||
"part0": {
|
|
||||||
"intro": "You can use this sheet to fill in your answers to The Game of Twenty Questions, and to take notes for later!",
|
|
||||||
"section": "Legend of the Five Rings Core Rulebook, Chapter 2: Creating a character, p. 41-95",
|
|
||||||
"section_pow": "Legend of the Five Rings Path of Waves, Chapter 2: Creating a Character p. 30–82",
|
|
||||||
"type": "Select the 20Q template you want to use",
|
|
||||||
"type_core": "Samurai (Core Rulebook)",
|
|
||||||
"type_pow": "Ronin (Path of Waves)"
|
|
||||||
},
|
|
||||||
"part1": {
|
|
||||||
"title": "Part I: Core Identity (Clan and Family)",
|
|
||||||
"title_pow": "Part I: Core Identity (Region and Upbringing)",
|
|
||||||
"q1": "1. What clan does your character belong to? (p. 41)",
|
|
||||||
"q1_pow": "1. What region does your character come from? (p. 31)",
|
|
||||||
"status": "Status",
|
|
||||||
"q2": "2. What family does your character belong to? (p. 49)",
|
|
||||||
"q2_pow": "2. What was your character’s upbringing? (p. 43)",
|
|
||||||
"money": "Starting wealth in Koku",
|
|
||||||
"glory": "Glory"
|
|
||||||
},
|
|
||||||
"part2": {
|
|
||||||
"title": "Part II: Role and School",
|
|
||||||
"q3": "3. What is your character’s school, and what roles does that school fall into? (p. 56)",
|
|
||||||
"q3_pow": "3. What is your character’s school, and what are its associated roles? (p. 46)",
|
|
||||||
"school": "School",
|
|
||||||
"role": "Roles",
|
|
||||||
"honor": "Honor",
|
|
||||||
"access": "Technique types available",
|
|
||||||
"school_ability": "School ability",
|
|
||||||
"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)"
|
|
||||||
},
|
|
||||||
"part3": {
|
|
||||||
"title": "Part III: Honor and Glory",
|
|
||||||
"title_pow": "Part III: The Past and the Future they interact and process",
|
|
||||||
"q5": "5. Who is your lord and what is your character’s duty to them? (p. 88)",
|
|
||||||
"q5_pow": "5. What is your character’s past and how does it Affect them? (p. 60)",
|
|
||||||
"choose_giri": "Select giri",
|
|
||||||
"choose_past": "Select past",
|
|
||||||
"q6": "6. What does your character long for, and how might this impede their duty? (p. 90)",
|
|
||||||
"q6_pow": "6. What does your character long for, and how might their past impact their ninjō? (p. 62)",
|
|
||||||
"choose_ninjo": "Select ninjō",
|
|
||||||
"q7": "7. What is your character’s relationship with their clan? (p. 91)",
|
|
||||||
"q7_pow": "7. What is your character known for? (p. 61)",
|
|
||||||
"increase_glory": "Glory increase",
|
|
||||||
"q8": "8. What does your character think of Bushidō? (p. 91)",
|
|
||||||
"q8_pow": "8. What does your character think of Bushidō? (p. 62)",
|
|
||||||
"increase_honor": "Honor increase",
|
|
||||||
"tenets": "Choose one tenet of Bushidō as paramount and one tenet as less significant (see The Clans Views of Bushidō, page 301 of the core rulebook):",
|
|
||||||
"object": "Item (Rarity 5 or lower)"
|
|
||||||
},
|
|
||||||
"part4": {
|
|
||||||
"title": "Part IV: Strengths and Weaknesses",
|
|
||||||
"q9": "9. What is your character’s greatest accomplishment so far? (p. 92)",
|
|
||||||
"q9_pow": "9. What is your character’s greatest accomplishment so far? (p. 64)",
|
|
||||||
"distinction": "Distinction (1)",
|
|
||||||
"q10": "10. What holds your character back the most in life? (p. 92)",
|
|
||||||
"q10_pow": "10. What holds your character back most in life? (p. 64)",
|
|
||||||
"adversity": "Adversity (1)",
|
|
||||||
"q11": "11. What activity Most makes your character feel at peace? (p. 93)",
|
|
||||||
"q11_pow": "11. What activity most makes your character feel at peace? (p. 65)",
|
|
||||||
"passion": "Passion (1)",
|
|
||||||
"q12": "12. What concern, fear, or foible troubles your character the most? (p. 93)",
|
|
||||||
"q12_pow": "12. What concern, fear, or foible troubles your character the most? (p. 65)",
|
|
||||||
"anxiety": "Anxiety (1)",
|
|
||||||
"q13": "13. Who has your character learned the most from during their life? (p. 93)",
|
|
||||||
"q13_pow": "13. Who has your character learned the most from during their life? (p. 65)",
|
|
||||||
"disadvantage": "Disadvantage (1)",
|
|
||||||
"advantage": "Advantage (1)"
|
|
||||||
},
|
|
||||||
"part5": {
|
|
||||||
"title": "Part V: Personality and Behavior",
|
|
||||||
"q14": "14. What do people notice first upon encountering your character? (p. 93)",
|
|
||||||
"q14_pow": "14. What is your character’s most prized possession? (p. 66)",
|
|
||||||
"accoutrement": "Personal accoutrement",
|
|
||||||
"q15": "15. How does your character react to stressful situations? (p. 94)",
|
|
||||||
"q15_pow": "15. How does your character react to stressful situations? (p. 66)",
|
|
||||||
"q16": "16. What are your character’s preexisting relationships with other clans, families, organizations, and traditions? (p. 94)",
|
|
||||||
"q16_pow": "16. What are your relationships to your family, the clans, peasants, and others? (p. 66)",
|
|
||||||
"object": "Item (Rarity 7 or lower)"
|
|
||||||
},
|
|
||||||
"part6": {
|
|
||||||
"title": "Part VI: Ancestry and Family",
|
|
||||||
"title_pow": "Part VI: Ancestry and Bonds",
|
|
||||||
"q17": "17. How would your character’s parents describe them? (p. 95)",
|
|
||||||
"q17_pow": "17. What shared history do you have with your group? (p. 66)",
|
|
||||||
"bond": "Determine an appropriate bond to apply to your relationship",
|
|
||||||
"q18": "18. Who was your character named to honor? (p. 95)",
|
|
||||||
"q18_pow": "18. Who raised you? (p. 67)",
|
|
||||||
"d10r1": "D10 Result (1/2)",
|
|
||||||
"d10r1_choice": "1st D10 Effect",
|
|
||||||
"d10r2": "D10 Result (2/2)",
|
|
||||||
"d10r2_choice": "2nd D10 Effect",
|
|
||||||
"d10r2_drop_items": "Or a technique, a advantage, a object...",
|
|
||||||
"q19": "19. What is your character’s personal name? (p. 95)",
|
|
||||||
"q19_pow": "19. What is your character’s name? (p. 68)"
|
|
||||||
},
|
|
||||||
"part7": {
|
|
||||||
"title": "Part VII: Death",
|
|
||||||
"q20": "20. How should your character die? (p. 95)",
|
|
||||||
"q20_pow": "20. How should your character die? (p. 68)",
|
|
||||||
"summary": "Summary",
|
|
||||||
"generchar": "Generate the character",
|
|
||||||
"generchar_disclaimer": "Warning, this will erase character's current data!",
|
|
||||||
"generchar_errors": "Clear errors before continuing!"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"char_generator": {
|
|
||||||
"title": "Character Generator",
|
|
||||||
"head_bt_title": "Char. Generator",
|
|
||||||
"generate": "Generate",
|
|
||||||
"average_value": "Average value",
|
|
||||||
"identity": "Clan, gender, age, marital status",
|
|
||||||
"attributes": "Social standing, Rings, Attributes and Skills",
|
|
||||||
"demeanor": "Demeanor & rings affinities",
|
|
||||||
"peculiarities": "Advantages and Disadvantages",
|
|
||||||
"items": "Armors, Weapons, and Items",
|
|
||||||
"narrative": "Narrative (Description)"
|
|
||||||
},
|
|
||||||
"roles": {
|
|
||||||
"title": "Roles",
|
|
||||||
"artisan": "Artisan",
|
|
||||||
"bushi": "Bushi",
|
|
||||||
"courtier": "Courtier",
|
|
||||||
"monk": "Monk",
|
|
||||||
"sage": "Sage",
|
|
||||||
"shinobi": "Shinobi",
|
|
||||||
"shugenja": "Shugenja"
|
|
||||||
},
|
|
||||||
"clans": {
|
|
||||||
"title": "Clans",
|
|
||||||
"label": "Clan",
|
|
||||||
"imperial": "Imperial",
|
|
||||||
"crab": "Crab",
|
|
||||||
"crane": "Crane",
|
|
||||||
"dragon": "Dragon",
|
|
||||||
"lion": "Lion",
|
|
||||||
"phoenix": "Phoenix",
|
|
||||||
"scorpion": "Scorpion",
|
|
||||||
"unicorn": "Unicorn",
|
|
||||||
"mantis": "Mantis",
|
|
||||||
"ronin": "Ronin",
|
|
||||||
"badger": "Badger",
|
|
||||||
"bat": "Bat",
|
|
||||||
"boar": "Boar",
|
|
||||||
"dragonfly": "Dragonfly",
|
|
||||||
"firefly": "Firefly",
|
|
||||||
"hare": "Hare",
|
|
||||||
"monkey": "Monkey",
|
|
||||||
"oriole": "Oriole",
|
|
||||||
"ox": "Ox",
|
|
||||||
"sparrow": "Sparrow",
|
|
||||||
"tortoise": "Tortoise",
|
|
||||||
"ivory_kingdoms": "Ivory Kingdoms",
|
|
||||||
"qamarist": "Qamarist",
|
|
||||||
"ujik": "Ujik"
|
|
||||||
},
|
|
||||||
"demeanor": {
|
|
||||||
"adaptable": "Adaptable",
|
|
||||||
"aggressive": "Aggressive",
|
|
||||||
"ambitious": "Ambitious",
|
|
||||||
"amiable": "Amiable",
|
|
||||||
"analytical": "Analytical",
|
|
||||||
"angry": "Angry",
|
|
||||||
"arrogant": "Arrogant",
|
|
||||||
"assertive": "Assertive",
|
|
||||||
"beguiling": "Beguiling",
|
|
||||||
"bitter": "Bitter",
|
|
||||||
"bold": "Bold",
|
|
||||||
"calculating": "Calculating",
|
|
||||||
"calm": "Calm",
|
|
||||||
"capricious": "Capricious",
|
|
||||||
"cautious": "Cautious",
|
|
||||||
"clever": "Clever",
|
|
||||||
"confused": "Confused",
|
|
||||||
"courageous": "Courageous",
|
|
||||||
"cowardly": "Cowardly",
|
|
||||||
"curious": "Curious",
|
|
||||||
"dependable": "Dependable",
|
|
||||||
"detached": "Detached",
|
|
||||||
"disheartened": "Disheartened",
|
|
||||||
"enraged": "Enraged",
|
|
||||||
"feral": "Feral",
|
|
||||||
"fickle": "Fickle",
|
|
||||||
"fierce": "Fierce",
|
|
||||||
"flighty": "Flighty",
|
|
||||||
"flippant": "Flippant",
|
|
||||||
"friendly": "Friendly",
|
|
||||||
"gruff": "Gruff",
|
|
||||||
"hungry": "Hungry",
|
|
||||||
"intense": "Intense",
|
|
||||||
"intimidating": "Intimidating",
|
|
||||||
"irritable": "Irritable",
|
|
||||||
"loyal": "Loyal",
|
|
||||||
"mischievous": "Mischievous",
|
|
||||||
"morose": "Morose",
|
|
||||||
"nurturing": "Nurturing",
|
|
||||||
"obstinate": "Obstinate",
|
|
||||||
"opportunistic": "Opportunistic",
|
|
||||||
"passionate": "Passionate",
|
|
||||||
"playful": "Playful",
|
|
||||||
"power_hungry": "Power hungry",
|
|
||||||
"proud": "Proud",
|
|
||||||
"restrained": "Restrained",
|
|
||||||
"scheming": "Scheming",
|
|
||||||
"serene": "Serene",
|
|
||||||
"serious": "Serious",
|
|
||||||
"shrewd": "Shrewd",
|
|
||||||
"stubborn": "Stubborn",
|
|
||||||
"suspicious": "Suspicious",
|
|
||||||
"teasing": "Teasing",
|
|
||||||
"territorial": "Territorial",
|
|
||||||
"uncertain": "Uncertain",
|
|
||||||
"unenthused": "Unenthused",
|
|
||||||
"vain": "Vain",
|
|
||||||
"wary": "Wary"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,685 +0,0 @@
|
|||||||
{
|
|
||||||
"I18N": {
|
|
||||||
"Language": "Español",
|
|
||||||
"Maintainers": ["Team L5R"]
|
|
||||||
},
|
|
||||||
"SETTINGS": {
|
|
||||||
"None": "Sin opción",
|
|
||||||
"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"
|
|
||||||
},
|
|
||||||
"Initiative": {
|
|
||||||
"SetTn1OnTypeChange": "Poner el NO a 1 al seleccionar el tipo de encuentro",
|
|
||||||
"SetTn1OnTypeChangeHint": "Poner el NO a 1 cuando se elige el tipo de encuentro (Intriga, Duelo, Escaramuza o Batalla a gran escala)"
|
|
||||||
},
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"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": {
|
|
||||||
"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",
|
|
||||||
"edit": "Editar",
|
|
||||||
"delete_confirm": "¿Estás seguro de que quieres borrar '{name}' ?",
|
|
||||||
"drop_here": "Dejar caer aquí",
|
|
||||||
"send_to_chat": "To Chat",
|
|
||||||
"locked": "Locked",
|
|
||||||
"unlocked": "Unlocked",
|
|
||||||
"random": "Random"
|
|
||||||
},
|
|
||||||
"settings": {
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"logo": {
|
|
||||||
"títle": "¿Necesitas ayuda?",
|
|
||||||
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
|
||||||
"alt": "Ayuda en línea",
|
|
||||||
"content": "Sigue la guía :",
|
|
||||||
"edge": {
|
|
||||||
"title": "Ir a la página web de Edge-Studio",
|
|
||||||
"info": "Tu navegador abrirá la página web de EDGE STUDIO",
|
|
||||||
"link": "https://edge-studio.net/"
|
|
||||||
},
|
|
||||||
"drivethrurpg": {
|
|
||||||
"title": "¿Comprar un PDF del juego?",
|
|
||||||
"info": "tu navegador abrirá el sitio DriveThruRpg de Edge Studio",
|
|
||||||
"link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio"
|
|
||||||
},
|
|
||||||
"discord": {
|
|
||||||
"title": "Discord oficial de FoundryVTT",
|
|
||||||
"info": "Su navegador se abrirá el discord oficial de Foundry",
|
|
||||||
"link": "https://discordapp.com/invite/DDBZUDf"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"rings": {
|
|
||||||
"title": "Anillos",
|
|
||||||
"label": "Anillo",
|
|
||||||
"earth": "Tierra",
|
|
||||||
"air": "Aire",
|
|
||||||
"water": "Agua",
|
|
||||||
"fire": "Fuego",
|
|
||||||
"void": "Vacío"
|
|
||||||
},
|
|
||||||
"sheets": {
|
|
||||||
"narrative": "Narrativa",
|
|
||||||
"experience": "Experiencia",
|
|
||||||
"family": "Familia",
|
|
||||||
"region": "Region",
|
|
||||||
"upbringing": "Educación",
|
|
||||||
"school": "Escuela",
|
|
||||||
"description": "Descripción",
|
|
||||||
"bought_at_rank": "Adquirido en rango",
|
|
||||||
"types": "Tipos",
|
|
||||||
"book_reference": "Referencia",
|
|
||||||
"value": "Valor",
|
|
||||||
"rarity": "Rareza",
|
|
||||||
"quantity": "Cantidad",
|
|
||||||
"weight": "Peso",
|
|
||||||
"properties": "Propiedades",
|
|
||||||
"linked_property": "Propiedad vínculada",
|
|
||||||
"removed_properties": "Anula",
|
|
||||||
"notes": "Notas",
|
|
||||||
"inventory": "Inventario",
|
|
||||||
"equipment": "Equipo",
|
|
||||||
"rank": "Rango",
|
|
||||||
"name": "Nombre"
|
|
||||||
},
|
|
||||||
"dice": {
|
|
||||||
"chat": {
|
|
||||||
"successes": "Éxitos",
|
|
||||||
"explosives": "Relanzables",
|
|
||||||
"opportunities": "Oportunidades",
|
|
||||||
"strife": "Conflictos",
|
|
||||||
"difficulty": "NO",
|
|
||||||
"difficulty_hidden": "???",
|
|
||||||
"void_point_used": "Punto de Vacío utilizado",
|
|
||||||
"assistance_used": "Asistencia de habilidad utilizada",
|
|
||||||
"roll_n_keep": "Tirar y guardar",
|
|
||||||
"initiative_roll": "Tirada de Iniciativa",
|
|
||||||
"success_text": "¡Éxito!",
|
|
||||||
"bonus_text": "Éxitos adicionales",
|
|
||||||
"fail_text": "¡Fallo!",
|
|
||||||
"unknown_target": "Unknown target"
|
|
||||||
},
|
|
||||||
"dicepicker": {
|
|
||||||
"title": "Dice Picker",
|
|
||||||
"difficulty_title": "Dificultad",
|
|
||||||
"difficulty_hidden_label": "Ocultar NO",
|
|
||||||
"use_void_point_label": "Gasta un",
|
|
||||||
"void_point_tooltip": "Punto de vacío",
|
|
||||||
"skill_assistance_label": "Asistencia",
|
|
||||||
"roll_label": "Tirar",
|
|
||||||
"bt_add_macro": "Añadir una macro",
|
|
||||||
"gm_request_dp_to_players": "Roll request sent to players"
|
|
||||||
},
|
|
||||||
"roll_n_keep": {
|
|
||||||
"title": "Tirar y guardar",
|
|
||||||
"discard_drop_here": "Descartar",
|
|
||||||
"reroll_drop_here": "Relanzar",
|
|
||||||
"swap_drop_here": "Cambiar cara",
|
|
||||||
"keep_drop_here": "Guardar",
|
|
||||||
"max": "Máx",
|
|
||||||
"bt_validate": "Terminar este paso",
|
|
||||||
"bt_strife": "Apply strife",
|
|
||||||
"undo": "[GM] Deshacer los últimos cambios"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"gm": {
|
|
||||||
"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)",
|
|
||||||
"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_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_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"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"weapons": {
|
|
||||||
"title": "Armas",
|
|
||||||
"damage": "Daño",
|
|
||||||
"range": "Alcance",
|
|
||||||
"stats": "Estadísticas",
|
|
||||||
"sheathed": "Equipado / Envainada",
|
|
||||||
"readied": "Preparado",
|
|
||||||
"category": "Categoría",
|
|
||||||
"deadliness": "Letalidad",
|
|
||||||
"grips": "Agarres",
|
|
||||||
"1hand": "1-mano",
|
|
||||||
"2hand": "2-manos"
|
|
||||||
},
|
|
||||||
"armors": {
|
|
||||||
"title": "Armaduras",
|
|
||||||
"type": "Defensa",
|
|
||||||
"physical": "Física",
|
|
||||||
"supernatural": "Sobrenatural",
|
|
||||||
"equipped": "Equipado"
|
|
||||||
},
|
|
||||||
"items": {
|
|
||||||
"title": "Objetos"
|
|
||||||
},
|
|
||||||
"techniques": {
|
|
||||||
"title": "Técnicas",
|
|
||||||
"not_allowed": "Tu personaje no puede utilizar este tipo de técnica.",
|
|
||||||
"only_one": "Tu personaje sólo puede poseer una de estas técnicas.",
|
|
||||||
"type": "Técnicas permitidas",
|
|
||||||
"kata": "Kata",
|
|
||||||
"kiho": "Kihõ",
|
|
||||||
"inversion": "Inversion",
|
|
||||||
"invocation": "Invocación",
|
|
||||||
"ritual": "Ritual",
|
|
||||||
"shuji": "Shuji",
|
|
||||||
"maho": "Mahõ",
|
|
||||||
"ninjutsu": "Ninjutsu",
|
|
||||||
"mantra": "Mantra",
|
|
||||||
"school_ability": "Capacidad de escuela",
|
|
||||||
"mastery_ability": "Habilidad de maestría",
|
|
||||||
"title_ability": "Capacidad de título",
|
|
||||||
"specificity": "Specificity"
|
|
||||||
},
|
|
||||||
"peculiarities": {
|
|
||||||
"types": {
|
|
||||||
"distinction": "Distinción",
|
|
||||||
"passion": "Pasión",
|
|
||||||
"adversity": "Adversidad",
|
|
||||||
"anxiety": "Ansiedad"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"money": {
|
|
||||||
"title": "Dinero personal",
|
|
||||||
"koku": "Koku",
|
|
||||||
"bu": "Bu",
|
|
||||||
"zeni": "Zeni"
|
|
||||||
},
|
|
||||||
"social": {
|
|
||||||
"title": "Posición Social",
|
|
||||||
"honor": "Honor",
|
|
||||||
"glory": "Gloria",
|
|
||||||
"status": "Estatus",
|
|
||||||
"ninjo": "Ninjo",
|
|
||||||
"giri": "Giri",
|
|
||||||
"past": "Past",
|
|
||||||
"bushido_tenets": {
|
|
||||||
"title": "Preceptos del Bushidō",
|
|
||||||
"paramount": "Más importante",
|
|
||||||
"less_significant": "Menos significativo"
|
|
||||||
},
|
|
||||||
"titles": "Títulos",
|
|
||||||
"attitude": "Actitud:",
|
|
||||||
"advantages": "Distinciones y pasiones",
|
|
||||||
"disadvantages": "Adversidades y ansiedades",
|
|
||||||
"bonds": "Vínculos",
|
|
||||||
"npc": {
|
|
||||||
"advantages": "Ventajas",
|
|
||||||
"disadvantages": "Desventajas",
|
|
||||||
"combat": "Combate",
|
|
||||||
"intrigue": "Intriga"
|
|
||||||
},
|
|
||||||
"age": "Age",
|
|
||||||
"children": "Children",
|
|
||||||
"marital_status": {
|
|
||||||
"title": "Marital Status",
|
|
||||||
"partner": "Partner",
|
|
||||||
"married": "Married",
|
|
||||||
"betrothed": "Betrothed",
|
|
||||||
"unmarried": "Unmarried",
|
|
||||||
"widowed": "Widowed"
|
|
||||||
},
|
|
||||||
"gender": {
|
|
||||||
"title": "Gender",
|
|
||||||
"male": "Male",
|
|
||||||
"female": "Female"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"skills": {
|
|
||||||
"title": "Habilidades",
|
|
||||||
"label": "Habilidad",
|
|
||||||
"artisan": {
|
|
||||||
"title": "Artesanales",
|
|
||||||
"aesthetics": "Estética",
|
|
||||||
"composition": "Composición",
|
|
||||||
"design": "Diseño",
|
|
||||||
"smithing": "Herrería",
|
|
||||||
"air": "Refinar",
|
|
||||||
"earth": "Restaurar",
|
|
||||||
"fire": "Inventar",
|
|
||||||
"water": "Adaptar",
|
|
||||||
"void": "Sintonizar"
|
|
||||||
},
|
|
||||||
"martial": {
|
|
||||||
"title": "Marciales",
|
|
||||||
"fitness": "Aptitud Física",
|
|
||||||
"melee": "Cuerpo a Cuerpo",
|
|
||||||
"ranged": "A distancia",
|
|
||||||
"unarmed": "Sin armas",
|
|
||||||
"meditation": "Meditación",
|
|
||||||
"tactics": "Estrategia",
|
|
||||||
"air": "Amagar",
|
|
||||||
"earth": "Resistir",
|
|
||||||
"fire": "Abrumar",
|
|
||||||
"water": "Alterar",
|
|
||||||
"void": "Sacrificarse"
|
|
||||||
},
|
|
||||||
"scholar": {
|
|
||||||
"title": "Académicas",
|
|
||||||
"culture": "Cultura",
|
|
||||||
"government": "Gobierno",
|
|
||||||
"medicine": "Medicina",
|
|
||||||
"sentiment": "Sentimiento",
|
|
||||||
"theology": "Teología",
|
|
||||||
"air": "Analizar",
|
|
||||||
"earth": "Recordar",
|
|
||||||
"fire": "Teorizar",
|
|
||||||
"water": "Examinar",
|
|
||||||
"void": "Percibir"
|
|
||||||
},
|
|
||||||
"social": {
|
|
||||||
"title": "Sociales",
|
|
||||||
"command": "Mando",
|
|
||||||
"courtesy": "Cortesía",
|
|
||||||
"games": "Pasatiempos",
|
|
||||||
"performance": "Interpretación",
|
|
||||||
"air": "Engañar",
|
|
||||||
"earth": "Razonar",
|
|
||||||
"fire": "Incitar",
|
|
||||||
"water": "Encandilar",
|
|
||||||
"void": "Iluminar"
|
|
||||||
},
|
|
||||||
"trade": {
|
|
||||||
"title": "Mercantiles",
|
|
||||||
"commerce": "Comercio",
|
|
||||||
"labor": "Trabajo manual",
|
|
||||||
"seafaring": "Navegación",
|
|
||||||
"skulduggery": "Actividad criminal",
|
|
||||||
"survival": "Supervivencia",
|
|
||||||
"air": "Estafar",
|
|
||||||
"earth": "Producir",
|
|
||||||
"fire": "Idear",
|
|
||||||
"water": "Intercambiar",
|
|
||||||
"void": "Subsistir"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"attributes": {
|
|
||||||
"title": "Atributos",
|
|
||||||
"endurance": "Aguante",
|
|
||||||
"endurancetip": "(Tierra + Fuego) x2",
|
|
||||||
"composure": "Compostura",
|
|
||||||
"composuretip": "(Tierra + Agua) x2",
|
|
||||||
"focus": "Concentración",
|
|
||||||
"focustip": "Aire + Fuego",
|
|
||||||
"vigilance": "Alerta",
|
|
||||||
"vigilancetip": "(Aire + Agua) /2",
|
|
||||||
"voidpoints": "Puntos de Vacío",
|
|
||||||
"fatigue": "Fatiga",
|
|
||||||
"strife": "Conflicto"
|
|
||||||
},
|
|
||||||
"conflict": {
|
|
||||||
"title": "Enfrentamiento",
|
|
||||||
"stance": "Actitud",
|
|
||||||
"stances": {
|
|
||||||
"airtip": "+1 al NO de las tiradas de ataque y maquinación que te tengan como objetivo (+2 a rango 4+).",
|
|
||||||
"earthtip": "Oponentes no pueden gastar Oportunidad para causarte impactos críticos ni estados.",
|
|
||||||
"firetip": "Si tienes éxito, +1 éxito adicional por cada símbolo de Conflicto.",
|
|
||||||
"watertip": "Efectúa una segunda acción durante tu turno que no requiera tirada ni comparta tipo con tu primera acción.",
|
|
||||||
"voidtip": "No acumulas Conflicto de los símbolos de Conflicto de tus tiradas."
|
|
||||||
},
|
|
||||||
"initiative": {
|
|
||||||
"title": "Iniciativa",
|
|
||||||
"intrigue": "Intriga",
|
|
||||||
"duel": "Duelo",
|
|
||||||
"skirmish": "Escaramuza",
|
|
||||||
"mass_battle": "Batalla a gran escala",
|
|
||||||
"prepared_true": "Preparado",
|
|
||||||
"prepared_false": "Sorprendido",
|
|
||||||
"prepared_actor": "Definido en la hoja de personaje (por defecto)",
|
|
||||||
"already_set": "Tu iniciativa ya ha sido establecida."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"advancements": {
|
|
||||||
"title": "Avances",
|
|
||||||
"school_rank": "Rango de la escuela",
|
|
||||||
"school_rank_0": "Inicial",
|
|
||||||
"total": "Total",
|
|
||||||
"cost": "Coste",
|
|
||||||
"spent": "Gastado",
|
|
||||||
"saved": "Guardado",
|
|
||||||
"total_xp_spent": "PE gastados",
|
|
||||||
"total_xp_curriculum": "PE gastados en el programa",
|
|
||||||
"curriculum": "En programa de estudio",
|
|
||||||
"curriculum_validate": "Completar este rango",
|
|
||||||
"rarity_modifier": "Modificador de rareza",
|
|
||||||
"item_pattern": "Patrones de objetos",
|
|
||||||
"signature_scroll": "Pergaminos espaciales",
|
|
||||||
"school_curriculum_journal": "Arrastra el diario del programa en la hoja para vincularlo"
|
|
||||||
},
|
|
||||||
"character_types": {
|
|
||||||
"character": "Personaje jugador",
|
|
||||||
"adversary": "Adversario",
|
|
||||||
"minion": "Esbirro"
|
|
||||||
},
|
|
||||||
"army": {
|
|
||||||
"warlord": "Warlord",
|
|
||||||
"allies_backers": "Allies and Backers",
|
|
||||||
"purpose_mustering": "Purpose for Mustering",
|
|
||||||
"battle_readiness": {
|
|
||||||
"title": "Battle Readiness",
|
|
||||||
"strength": "Strength",
|
|
||||||
"casualties": "Casualties",
|
|
||||||
"discipline": "Discipline",
|
|
||||||
"panic": "Panic"
|
|
||||||
},
|
|
||||||
"commander": "Commander",
|
|
||||||
"commander_abilities": "Commander's relevant abilities",
|
|
||||||
"army_abilities": "Army Abilities",
|
|
||||||
"commander_standing": "Commander's Standing",
|
|
||||||
"supplies_logistics": "Supplies and Logistics",
|
|
||||||
"past_battles": "Past Battles",
|
|
||||||
"cohort": {
|
|
||||||
"tab": "Cohorts",
|
|
||||||
"title": "Cohort",
|
|
||||||
"leader": "Leader",
|
|
||||||
"abilities": "Abilities"
|
|
||||||
},
|
|
||||||
"fortification": {
|
|
||||||
"tab": "Fortifications",
|
|
||||||
"title": "Fortification Held",
|
|
||||||
"difficulty": "Difficulty Value",
|
|
||||||
"attrition_reduction": "Attrition Reduction"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"twenty_questions": {
|
|
||||||
"title": "Veinte preguntas",
|
|
||||||
"bt_abrev": "20P",
|
|
||||||
"bt_next": "Siguiente",
|
|
||||||
"increase_ring1": "Incremento de anillo (1)",
|
|
||||||
"increase_ring2": "Incremento de anillo (2)",
|
|
||||||
"increase_skill1": "Incremento de habilidad (1)",
|
|
||||||
"increase_skill2": "Incremento de habilidad (2)",
|
|
||||||
"increase_skill3": "Incremento de habilidad (3-5)",
|
|
||||||
"choose_one_ring": "Elige uno",
|
|
||||||
"choose_one_skill": "Elige una",
|
|
||||||
"or": "o",
|
|
||||||
"and": "y",
|
|
||||||
"error": "Uy, parece que hay un error:",
|
|
||||||
"part0": {
|
|
||||||
"intro": "Puedes usar esta hoja para rellenar tus respuestas al Juego de las 20 Preguntas, y para tomar notas para más tarde!",
|
|
||||||
"section": "Leyenda de los Cinco Anillos, capítulo 2: Creación de personajes, pp. 41-95",
|
|
||||||
"section_pow": "Leyenda de los Cinco Anillos Senda de las olas, capítulo 2: Creación de personajes pp. 30–82",
|
|
||||||
"type": "Elige la plantilla de 20P que quieres usar",
|
|
||||||
"type_core": "Samurai (Libro básico)",
|
|
||||||
"type_pow": "Ronin (Senda de las olas)"
|
|
||||||
},
|
|
||||||
"part1": {
|
|
||||||
"title": "Parte I: Identidad básica (Clan y Familia)",
|
|
||||||
"title_pow": "Part I: Core Identity (Region and Upbringing)",
|
|
||||||
"q1": "1. ¿A qué clan pertenece tu personaje? (p. 41)",
|
|
||||||
"q1_pow": "1. What region does your character come from? (p. 31)",
|
|
||||||
"status": "Estatus",
|
|
||||||
"q2": "2. ¿A qué familia pertenece tu personaje? (p. 49)",
|
|
||||||
"q2_pow": "2. What was your character’s upbringing? (p. 43)",
|
|
||||||
"money": "Riqueza inicial en Koku",
|
|
||||||
"glory": "Gloria"
|
|
||||||
},
|
|
||||||
"part2": {
|
|
||||||
"title": "Parte II: Función y escuela",
|
|
||||||
"q3": "3. ¿Cuál es la escuela de tu personaje, y en qué funciones cumple esa escuela? (p. 56)",
|
|
||||||
"q3_pow": "3. What is your character’s school, and what are its associated roles? (p. 46)",
|
|
||||||
"school": "Escuela",
|
|
||||||
"role": "Funciones",
|
|
||||||
"honor": "Honor",
|
|
||||||
"access": "Tipos de técnicas disponibles",
|
|
||||||
"school_ability": "Capacidad de escuela",
|
|
||||||
"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)"
|
|
||||||
},
|
|
||||||
"part3": {
|
|
||||||
"title": "Parte III: Honor y Gloria",
|
|
||||||
"title_pow": "Part III: The Past and the Future they interact and process",
|
|
||||||
"q5": "5. ¿Quién es tu señor y cuál es el deber de tu personaje hacia él? (p. 88)",
|
|
||||||
"q5_pow": "5. What is your character’s past and how does it Affect them? (p. 60)",
|
|
||||||
"choose_giri": "Elige un giri:",
|
|
||||||
"choose_past": "Select past",
|
|
||||||
"q6": "6. ¿Qué es lo que anhela tu personaje, y cómo podría esto interferir con su deber? (p. 90)",
|
|
||||||
"q6_pow": "6. What does your character long for, and how might their past impact their ninjō? (p. 62)",
|
|
||||||
"choose_ninjo": "Elige un ninjō:",
|
|
||||||
"q7": "7. ¿Cuál es la relación de tu personaje con tu clan? (p. 91)",
|
|
||||||
"q7_pow": "7. What is your character known for? (p. 61)",
|
|
||||||
"increase_glory": "Aumento de la gloria",
|
|
||||||
"q8": "8. ¿Qué piensa tu personaje acerca del Bushidō? (p. 91)",
|
|
||||||
"q8_pow": "8. What does your character think of Bushidō? (p. 62)",
|
|
||||||
"increase_honor": "Aumento del honor",
|
|
||||||
"tenets": "Escoge un precepto del Bushidō más importante y un precepto como menos significativo (ver las opiniones de los Clanes respecto del Bushidō, página 301 del libro de reglas básicas):",
|
|
||||||
"object": "Objeto (Rareza 5 o inferior)"
|
|
||||||
},
|
|
||||||
"part4": {
|
|
||||||
"title": "Parte IV: Fortalezas y Debilidades",
|
|
||||||
"q9": "9. ¿Cuál es el mayor logro de tu personaje hasta ahora? (p. 92)",
|
|
||||||
"q9_pow": "9. ¿Cuál es el mayor logro de tu personaje hasta ahora? (p. 64)",
|
|
||||||
"distinction": "Distinción (1)",
|
|
||||||
"q10": "10. ¿Qué es lo que más frena a tu personaje en la vida? (p. 92)",
|
|
||||||
"q10_pow": "10. ¿Qué es lo que más frena a tu personaje en la vida? (p. 64)",
|
|
||||||
"adversity": "Adversidad (1)",
|
|
||||||
"q11": "11. ¿Qué actividad hace que tu personaje se sienta más en paz? (p. 93)",
|
|
||||||
"q11_pow": "11. ¿Qué actividad hace que tu personaje se sienta más en paz? (p. 65)",
|
|
||||||
"passion": "Pasión (1)",
|
|
||||||
"q12": "12. ¿Qué preocupación, miedo o debilidad perturba más a tu personaje? (p. 93)",
|
|
||||||
"q12_pow": "12. ¿Qué preocupación, miedo o debilidad perturba más a tu personaje? (p. 65)",
|
|
||||||
"anxiety": "Ansiedad (1)",
|
|
||||||
"q13": "13. ¿Quién ha sido la persona de la que más ha aprendido tu personaje en el transcurso de su vida? (p. 93)",
|
|
||||||
"q13_pow": "13. ¿Quién ha sido la persona de la que más ha aprendido tu personaje en el transcurso de su vida? (p. 65)",
|
|
||||||
"disadvantage": "Desventaja (1)",
|
|
||||||
"advantage": "Ventaja (1)"
|
|
||||||
},
|
|
||||||
"part5": {
|
|
||||||
"title": "Parte V: Personalidad y Comportamiento",
|
|
||||||
"q14": "14. ¿Qué es lo que advierte primero la gente al encontrarse con tu personaje? (p. 93)",
|
|
||||||
"q14_pow": "14. What is your character’s most prized possession? (p. 66)",
|
|
||||||
"accoutrement": "Accesorio estético distintivo",
|
|
||||||
"q15": "15. ¿Cómo reacciona tu personaje ante situaciones de tensión? (p. 94)",
|
|
||||||
"q15_pow": "15. ¿Cómo reacciona tu personaje ante situaciones de tensión? (p. 66)",
|
|
||||||
"q16": "16. ¿Cuáles son las relaciones previas de tu personaje con otros clanes, familias, organizaciones y tradiciones? (p. 94)",
|
|
||||||
"q16_pow": "16. What are your relationships to your family, the clans, peasants, and others? (p. 66)",
|
|
||||||
"object": "Objeto (Rareza 7 o inferior)"
|
|
||||||
},
|
|
||||||
"part6": {
|
|
||||||
"title": "Parte VI: Ascestros y familia",
|
|
||||||
"title_pow": "Part VI: Ancestry and Bonds",
|
|
||||||
"q17": "17. ¿Cómo describirían sus padres a tu personaje? (p. 95)",
|
|
||||||
"q17_pow": "17. What shared history do you have with your group? (p. 66)",
|
|
||||||
"bond": "Determine an appropriate bond to apply to your relationship",
|
|
||||||
"q18": "18. ¿En honor de quién se eligio el nombre de tu personaje? (p. 95)",
|
|
||||||
"q18_pow": "18. Who raised you? (p. 67)",
|
|
||||||
"d10r1": "Resultado D10 (1/2)",
|
|
||||||
"d10r1_choice": "Primer efecto de D10",
|
|
||||||
"d10r2": "Resultado D10 (2/2)",
|
|
||||||
"d10r2_choice": "Segundo efecto de D10",
|
|
||||||
"d10r2_drop_items": "O una técnica, una ventaja, un objeto...",
|
|
||||||
"q19": "19. ¿Cuál es el nombre personal de tu personaje? (p. 95)",
|
|
||||||
"q19_pow": "19. ¿Cuál es el nombre personal de tu personaje? (p. 68)"
|
|
||||||
},
|
|
||||||
"part7": {
|
|
||||||
"title": "Parte VII: Muerte",
|
|
||||||
"q20": "20. ¿Cómo debería morir tu personaje? (p. 95)",
|
|
||||||
"q20_pow": "20. ¿Cómo debería morir tu personaje? (p. 68)",
|
|
||||||
"summary": "Resumen",
|
|
||||||
"generchar": "Generar el personaje",
|
|
||||||
"generchar_disclaimer": "Advertencia, ¡esto borrará los datos actuales del personaje!",
|
|
||||||
"generchar_errors": "¡Borrar los errores antes de continuar!"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"char_generator": {
|
|
||||||
"title": "Character Generator",
|
|
||||||
"head_bt_title": "Char. Generator",
|
|
||||||
"generate": "Generate",
|
|
||||||
"average_value": "Average value",
|
|
||||||
"identity": "Clan, gender, age, marital status",
|
|
||||||
"attributes": "Social standing, Rings, Attributes and Skills",
|
|
||||||
"demeanor": "Demeanor & rings affinities",
|
|
||||||
"peculiarities": "Advantages and Disadvantages",
|
|
||||||
"items": "Armors, Weapons, and Items",
|
|
||||||
"narrative": "Narrative (Description)"
|
|
||||||
},
|
|
||||||
"roles": {
|
|
||||||
"title": "Funciones",
|
|
||||||
"artisan": "Artisan",
|
|
||||||
"bushi": "Bushi",
|
|
||||||
"courtier": "Courtier",
|
|
||||||
"monk": "Monk",
|
|
||||||
"sage": "Sage",
|
|
||||||
"shinobi": "Shinobi",
|
|
||||||
"shugenja": "Shugenja"
|
|
||||||
},
|
|
||||||
"clans": {
|
|
||||||
"title": "Clans",
|
|
||||||
"label": "Clan",
|
|
||||||
"imperial": "Imperial",
|
|
||||||
"crab": "Crab",
|
|
||||||
"crane": "Crane",
|
|
||||||
"dragon": "Dragon",
|
|
||||||
"lion": "Lion",
|
|
||||||
"phoenix": "Phoenix",
|
|
||||||
"scorpion": "Scorpion",
|
|
||||||
"unicorn": "Unicorn",
|
|
||||||
"mantis": "Mantis",
|
|
||||||
"ronin": "Ronin",
|
|
||||||
"badger": "Badger",
|
|
||||||
"bat": "Bat",
|
|
||||||
"boar": "Boar",
|
|
||||||
"dragonfly": "Dragonfly",
|
|
||||||
"firefly": "Firefly",
|
|
||||||
"hare": "Hare",
|
|
||||||
"monkey": "Monkey",
|
|
||||||
"oriole": "Oriole",
|
|
||||||
"ox": "Ox",
|
|
||||||
"sparrow": "Sparrow",
|
|
||||||
"tortoise": "Tortoise",
|
|
||||||
"ivory_kingdoms": "Ivory Kingdoms",
|
|
||||||
"qamarist": "Qamarist",
|
|
||||||
"ujik": "Ujik"
|
|
||||||
},
|
|
||||||
"demeanor": {
|
|
||||||
"adaptable": "Adaptable",
|
|
||||||
"aggressive": "Aggressive",
|
|
||||||
"ambitious": "Ambitious",
|
|
||||||
"amiable": "Amiable",
|
|
||||||
"analytical": "Analytical",
|
|
||||||
"angry": "Angry",
|
|
||||||
"arrogant": "Arrogant",
|
|
||||||
"assertive": "Assertive",
|
|
||||||
"beguiling": "Beguiling",
|
|
||||||
"bitter": "Bitter",
|
|
||||||
"bold": "Bold",
|
|
||||||
"calculating": "Calculating",
|
|
||||||
"calm": "Calm",
|
|
||||||
"capricious": "Capricious",
|
|
||||||
"cautious": "Cautious",
|
|
||||||
"clever": "Clever",
|
|
||||||
"confused": "Confused",
|
|
||||||
"courageous": "Courageous",
|
|
||||||
"cowardly": "Cowardly",
|
|
||||||
"curious": "Curious",
|
|
||||||
"dependable": "Dependable",
|
|
||||||
"detached": "Detached",
|
|
||||||
"disheartened": "Disheartened",
|
|
||||||
"enraged": "Enraged",
|
|
||||||
"feral": "Feral",
|
|
||||||
"fickle": "Fickle",
|
|
||||||
"fierce": "Fierce",
|
|
||||||
"flighty": "Flighty",
|
|
||||||
"flippant": "Flippant",
|
|
||||||
"friendly": "Friendly",
|
|
||||||
"gruff": "Gruff",
|
|
||||||
"hungry": "Hungry",
|
|
||||||
"intense": "Intense",
|
|
||||||
"intimidating": "Intimidating",
|
|
||||||
"irritable": "Irritable",
|
|
||||||
"loyal": "Loyal",
|
|
||||||
"mischievous": "Mischievous",
|
|
||||||
"morose": "Morose",
|
|
||||||
"nurturing": "Nurturing",
|
|
||||||
"obstinate": "Obstinate",
|
|
||||||
"opportunistic": "Opportunistic",
|
|
||||||
"passionate": "Passionate",
|
|
||||||
"playful": "Playful",
|
|
||||||
"power_hungry": "Power hungry",
|
|
||||||
"proud": "Proud",
|
|
||||||
"restrained": "Restrained",
|
|
||||||
"scheming": "Scheming",
|
|
||||||
"serene": "Serene",
|
|
||||||
"serious": "Serious",
|
|
||||||
"shrewd": "Shrewd",
|
|
||||||
"stubborn": "Stubborn",
|
|
||||||
"suspicious": "Suspicious",
|
|
||||||
"teasing": "Teasing",
|
|
||||||
"territorial": "Territorial",
|
|
||||||
"uncertain": "Uncertain",
|
|
||||||
"unenthused": "Unenthused",
|
|
||||||
"vain": "Vain",
|
|
||||||
"wary": "Wary"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"I18N": {
|
"I18N": {
|
||||||
"Language": "Français",
|
"Language": "Français",
|
||||||
"Maintainers": ["Team L5R"]
|
"Maintainers": [
|
||||||
|
"Team L5R"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"SETTINGS": {
|
"SETTINGS": {
|
||||||
"None": "Aucune option",
|
"None": "Aucune option",
|
||||||
@@ -21,6 +23,10 @@
|
|||||||
"SetTn1OnTypeChange": "ND 1 à la sélection du type de rencontre",
|
"SetTn1OnTypeChange": "ND 1 à la sélection du type de rencontre",
|
||||||
"SetTn1OnTypeChangeHint": "Met le ND à 1 lorsqu'on modifie le type de rencontre (Intrigue, Duel, Escarmouche ou Bataille rangée)"
|
"SetTn1OnTypeChangeHint": "Met le ND à 1 lorsqu'on modifie le type de rencontre (Intrigue, Duel, Escarmouche ou Bataille rangée)"
|
||||||
},
|
},
|
||||||
|
"ShowAllStatusEffects": {
|
||||||
|
"Title": "Affiche tous les StatusEffects",
|
||||||
|
"Hint": "Si décoché (défaut), uniquement les conditions de L5R sont affichées."
|
||||||
|
},
|
||||||
"CustomTechniques": {
|
"CustomTechniques": {
|
||||||
"Title": "Utiliser les techniques personnalisées",
|
"Title": "Utiliser les techniques personnalisées",
|
||||||
"Hint": "Ajoute un type de technique 'Particularités' pour servir de fourre-tout."
|
"Hint": "Ajoute un type de technique 'Particularités' pour servir de fourre-tout."
|
||||||
@@ -33,6 +39,24 @@
|
|||||||
"CustomItemsHeight": {
|
"CustomItemsHeight": {
|
||||||
"Title": "Hauteur par défaut des fenêtres d'objets",
|
"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"
|
"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."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TYPES": {
|
"TYPES": {
|
||||||
@@ -47,39 +71,83 @@
|
|||||||
"weapon": "Arme",
|
"weapon": "Arme",
|
||||||
"technique": "Technique",
|
"technique": "Technique",
|
||||||
"property": "Propriété",
|
"property": "Propriété",
|
||||||
"peculiarity": "Particularité",
|
"peculiarity": "Avantage/Désavantage",
|
||||||
"advancement": "Progression",
|
"advancement": "Progression",
|
||||||
"title": "Titre",
|
"title": "Titre",
|
||||||
"bond": "Lien",
|
"bond": "Lien",
|
||||||
"signature_scroll": "Rouleau de marque",
|
"signature_scroll": "Rouleau de marque",
|
||||||
"item_pattern": "Procédé de fabrication",
|
"item_pattern": "Procédé de fabrication",
|
||||||
"army_fortification": "Fortification",
|
"army_fortification": "Fortification",
|
||||||
"army_cohort": "Régiment"
|
"army_cohort": "Régiment",
|
||||||
|
"arcane": "Arcane",
|
||||||
|
"mystere": "Mystère",
|
||||||
|
"technique_ecole": "Technique École",
|
||||||
|
"mot_invocation": "Mot d'Invocation"
|
||||||
},
|
},
|
||||||
"Journal": {
|
"Journal": {
|
||||||
"journal": "Journal"
|
"journal": "Journal"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"l5r5e": {
|
"l5r5e": {
|
||||||
|
"title": "La Légende des Cinq Anneaux",
|
||||||
|
"conditions": {
|
||||||
|
"afflicted": "Tourmenté",
|
||||||
|
"bleeding": "En sang",
|
||||||
|
"burning": "En feu",
|
||||||
|
"centered": "Centered",
|
||||||
|
"compromised": "Compromis",
|
||||||
|
"dazed": "Hébété",
|
||||||
|
"disoriented": "Désorienté",
|
||||||
|
"dying": "Mourant",
|
||||||
|
"emboldened": "Emboldened",
|
||||||
|
"enraged": "Enragé",
|
||||||
|
"exhausted": "Épuisé",
|
||||||
|
"immobilized": "Immobilisé",
|
||||||
|
"illness_coughing_illness": "Maladie : Mauvaise toux",
|
||||||
|
"illness_fire_rash": "Maladie : Rougeurs",
|
||||||
|
"illness_gut_sickness": "Maladie : Mal des entrailles",
|
||||||
|
"illness_oozing_sore_disease": "Maladie : Bubons purulents",
|
||||||
|
"illness_unsteady_illness": "Maladie : Vertiges",
|
||||||
|
"incapacitated": "Hors de combat",
|
||||||
|
"intoxicated": "Ivre",
|
||||||
|
"possessed": "Possédé",
|
||||||
|
"prone": "A terre",
|
||||||
|
"silenced": "Aphone",
|
||||||
|
"unconscious": "Inconscient",
|
||||||
|
"lightly_wounded_fire": "Légèrement Blessé (Feu)",
|
||||||
|
"lightly_wounded_water": "Légèrement Blessé (Eau)",
|
||||||
|
"lightly_wounded_air": "Légèrement Blessé (Air)",
|
||||||
|
"lightly_wounded_earth": "Légèrement Blessé (Terre)",
|
||||||
|
"lightly_wounded_void": "Légèrement Blessé (Vide)",
|
||||||
|
"severely_wounded_fire": "Gravement blessé (Feu)",
|
||||||
|
"severely_wounded_water": "Gravement blessé (Eau)",
|
||||||
|
"severely_wounded_air": "Gravement blessé (Air)",
|
||||||
|
"severely_wounded_earth": "Gravement blessé (Terre)",
|
||||||
|
"severely_wounded_void": "Gravement blessé (Vide)"
|
||||||
|
},
|
||||||
"global": {
|
"global": {
|
||||||
"edge_translation_disclaimer": "",
|
"edge_translation_disclaimer": "",
|
||||||
"add": "Ajouter",
|
"add": "Ajouter",
|
||||||
"edit": "Modifier",
|
"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",
|
"drop_here": "Déposez ici",
|
||||||
"send_to_chat": "Vers Conv.",
|
"send_to_chat": "Vers Conv.",
|
||||||
"locked": "Verrouillé",
|
"locked": "Verrouillé",
|
||||||
"unlocked": "Déverrouillé",
|
"unlocked": "Déverrouillé",
|
||||||
"random": "Aléatoire"
|
"random": "Aléatoire"
|
||||||
},
|
},
|
||||||
"settings": {
|
"multiselect": {
|
||||||
"custom-compendiums": {
|
"empty_tag": "<vide>",
|
||||||
"title": "Compendiums",
|
"placeholder": "Sources à filtrer",
|
||||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
|
"player_filter_label": "Filtre joueur",
|
||||||
},
|
"player_filter_tooltip": "Applique le filtre des joueurs",
|
||||||
"wiki": {
|
"already_in_filter": "Filtre déjà appliqué",
|
||||||
"title": "Wiki",
|
"no_results": "Aucun résultat",
|
||||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
"sources_categories": {
|
||||||
|
"rules": "Règles",
|
||||||
|
"adventures": "Aventures",
|
||||||
|
"supplements": "Suppléments",
|
||||||
|
"others": "Autres"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"logo": {
|
"logo": {
|
||||||
@@ -101,6 +169,22 @@
|
|||||||
"title": "Rejoignez le Discord Francophone",
|
"title": "Rejoignez le Discord Francophone",
|
||||||
"info": "Votre navigateur va ouvrir le discord francophone de foundry.",
|
"info": "Votre navigateur va ouvrir le discord francophone de foundry.",
|
||||||
"link": "https://discord.gg/pPSDNJk"
|
"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": {
|
"rings": {
|
||||||
@@ -122,7 +206,10 @@
|
|||||||
"description": "Description",
|
"description": "Description",
|
||||||
"bought_at_rank": "Acheté au rang",
|
"bought_at_rank": "Acheté au rang",
|
||||||
"types": "Types",
|
"types": "Types",
|
||||||
"book_reference": "Référence",
|
"source_reference": {
|
||||||
|
"reference": "Référence",
|
||||||
|
"page_abbreviation": "p."
|
||||||
|
},
|
||||||
"value": "Valeur",
|
"value": "Valeur",
|
||||||
"rarity": "Rareté",
|
"rarity": "Rareté",
|
||||||
"quantity": "Quantité",
|
"quantity": "Quantité",
|
||||||
@@ -134,7 +221,9 @@
|
|||||||
"inventory": "Inventaire",
|
"inventory": "Inventaire",
|
||||||
"equipment": "Équipement",
|
"equipment": "Équipement",
|
||||||
"rank": "Rang",
|
"rank": "Rang",
|
||||||
"name": "Nom"
|
"name": "Nom",
|
||||||
|
"attributes": "Attributs",
|
||||||
|
"infos": "Infos"
|
||||||
},
|
},
|
||||||
"dice": {
|
"dice": {
|
||||||
"chat": {
|
"chat": {
|
||||||
@@ -180,12 +269,12 @@
|
|||||||
"toolbox": {
|
"toolbox": {
|
||||||
"title": "GM ToolBox",
|
"title": "GM ToolBox",
|
||||||
"difficulty_hidden": "Modifier la visibilité de la difficulté",
|
"difficulty_hidden": "Modifier la visibilité de la difficulté",
|
||||||
"difficulty": "Modifier la difficulté (Clic Droit: ajout, Gauche: soustraction, Milieu: ND 2)",
|
"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 Droit: Personnages contrôlés uniquement. Gauche: Tous)",
|
"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.",
|
"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",
|
"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"
|
"reset_void_info": "Les points du vide ont été attribués"
|
||||||
},
|
},
|
||||||
"monitor": {
|
"monitor": {
|
||||||
@@ -194,7 +283,7 @@
|
|||||||
"add_selected_tokens": "Ajouter les tokens sélectionnés",
|
"add_selected_tokens": "Ajouter les tokens sélectionnés",
|
||||||
"honor_glory_status": "H/G/S",
|
"honor_glory_status": "H/G/S",
|
||||||
"focus_vigilance": "Att./Vig.",
|
"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": {
|
"weapons": {
|
||||||
@@ -237,7 +326,8 @@
|
|||||||
"school_ability": "Capacité d'école",
|
"school_ability": "Capacité d'école",
|
||||||
"mastery_ability": "Capacité de maîtrise",
|
"mastery_ability": "Capacité de maîtrise",
|
||||||
"title_ability": "Capacité de Titre",
|
"title_ability": "Capacité de Titre",
|
||||||
"specificity": "Particularité"
|
"specificity": "Particularité",
|
||||||
|
"mot_invocation": "Mot d'Invocation"
|
||||||
},
|
},
|
||||||
"peculiarities": {
|
"peculiarities": {
|
||||||
"types": {
|
"types": {
|
||||||
@@ -298,67 +388,43 @@
|
|||||||
"label": "Compétence",
|
"label": "Compétence",
|
||||||
"artisan": {
|
"artisan": {
|
||||||
"title": "Artisanales",
|
"title": "Artisanales",
|
||||||
"aesthetics": "Esthétique",
|
"art": "Art",
|
||||||
"composition": "Composition",
|
"composition": "Composition",
|
||||||
"design": "Stylisme",
|
"design": "Stylisme",
|
||||||
"smithing": "Forge",
|
"smithing": "Forge",
|
||||||
"air": "Raffiner",
|
"labor": "Travail Manuel"
|
||||||
"earth": "Restaurer",
|
|
||||||
"fire": "Inventer",
|
|
||||||
"water": "Adapter",
|
|
||||||
"void": "S’harmoniser"
|
|
||||||
},
|
},
|
||||||
"martial": {
|
"martial": {
|
||||||
"title": "Martiales",
|
"title": "Martiales",
|
||||||
|
"archery": "Archerie",
|
||||||
"fitness": "Forme",
|
"fitness": "Forme",
|
||||||
"melee": "Arts martiaux (corps à corps)",
|
"melee": "Mêlée",
|
||||||
"ranged": "Arts martiaux (distance)",
|
"unarmed": "Mains nues",
|
||||||
"unarmed": "Arts martiaux (mains nues)",
|
"meditation": "Méditation"
|
||||||
"meditation": "Méditation",
|
|
||||||
"tactics": "Tactique",
|
|
||||||
"air": "Feinter",
|
|
||||||
"earth": "Résister",
|
|
||||||
"fire": "Submerger",
|
|
||||||
"water": "Détourner",
|
|
||||||
"void": "Lâcher prise"
|
|
||||||
},
|
},
|
||||||
"scholar": {
|
"scholar": {
|
||||||
"title": "Savantes",
|
"title": "Connaissance",
|
||||||
"culture": "Culture",
|
"culture": "Culture",
|
||||||
"government": "Gouvernement",
|
|
||||||
"medicine": "Médecine",
|
"medicine": "Médecine",
|
||||||
"sentiment": "Sentiments",
|
"sentiment": "Sentiments",
|
||||||
"theology": "Théologie",
|
"tactics": "Tactique",
|
||||||
"air": "Analyser",
|
"theology": "Théologie"
|
||||||
"earth": "Se remémorer",
|
|
||||||
"fire": "Théoriser",
|
|
||||||
"water": "Observer",
|
|
||||||
"void": "Ressentir"
|
|
||||||
},
|
},
|
||||||
"social": {
|
"social": {
|
||||||
"title": "Sociales",
|
"title": "Social",
|
||||||
"command": "Commandement",
|
"command": "Commandement",
|
||||||
"courtesy": "Courtoisie",
|
"courtesy": "Courtoisie",
|
||||||
|
"invocation": "Invocation",
|
||||||
"games": "Jeux",
|
"games": "Jeux",
|
||||||
"performance": "Représentations",
|
"performance": "Représentation"
|
||||||
"air": "Duper",
|
|
||||||
"earth": "Raisonner",
|
|
||||||
"fire": "Inciter",
|
|
||||||
"water": "Charmer",
|
|
||||||
"void": "Illuminer"
|
|
||||||
},
|
},
|
||||||
"trade": {
|
"trade": {
|
||||||
"title": "Professionnelles",
|
"title": "Professionnelles",
|
||||||
|
"animal": "Animal",
|
||||||
"commerce": "Commerce",
|
"commerce": "Commerce",
|
||||||
"labor": "Travail manuel",
|
|
||||||
"seafaring": "Navigation",
|
"seafaring": "Navigation",
|
||||||
"skulduggery": "Magouilles",
|
|
||||||
"survival": "Survie",
|
"survival": "Survie",
|
||||||
"air": "Escroquer",
|
"urban": "Urban"
|
||||||
"earth": "Produire",
|
|
||||||
"fire": "Innover",
|
|
||||||
"water": "Échanger",
|
|
||||||
"void": "Subsister"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
@@ -412,7 +478,11 @@
|
|||||||
"rarity_modifier": "Modificateur de rareté",
|
"rarity_modifier": "Modificateur de rareté",
|
||||||
"item_pattern": "Procédés de fabrication",
|
"item_pattern": "Procédés de fabrication",
|
||||||
"signature_scroll": "Rouleaux de marque",
|
"signature_scroll": "Rouleaux de marque",
|
||||||
"school_curriculum_journal": "Déposer un journal de Cursus dans la feuille pour le lier"
|
"school_curriculum_journal": "Déposer un journal de Cursus dans la feuille pour le lier",
|
||||||
|
"warning": {
|
||||||
|
"total_less_then_spent": "L'expérience totale est inférieure à l'expérience utilisée."
|
||||||
|
},
|
||||||
|
"advancement": "Progression"
|
||||||
},
|
},
|
||||||
"character_types": {
|
"character_types": {
|
||||||
"character": "Personnage Joueur",
|
"character": "Personnage Joueur",
|
||||||
@@ -611,6 +681,7 @@
|
|||||||
"boar": "Sanglier",
|
"boar": "Sanglier",
|
||||||
"dragonfly": "Libellule",
|
"dragonfly": "Libellule",
|
||||||
"firefly": "Luciole",
|
"firefly": "Luciole",
|
||||||
|
"fox": "Renard",
|
||||||
"hare": "Lièvre",
|
"hare": "Lièvre",
|
||||||
"monkey": "Singe",
|
"monkey": "Singe",
|
||||||
"oriole": "Loriot",
|
"oriole": "Loriot",
|
||||||
@@ -622,64 +693,306 @@
|
|||||||
"ujik": "Ujik"
|
"ujik": "Ujik"
|
||||||
},
|
},
|
||||||
"demeanor": {
|
"demeanor": {
|
||||||
"adaptable": "Adaptable",
|
"adaptable": "Malléable",
|
||||||
"aggressive": "Agressive",
|
"aggressive": "Agressive",
|
||||||
|
"alluring": "Attirante",
|
||||||
"ambitious": "Ambitieuse",
|
"ambitious": "Ambitieuse",
|
||||||
"amiable": "Sympathique",
|
"amiable": "Aimable",
|
||||||
"analytical": "Réfléchie",
|
"analytical": "Analytique",
|
||||||
"angry": "Enervée",
|
"angry": "En colère",
|
||||||
"arrogant": "Arrogante",
|
"arrogant": "Arrogante",
|
||||||
"assertive": "Assurée",
|
"assertive": "Sûre de soi",
|
||||||
"beguiling": "Séduisante",
|
"beguiling": "Envoûtante",
|
||||||
"bitter": "Amère",
|
"bitter": "Amère",
|
||||||
"bold": "Audacieuse",
|
"bloodthirsty": "Sanguinaire",
|
||||||
|
"bold": "Courageuse",
|
||||||
"calculating": "Calculatrice",
|
"calculating": "Calculatrice",
|
||||||
"calm": "Calme",
|
"calm": "Calme",
|
||||||
"capricious": "Capricieuse",
|
"capricious": "Capricieuse",
|
||||||
"cautious": "Prudente",
|
"cautious": "Prudente",
|
||||||
"clever": "Astucieuse",
|
"clever": "Malicieuse",
|
||||||
|
"compassionate": "Compatissante",
|
||||||
"confused": "Confuse",
|
"confused": "Confuse",
|
||||||
"courageous": "Courageuse",
|
"courageous": "Courageuse",
|
||||||
"cowardly": "Lâche",
|
"cowardly": "Lâche",
|
||||||
|
"crestfallen": "Démoralisée",
|
||||||
"curious": "Curieuse",
|
"curious": "Curieuse",
|
||||||
|
"defensive": "Sur la défensive",
|
||||||
"dependable": "Fiable",
|
"dependable": "Fiable",
|
||||||
"detached": "Détachée",
|
"detached": "Détachée",
|
||||||
"disheartened": "Découragée",
|
"determined": "Déterminée",
|
||||||
|
"devoted": "Fervente",
|
||||||
|
"direct": "Directe",
|
||||||
|
"disheartened": "Abattue",
|
||||||
|
"dour": "Renfrognée",
|
||||||
|
"duplicitous": "Sournoise",
|
||||||
|
"effusive": "Communicative",
|
||||||
"enraged": "Enragée",
|
"enraged": "Enragée",
|
||||||
|
"fanatical": "Fanatique",
|
||||||
"feral": "Sauvage",
|
"feral": "Sauvage",
|
||||||
"fickle": "Inconstante",
|
"fervent": "Dévote",
|
||||||
|
"fickle": "Volatile",
|
||||||
"fierce": "Féroce",
|
"fierce": "Féroce",
|
||||||
"flighty": "Volage",
|
"flighty": "Inconstante",
|
||||||
"flippant": "Désinvolte",
|
"flippant": "Désinvolte",
|
||||||
"friendly": "Amicale",
|
"friendly": "Amicale",
|
||||||
"gruff": "Bourrue",
|
"gruff": "Bourrue",
|
||||||
|
"honorable": "Honorable",
|
||||||
|
"hubristic": "Prétentieuse",
|
||||||
"hungry": "Affamée",
|
"hungry": "Affamée",
|
||||||
"intense": "Intense",
|
"idealistic": "Idéaliste",
|
||||||
|
"imposing": "Impressionnante",
|
||||||
|
"inquisitive": "Inquisitrice",
|
||||||
|
"intense": "Excessive",
|
||||||
"intimidating": "Intimidante",
|
"intimidating": "Intimidante",
|
||||||
"irritable": "Irritable",
|
"irritable": "Colérique",
|
||||||
"loyal": "Fidèle",
|
"loyal": "Loyale",
|
||||||
"mischievous": "Malicieuse",
|
"methodical": "Méthodique",
|
||||||
|
"meticulous": "Méticuleuse",
|
||||||
|
"mischievous": "Taquine",
|
||||||
|
"moon_blessed": "Bénie par la Lune",
|
||||||
"morose": "Morose",
|
"morose": "Morose",
|
||||||
"nurturing": "Encourageante",
|
"near_feral": "Presque sauvage",
|
||||||
|
"nurturing": "Maternelle",
|
||||||
|
"obsessed": "Obsessionnelle",
|
||||||
"obstinate": "Obstinée",
|
"obstinate": "Obstinée",
|
||||||
"opportunistic": "Opportuniste",
|
"opportunistic": "Opportuniste",
|
||||||
|
"otherworldly": "Mystique",
|
||||||
|
"outgoing": "Agréable",
|
||||||
"passionate": "Passionnée",
|
"passionate": "Passionnée",
|
||||||
"playful": "Enjouée",
|
"patient": "Patiente",
|
||||||
|
"personable": "Avenante",
|
||||||
|
"playful": "Joueuse",
|
||||||
"power_hungry": "Avide de pouvoir",
|
"power_hungry": "Avide de pouvoir",
|
||||||
"proud": "Fière",
|
"proud": "Fière",
|
||||||
"restrained": "Restreinte",
|
"refined": "Raffinée",
|
||||||
"scheming": "Intrigante",
|
"restrained": "Modérée",
|
||||||
|
"reserved": "Réservée",
|
||||||
|
"righteous": "Intègre",
|
||||||
|
"scheming": "Fourbe",
|
||||||
"serene": "Sereine",
|
"serene": "Sereine",
|
||||||
"serious": "Sérieuse",
|
"serious": "Sérieuse",
|
||||||
"shrewd": "Astucieuse",
|
"shrewd": "Rusée",
|
||||||
|
"sinister": "Sinistre",
|
||||||
|
"sociable": "Affable",
|
||||||
|
"starved": "Famélique",
|
||||||
|
"stoic": "Stoïque",
|
||||||
"stubborn": "Têtue",
|
"stubborn": "Têtue",
|
||||||
"suspicious": "Soupçonneuse",
|
"suspicious": "Suspicieuse",
|
||||||
"teasing": "Taquine",
|
"teasing": "Moqueuse",
|
||||||
"territorial": "Territoriale",
|
"territorial": "Territoriale",
|
||||||
"uncertain": "Incertaine",
|
"uncertain": "Peu sûre de soi",
|
||||||
"unenthused": "Peu enthousiaste",
|
"unenthused": "Amorphe",
|
||||||
"vain": "Vaine",
|
"vain": "Orgueilleuse",
|
||||||
"wary": "Méfiante"
|
"vengeful": "Vengeuse",
|
||||||
|
"vindictive": "Vindicative",
|
||||||
|
"wary": "Méfiante",
|
||||||
|
"watchful": "Attentif",
|
||||||
|
"wrathful": "Furieuse",
|
||||||
|
"zealous": "Zélée"
|
||||||
|
},
|
||||||
|
"compendium": {
|
||||||
|
"filter_rank": "Aff. Rangs",
|
||||||
|
"not_for_players": "Invisible aux joueurs",
|
||||||
|
"filter": {
|
||||||
|
"rank": "Rang",
|
||||||
|
"rarity": "Rareté",
|
||||||
|
"ring": "Anneau",
|
||||||
|
"clear": "Suppr. les Filtres"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"tactical_grid": {
|
||||||
|
"settings": {
|
||||||
|
"title": "Plan Tactique",
|
||||||
|
"label": "Paramètres du Plan Tactique",
|
||||||
|
"hint": "Configure les Niveaux de Portée (GM uniquement), ainsi que les différentes couleurs et transparence (tous les utilisateurs).",
|
||||||
|
"cells": "cases",
|
||||||
|
"world": {
|
||||||
|
"enabled": "Activer le Plan Tactique",
|
||||||
|
"enabled_hint": "Active ou désactive le plan tactique pour tout le monde",
|
||||||
|
"start": "Début"
|
||||||
|
},
|
||||||
|
"client": {
|
||||||
|
"color": "Couleur",
|
||||||
|
"alpha": "Alpha"
|
||||||
|
},
|
||||||
|
"range": "Portée {index}",
|
||||||
|
"validate": {
|
||||||
|
"start-too-small": "Doit être supérieur à la Portée {previousRangeIndex} ({previousStart})",
|
||||||
|
"start-too-large": "Doit être inférieur à la Portée {nextRangeIndex} ({nextStart})"
|
||||||
|
},
|
||||||
|
"reset": "Réinitialiser les paramètres par défaut",
|
||||||
|
"submit": "Enregistrer"
|
||||||
|
},
|
||||||
|
"range_band": "Portée {band}",
|
||||||
|
"range_abbreviation": "NP {range}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"chiaroscuro": {
|
||||||
|
"skill_ranks": {
|
||||||
|
"0": "—",
|
||||||
|
"initie": "Initié",
|
||||||
|
"expert": "Expert",
|
||||||
|
"maitre": "Maître",
|
||||||
|
"parangon1": "Parangon I",
|
||||||
|
"parangon2": "Parangon II",
|
||||||
|
"parangon3": "Parangon III"
|
||||||
|
},
|
||||||
|
"difficulties": {
|
||||||
|
"simple": "Simple (7)",
|
||||||
|
"moyenne": "Moyenne (10)",
|
||||||
|
"assez_difficile": "Assez difficile (13)",
|
||||||
|
"difficile": "Difficile (16)",
|
||||||
|
"tres_difficile": "Très difficile (22)",
|
||||||
|
"heroique": "Héroïque (28)",
|
||||||
|
"improbable": "Improbable (32)"
|
||||||
|
},
|
||||||
|
"aspects": {
|
||||||
|
"solar": "Aspect Solaire",
|
||||||
|
"lunar": "Aspect Lunaire",
|
||||||
|
"gauge": "Jauge d'Aspect",
|
||||||
|
"desequilibre_solaire": "Déséquilibre Solaire",
|
||||||
|
"desequilibre_lunaire": "Déséquilibre Lunaire"
|
||||||
|
},
|
||||||
|
"danger": {
|
||||||
|
"simple": "Simple",
|
||||||
|
"moyenne": "Moyenne",
|
||||||
|
"assez_difficile": "Assez Difficile",
|
||||||
|
"difficile": "Difficile"
|
||||||
|
},
|
||||||
|
"technique_ecole": {
|
||||||
|
"title": "Techniques d'École",
|
||||||
|
"label": "Technique d'École"
|
||||||
|
},
|
||||||
|
"arcane": {
|
||||||
|
"title": "Arcanes",
|
||||||
|
"label": "Arcane",
|
||||||
|
"arcane_type": "Type",
|
||||||
|
"application": "Compétences",
|
||||||
|
"bonus": "Bonus",
|
||||||
|
"progression": "Progression",
|
||||||
|
"xp_cost": "Coût XP",
|
||||||
|
"xp_used": "XP dépensé"
|
||||||
|
},
|
||||||
|
"mystere": {
|
||||||
|
"title": "Mystères",
|
||||||
|
"label": "Mystère",
|
||||||
|
"mystere_type": "Type",
|
||||||
|
"mineur": "Mineur",
|
||||||
|
"majeur": "Majeur",
|
||||||
|
"prerequisite_skill": "Compétence prérequis",
|
||||||
|
"prerequisite_condition": "Condition prérequis"
|
||||||
|
},
|
||||||
|
"character": {
|
||||||
|
"is_samurai": "Samouraï",
|
||||||
|
"title": "Titre",
|
||||||
|
"quick_info": "Info rapide",
|
||||||
|
"default_ring": "Anneau par défaut",
|
||||||
|
"region": "Région",
|
||||||
|
"education": "Éducation",
|
||||||
|
"past_problems": "Passé problématique",
|
||||||
|
"koku": "Koku",
|
||||||
|
"bu": "Bu",
|
||||||
|
"zeni": "Zeni"
|
||||||
|
},
|
||||||
|
"weapon": {
|
||||||
|
"bonus": "Bonus",
|
||||||
|
"categories": {
|
||||||
|
"arbalete": "Arbalète",
|
||||||
|
"arc": "Arc",
|
||||||
|
"contondante": "Arme Contondante",
|
||||||
|
"poing": "Arme de Poing",
|
||||||
|
"hast": "Arme Hast",
|
||||||
|
"improvisee": "Arme Improvisée",
|
||||||
|
"shinobi": "Arme Shinobi",
|
||||||
|
"specialisee": "Arme Spécialisée",
|
||||||
|
"bouclier": "Bouclier",
|
||||||
|
"hache": "Hache",
|
||||||
|
"naturel": "Naturel",
|
||||||
|
"sabre": "Sabre",
|
||||||
|
"nemuranai": "Nemuranai"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"armor": {
|
||||||
|
"categories": {
|
||||||
|
"vetement": "Vêtement",
|
||||||
|
"leger": "Léger",
|
||||||
|
"moyen": "Moyen",
|
||||||
|
"lourd": "Lourd",
|
||||||
|
"nemuranai": "Nemuranai"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"item": {
|
||||||
|
"types": {
|
||||||
|
"ordinaire": "Ordinaire",
|
||||||
|
"shinobi": "Shinobi",
|
||||||
|
"interdit": "Interdit",
|
||||||
|
"gaijin": "Gaijin",
|
||||||
|
"nemuranai": "Nemuranai"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"technique": {
|
||||||
|
"mot_invocation": "Mot d'Invocation",
|
||||||
|
"invocation_type": "Type d'invocation",
|
||||||
|
"invocation_types": {
|
||||||
|
"general": "Général",
|
||||||
|
"neutre": "Neutre",
|
||||||
|
"precis": "Précis"
|
||||||
|
},
|
||||||
|
"mode_invocation": "Mode d'Invocation"
|
||||||
|
},
|
||||||
|
"tabs": {
|
||||||
|
"invocations": "Invocations",
|
||||||
|
"identity": "Identité",
|
||||||
|
"identity_text1": "Apparence",
|
||||||
|
"identity_text2": "Biographie"
|
||||||
|
},
|
||||||
|
"dice": {
|
||||||
|
"title": "Jet Chiaroscuro",
|
||||||
|
"difficulty_label": "Difficulté",
|
||||||
|
"modifier_label": "Modificateur",
|
||||||
|
"options": "Options",
|
||||||
|
"aspect_point": "Point d'Aspect",
|
||||||
|
"assistance": "Assistance",
|
||||||
|
"total_dice": "Dés à lancer",
|
||||||
|
"bonus": "Bonus rang",
|
||||||
|
"roll": "Lancer les dés",
|
||||||
|
"dice_result": "Somme des dés",
|
||||||
|
"adjusted": "Ajusté (Parangon)",
|
||||||
|
"raw_dice": "Dés bruts",
|
||||||
|
"adjusted_dice": "Dés ajustés (Parangon)",
|
||||||
|
"bonus_successes": "pts au dessus",
|
||||||
|
"miss_by": "pts en dessous",
|
||||||
|
"success": "Réussite",
|
||||||
|
"failure": "Échec"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,685 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"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": {
|
|
||||||
"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"
|
|
||||||
},
|
|
||||||
"settings": {
|
|
||||||
"wiki": {
|
|
||||||
"custom-compendiums": {
|
|
||||||
"title": "Compendiums",
|
|
||||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
|
|
||||||
},
|
|
||||||
"title": "Wiki",
|
|
||||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"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",
|
|
||||||
"book_reference": "Fonte",
|
|
||||||
"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 destro: aggiungi, sinistro: togli, centro: TN 2)",
|
|
||||||
"sleep": "Riposo tranquillo per tutti i personaggi (rimuove Stanchezza pari a Acqua x2. Click destro: solo personaggi selezionati. Sinistro: 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 destro: solo personaggi selezionati. Sinistro: tutti gli attori)",
|
|
||||||
"scene_end_info": "La tensione della scena finalmente cala.",
|
|
||||||
"reset_void": "Inizio del gioco: Resetta i punti Vuoto dei personaggi (Click destro: solo personaggi selezionati. Sinistro: 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 destro +1, sinistro: -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",
|
|
||||||
"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",
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
{"_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":"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":"","book_reference":"Celestial Realms p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
{"_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":[]}
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
{"_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":[]}
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
{"_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":[]}
|
|
||||||
@@ -1,111 +0,0 @@
|
|||||||
{"_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":"10","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":"10","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":"10","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":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000008","name":"Unholy"}],"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":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000008","name":"Unholy"}],"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":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000008","name":"Unholy"}],"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":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000008","name":"Unholy"}],"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":[{"id":"L5RCorePro000014","name":"Sacred"}],"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":[{"id":"L5RCorePro000014","name":"Sacred"}],"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":"L5RCoreIte000108","name":"Arrows : Fire-Blossom","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"5 Bu","properties":[],"description":"","book_reference":"Celestial Realms p.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":"","book_reference":"Celestial Realms p.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":"","book_reference":"Celestial Realms p.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":"","book_reference":"Celestial Realms p.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":"","book_reference":"Celestial Realms p.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":"","book_reference":"Celestial Realms p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{"_id":"L5RCoreCon000001","name":"Afflicted","content":"<blockquote>Core Rulebook p.271</blockquote>","img":"icons/svg/sun.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreCon000002","name":"Bleeding","content":"<blockquote>Core Rulebook p.271</blockquote>","img":"icons/svg/blood.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreCon000003","name":"Burning","content":"<blockquote>Core Rulebook p.272</blockquote>","img":"icons/svg/fire.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreCon000004","name":"Compromised","content":"<blockquote>Core Rulebook p.272</blockquote>","img":"icons/svg/terror.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreCon000005","name":"Dazed","content":"<blockquote>Core Rulebook p.272</blockquote>","img":"icons/svg/eye.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreCon000006","name":"Disoriented","content":"<blockquote>Core Rulebook p.272</blockquote>","img":"icons/svg/daze.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreCon000007","name":"Dying [X Rounds]","content":"<blockquote>Core Rulebook p.272</blockquote>","img":"icons/svg/skull.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreCon000008","name":"Enraged","content":"<blockquote>Core Rulebook p.272</blockquote>","img":"icons/svg/lightning.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreCon000009","name":"Exhausted","content":"<blockquote>Core Rulebook p.272</blockquote>","img":"icons/svg/sleep.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreCon000010","name":"Immobilized","content":"<blockquote>Core Rulebook p.272</blockquote>","img":"icons/svg/net.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreCon000011","name":"Incapacitated","content":"<blockquote>Core Rulebook p.272</blockquote>","img":"icons/svg/downgrade.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreCon000012","name":"Intoxicated","content":"<blockquote>Core Rulebook p.273</blockquote>","img":"icons/svg/poison.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreCon000013","name":"Prone","content":"<blockquote>Core Rulebook p.273</blockquote>","img":"icons/svg/falling.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_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":"systems/l5r5e/assets/icons/social.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":"systems/l5r5e/assets/icons/social.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":"systems/l5r5e/assets/icons/social.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":"systems/l5r5e/assets/icons/social.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":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
{"_id":"L5RCoreOpp000001","name":"General Use","content":"<blockquote>Core Rulebook p.328</blockquote><br><h2>All</h2><ul><li><strong>(op) :</strong> If you failed, determine the easiest way to accomplish the task you were attempting (skill and approach).</li><li><strong>(op)+ :</strong> Remove 1 strife you gained from this check per (op) spent this way.</li><li><strong>(op)(op) :</strong> Provide assistance to the next character to attempt a check to accomplish something similar.</li></ul><br><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><ul><li><strong>(op) :</strong> Learn another character in the scene’s demeanor (if an NPC) and current strife.</li><li><strong>(op)+ :</strong> Act subtly to attract minimal attention in your efforts. Extra (op) makes the attempt even subtler.</li><li><strong>(op)(op) :</strong> Notice an interesting detail about a character in the scene, such as an advantage or disadvantage. At the GM’s discretion, you may establish a new detail for an NPC.</li></ul><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><ul><li><strong>(op) :</strong> Reassure another character in the scene with your presence, allowing them to remove 2 strife.</li><li><strong>(op)+ :</strong> Act carefully to minimize consequences of failure or other dangers that could arise from the task. Extra (op) makes the attempt even safer.</li><li><strong>(op)(op) :</strong> Suddenly recall an important piece of information not directly related to the task. At the GM’s discretion, you may establish a small preparatory action you took earlier, such as bringing along a common useful item.</li></ul><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><ul><li><strong>(op) :</strong> Inflame another character in the scene with your presence, causing them to receive 2 strife.</li><li><strong>(op)+ :</strong> Perform the task in a flashy way, drawing attention to yourself. Extra (op) attracts even more notice.</li><li><strong>(op)(op) :</strong> Notice something missing or out of place in the vicinity that is not directly related to the task. At the GM’s discretion, you may establish an absence, such as a lack of shoes outside indicating the occupant’s absence.</li></ul><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><ul><li><strong>(op) :</strong> Remove 2 strife from yourself.</li><li><strong>(op)+ :</strong> Perform the task efficiently, completing it more quickly or saving supplies. Extra (op) further reduces the time or materials expended.</li><li><strong>(op)(op) :</strong> Spot an interesting physical detail present in your environment not directly related to your check. At the GM’s discretion, you may establish a piece of terrain or a mundane object nearby.</li></ul><br><br><h2>(void) Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><ul><li><strong>(op) :</strong> Choose a ring other than Void. Reduce the TN of your next check by 1 if it uses that ring.</li><li><strong>(op)+ :</strong> Feel a chill down your spine, notice a sudden silence, or detect another sign of the supernatural if there is a spiritual disturbance in the scene. Extra (op) gives an increasingly precise location for the supernatural occurrence.</li><li><strong>(op)(op) :</strong> Gain spiritual insight into the nature of the universe or your own heart. At the GM’s discretion, you may establish a fact about your character that has not been previously revealed but relates to the situation.</li></ul>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000002","name":"Conflict and Martial Skills Use","content":"<blockquote>Core Rulebook p.328</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><ul><li><strong>(op) :</strong> Add a kept (ring) set to an (op) result to your next Martial skill check.</li><li><strong>(op)+ :</strong> During a Movement action check, up to 1 range band of any distance you move per (op) spent this way may be along a vertical surface.</li><li><strong>(op)(op) :</strong> Increase the TN of the next Martial Arts [Ranged] check targeting you before the start of your next turn by 2.</li></ul><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><ul><li><strong>(op) :</strong> During a Movement action, ignore one terrain quality (see page 267) of your choice.</li><li><strong>(op)+ :</strong> Reduce the severity of the next critical strike you suffer before the start of your next turn by 1 per spent this way.</li><li><strong>(op)(op) :</strong> Do not apply one of your disadvantages to checks until the end of your next turn.</li></ul><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><ul><li><strong>(op) :</strong> Choose another character in the scene; increase the TN of the next check they make before the end of their next turn by 1 if it does not include you as a target.</li><li><strong>(op)+ :</strong> During an Attack action check, increase the TN of the next check the target makes to resist a critical strike they suffer before the start of your next turn by 1 per spent this way.</li><li><strong>(op)(op) :</strong> Other characters must receive 2 strife to choose you as the target of their Attack and Scheme actions until the start of your next turn.</li></ul><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><ul><li><strong>(op) :</strong> Remove 1 fatigue.</li><li><strong>(op)+ :</strong> During an Attack action check, ignore 1 point of target’s physical resistance per spent this way.</li><li><strong>(op)(op) :</strong> Move 1 range band.</li></ul><br><br><h2>(void) Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><ul><li><strong>(op) :</strong> During the next Attack action check you make before the end of your next turn, ignore one terrain quality (see page 267) of your choice.</li><li><strong>(op)+ :</strong> During a Support action check, increase your Initiative value by 1 per (op) spent this way.</li><li><strong>(op)(op) :</strong> Ignore the effects of one condition you are suffering until the end of your next turn.</li></ul>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000003","name":"Initiative Check Use","content":"<blockquote>Core Rulebook p.329</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><p><strong>(op) :</strong> On an Initiative check, assess one foe’s weakness. Learn one of their disadvantages of that foe’s choice.</p><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><p><strong>(op) :</strong> On an Initiative check, choose another character’s disadvantage you know. They do not apply that disadvantage to their checks this scene.</p><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><p><strong>(op) :</strong> On an Initiative check, use your focus instead of your vigilance for your initiative when surprised.</p><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><p><strong>(op) :</strong> On an Initiative check, assess the qualities of all terrain in the scene (see page 267).</p><br><br><h2>(void) Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><p><strong>(op) :</strong> On an Initiative check, sense if there is an Otherworldly being in the scene.</p>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000004","name":"Skill Use","content":"<blockquote>Core Rulebook p.329</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><ul><li><strong>(op) Artisan :</strong> If you succeed, add the Resplendent or Subtle quality to an item you are refining.</li><li><strong>(op) Scholar :</strong> Learn a something about a character who created or used the item you are studying (such as one of their advantages or disadvantages of the GM’s choice that affected their creation or use of the item).</li><li><strong>(op) Social :</strong> Learn if the honor, glory, or status attribute of a character in the scene is higher, lower, or equal to yours.</li><li><strong>(op) Trade :</strong> Convince a buyer to pay an additional 10% for an item you are selling.</li></ul><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><ul><li><strong>(op) Artisan :</strong> If you succeed, add the Durable quality to an item that you are restoring.</li><li><strong>(op) Scholar :</strong> Remember a place where you can research or study the topic you were attempting to recall.</li><li><strong>(op) Social :</strong> Increase the TN of the next Social check another character makes before the end of the scene by 1.</li><li><strong>(op) Trade :</strong> Reduce the TN of the next check another character makes with the same skill before the end of the scene by 1.</li></ul><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><ul><li><strong>(op) Artisan :</strong> If you succeed, make one additional copy of the item you are creating.</li><li><strong>(op) Scholar :</strong> Extrapolate the motivations or desires of another character in the scene or wider situation.</li><li><strong>(op) Social :</strong> Reduce the TN of the next Social check another character makes before the end of the scene by 1.</li><li><strong>(op) Trade :</strong> Unusual inspiration strikes; add a kept Ring Dice set to an (op) result to the next check you make with another skill.</li></ul><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><ul><li><strong>(op) Artisan :</strong> Add a kept Ring Dice set to an (op) result to the next Artisan skill check you make before the end of the game session.</li><li><strong>(op) Scholar :</strong> Spot a unique or identifying quality, aspect, or ability of something that you are identifying.</li><li><strong>(op) Social :</strong> Add a kept Ring Dice set to an (op) result to your next Social check before the end of the scene.</li><li><strong>(op) Trade :</strong> Convince a seller to give you an additional 10% discount for an item you are buying.</li></ul><br><br><h2>(void) Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><ul><li><strong>(op) Artisan :</strong> Reduce the TN of the next check you make using the item you are attuning yourself to by 1.</li><li><strong>(op) Scholar :</strong> Intuit whether you can learn anything of value from your current course of inquiry.</li><li><strong>(op) Social :</strong> Discern the objective of another character in the scene.</li><li><strong>(op) Trade :</strong> Reduce any effect you have on your environment (and physical traces of your efforts) to a minimum.</li></ul>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000005","name":"During Downtime Use","content":"<blockquote>Core Rulebook p.329</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><ul><li><strong>(op)+ :</strong> Learn a detail about one person in your company (such as an advantage or disadvantage of their choice) per (op) spent this way. You can learn only one detail about each person this way in a single downtime scene.</li><li><strong>(op)(op) :</strong> Perform your downtime activity without letting one or more others of your choice know that you did.</li></ul><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><ul><li><strong>(op)+ :</strong> Another character in your company may remove 1 strife or fatigue per (op) spent this way.</li><li><strong>(op)(op) :</strong> Memorize a small but vital detail from to your activity; you can recall it later without a check.</li></ul><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><ul><li><strong>(op)+ :</strong> Assist one other character per (op) spent this way with their next downtime activity check this session.</li><li><strong>(op)(op) :</strong> Energize another character in your company with your efforts; they may perform 1 additional downtime action this downtime (to a maximum of 2).</li></ul><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><ul><li><strong>(op)+ :</strong> Remove 1 strife or fatigue per (op) spent this way.</li><li><strong>(op)(op) :</strong> Make a new friend while undertaking your downtime activity.</li></ul><br><br><h2>(void) Void (Instinct, Inscrutability, Mystery, the Supernatural)</h2><ul><li><strong>(op)+ :</strong> Reserve 1 dropped die from your check, to a maximum of your ranks in the skill you used. Add that die to your next check with the same skill as a kept die instead of rolling it.</li><li><strong>(op)(op) :</strong> Have a brief premonition of a possible future event while undertaking your downtime activity.</li></ul>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000006","name":"Invocations Use","content":"<blockquote>Core Rulebook p.191</blockquote><br><h2>(air) Air (Precision, Stealth, Subtlety, Trickery, Detail, Emotion)</h2><ul><li><strong>(op)(op)+ :</strong> Choose one additional target per (op)(op) spent this way.</li><li><strong>(op)+ :</strong> Treat the maximum range of this technique as 1 higher per (op) spent this way.</li><li><strong>(op) :</strong> Reduce the TN of the next Movement action check you make by 1. This effect persists until the end of your next turn.</li><li><strong>(op)(op)+ :</strong> If this technique can target characters other than you, choose additional target per (op)(op) spent this way..</li><li><strong>(op)(op)+ :</strong> If this technique targets all characters in an area, choose 1 character in range to exclude as a target per <strong>(op)(op)</strong> spent this way.</li></ul><br><br><h2>(earth) Earth (Caution, Calm, Thoroughness, Memory, Defense)</h2><ul><li><strong>(op) :</strong> Increase your physical resistance by 1. This effect persists until the end of the beginning of your next turn. </li><li><strong>(op)+ :</strong> If this technique can target characters other than you, choose additional target per (op) spent this way.</li><li><strong>(op)+ :</strong> Treat the maximum range of this technique as 1 higher per (op) spent this way.</li><li><strong>(op) :</strong> This effect inflicts physical damage instead of supernatural damage.</li><li><strong>(op) :</strong> The damage inflicted by this technique has the Sacred quality (see page 241).</li></ul><br><br><h2>(fire) Fire (Creativity, Intimidation, Attention, Motivation, Insight, Absence)</h2><ul><li><strong>(op)+ :</strong> Treat the maximum range of this technique as 1 higher per (op) spent this way</li><li><strong>(op)+ :</strong> If this technique can target characters other than you, choose additional target per (op) spent this way</li><li><strong>(op) :</strong> Reduce the TN of the next Attack action check you make by 1. This effect persists until the end of your next turn.</li><li><strong>(op)+ :</strong> Increase the TN of checks to resist this effect by 1 per (op) spent this way.</li><li><strong>(op)(op)+ :</strong> One target per (op)(op) spent this way must resist with a TN 3 Fitness check (Air 4, Water 1) or suffer the Burning condition.</li></ul><br><br><h2>(water) Water (Efficiency, Flexibility, Friendliness, Environmental awareness)</h2><ul><li><strong>(op) :</strong> Increase your supernatural resistance by 1 until the end of your next turn.</li><li><strong>(op)+ :</strong> If this technique can target characters other than you, choose additional target per (op) spent this way.</li><li><strong>(op)(op)+ :</strong> Treat the maximum or minimum range of this technique as 1 higher or lower per (op)(op) spent this way.</li><li><strong>(op)(op) :</strong> Remove 1 fatigue from the target or yourself.</li><li><strong>(op) : </strong>Reduce the TN of the next Support action check you make by 1. This effect persists until the end of your next turn.</li></ul>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000007","name":"In Shadowlands Use","content":"<blockquote>Shadowlands 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 Shadowlands 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 Shadowlands. 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 Shadowlands 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 Shadowlands. 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>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000008","name":"Against Tainted Threats Use","content":"<blockquote>Shadowlands 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>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000009","name":"While Tainted Use","content":"<blockquote>Shadowlands 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>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000010","name":"Negotiations Use","content":"<blockquote>Court of Stones 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>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000011","name":"Romance Use","content":"<blockquote>Court of Stones 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>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000012","name":"Espionage Use","content":"<blockquote>Court of Stones 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>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000013","name":"Mass Battles Use","content":"<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>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||
{"_id":"L5RCoreOpp000014","name":"Contested Territory Use","content":"<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>","img":"systems/l5r5e/assets/icons/social.svg","folder":null,"sort":100001,"permission":{"default":0},"flags":{}}
|
|
||||||