Compare commits
97 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
daf402fd1a | ||
|
|
fd25650a5d | ||
|
|
e9b289d4a6 | ||
|
|
98ce77774f | ||
|
|
a7ac0bbab3 | ||
|
|
fffe8d661a | ||
|
|
d9ba4569c7 | ||
|
|
dbbb2d4f00 | ||
|
|
ff44530eff | ||
|
|
783a49713a | ||
|
|
e3a42817c0 | ||
|
|
49214fc330 | ||
|
|
f17cc1c7b0 | ||
|
|
a1c6f0f373 | ||
|
|
35a7bbf974 | ||
|
|
638ea5859f | ||
|
|
002ec8c218 | ||
|
|
255b0c96e2 | ||
|
|
3b3cb67787 | ||
|
|
ccc81d439f | ||
|
|
aabdcae49a | ||
|
|
e8d8f7143d | ||
|
|
473ff9997c | ||
|
|
32f142deae | ||
|
|
b5bb4e04f2 | ||
|
|
0d3ac2ce83 | ||
|
|
a876bfa122 | ||
|
|
193a10daed | ||
|
|
efe1e088ed | ||
|
|
448fadeca7 | ||
|
|
bc103c2988 | ||
|
|
92e5c780e6 | ||
|
|
d06926e8f6 | ||
|
|
f640949016 | ||
|
|
8c4072d8af | ||
|
|
64b436627f | ||
|
|
da788d47c7 | ||
|
|
5bbec503ea | ||
|
|
16dbc7939d | ||
|
|
a900a2dc46 | ||
|
|
3dfee20484 | ||
|
|
165c8c81c7 | ||
|
|
732b6b85d8 | ||
|
|
01d14dc580 | ||
|
|
c0c3f13a46 | ||
|
|
39129ddd6f | ||
|
|
b35fb852af | ||
|
|
1afd85d3e9 | ||
|
|
7ac831ccc0 | ||
|
|
9d5374e35c | ||
|
|
57a645f2e0 | ||
|
|
2a2ad458fe | ||
|
|
69b43027f3 | ||
|
|
3c60486664 | ||
|
|
9853bcb8a1 | ||
|
|
dab58a544f | ||
|
|
ac5bf77f0c | ||
|
|
330665e895 | ||
|
|
258c284c25 | ||
|
|
cfc7e1504a | ||
|
|
5305fb394e | ||
|
|
f37c8d4932 | ||
|
|
0c420cabd5 | ||
|
|
ff413ed894 | ||
|
|
d6ee391ff5 | ||
|
|
9e83169c6a | ||
|
|
c9be3013e8 | ||
|
|
7abb46ea77 | ||
|
|
ee144cbb81 | ||
|
|
bb1176cf42 | ||
|
|
4da28574ab | ||
|
|
6e9595b121 | ||
|
|
a6b724719f | ||
|
|
ae9fdcdefd | ||
|
|
25053f867e | ||
|
|
a39cc0e326 | ||
|
|
09bb92ae61 | ||
|
|
f3623d3181 | ||
|
|
0df83efb9b | ||
|
|
2c2ebc1caa | ||
|
|
71e2985c70 | ||
|
|
c3fd3db22b | ||
|
|
1567a4a944 | ||
|
|
ec54f3b879 | ||
|
|
f5c9745279 | ||
|
|
bd5393fb0a | ||
|
|
5f49956026 | ||
|
|
cce5aa1b45 | ||
|
|
ee1b72caa5 | ||
|
|
4565f28a6d | ||
|
|
2173cc6150 | ||
|
|
8080016b6a | ||
|
|
28da4d1810 | ||
|
|
05fe3b8326 | ||
|
|
f04f0a0b4e | ||
|
|
36795e7b48 | ||
|
|
ee2a485ab6 |
113
CHANGELOG.md
@@ -1,6 +1,93 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
Date format : day/month/year
|
||||||
|
|
||||||
## 1.4.0 - Armies & French PoW
|
## 1.7.0 - 28/03/2022 - Strife, DiceRoller for Techniques & Npc Generator
|
||||||
|
- NPC Sheet :
|
||||||
|
- Added a random generator feature (Demeanor, Clan and Families names courteously authorized by Edge).
|
||||||
|
- This is random by design, don't expect clan/school logic in values.
|
||||||
|
- Added collapsible techniques groupes.
|
||||||
|
- PC sheet :
|
||||||
|
- Added collapsible skill/techniques groupes.
|
||||||
|
- Army sheet :
|
||||||
|
- Image and token now follow the commander's on drop.
|
||||||
|
- PC/NPC sheet :
|
||||||
|
- Added a volatile storage to keep collapsible (Skills/Inventory) in theirs state on sheet update.
|
||||||
|
- Added the ability for technique with a skill set, to open the DicePicker with presets values.
|
||||||
|
- Some can interact with targets, but do the default difficulty if none.
|
||||||
|
- Notes : Techniques in sheet need to be re-imported from the compendium or manually updated for this to work.
|
||||||
|
- Trying an autocomplete on some fields : clan, family, school, roles, demeanor.
|
||||||
|
- Techniques Sheet & Compendiums :
|
||||||
|
- Added difficulty and skill values (not to all techniques).
|
||||||
|
- Trying an autocomplete on skill field.
|
||||||
|
- DicePicker :
|
||||||
|
- Added TN hidden difficulty visibility for GM (ex: ?2?).
|
||||||
|
- Added a selection for techniques with skill list.
|
||||||
|
- RnK :
|
||||||
|
- Added ability to directly apply the strife to the actor on final step. The chat message show the value taken in gray aside the total strife.
|
||||||
|
- Changed the way the swap is handled, that now work the same as the reroll.
|
||||||
|
- You need to keep them after the step was validated.
|
||||||
|
- This way you can do step by step for disadvantages, advantages, techniques swaps...
|
||||||
|
- Roll chat message :
|
||||||
|
- Added Target information.
|
||||||
|
- Properties sheet:
|
||||||
|
- Fixed loading properties from custom compendiums.
|
||||||
|
- Added a line strike on removed/unknown property and ability to remove them.
|
||||||
|
- Added Inversion and Mantra icon and tag symbols (thanks to TesserWract).
|
||||||
|
- Fixed image following the technique_type on technique sheet.
|
||||||
|
- Fixed linked actor image compatibility with Tokenizer.
|
||||||
|
- Fixed svg height/width for firefox.
|
||||||
|
- Compendiums : Removed the Phoenix image on "Ishiken Initiate School" school techniques.
|
||||||
|
|
||||||
|
Technique syntaxe "quick" explanation :
|
||||||
|
- Difficulty can be :
|
||||||
|
- Number : 1-9
|
||||||
|
- Or specific syntaxe "@`S`:`prop1`" or "@`T`:`prop1`|`max`" or "@`T`:`prop1`|`max`(`prop2`)" :
|
||||||
|
- `@` fixed, trigger the parser
|
||||||
|
- `T` or `S` : `T`arget or `S`elf, define the actor to get the value.
|
||||||
|
- `prop1` / `prop2` : Can be any property in `actor` or `actor.data.data`. Limitations: currently no `size`, `distance` (range) or computation (a+b).
|
||||||
|
- `|` separator, optional if no min/max.
|
||||||
|
- `min` or `max` : Between the selected targets, search for the min/max of `prop2`. If no `prop2` provided, take `prop1` as `prop2` (irrelevant for `@S`).
|
||||||
|
- `(prop2)` : define the property for the actor selection in multiple target, can be omitted if same as `prop1`.
|
||||||
|
- Exemples :
|
||||||
|
- `@S:vigilance` : Difficulty will be my own `vigilance`.
|
||||||
|
- `@T:vigilance|min` : Difficulty will be the `vigilance` from the target with the minimum vigilance (implicit) value. it's the same to wrote `@T:vigilance|min(vigilance)`.
|
||||||
|
- `@T:vigilance|max(statusRank)` : Difficulty will be the `vigilance` from the target with the maximum `statusRank` value.
|
||||||
|
- Skill can be :
|
||||||
|
- Skill : `melee`, `fitness`...
|
||||||
|
- SkillCategory : `scholar`, `martial`...
|
||||||
|
- Or both in list, coma separated.
|
||||||
|
- Exemples :
|
||||||
|
- `theology`
|
||||||
|
- `melee,ranged,unarmed`
|
||||||
|
- `martial,fitness,performance`
|
||||||
|
|
||||||
|
## 1.6.1 - 13/02/2022 - Little Bugfixes
|
||||||
|
- PC sheet : fixed the "Complete this rank" button who stayed hidden in experience tab.
|
||||||
|
- GmMonitor : fixed a bug with render when the list was emptied.
|
||||||
|
- Combat : fixed a null error when sometimes the combatant actor is null.
|
||||||
|
|
||||||
|
## 1.6.0 - 11/02/2022 - QoL & SoftLock
|
||||||
|
- PC/NPC/Armies sheet:
|
||||||
|
- Added SoftLock functionality.
|
||||||
|
- Added a new button bar for system specific buttons to reduce elements in headers.
|
||||||
|
- Added +/- buttons to add or subtract Fatigue and Strife (PC & NPC Sheet), Casualties and Panic (Armies Sheet).
|
||||||
|
- GmMonitor :
|
||||||
|
- Moved Honor/Glory/status in tooltip.
|
||||||
|
- Added ability to add or subtract fatigue/strife/void/casualties/panic points on mouse clic (left/right/middle).
|
||||||
|
- Added ability to switch between stance/prepared on mouse clic (left/right).
|
||||||
|
- Compendiums :
|
||||||
|
- Techniques : QoL - Trying a cheap Rank filter.
|
||||||
|
- Inversion techniques : Updated xp cost from 3 to 6.
|
||||||
|
- Spanish language updated thanks to Alejandro Barranquero.
|
||||||
|
|
||||||
|
## 1.5.0 - 09/01/2022 - FoundryVTT v9 Compatibility
|
||||||
|
- Updated the System to FoundryVTT v9.
|
||||||
|
- Thanks to Perkuns for his help with the CSS for this v9 release.
|
||||||
|
- Fixed armies in combat tracker.
|
||||||
|
- Fixed "traditional-japanese-man.svg" and "traditional-japanese-woman.svg" headers for firefox (x/y/width/height).
|
||||||
|
- Trying to fix advancements behavior, who sometime left point on the old choice.
|
||||||
|
|
||||||
|
## 1.4.0 - 19/12/2021 - Armies & French PoW
|
||||||
- Added Army (Actor), Cohort (Item) and Fortification (Item) sheets.
|
- Added Army (Actor), Cohort (Item) and Fortification (Item) sheets.
|
||||||
- Actor Sheet (PC, NPC, Army) : Added the ability to Drag n Drop an actor's image.
|
- Actor Sheet (PC, NPC, Army) : Added the ability to Drag n Drop an actor's image.
|
||||||
- GM monitor :
|
- GM monitor :
|
||||||
@@ -25,10 +112,10 @@
|
|||||||
- New NPC changed from "minion" to "adversary" by default.
|
- New NPC changed from "minion" to "adversary" by default.
|
||||||
- 20Q : Fixed line break in techniques label list.
|
- 20Q : Fixed line break in techniques label list.
|
||||||
|
|
||||||
## 1.3.5 - DsN hotfix
|
## 1.3.5 - 11/10/2021 - DsN hotfix
|
||||||
- Fixed a bug introduced by DiceSoNice 4.2.1 : context in "diceSoNiceRollStart" hook rebuild data and lost what we needed. The consequence is 3d dice flood a lot in RnK.
|
- Fixed a bug introduced by DiceSoNice 4.2.1 : context in "diceSoNiceRollStart" hook rebuild data and lost what we needed. The consequence is 3d dice flood a lot in RnK.
|
||||||
|
|
||||||
## 1.3.4 - Compendiums Update
|
## 1.3.4 - 15/09/2021 - Compendiums Update
|
||||||
- Fixed a bug with sheet item drop introduced in previous version.
|
- Fixed a bug with sheet item drop introduced in previous version.
|
||||||
- Added FoV English Opportunities usage.
|
- Added FoV English Opportunities usage.
|
||||||
- Compendiums :
|
- Compendiums :
|
||||||
@@ -41,7 +128,7 @@
|
|||||||
- FoV Title : "Elemental Guard" (duplicate) to "Elemental Legionnaire".
|
- FoV Title : "Elemental Guard" (duplicate) to "Elemental Legionnaire".
|
||||||
- PoW Mastery : "Divine Protection" (duplicate) to "Tower of Ivory".
|
- PoW Mastery : "Divine Protection" (duplicate) to "Tower of Ivory".
|
||||||
|
|
||||||
## 1.3.3 - Send'n'Watch
|
## 1.3.3 - 23/08/2021 - Send'n'Watch
|
||||||
- GM toolbox changes :
|
- GM toolbox changes :
|
||||||
- Added "Reset void point" and "Gm Monitor" buttons.
|
- Added "Reset void point" and "Gm Monitor" buttons.
|
||||||
- "Reset void point", "Sleep" and "Scene End" now use left clic to target only assigned characters, and right clic to do all actors.
|
- "Reset void point", "Sleep" and "Scene End" now use left clic to target only assigned characters, and right clic to do all actors.
|
||||||
@@ -75,7 +162,7 @@
|
|||||||
- Minor fixe on editable state.
|
- Minor fixe on editable state.
|
||||||
- Updated compatibility to Foundry VTT v0.8.9
|
- Updated compatibility to Foundry VTT v0.8.9
|
||||||
|
|
||||||
## 1.3.2 - Ronin's Bubble
|
## 1.3.2 - 14/07/2021 - Ronin's Bubble
|
||||||
- Added a tooltip on hover with all information for items, and removed all these silly moving description (which made me crazy).
|
- Added a tooltip on hover with all information for items, and removed all these silly moving description (which made me crazy).
|
||||||
- Added PoW Revised 20Q (for old Ronin, just modify the template in 20Q to change the character sheet fields).
|
- Added PoW Revised 20Q (for old Ronin, just modify the template in 20Q to change the character sheet fields).
|
||||||
- Added Bushido tenets on Social tab in sheet for all (I think this is useful for players, and it's in Core rulebook so... why this is not by default ;) ).
|
- Added Bushido tenets on Social tab in sheet for all (I think this is useful for players, and it's in Core rulebook so... why this is not by default ;) ).
|
||||||
@@ -89,7 +176,7 @@
|
|||||||
- Fixed school compendium: "Kuni Warden School" from "Scorpion" to "Crab".
|
- Fixed school compendium: "Kuni Warden School" from "Scorpion" to "Crab".
|
||||||
- Fixed some Pdf Copy-Paste error in school cursus that make L instead of I : Lkoma/Lsawa/Luchi...
|
- Fixed some Pdf Copy-Paste error in school cursus that make L instead of I : Lkoma/Lsawa/Luchi...
|
||||||
|
|
||||||
## 1.3.1 - Empty Sheet Scholar Helper
|
## 1.3.1 - 16/06/2021 - Empty Sheet Scholar Helper
|
||||||
- Added English/French Journal Compendiums for School Curriculums.
|
- Added English/French Journal Compendiums for School Curriculums.
|
||||||
- Added English/French Curriculums in description for Titles.
|
- Added English/French Curriculums in description for Titles.
|
||||||
- Added English Compendiums for Field of Victory (thanks to mdosantos).
|
- Added English Compendiums for Field of Victory (thanks to mdosantos).
|
||||||
@@ -103,7 +190,7 @@
|
|||||||
- Fixed the issue #23 "Token image does not save". Now we reflect the change on the token name/image only if it's a linked actor and if the token/sheet have the same values.
|
- Fixed the issue #23 "Token image does not save". Now we reflect the change on the token name/image only if it's a linked actor and if the token/sheet have the same values.
|
||||||
- Fixed the "unlink actor data" who still change the Actor Data when editing an unlinked token.
|
- Fixed the "unlink actor data" who still change the Actor Data when editing an unlinked token.
|
||||||
|
|
||||||
## 1.3.0 - Foundry 0.8 Compatibility
|
## 1.3.0 - 02/06/2021 - Foundry 0.8 Compatibility
|
||||||
__! Be certain to carefully back up any critical user data before installing this update !__
|
__! Be certain to carefully back up any critical user data before installing this update !__
|
||||||
- Updated the System to the new version of Foundry VTT (a lot of things broke).
|
- Updated the System to the new version of Foundry VTT (a lot of things broke).
|
||||||
- NPC can now have strengths/weaknesses with all rings.
|
- NPC can now have strengths/weaknesses with all rings.
|
||||||
@@ -128,11 +215,11 @@ __! Be certain to carefully back up any critical user data before installing thi
|
|||||||
- QoL : When DiceSoNice is enabled, the display of the RnK dialog is delayed by 2s before show-up.
|
- QoL : When DiceSoNice is enabled, the display of the RnK dialog is delayed by 2s before show-up.
|
||||||
- Others minor optimizations (ex: 20q saving multiple item at once).
|
- Others minor optimizations (ex: 20q saving multiple item at once).
|
||||||
|
|
||||||
## 1.2.1 - Praised be Firefox
|
## 1.2.1 - 18/02/2021 - Praised be Firefox
|
||||||
- Fix dice swap on firefox that overflowed on the top and bottom of the RnK dialog
|
- Fix dice swap on firefox that overflowed on the top and bottom of the RnK dialog
|
||||||
- Fix new items list on firefox who deformed the sheets
|
- Fix new items list on firefox who deformed the sheets
|
||||||
|
|
||||||
## 1.2.0 - Roll n Keep
|
## 1.2.0 - 17/02/2021 - Roll n Keep
|
||||||
- Added Roll n Keep 1st iteration !
|
- Added Roll n Keep 1st iteration !
|
||||||
- Ability to Keep, Discard, Re-roll and Swap:
|
- Ability to Keep, Discard, Re-roll and Swap:
|
||||||
- Keep: Keep the die for the next step, if it's an explosive one, automatically roll a new die
|
- Keep: Keep the die for the next step, if it's an explosive one, automatically roll a new die
|
||||||
@@ -160,7 +247,7 @@ __! Be certain to carefully back up any critical user data before installing thi
|
|||||||
- Added Tabs on NPC sheets
|
- Added Tabs on NPC sheets
|
||||||
- New styles for dice results
|
- New styles for dice results
|
||||||
|
|
||||||
## 1.1.2 - One Compendium to bring them all
|
## 1.1.2 - 28/01/2021 - One Compendium to bring them all
|
||||||
- Added compendiums (Thanks to Stéfano Fara for the English version !) Partial for French as PoW and CR are not translated yet
|
- Added compendiums (Thanks to Stéfano Fara for the English version !) Partial for French as PoW and CR are not translated yet
|
||||||
- Shadowlands
|
- Shadowlands
|
||||||
- Emerald Empire
|
- Emerald Empire
|
||||||
@@ -175,11 +262,11 @@ __! Be certain to carefully back up any critical user data before installing thi
|
|||||||
- Minion can now choose a stance and if they are prepared
|
- Minion can now choose a stance and if they are prepared
|
||||||
- Other minors fix
|
- Other minors fix
|
||||||
|
|
||||||
## 1.1.1 - The Huns War
|
## 1.1.1 - 21/01/2021 - The Huns War
|
||||||
- Fix Minion initiative
|
- Fix Minion initiative
|
||||||
- Fix textarea ninjo/giri
|
- Fix textarea ninjo/giri
|
||||||
|
|
||||||
## 1.1.0 - Initiative first !
|
## 1.1.0 - 20/01/2021 - Initiative first !
|
||||||
- Added initiative system :
|
- Added initiative system :
|
||||||
- Now use the score rule (the real one if you prefer)
|
- Now use the score rule (the real one if you prefer)
|
||||||
- Added global modifiers for Characters, Adversary and Minons in the combat tracker : Confrontation types, Prepared
|
- Added global modifiers for Characters, Adversary and Minons in the combat tracker : Confrontation types, Prepared
|
||||||
@@ -201,7 +288,7 @@ __! Be certain to carefully back up any critical user data before installing thi
|
|||||||
- 20Q Pushed the step3 item's limit to 20 (10 previous)
|
- 20Q Pushed the step3 item's limit to 20 (10 previous)
|
||||||
- Added System migration stuff
|
- Added System migration stuff
|
||||||
|
|
||||||
## 1.0.0 - First public release
|
## 1.0.0 - 12/01/2021 - First public release
|
||||||
- Removed the 0ds if no skill point
|
- Removed the 0ds if no skill point
|
||||||
- Added initiative roll (only tactics for the moment)
|
- Added initiative roll (only tactics for the moment)
|
||||||
- Change color of keikogi and add on compendium
|
- Change color of keikogi and add on compendium
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Legend of the Five Rings (5th Edition) by [Edge Studio](https://edge-studio.net/)
|
# Legend of the Five Rings (5th Edition) authorized by [Edge Studio](https://edge-studio.net/)
|
||||||
|
|
||||||

|

|
||||||
[](https://forge-vtt.com/bazaar#package=l5r5e)
|
[](https://forge-vtt.com/bazaar#package=l5r5e)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve">
|
width="23px" height="23px" viewBox="0 0 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;opacity:0.25;}
|
.st1{display:inline;opacity:0.25;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
@@ -1,12 +1,12 @@
|
|||||||
<?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="Calque_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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve">
|
width="23px" height="23px" viewBox="0 0 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;opacity:0.25;enable-background:new ;}
|
.st1{display:inline;opacity:0.25;enable-background:new ;}
|
||||||
.st2{display:inline;fill:#FFFFFF;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
.st2{display:inline;fill:#FFFFFF;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
|
||||||
.st3{display:inline;fill:#FFFFFF;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
.st3{display:inline;fill:#FFFFFF;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
.st4{fill:#FFFFFF;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
.st4{fill:#FFFFFF;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
.st5{fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
.st5{fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#292929;}
|
.st0{fill:#292929;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#292929;}
|
.st0{fill:#292929;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#292929;}
|
.st0{fill:#292929;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#292929;}
|
.st0{fill:#292929;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#292929;}
|
.st0{fill:#292929;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#292929;}
|
.st0{fill:#292929;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||||
.st1{fill:#CC0000;}
|
.st1{fill:#CC0000;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||||
.st1{display:none;}
|
.st1{display:none;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1 +1 @@
|
|||||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><defs><style>.cls-1{fill:#4f4d4c;}.cls-1,.cls-10,.cls-12,.cls-8{stroke:#333;}.cls-1,.cls-10,.cls-8{stroke-linejoin:round;stroke-width:4px;}.cls-2{fill:#e6b790;}.cls-3{fill:#725948;}.cls-4{fill:#674e3d;}.cls-5{fill:#333;}.cls-6{fill:#526b99;}.cls-7{fill:#e1ae89;}.cls-10,.cls-12,.cls-8{fill:none;}.cls-12,.cls-8{stroke-linecap:round;}.cls-9{fill:#efc8a5;}.cls-11{fill:#cbbd95;}.cls-12{stroke-miterlimit:10;stroke-width:2px;}.cls-13{fill:#886b56;}.cls-14{fill:#7f6351;}</style></defs><title>traditiona-japanese-man</title><path class="cls-1" d="M78,14A14.38,14.38,0,0,1,64,28,14.38,14.38,0,0,1,50,14C50,6.59,56.57,4,64,4S78,6.59,78,14Z"/><path class="cls-2" d="M120.44,107.48a13.68,13.68,0,0,0-10.26-10.62c-20.61-5.23-16-3.73-30.18-8.73V74H48V89.1C33.89,92.9,39.13,91.52,17.67,97a14.55,14.55,0,0,0-10.11,11.4L7,112A140.9,140.9,0,0,0,64,124.1a139.49,139.49,0,0,0,57-12Z"/><path class="cls-3" d="M116,96,72,88H56L12,96,6,112A145.12,145.12,0,0,0,64,124.1,145.12,145.12,0,0,0,122,112Z"/><path class="cls-3" d="M116,96,72,88H56L12,96,6,112A145.12,145.12,0,0,0,64,124.1,145.12,145.12,0,0,0,122,112Z"/><path class="cls-4" d="M88,104l29.42-4.21L122,112a142.87,142.87,0,0,1-41.64,11.1Z"/><polygon class="cls-2" points="80 86.03 80 74.03 48 74.03 48 86.03 64 112 80 86.03"/><path class="cls-5" d="M78,18c0,7.42-6.57,10-14,10S50,25.45,50,18s6.57-9.3,14-9.3S78,10.59,78,18Z"/><path class="cls-6" d="M78,20c0,4.41-6.27,8-14,8s-14-3.59-14-8,6.27-9,14-9S78,15.61,78,20Z"/><polygon class="cls-7" points="48 74.03 48 82.03 71.09 102.06 80 88.03 80 74.03 48 74.03"/><polyline class="cls-8" points="48 86.03 48 74.03 80 74.03 80 86.03"/><path class="cls-9" d="M88,46V38c0-11.19-5.93-22-24-22S40,26.84,40,38v8c-3.56-.28-5,3-4,8,.63,3.71,2.51,8.51,6,10C42,69.23,48.6,84.2,64,84,79.46,84.2,86,69.24,86,64c3.47-1.49,5.4-6.29,6-10C93.05,49.05,91.56,45.75,88,46Z"/><path class="cls-2" d="M86,64c3.47-1.49,5.4-6.29,6-10,1-5-.44-8.28-4-8V38c0-11.19-5.93-22-24-22-.5,0-1,0-1.45.06-3.37,11.57-9.1,24.55-8.77,47,0,5.56,0,12.46.46,18.69A20.5,20.5,0,0,0,64,84C79.46,84.2,86,69.24,86,64Z"/><path class="cls-10" d="M88,46V38c0-11.19-5.93-22-24-22S40,26.84,40,38v8c-3.56-.28-5,3-4,8,.63,3.71,2.51,8.51,6,10C42,69.23,48.6,84.2,64,84,79.46,84.2,86,69.24,86,64c3.47-1.49,5.4-6.29,6-10C93.05,49.05,91.56,45.75,88,46Z"/><path class="cls-5" d="M54,50.89c1.38,0,2.5.78,2.5,1.74s-1.12,1.76-2.5,1.76-2.5-.79-2.5-1.76,1.12-1.74,2.5-1.74"/><path class="cls-5" d="M74.06,50.89c1.38,0,2.5.78,2.5,1.74s-1.12,1.76-2.5,1.76-2.5-.79-2.5-1.76,1.12-1.74,2.5-1.74"/><path class="cls-4" d="M40,104,10.58,99.82,6,112a142.87,142.87,0,0,0,41.64,11.1Z"/><path class="cls-11" d="M34.93,112.8l-4.41-2.55a1.34,1.34,0,0,0-1.37,0l-4.42,2.55A1.36,1.36,0,0,0,24,114v5.1l10.89,1.19a1.37,1.37,0,0,0,.69-1.19V114A1.36,1.36,0,0,0,34.93,112.8Z"/><path class="cls-11" d="M93.07,112.8l4.41-2.55a1.34,1.34,0,0,1,1.37,0l4.42,2.55A1.36,1.36,0,0,1,104,114v5.1l-10.89,1.19a1.37,1.37,0,0,1-.69-1.19V114A1.36,1.36,0,0,1,93.07,112.8Z"/><line class="cls-12" x1="60.01" y1="70.03" x2="68.01" y2="70.03"/><path class="cls-12" d="M60,64l2.2.6a5.55,5.55,0,0,0,3.6,0L68,64"/><line class="cls-12" x1="63.01" y1="74.03" x2="65.01" y2="74.03"/><path class="cls-5" d="M89.7,46.26A4,4,0,0,0,88,46V38c0-11.19-5.93-22-24-22S40,26.84,40,38v8a4,4,0,0,0-1.7.23c3.29,2.32,4.17,6.21,4.17,10.58A66.63,66.63,0,0,1,42,64.19a19.57,19.57,0,0,0,2.86,8.44l.35-.13a2.51,2.51,0,0,0,1.85-2.66,6.71,6.71,0,0,0-.11-1.09A46.86,46.86,0,0,1,46,60.16V51.09a18.9,18.9,0,0,1,1-6l.06-.19a18.9,18.9,0,0,0,1-6V36c0-2.31,3.54-4,6-4,4.12,0,5.67,4,10,4s5.88-4,10-4c2.46,0,6,1.69,6,4V39a18.9,18.9,0,0,0,1,6l.06.19a18.9,18.9,0,0,1,1,6v9.07a46.86,46.86,0,0,1-.94,8.59A6.71,6.71,0,0,0,81,69.84,2.51,2.51,0,0,0,82.8,72.5l.35.13A19.57,19.57,0,0,0,86,64.19a66.63,66.63,0,0,1-.48-7.35C85.53,52.47,86.41,48.58,89.7,46.26Z"/><path class="cls-8" d="M92,92l19.45,3.24a8,8,0,0,1,6.17,5.08L122,112A145.12,145.12,0,0,1,64,124.1,145.12,145.12,0,0,1,6,112l4.38-11.68a8,8,0,0,1,6.17-5.08L36,92"/><path class="cls-13" d="M64,124.1a147.16,147.16,0,0,0,16.33-1L92,92,82,82,57.82,123.94C59.89,124,62,124.1,64,124.1Z"/><path class="cls-14" d="M64,124.1a147.16,147.16,0,0,0,16.33-1L92,92l-6-6L63.8,124.09Z"/><path class="cls-8" d="M64,124.1a147.16,147.16,0,0,0,16.33-1L92,92,82,82,57.82,123.94C59.89,124,62,124.1,64,124.1Z"/><path class="cls-13" d="M64,124.1c2,0,4.11-.08,6.18-.16L46,82,36,92l11.67,31.11A147.16,147.16,0,0,0,64,124.1Z"/><path class="cls-14" d="M59.9,124,39.46,88.56,36,92l11.67,31.11C51.75,123.6,55.83,123.87,59.9,124Z"/><path class="cls-8" d="M64,124.1c2,0,4.11-.08,6.18-.16L46,82,36,92l11.67,31.11A147.16,147.16,0,0,0,64,124.1Z"/></svg>
|
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" x="0px" y="0px" width="128px" height="128px"><defs><style>.cls-1{fill:#4f4d4c;}.cls-1,.cls-10,.cls-12,.cls-8{stroke:#333;}.cls-1,.cls-10,.cls-8{stroke-linejoin:round;stroke-width:4px;}.cls-2{fill:#e6b790;}.cls-3{fill:#725948;}.cls-4{fill:#674e3d;}.cls-5{fill:#333;}.cls-6{fill:#526b99;}.cls-7{fill:#e1ae89;}.cls-10,.cls-12,.cls-8{fill:none;}.cls-12,.cls-8{stroke-linecap:round;}.cls-9{fill:#efc8a5;}.cls-11{fill:#cbbd95;}.cls-12{stroke-miterlimit:10;stroke-width:2px;}.cls-13{fill:#886b56;}.cls-14{fill:#7f6351;}</style></defs><title>traditiona-japanese-man</title><path class="cls-1" d="M78,14A14.38,14.38,0,0,1,64,28,14.38,14.38,0,0,1,50,14C50,6.59,56.57,4,64,4S78,6.59,78,14Z"/><path class="cls-2" d="M120.44,107.48a13.68,13.68,0,0,0-10.26-10.62c-20.61-5.23-16-3.73-30.18-8.73V74H48V89.1C33.89,92.9,39.13,91.52,17.67,97a14.55,14.55,0,0,0-10.11,11.4L7,112A140.9,140.9,0,0,0,64,124.1a139.49,139.49,0,0,0,57-12Z"/><path class="cls-3" d="M116,96,72,88H56L12,96,6,112A145.12,145.12,0,0,0,64,124.1,145.12,145.12,0,0,0,122,112Z"/><path class="cls-3" d="M116,96,72,88H56L12,96,6,112A145.12,145.12,0,0,0,64,124.1,145.12,145.12,0,0,0,122,112Z"/><path class="cls-4" d="M88,104l29.42-4.21L122,112a142.87,142.87,0,0,1-41.64,11.1Z"/><polygon class="cls-2" points="80 86.03 80 74.03 48 74.03 48 86.03 64 112 80 86.03"/><path class="cls-5" d="M78,18c0,7.42-6.57,10-14,10S50,25.45,50,18s6.57-9.3,14-9.3S78,10.59,78,18Z"/><path class="cls-6" d="M78,20c0,4.41-6.27,8-14,8s-14-3.59-14-8,6.27-9,14-9S78,15.61,78,20Z"/><polygon class="cls-7" points="48 74.03 48 82.03 71.09 102.06 80 88.03 80 74.03 48 74.03"/><polyline class="cls-8" points="48 86.03 48 74.03 80 74.03 80 86.03"/><path class="cls-9" d="M88,46V38c0-11.19-5.93-22-24-22S40,26.84,40,38v8c-3.56-.28-5,3-4,8,.63,3.71,2.51,8.51,6,10C42,69.23,48.6,84.2,64,84,79.46,84.2,86,69.24,86,64c3.47-1.49,5.4-6.29,6-10C93.05,49.05,91.56,45.75,88,46Z"/><path class="cls-2" d="M86,64c3.47-1.49,5.4-6.29,6-10,1-5-.44-8.28-4-8V38c0-11.19-5.93-22-24-22-.5,0-1,0-1.45.06-3.37,11.57-9.1,24.55-8.77,47,0,5.56,0,12.46.46,18.69A20.5,20.5,0,0,0,64,84C79.46,84.2,86,69.24,86,64Z"/><path class="cls-10" d="M88,46V38c0-11.19-5.93-22-24-22S40,26.84,40,38v8c-3.56-.28-5,3-4,8,.63,3.71,2.51,8.51,6,10C42,69.23,48.6,84.2,64,84,79.46,84.2,86,69.24,86,64c3.47-1.49,5.4-6.29,6-10C93.05,49.05,91.56,45.75,88,46Z"/><path class="cls-5" d="M54,50.89c1.38,0,2.5.78,2.5,1.74s-1.12,1.76-2.5,1.76-2.5-.79-2.5-1.76,1.12-1.74,2.5-1.74"/><path class="cls-5" d="M74.06,50.89c1.38,0,2.5.78,2.5,1.74s-1.12,1.76-2.5,1.76-2.5-.79-2.5-1.76,1.12-1.74,2.5-1.74"/><path class="cls-4" d="M40,104,10.58,99.82,6,112a142.87,142.87,0,0,0,41.64,11.1Z"/><path class="cls-11" d="M34.93,112.8l-4.41-2.55a1.34,1.34,0,0,0-1.37,0l-4.42,2.55A1.36,1.36,0,0,0,24,114v5.1l10.89,1.19a1.37,1.37,0,0,0,.69-1.19V114A1.36,1.36,0,0,0,34.93,112.8Z"/><path class="cls-11" d="M93.07,112.8l4.41-2.55a1.34,1.34,0,0,1,1.37,0l4.42,2.55A1.36,1.36,0,0,1,104,114v5.1l-10.89,1.19a1.37,1.37,0,0,1-.69-1.19V114A1.36,1.36,0,0,1,93.07,112.8Z"/><line class="cls-12" x1="60.01" y1="70.03" x2="68.01" y2="70.03"/><path class="cls-12" d="M60,64l2.2.6a5.55,5.55,0,0,0,3.6,0L68,64"/><line class="cls-12" x1="63.01" y1="74.03" x2="65.01" y2="74.03"/><path class="cls-5" d="M89.7,46.26A4,4,0,0,0,88,46V38c0-11.19-5.93-22-24-22S40,26.84,40,38v8a4,4,0,0,0-1.7.23c3.29,2.32,4.17,6.21,4.17,10.58A66.63,66.63,0,0,1,42,64.19a19.57,19.57,0,0,0,2.86,8.44l.35-.13a2.51,2.51,0,0,0,1.85-2.66,6.71,6.71,0,0,0-.11-1.09A46.86,46.86,0,0,1,46,60.16V51.09a18.9,18.9,0,0,1,1-6l.06-.19a18.9,18.9,0,0,0,1-6V36c0-2.31,3.54-4,6-4,4.12,0,5.67,4,10,4s5.88-4,10-4c2.46,0,6,1.69,6,4V39a18.9,18.9,0,0,0,1,6l.06.19a18.9,18.9,0,0,1,1,6v9.07a46.86,46.86,0,0,1-.94,8.59A6.71,6.71,0,0,0,81,69.84,2.51,2.51,0,0,0,82.8,72.5l.35.13A19.57,19.57,0,0,0,86,64.19a66.63,66.63,0,0,1-.48-7.35C85.53,52.47,86.41,48.58,89.7,46.26Z"/><path class="cls-8" d="M92,92l19.45,3.24a8,8,0,0,1,6.17,5.08L122,112A145.12,145.12,0,0,1,64,124.1,145.12,145.12,0,0,1,6,112l4.38-11.68a8,8,0,0,1,6.17-5.08L36,92"/><path class="cls-13" d="M64,124.1a147.16,147.16,0,0,0,16.33-1L92,92,82,82,57.82,123.94C59.89,124,62,124.1,64,124.1Z"/><path class="cls-14" d="M64,124.1a147.16,147.16,0,0,0,16.33-1L92,92l-6-6L63.8,124.09Z"/><path class="cls-8" d="M64,124.1a147.16,147.16,0,0,0,16.33-1L92,92,82,82,57.82,123.94C59.89,124,62,124.1,64,124.1Z"/><path class="cls-13" d="M64,124.1c2,0,4.11-.08,6.18-.16L46,82,36,92l11.67,31.11A147.16,147.16,0,0,0,64,124.1Z"/><path class="cls-14" d="M59.9,124,39.46,88.56,36,92l11.67,31.11C51.75,123.6,55.83,123.87,59.9,124Z"/><path class="cls-8" d="M64,124.1c2,0,4.11-.08,6.18-.16L46,82,36,92l11.67,31.11A147.16,147.16,0,0,0,64,124.1Z"/></svg>
|
||||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
viewBox="0 0 49 49" style="enable-background:new 0 0 49 49;" xml:space="preserve">
|
width="49px" height="49px" viewBox="0 0 49 49" style="enable-background:new 0 0 49 49;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FCE770;}
|
.st0{fill:#FCE770;}
|
||||||
.st1{fill:#3F342F;}
|
.st1{fill:#3F342F;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.2 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
viewBox="0 0 45.9 45.9" style="enable-background:new 0 0 45.9 45.9;" xml:space="preserve">
|
width="45.9px" height="45.9px" viewBox="0 0 45.9 45.9" style="enable-background:new 0 0 45.9 45.9;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#2D2121;}
|
.st0{fill:#2D2121;}
|
||||||
.st1{fill:#4C1F1F;}
|
.st1{fill:#4C1F1F;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
viewBox="0 0 239.5 239.5" style="enable-background:new 0 0 239.5 239.5;" xml:space="preserve">
|
width="239.5px" height="239.5px" viewBox="0 0 239.5 239.5" style="enable-background:new 0 0 239.5 239.5;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFCC;}
|
.st0{fill:#FFFFCC;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
viewBox="0 0 41.4 41.4" style="enable-background:new 0 0 41.4 41.4;" xml:space="preserve">
|
width="41.4px" height="41.4px" viewBox="0 0 41.4 41.4" style="enable-background:new 0 0 41.4 41.4;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#444351;}
|
.st0{fill:#444351;}
|
||||||
.st1{fill:#B7B3AE;}
|
.st1{fill:#B7B3AE;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
viewBox="0 0 35.3 35.3" style="enable-background:new 0 0 35.3 35.3;" xml:space="preserve">
|
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">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFFF;}
|
.st0{fill:#FFFFFF;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
viewBox="0 0 47.8 47.8" style="enable-background:new 0 0 47.8 47.8;" xml:space="preserve">
|
width="47.8px" height="47.8px" viewBox="0 0 47.8 47.8" style="enable-background:new 0 0 47.8 47.8;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFFF;}
|
.st0{fill:#FFFFFF;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
viewBox="0 0 52.5 52.5" style="enable-background:new 0 0 52.5 52.5;" xml:space="preserve">
|
width="52.5px" height="52.5px" viewBox="0 0 52.5 52.5" style="enable-background:new 0 0 52.5 52.5;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#336666;}
|
.st0{fill:#336666;}
|
||||||
.st1{fill:#FFFBB3;}
|
.st1{fill:#FFFBB3;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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="Calque_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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
viewBox="0 0 36.2 36.2" style="enable-background:new 0 0 36.2 36.2;" xml:space="preserve">
|
width="36.2px" height="36.2px" viewBox="0 0 36.2 36.2" style="enable-background:new 0 0 36.2 36.2;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#999999;}
|
.st0{fill:#999999;}
|
||||||
.st1{fill:#4F4A47;}
|
.st1{fill:#4F4A47;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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="Calque_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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#A55A5A;}
|
.st0{fill:#A55A5A;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
viewBox="0 0 43.4 43.4" style="enable-background:new 0 0 43.4 43.4;" xml:space="preserve">
|
width="43.4px" height="43.4px" viewBox="0 0 43.4 43.4" style="enable-background:new 0 0 43.4 43.4;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFFF;}
|
.st0{fill:#FFFFFF;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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="Calque_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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,321 +1,7 @@
|
|||||||
<?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) -->
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<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"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" x="0px" y="0px" width="512px" height="512px">
|
||||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
<path
|
||||||
<style type="text/css">
|
fill="currentColor"
|
||||||
.st0{display:none;}
|
d="m 472.59787,246.96022 q -6.56862,3.83171 -10.9477,9.03186 -4.37908,5.20015 -8.75816,10.12663 -4.37908,4.92645 -9.57924,9.03185 -5.20015,4.10538 -13.41092,5.20016 -10.94771,2.18953 -21.34802,0.27368 -10.4003,-1.91585 -20.80062,-3.01061 -17.51632,-2.73693 -34.48524,-3.8317 -16.96894,-1.09477 -34.48526,-0.54739 -2.18954,0 -4.37907,0.2737 -2.18955,0.27369 -4.92648,1.91584 -3.2843,2.18955 -6.02123,5.47385 -17.5163,23.53756 -29.55878,49.81203 -12.04247,26.27447 -27.91664,51.45418 -10.94769,17.51631 -21.62169,35.03262 -10.674,17.51633 -21.07432,35.58003 -3.28431,5.47385 -5.20015,12.58985 -1.91585,7.116 -4.37907,14.23201 -2.46325,7.116 -5.74756,13.41092 -3.2843,6.29494 -8.21076,10.12663 -0.54739,-1.09477 -0.82109,-4.10538 l -0.54737,-6.02125 q 0,0 0,-5.74754 0,-5.74754 1.36846,-2.73691 -2.18955,0.54738 -5.47386,3.83168 4.92647,-3.83168 3.28431,-8.21077 -0.54738,-2.73693 -3.55799,-2.46323 -3.01062,0.2737 -1.91585,2.46323 2.73691,-8.21078 4.92646,-17.51631 2.18954,-9.30555 4.92647,-17.51632 -11.49509,13.13724 -19.70586,27.91662 2.18954,-2.73691 4.37908,-6.56861 l 4.37908,-7.66339 q -2.18954,4.37907 -5.20016,8.21078 -3.01062,3.83169 -5.74754,7.116 1.64214,0 6.29492,-7.3897 4.65278,-7.3897 9.57923,-16.42154 4.92648,-9.03185 9.30556,-17.51632 4.37907,-8.48446 6.02122,-10.674 7.66339,-12.58985 15.0531,-24.35863 7.38969,-11.76878 15.05308,-23.81124 9.30553,-14.23201 16.69523,-29.83248 7.3897,-15.60048 15.05309,-31.47463 3.83169,-8.21077 8.21076,-16.14786 4.37908,-7.93708 8.75816,-15.60047 4.92647,-8.21077 6.29494,-12.31615 1.36845,-4.10539 -6.29494,-11.2214 2.73694,-1.09477 5.47385,-1.91584 2.73693,-0.82108 5.47385,0.27368 -3.83169,-2.73691 -5.47385,-6.29492 -1.64215,-3.55801 -5.47385,-5.74754 2.73694,0 6.84232,1.36847 4.10538,1.36846 6.84232,0.27369 3.2843,-1.09478 4.10538,-5.20016 0.82107,-4.10539 2.46323,-6.84231 4.92646,-4.37908 13.13723,-6.02125 4.92647,-1.09475 7.93709,3.55802 3.01062,4.65278 7.93708,5.74754 6.56861,2.73693 13.13724,4.10539 6.56862,1.36846 12.58984,1.91584 2.18954,1.09477 7.3897,2.46324 5.20017,1.36846 6.29493,-0.82109 1.64215,-2.18953 4.37908,-2.18953 2.73692,-0.5474 8.48446,-0.2737 5.74755,0.2737 11.76878,-0.2737 6.02123,-0.54736 10.9477,-1.91583 4.92646,-1.36846 6.56862,-4.65278 0.54739,-2.73692 -1.91586,-8.48446 -2.46323,-5.74755 -6.29492,-12.04246 -3.83169,-6.29493 -7.66338,-12.04248 -3.8317,-5.74754 -5.47386,-8.48446 -10.94769,-20.80063 -21.89538,-42.42232 -10.9477,-21.62172 -21.89541,-42.96972 1.09478,2.18955 1.09478,4.10538 v 3.01063 q -4.37908,-6.02124 -7.6634,-12.31617 -3.28431,-6.294917 -7.116,-12.316156 -13.68462,20.800626 -27.09555,42.148636 -13.41093,21.34801 -24.35862,43.24341 -8.75817,18.61109 -17.51632,36.67478 -8.75815,18.0637 -18.06371,36.67479 0,0.54738 -1.64215,2.18954 -17.51632,35.58001 -34.75894,70.61265 -17.24263,35.03263 -34.75894,70.61264 -4.92647,11.49509 -12.86355,24.35864 -7.93707,12.86353 -19.43216,18.33739 0,-7.11601 -2.73692,-14.50571 -2.73692,-7.38969 -6.29493,-14.23201 -3.558,-6.8423 -7.38969,-13.68462 -3.8317,-6.84231 -7.116,-13.41092 Q 100.37616,365.74275 92.712765,351.23704 85.049381,336.73135 77.933373,321.95196 71.364759,309.9095 65.61721,295.67749 59.86967,281.44548 51.658899,271.04516 q -1.09477,-1.09477 -5.747541,-4.65276 -4.652773,-3.55801 -9.852927,-6.84231 -5.200156,-3.28432 -9.579236,-5.74754 -4.379079,-2.46324 -4.926464,-1.91585 1.642154,-2.18954 6.021234,-2.18954 3.28431,-1.09477 6.842311,-1.09477 h 7.389696 q -4.926465,-1.09477 -10.674005,-2.18954 -5.747542,-1.09477 -7.937082,-6.02124 5.473849,-1.09476 10.947697,-1.09476 h 10.400313 q -5.473848,-7.11601 -14.232007,-8.75817 19.705856,3.28431 40.232789,3.01063 20.526932,-0.2737 40.780163,-0.2737 7.66339,0 16.69524,1.09477 9.03186,1.09478 18.33739,1.64215 9.30556,0.54739 17.79002,-1.09477 8.48446,-1.64215 14.50569,-7.6634 4.92647,-4.92644 8.48447,-11.22136 3.558,-6.29494 6.84231,-12.31617 14.77939,-29.55879 27.91663,-58.57019 13.13723,-29.01139 25.72708,-59.664944 4.37909,-10.400312 8.48447,-21.074318 4.10538,-10.674005 5.20015,-22.169087 10.94771,-2.189539 22.1691,-3.558002 11.22139,-1.368463 21.62169,-5.747542 10.40033,-4.379079 18.88478,-10.674006 8.48448,-6.294925 7.38971,-18.337392 1.09477,11.495082 -0.27369,22.442779 -1.36846,10.947698 -4.10539,21.895396 5.47385,-5.473848 12.04247,-7.663388 3.2843,13.137237 9.03185,25.727088 5.74754,12.589854 12.31615,24.906013 6.56862,12.316163 13.68462,24.358633 7.11601,12.04246 13.68463,24.63232 16.42154,33.39047 35.03262,65.13879 4.37909,7.66339 9.30555,16.42154 4.92646,8.75816 11.49509,15.87417 3.2843,3.28432 6.56861,4.92646 3.28432,1.64215 6.56862,2.18954 3.28432,0.54739 7.116,0.82108 3.83169,0.27368 8.75817,1.36845 z" />
|
||||||
.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:none;}
|
|
||||||
.st14{fill:#78FFB4;}
|
|
||||||
.st15{fill:#785A87;}
|
|
||||||
.st16{fill:#9B463C;}
|
|
||||||
.st17{fill:#B9784B;}
|
|
||||||
.st18{fill:#2D551E;}
|
|
||||||
.st19{fill:#A08C50;}
|
|
||||||
.st20{fill:#55826E;}
|
|
||||||
.st21{fill:#82828C;}
|
|
||||||
.st22{fill:#789191;}
|
|
||||||
</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="Clans" class="st0">
|
|
||||||
<g id="Imperial" class="st1">
|
|
||||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
|
||||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st14 st4 st5"></text>
|
|
||||||
</g>
|
|
||||||
<g id="Unicorn" class="st1">
|
|
||||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
|
||||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st15 st4 st5"></text>
|
|
||||||
</g>
|
|
||||||
<g id="Torttle" class="st1">
|
|
||||||
<rect y="18.6" class="st13" 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="st13" width="512" height="493.4"/>
|
|
||||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st16 st4 st5"></text>
|
|
||||||
</g>
|
|
||||||
<g id="Phoenix" class="st1">
|
|
||||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
|
||||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st17 st4 st5"></text>
|
|
||||||
</g>
|
|
||||||
<g id="Mantis" class="st1">
|
|
||||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
|
||||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st18 st4 st5"></text>
|
|
||||||
</g>
|
|
||||||
<g id="Lion" class="st1">
|
|
||||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
|
||||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st19 st4 st5"></text>
|
|
||||||
</g>
|
|
||||||
<g id="Dragon" class="st1">
|
|
||||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
|
||||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st20 st4 st5"></text>
|
|
||||||
</g>
|
|
||||||
<g id="Crab" class="st1">
|
|
||||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
|
||||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st21 st4 st5"></text>
|
|
||||||
</g>
|
|
||||||
<g id="Crane" class="st1">
|
|
||||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
|
||||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st22 st4 st5"></text>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<polygon points="131.8,398.4 17,230.8 170.4,233 287.5,68.2 340.6,56.9 466.5,233.3 496,233.3 473,263.3 324.2,265.6 197.4,428.4
|
|
||||||
197.4,455.9 171.2,455.9 171.2,420.9 286,263.3 287.3,226.3 354.9,233 424.8,234 338.5,115.7 "/>
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 4.8 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 6.5 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{display:none;}
|
.st0{display:none;}
|
||||||
.st1{display:inline;}
|
.st1{display:inline;}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
33
system/assets/icons/techs/title_ability.svg
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<?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="500px" height="500px" viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#EE6F57;}
|
||||||
|
.st1{fill:#E25749;}
|
||||||
|
.st2{fill:#FDD578;}
|
||||||
|
.st3{fill:#DCE8EF;}
|
||||||
|
.st4{fill:#425F73;}
|
||||||
|
</style>
|
||||||
|
<g>
|
||||||
|
<polygon class="st0" points="241.9,337.4 234.8,362.9 207.8,459.7 172.2,420 121.1,435.5 150.2,331.3 156.4,308.8 206.1,314.1 "/>
|
||||||
|
<polygon class="st0" points="379.1,435.5 328,420 292.4,459.7 265.3,362.9 258.2,337.4 294.1,314.1 343.8,308.8 350,331.3 "/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path class="st1" d="M206.1,314.1l35.8,23.3l-7.1,25.5c-9.8-6.3-18.9-16.4-28.7-19.6c-15.3-5-37.5,3.6-50.2-5.7
|
||||||
|
c-2.3-1.7-4.2-3.8-5.7-6.3l6.3-22.5L206.1,314.1z"/>
|
||||||
|
<path class="st1" d="M350,331.3c-1.5,2.5-3.4,4.6-5.7,6.3c-12.7,9.2-35,0.7-50.3,5.7c-9.9,3.2-18.9,13.3-28.7,19.6l-7.1-25.5
|
||||||
|
l35.8-23.3l49.7-5.3L350,331.3z"/>
|
||||||
|
</g>
|
||||||
|
<path class="st2" d="M392.4,183.7c0-16.3,15-34.8,10.2-49.5c-5-15.3-28.1-21.4-37.4-34.1c-9.3-12.8-8.1-36.7-20.9-46.1
|
||||||
|
c-12.7-9.2-35-0.7-50.2-5.7c-14.7-4.8-27.7-24.9-44-24.9s-29.3,20.1-44,24.9c-15.3,5-37.5-3.6-50.2,5.7
|
||||||
|
c-12.8,9.3-11.6,33.2-20.9,46.1c-9.2,12.7-32.4,18.8-37.4,34.1c-4.8,14.7,10.2,33.2,10.2,49.5s-15,34.8-10.2,49.5
|
||||||
|
c5,15.3,28.1,21.4,37.4,34.1c9.3,12.8,8.1,36.7,20.9,46.1c12.7,9.2,35,0.7,50.2,5.7c14.7,4.8,27.7,24.9,44,24.9s29.3-20.1,44-24.9
|
||||||
|
c15.3-5,37.5,3.6,50.2-5.7c12.8-9.3,11.6-33.2,20.9-46.1c9.2-12.7,32.4-18.8,37.4-34.1C407.4,218.6,392.4,200.1,392.4,183.7z"/>
|
||||||
|
<circle class="st3" cx="250.1" cy="183.7" r="101"/>
|
||||||
|
<g>
|
||||||
|
<rect x="213.6" y="137.1" class="st4" width="72.9" height="15"/>
|
||||||
|
<rect x="213.6" y="215.4" class="st4" width="72.9" height="15"/>
|
||||||
|
<rect x="192.9" y="176.2" class="st4" width="114.5" height="15"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
32
system/assets/imgs/target-round.svg
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
|
<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="484.227px" height="484.227px" viewBox="0 0 484.227 484.227" style="enable-background:new 0 0 484.227 484.227;" xml:space="preserve">
|
||||||
|
<g>
|
||||||
|
<path d="M7.32,255.207c7.1,1.7,14.3,3.6,21.5,3.4c7.4-0.2,14.8-1.1,22.1-2.1c0.3,15.1,2.5,30.4,6.7,45.1
|
||||||
|
c6.6,23.7,18.1,46.2,33.6,65.7s34.9,36.1,56.9,48.2l16.9,8.3c5.9,2.3,11.8,4.4,17.7,6.6c6,1.8,12.2,3.3,18.3,4.9
|
||||||
|
c6.3,1.3,13,2.1,19.5,3.1l2.5,0.3h0.1c-1.4,12.9-1.6,25.8,2.2,38.7c1.2,3.9,5.8,7.1,14.8,6.8c8.3-0.3,14.4-3,15.3-7
|
||||||
|
c1.7-7.2,3.6-14.4,3.4-21.6c-0.2-5.6-0.7-11.1-1.4-16.7l4.6-0.3c1.6-0.2,3.1-0.4,4.7-0.7l9.4-1.4c6.3-0.7,12.3-2.7,18.4-4.2
|
||||||
|
c24.3-6.7,47.3-18.2,67.2-33.6c20-15.3,37-34.4,49.9-56c1.6-2.7,3.4-5.3,4.8-8.1l4.1-8.5c1.3-2.9,2.9-5.6,4-8.5l3.3-8.8
|
||||||
|
c1.1-3,2.3-5.9,3.2-8.9l2.4-9.1l2.4-9.1l1.6-9.8c0.7-3.5,0.7-7.2,0.4-10.8c14.4,1.9,28.9-0.7,43.2,1c0.9,0.1,2.4-3.4,2.9-5.8
|
||||||
|
c0.9-4.9-0.3-9-2-12.1c-5.8-10.3-12.9-14.8-20.2-16c-11.6-1.9-23.1-4.5-34.8-5c0-0.1,0-0.1,0-0.2c0.5-5.6,0.7-12.3,0.2-19.9
|
||||||
|
c-0.5-3.8-1.2-7.7-2-11.9c-0.4-2.1-0.8-4.2-1.4-6.4c-0.7-2.1-1.4-4.3-2.1-6.5c-4.8-16-12.7-30.9-21.5-45.1
|
||||||
|
c-4.9-6.8-9.5-13.9-15.2-20c-2.8-3.1-5.4-6.5-8.5-9.4l-9.2-8.7c-12.8-11-26.7-21-42.1-28.1c-7.5-4.1-15.6-6.7-23.5-9.7
|
||||||
|
c-4-1.4-8.2-2.3-12.3-3.4c-4.1-1-8.1-2.3-12.6-2.8l-10.6-1.5l-5.3-0.7h-0.3c2.6-15.2-0.3-30.5,1.4-45.7c0.1-0.9-3.4-2.4-5.8-2.9
|
||||||
|
c-4.9-0.9-9,0.3-12.1,2c-10.3,5.8-14.8,12.9-16,20.1c-1.5,8.9-3.3,17.8-4.4,26.7c-2.6,0.2-5.1,0.5-7.7,1c-6.7,1.1-13.5,2-20,4
|
||||||
|
c-26.4,6.7-51.2,19.1-72.3,36s-38.8,38.1-50.9,62.1c-2.7,6.1-5.9,12.1-8.2,18.4l-3.3,9.5l-1.7,4.8c-0.5,1.6-0.8,3.3-1.2,4.9
|
||||||
|
c-1.5,6.6-3.5,12.8-4.2,19.9c-0.6,4.7-1.4,9.6-1.8,14.2c-1.5-0.3-3-0.6-4.5-0.7c-13.7-1.7-27.4-2.2-41,1.9
|
||||||
|
c-3.9,1.2-7.1,5.8-6.8,14.8C0.62,248.107,3.32,254.207,7.32,255.207z M86.02,214.007c2.8-16.1,8-32.7,15.6-47.8
|
||||||
|
c8.5-14.5,19.2-27.6,31.4-39c24.6-23.1,56.6-37.3,89.7-41.3c-1.2,12.1-1.2,24.2,2.5,36.2c1.2,3.9,5.8,7.1,14.8,6.8
|
||||||
|
c8.3-0.3,14.4-3,15.3-7c1.7-7.1,3.6-14.4,3.4-21.5c-0.2-5-0.6-9.9-1.2-14.9c7.5,0.7,14.9,1.9,22.2,3.8l9.5,2.4l9.2,3.3l4.6,1.6
|
||||||
|
c1.5,0.6,3,1.4,4.5,2.1l8.9,4.2c11.4,6.4,22.7,13.4,32.4,22.4c10.1,8.5,18.6,18.7,26.5,29.4c3.5,5.6,7.5,10.9,10.3,17
|
||||||
|
c1.5,3,3.2,5.8,4.6,8.9l3.8,9.2c5.1,12.3,8.4,24.3,11.4,33.7c-0.7-0.1-1.5-0.3-2.2-0.3c-13.7-1.7-27.4-2.2-41.1,1.9
|
||||||
|
c-3.9,1.2-7.1,5.8-6.8,14.8c0.3,8.3,3,14.4,7,15.3c7.2,1.7,14.4,3.6,21.6,3.4c11.6-0.4,23.1-2.4,34.7-3.7c1.4,0.8,2.7,1.4,4.1,2
|
||||||
|
c-0.6,1.8-1.1,3.7-1.7,5.7c-8,25-20.5,49.7-37.8,71.8c-8.9,10.8-18.6,21.3-29.8,30.1c-5.3,4.8-11.4,8.6-17.3,12.7
|
||||||
|
c-2.9,2.1-6.2,3.6-9.3,5.5c-3.1,1.7-6.1,3.7-9.5,5.1c-15.4,7.9-32.3,12.5-49.3,14.9c-2.3,0.2-4.5,0.6-6.8,0.9
|
||||||
|
c2.5-15.1-0.4-30.3,1.3-45.4c0.1-0.9-3.4-2.4-5.8-2.9c-4.9-0.9-9,0.3-12.1,2c-10.3,5.9-14.8,13-16,20.2c-1.4,8.4-3.1,16.9-4.2,25.3
|
||||||
|
c-0.6-0.1-1.2-0.2-1.8-0.3l-6-1.1l-6-1c-2-0.4-4.1-1.1-6.1-1.7c-4.1-1.3-8.3-2-12.2-3.7l-11.9-4.6l-11.4-5.7
|
||||||
|
c-14.9-8.2-28.4-18.5-40.2-30.7c-11.7-12.2-21.2-26.4-28.6-41.4l-2.7-5.7l-1.4-2.8l-1.1-3l-4.3-11.9l-3.1-12.2
|
||||||
|
c-0.6-2-1-4.1-1.2-6.2l-0.9-6.2l-0.5-3.1c13.6,1.4,27.4-0.8,41,0.8c0.9,0.1,2.4-3.4,2.8-5.8c0.9-4.9-0.3-9-2-12.1
|
||||||
|
c-5.8-10.3-12.9-14.8-20.1-16c-7.4-1.2-14.7-2.7-22.1-3.8C85.02,220.807,85.62,217.507,86.02,214.007z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.2 KiB |
@@ -1,23 +1,23 @@
|
|||||||
<?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="Calque_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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 93.64 38.25" style="enable-background:new 0 0 93.64 38.25;" xml:space="preserve">
|
width="93.64px" height="38.25px" viewBox="0 0 93.64 38.25" style="enable-background:new 0 0 93.64 38.25;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#FFFFFF;}
|
.st0{fill:#FFFFFF;}
|
||||||
.st1{fill:none;stroke:#C3C3BB;stroke-width:0.334;}
|
.st1{fill:none;stroke:#C3C3BB;stroke-width:0.334;}
|
||||||
.st2{fill:none;stroke:#C3C3BB;}
|
.st2{fill:none;stroke:#C3C3BB;}
|
||||||
</style>
|
</style>
|
||||||
<polygon class="st0" points="6.71,1.63 6.71,4.96 3.37,4.96 3.37,3.29 5.04,3.29 5.04,6.63 1.71,6.63 1.71,31.63 5.04,31.63
|
<polygon class="st0" points="6.71,1.63 6.71,4.96 3.37,4.96 3.37,3.29 5.04,3.29 5.04,6.63 1.71,6.63 1.71,31.63 5.04,31.63
|
||||||
5.04,34.96 3.37,34.96 3.37,33.29 6.71,33.29 6.71,36.63 86.93,36.63 86.93,33.29 90.26,33.29 90.26,34.96 88.6,34.96 88.6,31.63
|
5.04,34.96 3.37,34.96 3.37,33.29 6.71,33.29 6.71,36.63 86.93,36.63 86.93,33.29 90.26,33.29 90.26,34.96 88.6,34.96 88.6,31.63
|
||||||
91.93,31.63 91.93,6.63 88.6,6.63 88.6,3.29 90.26,3.29 90.26,4.96 86.93,4.96 86.93,1.63 "/>
|
91.93,31.63 91.93,6.63 88.6,6.63 88.6,3.29 90.26,3.29 90.26,4.96 86.93,4.96 86.93,1.63 "/>
|
||||||
<path class="st1" d="M5.87,1.63v2.5H4.21c0,0.56,0,1.11,0,1.67h-2.5H0.87v0.83v25v0.83h0.83h2.5v1.67c0.55,0,1.11,0,1.67,0v2.5v0.83
|
<path class="st1" d="M5.87,1.63v2.5H4.21c0,0.56,0,1.11,0,1.67h-2.5H0.87v0.83v25v0.83h0.83h2.5v1.67c0.55,0,1.11,0,1.67,0v2.5v0.83
|
||||||
h0.83h80.22h0.83v-0.83v-2.5h1.67c0-0.55,0-1.11,0-1.67h2.5h0.83v-0.83v-25V5.79h-0.83h-2.5V4.13c-0.55,0-1.11,0-1.67,0v-2.5V0.79
|
h0.83h80.22h0.83v-0.83v-2.5h1.67c0-0.55,0-1.11,0-1.67h2.5h0.83v-0.83v-25V5.79h-0.83h-2.5V4.13c-0.55,0-1.11,0-1.67,0v-2.5V0.79
|
||||||
h-0.83H6.71H5.87V1.63z"/>
|
h-0.83H6.71H5.87V1.63z"/>
|
||||||
<polygon class="st2" points="7.21,2.13 7.21,4.96 7.21,5.46 6.71,5.46 3.37,5.46 2.87,5.46 2.87,4.96 2.87,3.29 2.87,2.79
|
<polygon class="st2" points="7.21,2.13 7.21,4.96 7.21,5.46 6.71,5.46 3.37,5.46 2.87,5.46 2.87,4.96 2.87,3.29 2.87,2.79
|
||||||
3.37,2.79 5.04,2.79 5.54,2.79 5.54,3.29 5.54,6.63 5.54,7.13 5.04,7.13 2.21,7.13 2.21,31.13 5.04,31.13 5.54,31.13 5.54,31.63
|
3.37,2.79 5.04,2.79 5.54,2.79 5.54,3.29 5.54,6.63 5.54,7.13 5.04,7.13 2.21,7.13 2.21,31.13 5.04,31.13 5.54,31.13 5.54,31.63
|
||||||
5.54,34.96 5.54,35.46 5.04,35.46 3.37,35.46 2.87,35.46 2.87,34.96 2.87,33.29 2.87,32.79 3.37,32.79 6.71,32.79 7.21,32.79
|
5.54,34.96 5.54,35.46 5.04,35.46 3.37,35.46 2.87,35.46 2.87,34.96 2.87,33.29 2.87,32.79 3.37,32.79 6.71,32.79 7.21,32.79
|
||||||
7.21,33.29 7.21,36.13 86.43,36.13 86.43,33.29 86.43,32.79 86.93,32.79 90.26,32.79 90.76,32.79 90.76,33.29 90.76,34.96
|
7.21,33.29 7.21,36.13 86.43,36.13 86.43,33.29 86.43,32.79 86.93,32.79 90.26,32.79 90.76,32.79 90.76,33.29 90.76,34.96
|
||||||
90.76,35.46 90.26,35.46 88.6,35.46 88.1,35.46 88.1,34.96 88.1,31.63 88.1,31.13 88.6,31.13 91.43,31.13 91.43,7.13 88.6,7.13
|
90.76,35.46 90.26,35.46 88.6,35.46 88.1,35.46 88.1,34.96 88.1,31.63 88.1,31.13 88.6,31.13 91.43,31.13 91.43,7.13 88.6,7.13
|
||||||
88.1,7.13 88.1,6.63 88.1,3.29 88.1,2.79 88.6,2.79 90.26,2.79 90.76,2.79 90.76,3.29 90.76,4.96 90.76,5.46 90.26,5.46 86.93,5.46
|
88.1,7.13 88.1,6.63 88.1,3.29 88.1,2.79 88.6,2.79 90.26,2.79 90.76,2.79 90.76,3.29 90.76,4.96 90.76,5.46 90.26,5.46 86.93,5.46
|
||||||
86.43,5.46 86.43,4.96 86.43,2.13 "/>
|
86.43,5.46 86.43,4.96 86.43,2.13 "/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
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="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#030104;}
|
.st0{fill:#030104;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
<!-- Generator: Adobe Illustrator 18.1.1, 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"
|
||||||
viewBox="0 0 48.236 48.236" style="enable-background:new 0 0 48.236 48.236;" xml:space="preserve">
|
width="48.236px" height="48.236px" viewBox="0 0 48.236 48.236" style="enable-background:new 0 0 48.236 48.236;" xml:space="preserve">
|
||||||
<g>
|
<g>
|
||||||
<g>
|
<g>
|
||||||
<path style="fill:#030104;" d="M22.79,6.992l-8.368-2.259c-1.888-0.511-3.833,0.607-4.343,2.496l-2.073,7.676
|
<path style="fill:#030104;" d="M22.79,6.992l-8.368-2.259c-1.888-0.511-3.833,0.607-4.343,2.496l-2.073,7.676
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.6 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
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="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#010002;}
|
.st0{fill:#010002;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
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="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#010002;}
|
.st0{fill:#010002;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
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="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#010002;}
|
.st0{fill:#010002;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
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="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#030104;}
|
.st0{fill:#030104;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.7 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
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="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#030104;}
|
.st0{fill:#030104;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.5 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
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="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#030104;}
|
.st0{fill:#030104;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
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="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#1D1C1A;}
|
.st0{fill:#1D1C1A;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.6 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<?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"
|
||||||
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="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.st0{fill:#010002;}
|
.st0{fill:#010002;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -65,7 +65,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Daikoku’s Curse",
|
"id": "Daikoku’s Curse",
|
||||||
"name": "Malédiction de Daikoku",
|
"name": "Malédiction de Daikoku",
|
||||||
"types": "Relations, Spiritualité",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.123"
|
"book_reference": "Livre de Règles p.123"
|
||||||
},
|
},
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Discomfiting Countenance",
|
"id": "Discomfiting Countenance",
|
||||||
"name": "Aspect déconcertant",
|
"name": "Aspect déconcertant",
|
||||||
"types": "Physique, Relations",
|
"types": "Relations, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.117"
|
"book_reference": "Livre de Règles p.117"
|
||||||
},
|
},
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
{
|
{
|
||||||
"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": "Mental et relations (Culture) ou<br>physique (Apparence), Relations (Nom)",
|
"types": "Relations (Culture) ou Physique (Apparance), Relations (Nom), Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.126"
|
"book_reference": "Livre de Règles p.126"
|
||||||
},
|
},
|
||||||
@@ -240,7 +240,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Maimed Visage",
|
"id": "Maimed Visage",
|
||||||
"name": "Défiguré",
|
"name": "Défiguré",
|
||||||
"types": "Physique, Relations, Séquelle",
|
"types": "Relations, Physique, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.119"
|
"book_reference": "Livre de Règles p.119"
|
||||||
},
|
},
|
||||||
@@ -254,7 +254,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Muteness",
|
"id": "Muteness",
|
||||||
"name": "Mutisme",
|
"name": "Mutisme",
|
||||||
"types": "Physique ou mental, Relations, Séquelle",
|
"types": "Relations, Physique ou Mental, Séquelle",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.126"
|
"book_reference": "Livre de Règles p.126"
|
||||||
},
|
},
|
||||||
@@ -450,7 +450,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Despise in [City]",
|
"id": "Despise in [City]",
|
||||||
"name": "Méprisé à [une ville]",
|
"name": "Méprisé à [une ville]",
|
||||||
"types": "Relations, Renommée",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.247"
|
"book_reference": "L’Empire d’Émeraude p.247"
|
||||||
},
|
},
|
||||||
@@ -485,21 +485,21 @@
|
|||||||
{
|
{
|
||||||
"id": "Many Mouths",
|
"id": "Many Mouths",
|
||||||
"name": "Des bouches à nourrir",
|
"name": "Des bouches à nourrir",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.71"
|
"book_reference": "La Voie des Vagues p.71"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Horrible Scar",
|
"id": "Horrible Scar",
|
||||||
"name": "Horrible cicatrice",
|
"name": "Horrible cicatrice",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.72"
|
"book_reference": "La Voie des Vagues p.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": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.73"
|
"book_reference": "La Voie des Vagues p.73"
|
||||||
},
|
},
|
||||||
@@ -513,7 +513,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Stained Lineage",
|
"id": "Stained Lineage",
|
||||||
"name": "Lignée entachée",
|
"name": "Lignée entachée",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.72"
|
"book_reference": "La Voie des Vagues p.72"
|
||||||
},
|
},
|
||||||
@@ -548,14 +548,14 @@
|
|||||||
{
|
{
|
||||||
"id": "Demon Wound",
|
"id": "Demon Wound",
|
||||||
"name": "Blessure de démon",
|
"name": "Blessure de démon",
|
||||||
"types": "Spirituel, Séquelle",
|
"types": "Séquelle, Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.97"
|
"book_reference": "L’Outremonde p.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, Mentale",
|
"types": "Malédiction, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Outremonde p.99"
|
"book_reference": "L’Outremonde p.99"
|
||||||
},
|
},
|
||||||
@@ -569,14 +569,14 @@
|
|||||||
{
|
{
|
||||||
"id": "Sailor’s Tongue",
|
"id": "Sailor’s Tongue",
|
||||||
"name": "Parler du marin",
|
"name": "Parler du marin",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Le Clan de la Mante p.7"
|
"book_reference": "Le Clan de la Mante p.7"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blood Feud",
|
"id": "Blood Feud",
|
||||||
"name": "Blood Feud (WIP)",
|
"name": "Blood Feud (WIP)",
|
||||||
"types": "Interpersonal, Social",
|
"types": "Relations, Social",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Cynicism",
|
"id": "Cynicism",
|
||||||
"name": "Cynisme",
|
"name": "Cynisme",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.131"
|
"book_reference": "Livre de Règles p.131"
|
||||||
},
|
},
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Delusions of Grandeur",
|
"id": "Delusions of Grandeur",
|
||||||
"name": "Mégalomanie",
|
"name": "Mégalomanie",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.134"
|
"book_reference": "Livre de Règles p.134"
|
||||||
},
|
},
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Softheartedness",
|
"id": "Softheartedness",
|
||||||
"name": "Cœur tendre",
|
"name": "Cœur tendre",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.131"
|
"book_reference": "Livre de Règles p.131"
|
||||||
},
|
},
|
||||||
@@ -142,14 +142,14 @@
|
|||||||
{
|
{
|
||||||
"id": "Conspiracy",
|
"id": "Conspiracy",
|
||||||
"name": "Conspiracy (WIP)",
|
"name": "Conspiracy (WIP)",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes"
|
"book_reference": "Les Royaumes Célestes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Omen of Bad Luck",
|
"id": "Omen of Bad Luck",
|
||||||
"name": "Omen of Bad Luck (WIP)",
|
"name": "Omen of Bad Luck (WIP)",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes"
|
"book_reference": "Les Royaumes Célestes"
|
||||||
},
|
},
|
||||||
@@ -163,14 +163,14 @@
|
|||||||
{
|
{
|
||||||
"id": "Vanity",
|
"id": "Vanity",
|
||||||
"name": "Vanity (WIP)",
|
"name": "Vanity (WIP)",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes"
|
"book_reference": "Les Royaumes Célestes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Isolation",
|
"id": "Isolation",
|
||||||
"name": "Isolement",
|
"name": "Isolement",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.103"
|
"book_reference": "Les Cours de Pierre p.103"
|
||||||
},
|
},
|
||||||
@@ -205,14 +205,14 @@
|
|||||||
{
|
{
|
||||||
"id": "Loathing for Peasants",
|
"id": "Loathing for Peasants",
|
||||||
"name": "Aversion pour les paysans",
|
"name": "Aversion pour les paysans",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.248"
|
"book_reference": "L’Empire d’Émeraude p.248"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Loneliness",
|
"id": "Loneliness",
|
||||||
"name": "Autophobie",
|
"name": "Autophobie",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.249"
|
"book_reference": "L’Empire d’Émeraude p.249"
|
||||||
},
|
},
|
||||||
@@ -268,14 +268,14 @@
|
|||||||
{
|
{
|
||||||
"id": "Belligerent",
|
"id": "Belligerent",
|
||||||
"name": "Belligerent (WIP)",
|
"name": "Belligerent (WIP)",
|
||||||
"types": "Interpersonal",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Braggart",
|
"id": "Braggart",
|
||||||
"name": "Braggart (WIP)",
|
"name": "Braggart (WIP)",
|
||||||
"types": "Interpersonal",
|
"types": "Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Dangerous Allure",
|
"id": "Dangerous Allure",
|
||||||
"name": "Beauté fatale",
|
"name": "Beauté fatale",
|
||||||
"types": "Physique, Relations",
|
"types": "Relations, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.102"
|
"book_reference": "Livre de Règles p.102"
|
||||||
},
|
},
|
||||||
@@ -79,35 +79,35 @@
|
|||||||
{
|
{
|
||||||
"id": "Famously Honest",
|
"id": "Famously Honest",
|
||||||
"name": "Notoirement honnête",
|
"name": "Notoirement honnête",
|
||||||
"types": "Relations, Renommée",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.107"
|
"book_reference": "Livre de Règles p.107"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Famously Lucky",
|
"id": "Famously Lucky",
|
||||||
"name": "Notoirement chanceux",
|
"name": "Notoirement chanceux",
|
||||||
"types": "Relations, Renommée",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.106"
|
"book_reference": "Livre de Règles p.106"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Famously Reliable",
|
"id": "Famously Reliable",
|
||||||
"name": "Notoirement fiable",
|
"name": "Notoirement fiable",
|
||||||
"types": "Relations, Renommée",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.107"
|
"book_reference": "Livre de Règles p.107"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Famously Successful",
|
"id": "Famously Successful",
|
||||||
"name": "Notoirement efficace",
|
"name": "Notoirement efficace",
|
||||||
"types": "Relations, Renommée",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.106"
|
"book_reference": "Livre de Règles p.106"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Famously Wealthy",
|
"id": "Famously Wealthy",
|
||||||
"name": "Notoirement riche",
|
"name": "Notoirement riche",
|
||||||
"types": "Relations, Renommée",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.107"
|
"book_reference": "Livre de Règles p.107"
|
||||||
},
|
},
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Indomitable Will",
|
"id": "Indomitable Will",
|
||||||
"name": "Volonté indomptable",
|
"name": "Volonté indomptable",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.110"
|
"book_reference": "Livre de Règles p.110"
|
||||||
},
|
},
|
||||||
@@ -247,14 +247,14 @@
|
|||||||
{
|
{
|
||||||
"id": "Quick Reflexes",
|
"id": "Quick Reflexes",
|
||||||
"name": "Réflexes fulgurants",
|
"name": "Réflexes fulgurants",
|
||||||
"types": "Physique, Relations",
|
"types": "Relations, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.109"
|
"book_reference": "Livre de Règles p.109"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Seasoned",
|
"id": "Seasoned",
|
||||||
"name": "Aguerri",
|
"name": "Aguerri",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.101"
|
"book_reference": "Livre de Règles p.101"
|
||||||
},
|
},
|
||||||
@@ -275,7 +275,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Subtle Observer",
|
"id": "Subtle Observer",
|
||||||
"name": "Observateur subtil",
|
"name": "Observateur subtil",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.107"
|
"book_reference": "Livre de Règles p.107"
|
||||||
},
|
},
|
||||||
@@ -296,7 +296,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Famously Kind",
|
"id": "Famously Kind",
|
||||||
"name": "Famously Kind (WIP)",
|
"name": "Famously Kind (WIP)",
|
||||||
"types": "Relations, Renommée",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes"
|
"book_reference": "Les Royaumes Célestes"
|
||||||
},
|
},
|
||||||
@@ -317,7 +317,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Famously Neutral",
|
"id": "Famously Neutral",
|
||||||
"name": "Notoirement impartial",
|
"name": "Notoirement impartial",
|
||||||
"types": "Relations, Renommée",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.99"
|
"book_reference": "Les Cours de Pierre p.99"
|
||||||
},
|
},
|
||||||
@@ -331,7 +331,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Animal Trainer",
|
"id": "Animal Trainer",
|
||||||
"name": "Dresseur",
|
"name": "Dresseur",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.242"
|
"book_reference": "L’Empire d’Émeraude p.242"
|
||||||
},
|
},
|
||||||
@@ -373,7 +373,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Hero of [Village]",
|
"id": "Hero of [Village]",
|
||||||
"name": "Héros de [Village]",
|
"name": "Héros de [Village]",
|
||||||
"types": "Relations, Renommée",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.243"
|
"book_reference": "L’Empire d’Émeraude p.243"
|
||||||
},
|
},
|
||||||
@@ -387,7 +387,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Ardent Leader",
|
"id": "Ardent Leader",
|
||||||
"name": "Chef ardent",
|
"name": "Chef ardent",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.69"
|
"book_reference": "La Voie des Vagues p.69"
|
||||||
},
|
},
|
||||||
@@ -408,7 +408,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Scrounger",
|
"id": "Scrounger",
|
||||||
"name": "Profiteur",
|
"name": "Profiteur",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.70"
|
"book_reference": "La Voie des Vagues p.70"
|
||||||
},
|
},
|
||||||
@@ -422,7 +422,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Urbane and Worldly",
|
"id": "Urbane and Worldly",
|
||||||
"name": "Baroudeur bienséant",
|
"name": "Baroudeur bienséant",
|
||||||
"types": "Physique, Relations",
|
"types": "Relations, Physique",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.69"
|
"book_reference": "La Voie des Vagues p.69"
|
||||||
},
|
},
|
||||||
@@ -464,7 +464,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Guiding Ancestor",
|
"id": "Guiding Ancestor",
|
||||||
"name": "Guiding Ancestor (WIP)",
|
"name": "Guiding Ancestor (WIP)",
|
||||||
"types": "Spiritual",
|
"types": "Spirituel",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
{
|
{
|
||||||
"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": "Relations, Renommée",
|
"types": "Renommée, Relations",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.70"
|
"book_reference": "La Voie des Vagues p.70"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Animal Bond",
|
"id": "Animal Bond",
|
||||||
"name": "Animaux",
|
"name": "Animaux",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.111"
|
"book_reference": "Livre de Règles p.111"
|
||||||
},
|
},
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Fashion",
|
"id": "Fashion",
|
||||||
"name": "Mode",
|
"name": "Mode",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.113"
|
"book_reference": "Livre de Règles p.113"
|
||||||
},
|
},
|
||||||
@@ -114,14 +114,14 @@
|
|||||||
{
|
{
|
||||||
"id": "Secrets",
|
"id": "Secrets",
|
||||||
"name": "Secrets",
|
"name": "Secrets",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.115"
|
"book_reference": "Livre de Règles p.115"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Stories",
|
"id": "Stories",
|
||||||
"name": "Contes",
|
"name": "Contes",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.112"
|
"book_reference": "Livre de Règles p.112"
|
||||||
},
|
},
|
||||||
@@ -142,14 +142,14 @@
|
|||||||
{
|
{
|
||||||
"id": "Wordplay",
|
"id": "Wordplay",
|
||||||
"name": "Jeux de mots",
|
"name": "Jeux de mots",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Livre de Règles p.113"
|
"book_reference": "Livre de Règles p.113"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bathing",
|
"id": "Bathing",
|
||||||
"name": "Bains",
|
"name": "Bains",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes"
|
"book_reference": "Les Royaumes Célestes"
|
||||||
},
|
},
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Kabuki",
|
"id": "Kabuki",
|
||||||
"name": "Kabuki (WIP)",
|
"name": "Kabuki (WIP)",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Royaumes Célestes"
|
"book_reference": "Les Royaumes Célestes"
|
||||||
},
|
},
|
||||||
@@ -191,21 +191,21 @@
|
|||||||
{
|
{
|
||||||
"id": "Decorum",
|
"id": "Decorum",
|
||||||
"name": "Décorum",
|
"name": "Décorum",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.100"
|
"book_reference": "Les Cours de Pierre p.100"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Pot Stirrer",
|
"id": "Pot Stirrer",
|
||||||
"name": "Fauteur de trouble",
|
"name": "Fauteur de trouble",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "Les Cours de Pierre p.101"
|
"book_reference": "Les Cours de Pierre p.101"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "City [Choose One]",
|
"id": "City [Choose One]",
|
||||||
"name": "Cité [au choix]",
|
"name": "Cité [au choix]",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.244"
|
"book_reference": "L’Empire d’Émeraude p.244"
|
||||||
},
|
},
|
||||||
@@ -219,7 +219,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Gourmet",
|
"id": "Gourmet",
|
||||||
"name": "Gourmet",
|
"name": "Gourmet",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "L’Empire d’Émeraude p.244"
|
"book_reference": "L’Empire d’Émeraude p.244"
|
||||||
},
|
},
|
||||||
@@ -254,7 +254,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Honest Work",
|
"id": "Honest Work",
|
||||||
"name": "Travail honnête",
|
"name": "Travail honnête",
|
||||||
"types": "Mental, Relations",
|
"types": "Relations, Mental",
|
||||||
"description": "",
|
"description": "",
|
||||||
"book_reference": "La Voie des Vagues p.71"
|
"book_reference": "La Voie des Vagues p.71"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -8,247 +8,247 @@
|
|||||||
{
|
{
|
||||||
"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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1–2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\"><i class=\"i_kata\" title=\"\"></i> Style de la main ouverte</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\"><i class=\"i_shuji\" title=\"\"></i> Sous la surface</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1–2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000026\"><i class=\"i_kata\" title=\"\"></i> Style de la main ouverte</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\"><i class=\"i_shuji\" title=\"\"></i> Sous la surface</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Livre de Règles p.305"
|
"book_reference": "Livre de Règles p.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\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\"><i class=\"i_shuji\" title=\"\"></i> Cri de ralliement</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\"><i class=\"i_shuji\" title=\"\"></i> Manœuvres d’esquive</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\"><i class=\"i_shuji\" title=\"\"></i> Courage exemplaire</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\"><i class=\"i_shuji\" title=\"\"></i> Cri de ralliement</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\"><i class=\"i_shuji\" title=\"\"></i> Manœuvres d’esquive</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\"><i class=\"i_shuji\" title=\"\"></i> Courage exemplaire</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Cours de Pierre p.128"
|
"book_reference": "Les Cours de Pierre p.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\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000005\"><i class=\"i_ninjitsu\" title=\"\"></i> Alibi artistique</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000002\"><i class=\"i_shuji\" title=\"\"></i> Cadence</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000006\"><i class=\"i_ninjitsu\" title=\"\"></i> Distraction fourbe</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000012\"><i class=\"i_ninjitsu\" title=\"\"></i> Flotter ou sombrer</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000013\"><i class=\"i_ninjitsu\" title=\"\"></i> Ce qui est à toi est à moi</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000005\"><i class=\"i_ninjitsu\" title=\"\"></i> Alibi artistique</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000002\"><i class=\"i_shuji\" title=\"\"></i> Cadence</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000006\"><i class=\"i_ninjitsu\" title=\"\"></i> Distraction fourbe</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000012\"><i class=\"i_ninjitsu\" title=\"\"></i> Flotter ou sombrer</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000013\"><i class=\"i_ninjitsu\" title=\"\"></i> Ce qui est à toi est à moi</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Cours de Pierre p.128"
|
"book_reference": "Les Cours de Pierre p.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\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000007\"><i class=\"i_ninjitsu\" title=\"\"></i> Coup malhonnête</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000008\"><i class=\"i_ninjitsu\" title=\"\"></i> Tel un fantôme</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000009\"><i class=\"i_ninjitsu\" title=\"\"></i> Immobilisation silencieuse</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000011\"><i class=\"i_ninjitsu\" title=\"\"></i> Quiétude de la mort</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000007\"><i class=\"i_ninjitsu\" title=\"\"></i> Coup malhonnête</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000008\"><i class=\"i_ninjitsu\" title=\"\"></i> Tel un fantôme</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000009\"><i class=\"i_ninjitsu\" title=\"\"></i> Immobilisation silencieuse</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000011\"><i class=\"i_ninjitsu\" title=\"\"></i> Quiétude de la mort</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Cours de Pierre p.129"
|
"book_reference": "Les Cours de Pierre p.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\"><i class=\"i_shuji\" title=\"\"></i> Shuji de la Terre de rang 1–3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000013\"><i class=\"i_rituals\" title=\"\"></i> Les liens qui nous unissent</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000012\"><i class=\"i_rituals\" title=\"\"></i> Signature de traité</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_shuji\" title=\"\"></i> Shuji de la Terre de rang 1–3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000013\"><i class=\"i_rituals\" title=\"\"></i> Les liens qui nous unissent</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000012\"><i class=\"i_rituals\" title=\"\"></i> Signature de traité</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Cours de Pierre p.129"
|
"book_reference": "Les Cours de Pierre p.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\"><i class=\"i_kata\" title=\"\"></i> Kata (Combat Rapproché) de rang 1–5</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\"><i class=\"i_shuji\" title=\"\"></i> Shuji du Vide de rang 1–5</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000001\"><i class=\"i_rituals\" title=\"\"></i> Cérémonie du thé</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata (Combat Rapproché) de rang 1–5</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\"><i class=\"i_shuji\" title=\"\"></i> Shuji du Vide de rang 1–5</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000001\"><i class=\"i_rituals\" title=\"\"></i> Cérémonie du thé</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Cours de Pierre p.130"
|
"book_reference": "Les Cours de Pierre p.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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1–3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000004\"><i class=\"i_rituals\" title=\"\"></i> Rite de purification</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1–3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000004\"><i class=\"i_rituals\" title=\"\"></i> Rite de purification</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Cours de Pierre p.130"
|
"book_reference": "Les Cours de Pierre p.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\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\"><i class=\"i_shuji\" title=\"\"></i> Tous les arts ne font qu’un</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000011\"><i class=\"i_rituals\" title=\"\"></i> Cérémonie du thé protocolaire</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000043\"><i class=\"i_shuji\" title=\"\"></i> Tous les arts ne font qu’un</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000011\"><i class=\"i_rituals\" title=\"\"></i> Cérémonie du thé protocolaire</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Cours de Pierre p.130"
|
"book_reference": "Les Cours de Pierre p.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\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000003\"><i class=\"i_shuji\" title=\"\"></i> Estimation de l’artisan</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000011\"><i class=\"i_rituals\" title=\"\"></i> Cérémonie du thé protocolaire</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000052\"><i class=\"i_shuji\" title=\"\"></i> Agréable participation</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000047\"><i class=\"i_shuji\" title=\"\"></i> Froisser les sensibilités</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000050\"><i class=\"i_shuji\" title=\"\"></i> Amère défaite</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000003\"><i class=\"i_shuji\" title=\"\"></i> Estimation de l’artisan</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000011\"><i class=\"i_rituals\" title=\"\"></i> Cérémonie du thé protocolaire</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000052\"><i class=\"i_shuji\" title=\"\"></i> Agréable participation</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000047\"><i class=\"i_shuji\" title=\"\"></i> Froisser les sensibilités</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000050\"><i class=\"i_shuji\" title=\"\"></i> Amère défaite</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Cours de Pierre p.131"
|
"book_reference": "Les Cours de Pierre p.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\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000003\"><i class=\"i_shuji\" title=\"\"></i> Estimation de l’artisan</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000003\"><i class=\"i_shuji\" title=\"\"></i> Estimation de l’artisan</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Cours de Pierre p.131"
|
"book_reference": "Les Cours de Pierre p.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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000003\"><i class=\"i_kata\" title=\"\"></i> Assaut en plein coeur</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\"><i class=\"i_shuji\" title=\"\"></i> Cri de ralliement</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000003\"><i class=\"i_kata\" title=\"\"></i> Assaut en plein coeur</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\"><i class=\"i_shuji\" title=\"\"></i> Cri de ralliement</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Outremonde p.128"
|
"book_reference": "L’Outremonde p.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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\"><i class=\"i_rituals\" title=\"\"></i> Rituels de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\"><i class=\"i_ninjitsu\" title=\"\"></i> Disparition</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\"><i class=\"i_rituals\" title=\"\"></i> Rituels de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\"><i class=\"i_ninjitsu\" title=\"\"></i> Disparition</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Outremonde p.128"
|
"book_reference": "L’Outremonde p.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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000021\"><i class=\"i_kata\" title=\"\"></i> Assaut du coup de tonnerre</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000017\"><i class=\"i_shuji\" title=\"\"></i> Tactique d’obstruction</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000021\"><i class=\"i_kata\" title=\"\"></i> Assaut du coup de tonnerre</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000017\"><i class=\"i_shuji\" title=\"\"></i> Tactique d’obstruction</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Outremonde p.128"
|
"book_reference": "L’Outremonde p.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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-4</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\"><i class=\"i_rituals\" title=\"\"></i> Rituels de rang 1-5</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000012\"><i class=\"i_shuji\" title=\"\"></i> Evaluation honnête</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-4</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\"><i class=\"i_rituals\" title=\"\"></i> Rituels de rang 1-5</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000012\"><i class=\"i_shuji\" title=\"\"></i> Evaluation honnête</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Outremonde p.129"
|
"book_reference": "L’Outremonde p.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\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000018\"><i class=\"i_shuji\" title=\"\"></i> Attiser les flammes</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000008\"><i class=\"i_shuji\" title=\"\"></i> Ouverture feinte</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000017\"><i class=\"i_shuji\" title=\"\"></i> Tactique d’obstruction</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000018\"><i class=\"i_shuji\" title=\"\"></i> Attiser les flammes</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000008\"><i class=\"i_shuji\" title=\"\"></i> Ouverture feinte</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000017\"><i class=\"i_shuji\" title=\"\"></i> Tactique d’obstruction</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.249"
|
"book_reference": "L’Empire d’Émeraude p.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\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000037\"><i class=\"i_shuji\" title=\"\"></i> La détermination du courtisan</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\"><i class=\"i_shuji\" title=\"\"></i> Sous la surface</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000026\"><i class=\"i_shuji\" title=\"\"></i> Souffler sur les braises</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000037\"><i class=\"i_shuji\" title=\"\"></i> La détermination du courtisan</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\"><i class=\"i_shuji\" title=\"\"></i> Sous la surface</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000026\"><i class=\"i_shuji\" title=\"\"></i> Souffler sur les braises</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.249"
|
"book_reference": "L’Empire d’Émeraude p.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\"><i class=\"i_shuji\" title=\"\"></i> Shuji de l’Air de rang 1-5</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\"><i class=\"i_shuji\" title=\"\"></i> Sous la surface</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\"><i class=\"i_ninjitsu\" title=\"\"></i> Disparition</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_shuji\" title=\"\"></i> Shuji de l’Air de rang 1-5</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\"><i class=\"i_shuji\" title=\"\"></i> Sous la surface</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000002\"><i class=\"i_ninjitsu\" title=\"\"></i> Disparition</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.250"
|
"book_reference": "L’Empire d’Émeraude p.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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-4</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\"><i class=\"i_shuji\" title=\"\"></i> Cri de ralliement</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000026\"><i class=\"i_shuji\" title=\"\"></i> Souffler sur les braises</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\"><i class=\"i_shuji\" title=\"\"></i> Courage exemplaire</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-4</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\"><i class=\"i_shuji\" title=\"\"></i> Cri de ralliement</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000026\"><i class=\"i_shuji\" title=\"\"></i> Souffler sur les braises</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\"><i class=\"i_shuji\" title=\"\"></i> Courage exemplaire</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.250"
|
"book_reference": "L’Empire d’Émeraude p.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\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000029\"><i class=\"i_kata\" title=\"\"></i> Style du serpent constricteur</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000006\"><i class=\"i_shuji\" title=\"\"></i> Malheur aux faibles</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000023\"><i class=\"i_shuji\" title=\"\"></i> La vérité derrière l’écran de fumée</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000029\"><i class=\"i_kata\" title=\"\"></i> Style du serpent constricteur</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000006\"><i class=\"i_shuji\" title=\"\"></i> Malheur aux faibles</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000023\"><i class=\"i_shuji\" title=\"\"></i> La vérité derrière l’écran de fumée</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.251"
|
"book_reference": "L’Empire d’Émeraude p.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\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000001\"><i class=\"i_kiho\" title=\"\"></i> Esprit purificateur</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000017\"><i class=\"i_kiho\" title=\"\"></i> Ki protecteur</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000022\"><i class=\"i_kiho\" title=\"\"></i> Figer les éléments</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000001\"><i class=\"i_kiho\" title=\"\"></i> Esprit purificateur</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000017\"><i class=\"i_kiho\" title=\"\"></i> Ki protecteur</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000022\"><i class=\"i_kiho\" title=\"\"></i> Figer les éléments</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.251"
|
"book_reference": "L’Empire d’Émeraude p.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\"><i class=\"i_rituals\" title=\"\"></i> Rituels de rang 1-5</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000014\"><i class=\"i_shuji\" title=\"\"></i> La courtoisie prime</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\"><i class=\"i_shuji\" title=\"\"></i> Réveil de l’âme</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_rituals\" title=\"\"></i> Rituels de rang 1-5</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000014\"><i class=\"i_shuji\" title=\"\"></i> La courtoisie prime</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000041\"><i class=\"i_shuji\" title=\"\"></i> Réveil de l’âme</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.251"
|
"book_reference": "L’Empire d’Émeraude p.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\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000023\"><i class=\"i_kata\" title=\"\"></i> Attaque de iaijutsu : lame horizontale</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000022\"><i class=\"i_kata\" title=\"\"></i> Attaque de iaijutsu : lame ascendante</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000007\"><i class=\"i_kata\" title=\"\"></i> Détermination du guerrier</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000023\"><i class=\"i_kata\" title=\"\"></i> Attaque de iaijutsu : lame horizontale</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000022\"><i class=\"i_kata\" title=\"\"></i> Attaque de iaijutsu : lame ascendante</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000007\"><i class=\"i_kata\" title=\"\"></i> Détermination du guerrier</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.252"
|
"book_reference": "L’Empire d’Émeraude p.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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-3</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000018\"><i class=\"i_shuji\" title=\"\"></i> Attiser les flammes</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\"><i class=\"i_shuji\" title=\"\"></i> Sous la surface</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-3</a></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000018\"><i class=\"i_shuji\" title=\"\"></i> Attiser les flammes</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000034\"><i class=\"i_shuji\" title=\"\"></i> Sous la surface</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "L’Empire d’Émeraude p.252"
|
"book_reference": "L’Empire d’Émeraude p.252"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Ashigaru",
|
"id": "Ashigaru",
|
||||||
"name": "Ashigaru (WIP)",
|
"name": "Ashigaru (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000066\"><i class=\"i_kata\" title=\"\"></i> Thicket's Embrace Style (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\"><i class=\"i_shuji\" title=\"\"></i> Manœuvres d’esquive</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000066\"><i class=\"i_kata\" title=\"\"></i> Thicket's Embrace Style (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000031\"><i class=\"i_shuji\" title=\"\"></i> Manœuvres d’esquive</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Deathseeker",
|
"id": "Deathseeker",
|
||||||
"name": "Deathseeker (WIP)",
|
"name": "Deathseeker (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Travail manuel</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\"><i class=\"i_shuji\" title=\"\"></i> Le destin du samouraï</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000086\"><i class=\"i_shuji\" title=\"\"></i> Moment of Glory (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\"><i class=\"i_shuji\" title=\"\"></i> Le destin du samouraï</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000086\"><i class=\"i_shuji\" title=\"\"></i> Moment of Glory (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Elemental Guard",
|
"id": "Elemental Guard",
|
||||||
"name": "Elemental Guard (WIP)",
|
"name": "Elemental Guard (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000027\"><i class=\"i_rituals\" title=\"\"></i> Beseech Shiba's Calm (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000008\"><i class=\"i_kata\" title=\"\"></i> Evaluation tactique</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000007\"><i class=\"i_kata\" title=\"\"></i> Détermination du guerrier</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000027\"><i class=\"i_rituals\" title=\"\"></i> Beseech Shiba's Calm (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000008\"><i class=\"i_kata\" title=\"\"></i> Evaluation tactique</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000007\"><i class=\"i_kata\" title=\"\"></i> Détermination du guerrier</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Elemental Legionnaire",
|
"id": "Elemental Legionnaire",
|
||||||
"name": "Elemental Legionnaire (WIP)",
|
"name": "Elemental Legionnaire (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td>Forge</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000076\"><i class=\"i_shuji\" title=\"\"></i> Great Anvil's Measure (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000086\"><i class=\"i_shuji\" title=\"\"></i> Moment of Glory (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000076\"><i class=\"i_shuji\" title=\"\"></i> Great Anvil's Measure (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000086\"><i class=\"i_shuji\" title=\"\"></i> Moment of Glory (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "General",
|
"id": "General",
|
||||||
"name": "General (WIP)",
|
"name": "General (WIP)",
|
||||||
"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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-ritual\"><i class=\"i_rituals\" title=\"\"></i> Rituels de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\"><i class=\"i_shuji\" title=\"\"></i> Shuji de rang 1-4</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-rituals\"><i class=\"i_rituals\" title=\"\"></i> Rituels de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\"><i class=\"i_shuji\" title=\"\"></i> Shuji de rang 1-4</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Lion's Pride Warrior",
|
"id": "Lion's Pride Warrior",
|
||||||
"name": "Lion's Pride Warrior (WIP)",
|
"name": "Lion's Pride Warrior (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td>Survie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\"><i class=\"i_shuji\" title=\"\"></i> Le destin du samouraï</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000085\"><i class=\"i_shuji\" title=\"\"></i> Battle of No Escape (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000038\"><i class=\"i_shuji\" title=\"\"></i> Le destin du samouraï</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000085\"><i class=\"i_shuji\" title=\"\"></i> Battle of No Escape (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Master Saboteur",
|
"id": "Master Saboteur",
|
||||||
"name": "Master Saboteur (WIP)",
|
"name": "Master Saboteur (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Professionnelles</td><td>Grp. de comp.</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Arts martiaux (mains nues)</td><td>Compétence</td></tr><tr><td>Médecine</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-ninjutsu\"><i class=\"i_ninjitsu\" title=\"\"></i> Ninjutsu de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000030\"><i class=\"i_rituals\" title=\"\"></i> Imbue Thunder (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000018\"><i class=\"i_ninjitsu\" title=\"\"></i> Wreak Havoc (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_ninjitsu\" title=\"\"></i> Ninjutsu de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000030\"><i class=\"i_rituals\" title=\"\"></i> Imbue Thunder (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-ninjutsu\" data-id=\"L5RCoreNin000018\"><i class=\"i_ninjitsu\" title=\"\"></i> Wreak Havoc (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Poet of War",
|
"id": "Poet of War",
|
||||||
"name": "Poet of War (WIP)",
|
"name": "Poet of War (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Composition</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Sentiments</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\"><i class=\"i_shuji\" title=\"\"></i> Shuji du Feu de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000072\"><i class=\"i_shuji\" title=\"\"></i> Borrowed Courage (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000082\"><i class=\"i_shuji\" title=\"\"></i> Coursing March Chant (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_shuji\" title=\"\"></i> Shuji du Feu de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000072\"><i class=\"i_shuji\" title=\"\"></i> Borrowed Courage (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000082\"><i class=\"i_shuji\" title=\"\"></i> Coursing March Chant (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Quartermaster",
|
"id": "Quartermaster",
|
||||||
"name": "Quartermaster (WIP)",
|
"name": "Quartermaster (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Professionnelles</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td>Tactique</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\"><i class=\"i_shuji\" title=\"\"></i> Shuji de l’Air de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\"><i class=\"i_shuji\" title=\"\"></i> Shuji de l’Eau de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000075\"><i class=\"i_shuji\" title=\"\"></i> Fortress of Necessity (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_shuji\" title=\"\"></i> Shuji de l’Air de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\"><i class=\"i_shuji\" title=\"\"></i> Shuji de l’Eau de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000075\"><i class=\"i_shuji\" title=\"\"></i> Fortress of Necessity (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Renowned Warrior",
|
"id": "Renowned Warrior",
|
||||||
"name": "Renowned Warrior (WIP)",
|
"name": "Renowned Warrior (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Représentations</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000003\"><i class=\"i_kata\" title=\"\"></i> Assaut en plein coeur</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000079\"><i class=\"i_shuji\" title=\"\"></i> Righteous Example (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000003\"><i class=\"i_kata\" title=\"\"></i> Assaut en plein coeur</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000079\"><i class=\"i_shuji\" title=\"\"></i> Righteous Example (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Spirit Caller",
|
"id": "Spirit Caller",
|
||||||
"name": "Spirit Caller (WIP)",
|
"name": "Spirit Caller (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Savantes</td><td>Grp. de comp.</td></tr><tr><td>Courtoisie</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td>Représentations</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-ritual\"><i class=\"i_rituals\" title=\"\"></i> Rituels de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000010\"><i class=\"i_shuji\" title=\"\"></i> Ascendance dévoilée</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000083\"><i class=\"i_shuji\" title=\"\"></i> Preserve Strength (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_rituals\" title=\"\"></i> Rituels de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000010\"><i class=\"i_shuji\" title=\"\"></i> Ascendance dévoilée</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000083\"><i class=\"i_shuji\" title=\"\"></i> Preserve Strength (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sumai Master",
|
"id": "Sumai Master",
|
||||||
"name": "Sumai Master (WIP)",
|
"name": "Sumai Master (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Sociales</td><td>Grp. de comp.</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Arts martiaux (mains nues)</td><td>Compétence</td></tr><tr><td>Théologie</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000026\"><i class=\"i_rituals\" title=\"\"></i> Beseech Hida's MIght (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000065\"><i class=\"i_kata\" title=\"\"></i> Fierce Badger Style (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000026\"><i class=\"i_rituals\" title=\"\"></i> Beseech Hida's MIght (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000065\"><i class=\"i_kata\" title=\"\"></i> Fierce Badger Style (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Sword Saint",
|
"id": "Sword Saint",
|
||||||
"name": "Sword Saint (WIP)",
|
"name": "Sword Saint (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Arts martiaux (corps à corps)</td><td>Compétence</td></tr><tr><td>Méditation</td><td>Compétence</td></tr><tr><td>Forge</td><td>Compétence</td></tr><tr><td>Tactique</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\"><i class=\"i_kata\" title=\"\"></i> Kata (Combat Rapproché) de rang 1-5</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\"><i class=\"i_kata\" title=\"\"></i> Destruction de l’âme</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000087\"><i class=\"i_shuji\" title=\"\"></i> Victory Without a Sword (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata (Combat Rapproché) de rang 1-5</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000006\"><i class=\"i_kata\" title=\"\"></i> Destruction de l’âme</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000087\"><i class=\"i_shuji\" title=\"\"></i> Victory Without a Sword (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "War College Graduate",
|
"id": "War College Graduate",
|
||||||
"name": "War College Graduate (WIP)",
|
"name": "War College Graduate (WIP)",
|
||||||
"description": "<h2>Cursus</h2><table><tr><td>Compétences Martiales</td><td>Grp. de comp.</td></tr><tr><td>Commandement</td><td>Compétence</td></tr><tr><td>Culture</td><td>Compétence</td></tr><tr><td>Gouvernement</td><td>Compétence</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-kata\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\"><i class=\"i_shuji\" title=\"\"></i> Shuji de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000023\"><i class=\"i_rituals\" title=\"\"></i> Beseech Akodo's Judgment (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"compendium-link\" data-pack=\"l5r5e.core-techniques-shuji\"><i class=\"i_shuji\" title=\"\"></i> Shuji de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000023\"><i class=\"i_rituals\" title=\"\"></i> Beseech Akodo's Judgment (WIP)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "Les Champs de la Victoire"
|
"book_reference": "Les Champs de la Victoire"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000009\"><i class=\"i_shuji\" title=\"\"></i> Proposition du loup</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000066\"><i class=\"i_shuji\" title=\"\"></i> Négociations fructueuses</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_kata\" title=\"\"></i> Kata de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000009\"><i class=\"i_shuji\" title=\"\"></i> Proposition du loup</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000066\"><i class=\"i_shuji\" title=\"\"></i> Négociations fructueuses</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "La Voie des Vagues p.185"
|
"book_reference": "La Voie des Vagues p.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\"><i class=\"i_shuji\" title=\"\"></i> Shuji de l’Eau de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000070\"><i class=\"i_shuji\" title=\"\"></i> Hurlement d’encouragement</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\"><i class=\"i_shuji\" title=\"\"></i> Cri de ralliement</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_shuji\" title=\"\"></i> Shuji de l’Eau de rang 1-2</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000070\"><i class=\"i_shuji\" title=\"\"></i> Hurlement d’encouragement</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000020\"><i class=\"i_shuji\" title=\"\"></i> Cri de ralliement</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "La Voie des Vagues p.186"
|
"book_reference": "La Voie des Vagues p.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\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000003\"><i class=\"i_kiho\" title=\"\"></i> La Terre voit sans yeux</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000009\"><i class=\"i_kata\" title=\"\"></i> Mortelle envolée</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000018\"><i class=\"i_rituals\" title=\"\"></i> Purification par le corail et l’or (Royaumes d’Ivoire)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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-pack=\"l5r5e.core-techniques-kiho\" data-id=\"L5RCoreKih000003\"><i class=\"i_kiho\" title=\"\"></i> La Terre voit sans yeux</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-kata\" data-id=\"L5RCoreKat000009\"><i class=\"i_kata\" title=\"\"></i> Mortelle envolée</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-rituals\" data-id=\"L5RCoreRit000018\"><i class=\"i_rituals\" title=\"\"></i> Purification par le corail et l’or (Royaumes d’Ivoire)</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "La Voie des Vagues p.186"
|
"book_reference": "La Voie des Vagues p.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-ritual\"><i class=\"i_rituals\" title=\"\"></i> Rituels de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-mantra\" data-id=\"L5RCoreMan000001\"><i class=\"fas fa-suitcase\"></i> Mantra de conjuration : [Nom de l’instrument]</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\"><i class=\"i_shuji\" title=\"\"></i> Courage exemplaire</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></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\"><i class=\"i_rituals\" title=\"\"></i> Rituels de rang 1-3</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Tech. Grp.</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-mantra\" data-id=\"L5RCoreMan000001\"><i class=\"fas fa-suitcase\"></i> Mantra de conjuration : [Nom de l’instrument]</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr><tr><td><a class=\"entity-link content-link\" draggable=\"true\" data-pack=\"l5r5e.core-techniques-shuji\" data-id=\"L5RCoreShu000011\"><i class=\"i_shuji\" title=\"\"></i> Courage exemplaire</a> <i class=\"i_prerequisite_exemption\" title=\"\"></i></td><td>Technique</td></tr></table>",
|
||||||
"book_reference": "La Voie des Vagues p.187"
|
"book_reference": "La Voie des Vagues p.187"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -542,7 +542,7 @@
|
|||||||
{
|
{
|
||||||
"id": "Lute",
|
"id": "Lute",
|
||||||
"name": "Luth",
|
"name": "Luth",
|
||||||
"category": "Armes improvisées",
|
"category": "improvised weapon",
|
||||||
"grip_1": "",
|
"grip_1": "",
|
||||||
"grip_2": "Dégâts +1 / Dangerosité +1",
|
"grip_2": "Dégâts +1 / Dangerosité +1",
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|||||||
@@ -39,121 +39,133 @@
|
|||||||
"TypeArmy_fortification": "Fortification",
|
"TypeArmy_fortification": "Fortification",
|
||||||
"TypeArmy_cohort": "Cohort"
|
"TypeArmy_cohort": "Cohort"
|
||||||
},
|
},
|
||||||
|
"JOURNAL": {
|
||||||
|
"TypeJournal": "Journal"
|
||||||
|
},
|
||||||
"l5r5e": {
|
"l5r5e": {
|
||||||
"global": {
|
"global": {
|
||||||
|
"edge_translation_disclaimer": "",
|
||||||
"add": "Add",
|
"add": "Add",
|
||||||
"edit": "Edit",
|
"edit": "Edit",
|
||||||
"delete_confirm": "Are you sure you want to delete '{name}' ?",
|
"delete_confirm": "Are you sure you want to delete '{name}' ?",
|
||||||
"drop_here": "Drop here",
|
"drop_here": "Drop here",
|
||||||
"send_to_chat": "To Chat",
|
"send_to_chat": "To Chat",
|
||||||
"edge_translation_disclaimer": ""
|
"locked": "Locked",
|
||||||
|
"unlocked": "Unlocked",
|
||||||
|
"random": "Random"
|
||||||
},
|
},
|
||||||
"logo": {
|
"logo": {
|
||||||
"title": "Need help?",
|
"title": "Need help?",
|
||||||
"content": "Follow the guide :",
|
|
||||||
"edge": "Go to the Edge-Studio website",
|
|
||||||
"drivethrurpg": "Buy a PDF of the game...",
|
|
||||||
"discord": "FoundryVTT Official Discord",
|
|
||||||
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
||||||
"alt": "Online Help",
|
"alt": "Online Help",
|
||||||
"edge-info": "your browser will open the EDGE STUDIO website",
|
"content": "Follow the guide :",
|
||||||
"edge-link": "https://edge-studio.net/",
|
"edge": {
|
||||||
"drivethrurpg-info": "your browser will open the DriveThruRpg site of Edge Studio",
|
"title": "Go to the Edge-Studio website",
|
||||||
"drivethrurpg-link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio",
|
"info": "your browser will open the EDGE STUDIO website",
|
||||||
"discord-info": "Your browser will open on the official Foundry discord",
|
"link": "https://edge-studio.net/"
|
||||||
"discord-link": "https://discordapp.com/invite/DDBZUDf"
|
},
|
||||||
|
"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": {
|
"rings": {
|
||||||
"title": "Rings",
|
"title": "Rings",
|
||||||
|
"label": "Ring",
|
||||||
"earth": "Earth",
|
"earth": "Earth",
|
||||||
"air": "Air",
|
"air": "Air",
|
||||||
"water": "Water",
|
"water": "Water",
|
||||||
"fire": "Fire",
|
"fire": "Fire",
|
||||||
"void": "Void"
|
"void": "Void"
|
||||||
},
|
},
|
||||||
"narrative": "Narrative",
|
"sheets": {
|
||||||
"experience": "Experience",
|
"narrative": "Narrative",
|
||||||
"clan": "Clan",
|
"experience": "Experience",
|
||||||
"family": "Family",
|
"family": "Family",
|
||||||
"region": "Region",
|
"region": "Region",
|
||||||
"upbringing": "Upbringing",
|
"upbringing": "Upbringing",
|
||||||
"school": "School",
|
"school": "School",
|
||||||
"schoolrank": "Rank",
|
"description": "Description",
|
||||||
"roles": "Roles",
|
"bought_at_rank": "Bought at rank",
|
||||||
"distinctions": "Distinctions",
|
"types": "Types",
|
||||||
"distinctionstip": "Reroll up to two dice of your choice when a distinction helps you on a check.",
|
"book_reference": "Reference",
|
||||||
"adversities": "Adversities",
|
"value": "Value",
|
||||||
"adversitiestip": "Reroll two dice containing Success or Explosive Success symbols when an adversity hinders you on a check. If you fail, gain 1 Void point.",
|
"rarity": "Rarity",
|
||||||
"anxieties": "Anxieties",
|
"quantity": "Quantity",
|
||||||
"anxietiestip": "After performing a check related to your anxiety, receive 3 strife. Then, gain 1 Void point (limit once per scene).",
|
"weight": "Weight",
|
||||||
"passions": "Passions",
|
"properties": "Properties",
|
||||||
"passionstip": "After performing a check related to your passion, remove 3 strife.",
|
"linked_property": "linked Property",
|
||||||
"personality": "Personality",
|
"removed_properties": "Cancel",
|
||||||
"description": "Description",
|
"notes": "Notes",
|
||||||
"bought_at_rank": "Bought at rank",
|
"inventory": "Inventory",
|
||||||
"effects": "Effects",
|
"equipment": "Equipment",
|
||||||
"types": "Types",
|
"rank": "Rank",
|
||||||
"book_reference": "Reference",
|
"name": "Name"
|
||||||
"value": "Value",
|
|
||||||
"rarity": "Rarity",
|
|
||||||
"chatdices": {
|
|
||||||
"successes": "Successes",
|
|
||||||
"explosives": "Explosions",
|
|
||||||
"opportunities": "Opportunities",
|
|
||||||
"strife": "Strife",
|
|
||||||
"difficulty": "TN",
|
|
||||||
"difficulty_hidden": "TN ???",
|
|
||||||
"dicepicker": "Dice Picker",
|
|
||||||
"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!"
|
|
||||||
},
|
},
|
||||||
"dicepicker": {
|
"dice": {
|
||||||
"difficulty_title": "Difficulty",
|
"chat": {
|
||||||
"difficulty_hidden_label": "Hide TN",
|
"successes": "Successes",
|
||||||
"use_void_point_label": "Spend a",
|
"explosives": "Explosions",
|
||||||
"void_point_tooltip": "Void point",
|
"opportunities": "Opportunities",
|
||||||
"skill_assistance_label": "Assistance",
|
"strife": "Strife",
|
||||||
"roll_label": "Roll",
|
"difficulty": "TN",
|
||||||
"bt_add_macro": "Add a macro"
|
"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!"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"roll_n_keep": {
|
"gm": {
|
||||||
"title": "L5R Roll & Keep",
|
"toolbox": {
|
||||||
"discard_drop_here": "Discard",
|
"title": "GM ToolBox",
|
||||||
"reroll_drop_here": "Re-roll",
|
"difficulty_hidden": "Change difficulty visibility",
|
||||||
"swap_drop_here": "Swap",
|
"difficulty": "Change difficulty (right click: add, left: subtract, middle: TN 2)",
|
||||||
"keep_drop_here": "Keep",
|
"sleep": "Comfortable rest for all characters (Remove Water x2 fatigue. Right click: assigned characters only. Left: All actors)",
|
||||||
"bt_validate": "Finalize this step",
|
"sleep_info": "The characters had a good night's sleep.",
|
||||||
"undo": "[GM] Undo the last step choices"
|
"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",
|
||||||
|
"honor_glory_status": "H/G/S",
|
||||||
|
"focus_vigilance": "Foc./Vig.",
|
||||||
|
"mouse_control": "Right click +1, left: -1, middle: reset to 0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"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."
|
|
||||||
},
|
|
||||||
"gm_monitor": {
|
|
||||||
"title": "GM Monitor",
|
|
||||||
"switch_view": "Switch View",
|
|
||||||
"honor_glory_status": "H/G/S",
|
|
||||||
"focus_vigilance": "Foc./Vig."
|
|
||||||
},
|
|
||||||
"max": "Max",
|
|
||||||
"current": "Current",
|
|
||||||
"quantity": "Quantity",
|
|
||||||
"weight": "Weight",
|
|
||||||
"properties": "Properties",
|
|
||||||
"linked_property": "linked Property",
|
|
||||||
"removed_properties": "Cancel",
|
|
||||||
"weapons": {
|
"weapons": {
|
||||||
"title": "Weapons",
|
"title": "Weapons",
|
||||||
"damage": "Damage",
|
"damage": "Damage",
|
||||||
@@ -177,7 +189,6 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"title": "Items"
|
"title": "Items"
|
||||||
},
|
},
|
||||||
"feats": "Feats",
|
|
||||||
"techniques": {
|
"techniques": {
|
||||||
"title": "Techniques",
|
"title": "Techniques",
|
||||||
"not_allowed": "Your character does not use this type of technique.",
|
"not_allowed": "Your character does not use this type of technique.",
|
||||||
@@ -205,20 +216,12 @@
|
|||||||
"anxiety": "Anxiety"
|
"anxiety": "Anxiety"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"skill": "Skill",
|
|
||||||
"level": "Level",
|
|
||||||
"approaches": "Approaches",
|
|
||||||
"notes": "Notes",
|
|
||||||
"inventory": "Inventory",
|
|
||||||
"money": {
|
"money": {
|
||||||
"title": "Personal money",
|
"title": "Personal money",
|
||||||
"koku": "Koku",
|
"koku": "Koku",
|
||||||
"bu": "Bu",
|
"bu": "Bu",
|
||||||
"zeni": "Zeni"
|
"zeni": "Zeni"
|
||||||
},
|
},
|
||||||
"equipment": "Equipment",
|
|
||||||
"rank": "Rank",
|
|
||||||
"name": "Name",
|
|
||||||
"social": {
|
"social": {
|
||||||
"title": "Social Standing",
|
"title": "Social Standing",
|
||||||
"honor": "Honor",
|
"honor": "Honor",
|
||||||
@@ -242,10 +245,26 @@
|
|||||||
"disadvantages": "Disadvantages",
|
"disadvantages": "Disadvantages",
|
||||||
"combat": "Combat",
|
"combat": "Combat",
|
||||||
"intrigue": "Intrigue"
|
"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": {
|
"skills": {
|
||||||
"title": "Skills",
|
"title": "Skills",
|
||||||
|
"label": "Skill",
|
||||||
"artisan": {
|
"artisan": {
|
||||||
"title": "Artisan",
|
"title": "Artisan",
|
||||||
"aesthetics": "Aesthetics",
|
"aesthetics": "Aesthetics",
|
||||||
@@ -520,6 +539,116 @@
|
|||||||
"generchar_disclaimer": "Warning, this will erase character's current data!",
|
"generchar_disclaimer": "Warning, this will erase character's current data!",
|
||||||
"generchar_errors": "Clear errors before continuing!"
|
"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": "Armure, Armes, et Objets",
|
||||||
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"ACTOR": {
|
"ACTOR": {
|
||||||
"TypeCharacter": "Personaje jugador",
|
"TypeCharacter": "Personaje jugador",
|
||||||
"TypeNpc": "Personaje no jugador",
|
"TypeNpc": "Personaje no jugador",
|
||||||
"TypeArmy": "Army"
|
"TypeArmy": "Ejército"
|
||||||
},
|
},
|
||||||
"ITEM": {
|
"ITEM": {
|
||||||
"TypeItem": "Objeto",
|
"TypeItem": "Objeto",
|
||||||
@@ -32,128 +32,140 @@
|
|||||||
"TypeProperty": "Propiedad",
|
"TypeProperty": "Propiedad",
|
||||||
"TypePeculiarity": "Peculiaridad",
|
"TypePeculiarity": "Peculiaridad",
|
||||||
"TypeAdvancement": "Mejora",
|
"TypeAdvancement": "Mejora",
|
||||||
"TypeTitle": "Title",
|
"TypeTitle": "Título",
|
||||||
"TypeBond": "Bond",
|
"TypeBond": "Vínculo",
|
||||||
"TypeSignatureScroll": "Signature Scroll",
|
"TypeSignature_scroll": "Pergamino especial",
|
||||||
"TypeItemPattern": "Item Pattern",
|
"TypeItem_pattern": "Patrón de objeto",
|
||||||
"TypeArmy_fortification": "Fortification",
|
"TypeArmy_fortification": "Fortificación",
|
||||||
"TypeArmy_cohort": "Cohort"
|
"TypeArmy_cohort": "Cohorte"
|
||||||
|
},
|
||||||
|
"JOURNAL": {
|
||||||
|
"TypeJournal": "Diario"
|
||||||
},
|
},
|
||||||
"l5r5e": {
|
"l5r5e": {
|
||||||
"global": {
|
"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",
|
"add": "Añadir",
|
||||||
"edit": "Editar",
|
"edit": "Editar",
|
||||||
"delete_confirm": "¿Estás seguro de que quieres borrar '{name}' ?",
|
"delete_confirm": "¿Estás seguro de que quieres borrar '{name}' ?",
|
||||||
"drop_here": "Dejar caer aquí",
|
"drop_here": "Dejar caer aquí",
|
||||||
"send_to_chat": "To Chat",
|
"send_to_chat": "To Chat",
|
||||||
"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."
|
"locked": "Locked",
|
||||||
|
"unlocked": "Unlocked",
|
||||||
|
"random": "Random"
|
||||||
},
|
},
|
||||||
"logo": {
|
"logo": {
|
||||||
"títle": "¿Necesitas ayuda?",
|
"títle": "¿Necesitas ayuda?",
|
||||||
"content": "Sigue la guía :",
|
|
||||||
"edge": "Ir a la página web de Edge-Studio",
|
|
||||||
"drivethrurpg": "¿Comprar un PDF del juego?",
|
|
||||||
"discord": "Discord oficial de FoundryVTT",
|
|
||||||
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
||||||
"alt": "Ayuda en línea",
|
"alt": "Ayuda en línea",
|
||||||
"edge-info": "Tu navegador abrirá la página web de EDGE STUDIO",
|
"content": "Sigue la guía :",
|
||||||
"edge-link": "https://edge-studio.net/",
|
"edge": {
|
||||||
"drivethrurpg-info": "tu navegador abrirá el sitio DriveThruRpg de Edge Studio",
|
"title": "Ir a la página web de Edge-Studio",
|
||||||
"drivethrurpg-link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio",
|
"info": "Tu navegador abrirá la página web de EDGE STUDIO",
|
||||||
"discord-info": "Su navegador se abrirá el discord oficial de Foundry",
|
"link": "https://edge-studio.net/"
|
||||||
"discord-link": "https://discordapp.com/invite/DDBZUDf"
|
},
|
||||||
|
"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": {
|
"rings": {
|
||||||
"title": "Anillos",
|
"title": "Anillos",
|
||||||
|
"label": "Anillo",
|
||||||
"earth": "Tierra",
|
"earth": "Tierra",
|
||||||
"air": "Aire",
|
"air": "Aire",
|
||||||
"water": "Agua",
|
"water": "Agua",
|
||||||
"fire": "Fuego",
|
"fire": "Fuego",
|
||||||
"void": "Vacío"
|
"void": "Vacío"
|
||||||
},
|
},
|
||||||
"narrative": "Narrativa",
|
"sheets": {
|
||||||
"experience": "Experiencia",
|
"narrative": "Narrativa",
|
||||||
"clan": "Clan",
|
"experience": "Experiencia",
|
||||||
"family": "Familia",
|
"family": "Familia",
|
||||||
"region": "Region",
|
"region": "Region",
|
||||||
"upbringing": "Upbringing",
|
"upbringing": "Educación",
|
||||||
"school": "Escuela",
|
"school": "Escuela",
|
||||||
"schoolrank": "Rango",
|
"description": "Descripción",
|
||||||
"roles": "Funciones",
|
"bought_at_rank": "Adquirido en rango",
|
||||||
"distinctions": "Distinciones",
|
"types": "Tipos",
|
||||||
"distinctionstip": "Puedes volver a lanzar hasta dos dados si una distición te ayuda en la tirada.",
|
"book_reference": "Referencia",
|
||||||
"adversities": "Adversidades",
|
"value": "Valor",
|
||||||
"adversitiestip": "Vuelve a lanzar dos dados con Éxito o Éxito relanzable si una adversidad influye en tu tirada. Si fallas, ganas 1 punto de vacío.",
|
"rarity": "Rareza",
|
||||||
"anxieties": "Ansiedades",
|
"quantity": "Cantidad",
|
||||||
"anxietiestip": "Tras realizar una tirada relacionada con tu ansiedad, recibes 3 puntos de Conflicto. Luego ganas 1 punto de vacío (limitado a 1 por escena).",
|
"weight": "Peso",
|
||||||
"passions": "Pasiones",
|
"properties": "Propiedades",
|
||||||
"passionstip": "Después de efectuar una tirada relacionada con tu pasión, descarta tres puntos de Conflicto.",
|
"linked_property": "Propiedad vínculada",
|
||||||
"personality": "Personalidad",
|
"removed_properties": "Anula",
|
||||||
"description": "Descripción",
|
"notes": "Notas",
|
||||||
"bought_at_rank": "Adquirido en rango",
|
"inventory": "Inventario",
|
||||||
"effects": "Efectos",
|
"equipment": "Equipo",
|
||||||
"types": "Tipos",
|
"rank": "Rango",
|
||||||
"book_reference": "Referencia",
|
"name": "Nombre"
|
||||||
"value": "Valor",
|
|
||||||
"rarity": "Rareza",
|
|
||||||
"chatdices": {
|
|
||||||
"successes": "Éxitos",
|
|
||||||
"explosives": "Relanzables",
|
|
||||||
"opportunities": "Oportunidades",
|
|
||||||
"strife": "Conflictos",
|
|
||||||
"difficulty": "NO",
|
|
||||||
"difficulty_hidden": "NO ???",
|
|
||||||
"dicepicker": "Dice Picker",
|
|
||||||
"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!"
|
|
||||||
},
|
},
|
||||||
"dicepicker": {
|
"dice": {
|
||||||
"difficulty_title": "Dificultad",
|
"chat": {
|
||||||
"difficulty_hidden_label": "Ocultar NO",
|
"successes": "Éxitos",
|
||||||
"use_void_point_label": "Gasta un",
|
"explosives": "Relanzables",
|
||||||
"void_point_tooltip": "Punto de vacío",
|
"opportunities": "Oportunidades",
|
||||||
"skill_assistance_label": "Asistencia",
|
"strife": "Conflictos",
|
||||||
"roll_label": "Tirar",
|
"difficulty": "NO",
|
||||||
"bt_add_macro": "Añadir una macro"
|
"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!"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"roll_n_keep": {
|
"gm": {
|
||||||
"title": "L5A Tirar y guardar",
|
"toolbox": {
|
||||||
"discard_drop_here": "Descartar",
|
"title": "GM ToolBox",
|
||||||
"reroll_drop_here": "Relanzar",
|
"difficulty_hidden": "Cambiar la dificultad visible",
|
||||||
"swap_drop_here": "Cambiar cara",
|
"difficulty": "Cambiar dificultad (derecha: añadir, izquierda: sustraer, central: NO 2)",
|
||||||
"keep_drop_here": "Guardar",
|
"sleep": "Descanso confortable para todos los personajes (Eliminar fatiga = Agua x2. (Click derecho: sólo a los personajes seleccionados. Izquierdo: a todos los actores)",
|
||||||
"bt_validate": "Terminar este paso",
|
"sleep_info": "Los personajes han dormido bien.",
|
||||||
"undo": "[GM] Deshacer los últimos cambios"
|
"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",
|
||||||
|
"honor_glory_status": "H/G/E",
|
||||||
|
"focus_vigilance": "Con./Ale.",
|
||||||
|
"mouse_control": "Right click +1, left: -1, middle: reset to 0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"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. Right click: assigned characters only. Left: All actors)",
|
|
||||||
"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. Right click: assigned characters only. Left: All actors)",
|
|
||||||
"scene_end_info": "La tensión de la escena por fin disminuye.",
|
|
||||||
"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."
|
|
||||||
},
|
|
||||||
"gm_monitor": {
|
|
||||||
"title": "GM Monitor",
|
|
||||||
"switch_view": "Switch View",
|
|
||||||
"honor_glory_status": "H/G/S",
|
|
||||||
"focus_vigilance": "Foc./Vig."
|
|
||||||
},
|
|
||||||
"max": "Máx",
|
|
||||||
"current": "Actuales",
|
|
||||||
"quantity": "Cantidad",
|
|
||||||
"weight": "Peso",
|
|
||||||
"properties": "Propiedades",
|
|
||||||
"linked_property": "linked Property",
|
|
||||||
"removed_properties": "Cancel",
|
|
||||||
"weapons": {
|
"weapons": {
|
||||||
"title": "Armas",
|
"title": "Armas",
|
||||||
"damage": "Daño",
|
"damage": "Daño",
|
||||||
@@ -164,25 +176,24 @@
|
|||||||
"category": "Categoría",
|
"category": "Categoría",
|
||||||
"deadliness": "Letalidad",
|
"deadliness": "Letalidad",
|
||||||
"grips": "Agarres",
|
"grips": "Agarres",
|
||||||
"1hand": "1-hand",
|
"1hand": "1-mano",
|
||||||
"2hand": "2-hand"
|
"2hand": "2-manos"
|
||||||
},
|
},
|
||||||
"armors": {
|
"armors": {
|
||||||
"title": "Armaduras",
|
"title": "Armaduras",
|
||||||
"type": "Defensa",
|
"type": "Defensa",
|
||||||
"physical": "física",
|
"physical": "Física",
|
||||||
"supernatural": "sobrenatural",
|
"supernatural": "Sobrenatural",
|
||||||
"equipped": "Equipado"
|
"equipped": "Equipado"
|
||||||
},
|
},
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Objetos"
|
"title": "Objetos"
|
||||||
},
|
},
|
||||||
"feats": "Logros",
|
|
||||||
"techniques": {
|
"techniques": {
|
||||||
"title": "Técnicas",
|
"title": "Técnicas",
|
||||||
"type": "Técnicas permitidas",
|
|
||||||
"not_allowed": "Tu personaje no puede utilizar este tipo de técnica.",
|
"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.",
|
"only_one": "Tu personaje sólo puede poseer una de estas técnicas.",
|
||||||
|
"type": "Técnicas permitidas",
|
||||||
"kata": "Kata",
|
"kata": "Kata",
|
||||||
"kiho": "Kihõ",
|
"kiho": "Kihõ",
|
||||||
"inversion": "Inversion",
|
"inversion": "Inversion",
|
||||||
@@ -194,7 +205,7 @@
|
|||||||
"mantra": "Mantra",
|
"mantra": "Mantra",
|
||||||
"school_ability": "Capacidad de escuela",
|
"school_ability": "Capacidad de escuela",
|
||||||
"mastery_ability": "Habilidad de maestría",
|
"mastery_ability": "Habilidad de maestría",
|
||||||
"title_ability": "Title Ability",
|
"title_ability": "Capacidad de título",
|
||||||
"specificity": "Specificity"
|
"specificity": "Specificity"
|
||||||
},
|
},
|
||||||
"peculiarities": {
|
"peculiarities": {
|
||||||
@@ -205,20 +216,12 @@
|
|||||||
"anxiety": "Ansiedad"
|
"anxiety": "Ansiedad"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"skill": "Habilidad",
|
|
||||||
"level": "Nivel",
|
|
||||||
"approaches": "Planteamientos",
|
|
||||||
"notes": "Notas",
|
|
||||||
"inventory": "Inventario",
|
|
||||||
"money": {
|
"money": {
|
||||||
"title": "Dinero personal",
|
"title": "Dinero personal",
|
||||||
"koku": "Koku",
|
"koku": "Koku",
|
||||||
"bu": "Bu",
|
"bu": "Bu",
|
||||||
"zeni": "Zeni"
|
"zeni": "Zeni"
|
||||||
},
|
},
|
||||||
"equipment": "Equipo",
|
|
||||||
"rank": "Rango",
|
|
||||||
"name": "Nombre",
|
|
||||||
"social": {
|
"social": {
|
||||||
"title": "Posición Social",
|
"title": "Posición Social",
|
||||||
"honor": "Honor",
|
"honor": "Honor",
|
||||||
@@ -228,24 +231,40 @@
|
|||||||
"giri": "Giri",
|
"giri": "Giri",
|
||||||
"past": "Past",
|
"past": "Past",
|
||||||
"bushido_tenets": {
|
"bushido_tenets": {
|
||||||
"title": "Bushido Tenets",
|
"title": "Preceptos del Bushidō",
|
||||||
"paramount": "Paramount",
|
"paramount": "Más importante",
|
||||||
"less_significant": "Less Significant"
|
"less_significant": "Menos significativo"
|
||||||
},
|
},
|
||||||
"titles": "Títulos",
|
"titles": "Títulos",
|
||||||
"attitude": "Actitud:",
|
"attitude": "Actitud:",
|
||||||
"advantages": "Distinciones y pasiones",
|
"advantages": "Distinciones y pasiones",
|
||||||
"disadvantages": "Adversidades y ansiedades",
|
"disadvantages": "Adversidades y ansiedades",
|
||||||
"bonds": "Bonds",
|
"bonds": "Vínculos",
|
||||||
"npc": {
|
"npc": {
|
||||||
"advantages": "Ventajas",
|
"advantages": "Ventajas",
|
||||||
"disadvantages": "Desventajas",
|
"disadvantages": "Desventajas",
|
||||||
"combat": "Combate",
|
"combat": "Combate",
|
||||||
"intrigue": "Intriga"
|
"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": {
|
"skills": {
|
||||||
"title": "Habilidades",
|
"title": "Habilidades",
|
||||||
|
"label": "Habilidad",
|
||||||
"artisan": {
|
"artisan": {
|
||||||
"title": "Artesanales",
|
"title": "Artesanales",
|
||||||
"aesthetics": "Estética",
|
"aesthetics": "Estética",
|
||||||
@@ -321,7 +340,7 @@
|
|||||||
"focustip": "Aire + Fuego",
|
"focustip": "Aire + Fuego",
|
||||||
"vigilance": "Alerta",
|
"vigilance": "Alerta",
|
||||||
"vigilancetip": "(Aire + Agua) /2",
|
"vigilancetip": "(Aire + Agua) /2",
|
||||||
"voidpoints": "P. Vacío",
|
"voidpoints": "Puntos de Vacío",
|
||||||
"fatigue": "Fatiga",
|
"fatigue": "Fatiga",
|
||||||
"strife": "Conflicto"
|
"strife": "Conflicto"
|
||||||
},
|
},
|
||||||
@@ -350,19 +369,19 @@
|
|||||||
"advancements": {
|
"advancements": {
|
||||||
"title": "Avances",
|
"title": "Avances",
|
||||||
"school_rank": "Rango de la escuela",
|
"school_rank": "Rango de la escuela",
|
||||||
"school_rank_0": "Bg",
|
"school_rank_0": "Inicial",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"cost": "Coste",
|
"cost": "Coste",
|
||||||
"spent": "Gastado",
|
"spent": "Gastado",
|
||||||
"saved": "Guardado",
|
"saved": "Guardado",
|
||||||
"total_xp_spent": "PE gastados",
|
"total_xp_spent": "PE gastados",
|
||||||
"total_xp_curriculum": "Xp spent on curriculum",
|
"total_xp_curriculum": "PE gastados en el programa",
|
||||||
"curriculum": "En programa de estudio",
|
"curriculum": "En programa de estudio",
|
||||||
"curriculum_validate": "Completar este rango",
|
"curriculum_validate": "Completar este rango",
|
||||||
"rarity_modifier": "Rarity modifier",
|
"rarity_modifier": "Modificador de rareza",
|
||||||
"item_pattern": "Item patterns",
|
"item_pattern": "Patrones de objetos",
|
||||||
"signature_scroll": "Signature scrolls",
|
"signature_scroll": "Pergaminos espaciales",
|
||||||
"school_curriculum_journal": "Drop curriculum's journal in sheet to link it"
|
"school_curriculum_journal": "Arrastra el diario del programa en la hoja para vincularlo"
|
||||||
},
|
},
|
||||||
"character_types": {
|
"character_types": {
|
||||||
"character": "Personaje jugador",
|
"character": "Personaje jugador",
|
||||||
@@ -410,16 +429,16 @@
|
|||||||
"increase_skill3": "Incremento de habilidad (3-5)",
|
"increase_skill3": "Incremento de habilidad (3-5)",
|
||||||
"choose_one_ring": "Elige uno",
|
"choose_one_ring": "Elige uno",
|
||||||
"choose_one_skill": "Elige una",
|
"choose_one_skill": "Elige una",
|
||||||
"or": "O",
|
"or": "o",
|
||||||
"and": "Y",
|
"and": "y",
|
||||||
"error": "Uy, parece que hay un error:",
|
"error": "Uy, parece que hay un error:",
|
||||||
"part0": {
|
"part0": {
|
||||||
"intro": "Puedes usar esta hoja para rellenar tus respuestas al Juego de las 20 Preguntas, y para tomar notas para más tarde!",
|
"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, p. 41-95",
|
"section": "Leyenda de los Cinco Anillos, capítulo 2: Creación de personajes, pp. 41-95",
|
||||||
"section_pow": "Legend of the Five Rings Path of Waves, Chapter 2: Creating a Character p. 30–82",
|
"section_pow": "Leyenda de los Cinco Anillos Senda de las olas, capítulo 2: Creación de personajes pp. 30–82",
|
||||||
"type": "Select the 20Q template you want to use",
|
"type": "Elige la plantilla de 20P que quieres usar",
|
||||||
"type_core": "Samurai (Core Rulebook)",
|
"type_core": "Samurai (Libro básico)",
|
||||||
"type_pow": "Ronin (Path of Waves)"
|
"type_pow": "Ronin (Senda de las olas)"
|
||||||
},
|
},
|
||||||
"part1": {
|
"part1": {
|
||||||
"title": "Parte I: Identidad básica (Clan y Familia)",
|
"title": "Parte I: Identidad básica (Clan y Familia)",
|
||||||
@@ -462,8 +481,8 @@
|
|||||||
"q8": "8. ¿Qué piensa tu personaje acerca del Bushidō? (p. 91)",
|
"q8": "8. ¿Qué piensa tu personaje acerca del Bushidō? (p. 91)",
|
||||||
"q8_pow": "8. What does your character think of Bushidō? (p. 62)",
|
"q8_pow": "8. What does your character think of Bushidō? (p. 62)",
|
||||||
"increase_honor": "Aumento del honor",
|
"increase_honor": "Aumento del honor",
|
||||||
"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):",
|
"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": "Item (Rarity 5 or lower)"
|
"object": "Objeto (Rareza 5 o inferior)"
|
||||||
},
|
},
|
||||||
"part4": {
|
"part4": {
|
||||||
"title": "Parte IV: Fortalezas y Debilidades",
|
"title": "Parte IV: Fortalezas y Debilidades",
|
||||||
@@ -517,9 +536,119 @@
|
|||||||
"q20_pow": "20. ¿Cómo debería morir tu personaje? (p. 68)",
|
"q20_pow": "20. ¿Cómo debería morir tu personaje? (p. 68)",
|
||||||
"summary": "Resumen",
|
"summary": "Resumen",
|
||||||
"generchar": "Generar el personaje",
|
"generchar": "Generar el personaje",
|
||||||
"generchar_disclaimer": "Advertencia, esto borrará los datos actuales del personaje!",
|
"generchar_disclaimer": "Advertencia, ¡esto borrará los datos actuales del personaje!",
|
||||||
"generchar_errors": "Borrar los errores antes de continuar!"
|
"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": "Armure, Armes, et Objets",
|
||||||
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,121 +39,133 @@
|
|||||||
"TypeArmy_fortification": "Fortification",
|
"TypeArmy_fortification": "Fortification",
|
||||||
"TypeArmy_cohort": "Régiment"
|
"TypeArmy_cohort": "Régiment"
|
||||||
},
|
},
|
||||||
|
"JOURNAL": {
|
||||||
|
"TypeJournal": "Journal"
|
||||||
|
},
|
||||||
"l5r5e": {
|
"l5r5e": {
|
||||||
"global": {
|
"global": {
|
||||||
|
"edge_translation_disclaimer": "",
|
||||||
"add": "Ajouter",
|
"add": "Ajouter",
|
||||||
"edit": "Modifier",
|
"edit": "Modifier",
|
||||||
"delete_confirm": "Etes-vous sûr de vouloir supprimer '{name}' ?",
|
"delete_confirm": "Etes-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.",
|
||||||
"edge_translation_disclaimer": ""
|
"locked": "Verrouillé",
|
||||||
|
"unlocked": "Déverrouillé",
|
||||||
|
"random": "Aléatoire"
|
||||||
},
|
},
|
||||||
"logo": {
|
"logo": {
|
||||||
"title": "Besoin d'aide ?",
|
"title": "Besoin d'aide ?",
|
||||||
"content": "Suivez le guide :",
|
|
||||||
"edge": "Accéder au site de Edge Studio.",
|
|
||||||
"drivethrurpg": "Acheter un PDF du jeu ?",
|
|
||||||
"discord": "Rejoignez le Discord Francophone",
|
|
||||||
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
||||||
"alt": "Aide en Ligne",
|
"alt": "Aide en Ligne",
|
||||||
"edge-info": "Votre navigateur va ouvrir le site de Edge Studio.",
|
"content": "Suivez le guide :",
|
||||||
"edge-link": "https://edge-studio.net/",
|
"edge": {
|
||||||
"drivethrurpg-info": "Votre navigateur va ouvrir le site DriveThruRpg de Edge Studio.",
|
"title": "Accéder au site de Edge Studio.",
|
||||||
"drivethrurpg-link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio",
|
"info": "Votre navigateur va ouvrir le site de Edge Studio.",
|
||||||
"discord-info": "Votre navigateur va ouvrir le discord francophone de foundry.",
|
"link": "https://edge-studio.net/"
|
||||||
"discord-link": "https://discord.gg/pPSDNJk"
|
},
|
||||||
|
"drivethrurpg": {
|
||||||
|
"title": "Acheter un PDF du jeu ?",
|
||||||
|
"info": "Votre navigateur va ouvrir le site DriveThruRpg de Edge Studio.",
|
||||||
|
"link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio"
|
||||||
|
},
|
||||||
|
"discord": {
|
||||||
|
"title": "Rejoignez le Discord Francophone",
|
||||||
|
"info": "Votre navigateur va ouvrir le discord francophone de foundry.",
|
||||||
|
"link": "https://discord.gg/pPSDNJk"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"rings": {
|
"rings": {
|
||||||
"title": "Anneaux",
|
"title": "Anneaux",
|
||||||
|
"label": "Anneau",
|
||||||
"earth": "Terre",
|
"earth": "Terre",
|
||||||
"air": "Air",
|
"air": "Air",
|
||||||
"water": "Eau",
|
"water": "Eau",
|
||||||
"fire": "Feu",
|
"fire": "Feu",
|
||||||
"void": "Vide"
|
"void": "Vide"
|
||||||
},
|
},
|
||||||
"narrative": "Mode Narratif",
|
"sheets": {
|
||||||
"experience": "Expérience",
|
"narrative": "Mode Narratif",
|
||||||
"clan": "Clan",
|
"experience": "Expérience",
|
||||||
"family": "Famille",
|
"family": "Famille",
|
||||||
"region": "Région",
|
"region": "Région",
|
||||||
"upbringing": "Education",
|
"upbringing": "Education",
|
||||||
"school": "Ecole",
|
"school": "École",
|
||||||
"schoolrank": "Rang",
|
"description": "Description",
|
||||||
"roles": "Rôles",
|
"bought_at_rank": "Acheté au rang",
|
||||||
"distinctions": "Aptitudes",
|
"types": "Types",
|
||||||
"distinctionstip": "Lorsque vous effectuez un test auquel s'applique une aptitude, vous pouvez relancer jusqu'à 2 dés.",
|
"book_reference": "Référence",
|
||||||
"adversities": "Coups du sort",
|
"value": "Valeur",
|
||||||
"adversitiestip": " lorsque vous effectuez un test auquel s'applique un coup du sort, vous relancez jusqu'à 2 dés dont le résultat contient Succès ou Succès explosif. Vous regagnez 1 point de Vide si vous ratez ce test.",
|
"rarity": "Rareté",
|
||||||
"anxieties": "Défaillances",
|
"quantity": "Quantité",
|
||||||
"anxietiestip": "Lorsque vous effectuez un test auquel s'applique une défaillance, vous recevez 2 points de Conflit. S'il s'agit de la première fois dans la scène, vous regagnez 1 point de Vide.",
|
"weight": "Poids",
|
||||||
"passions": "Passions",
|
"properties": "Propriétés",
|
||||||
"passionstip": "Lorsque vous effectuez un test auquel s'applique une passion, éliminez 3 points de Conflit.",
|
"linked_property": "Propriété liée",
|
||||||
"personality": "Personnalité",
|
"removed_properties": "Annule",
|
||||||
"description": "Description",
|
"notes": "Notes",
|
||||||
"bought_at_rank": "Acheté au rang",
|
"inventory": "Inventaire",
|
||||||
"effects": "Effets",
|
"equipment": "Équipement",
|
||||||
"types": "Types",
|
"rank": "Rang",
|
||||||
"book_reference": "Référence",
|
"name": "Nom"
|
||||||
"value": "Valeur",
|
|
||||||
"rarity": "Rareté",
|
|
||||||
"chatdices": {
|
|
||||||
"successes": "Succès",
|
|
||||||
"explosives": "Explosifs",
|
|
||||||
"opportunities": "Aubaines",
|
|
||||||
"strife": "Conflits",
|
|
||||||
"difficulty": "ND",
|
|
||||||
"difficulty_hidden": "ND ???",
|
|
||||||
"dicepicker": "Dice Picker",
|
|
||||||
"void_point_used": "Point de vide utilisé",
|
|
||||||
"assistance_used": "Assistance de compétence utilisée",
|
|
||||||
"roll_n_keep": "Roll & Keep",
|
|
||||||
"initiative_roll": "Jet d'initiative",
|
|
||||||
"success_text": "Succès !",
|
|
||||||
"bonus_text": "succès bonus",
|
|
||||||
"fail_text": "Échec !"
|
|
||||||
},
|
},
|
||||||
"dicepicker": {
|
"dice": {
|
||||||
"difficulty_title": "Difficulté",
|
"chat": {
|
||||||
"difficulty_hidden_label": "ND Caché",
|
"successes": "Succès",
|
||||||
"use_void_point_label": "Dépenser un",
|
"explosives": "Explosifs",
|
||||||
"void_point_tooltip": "Point de Vide",
|
"opportunities": "Aubaines",
|
||||||
"skill_assistance_label": "Assistance",
|
"strife": "Conflits",
|
||||||
"roll_label": "Lancer",
|
"difficulty": "ND",
|
||||||
"bt_add_macro": "Ajouter une macro"
|
"difficulty_hidden": "???",
|
||||||
|
"void_point_used": "Point de vide utilisé",
|
||||||
|
"assistance_used": "Assistance de compétence utilisée",
|
||||||
|
"roll_n_keep": "Roll & Keep",
|
||||||
|
"initiative_roll": "Jet d'initiative",
|
||||||
|
"success_text": "Succès !",
|
||||||
|
"bonus_text": "succès bonus",
|
||||||
|
"fail_text": "Échec !"
|
||||||
|
},
|
||||||
|
"dicepicker": {
|
||||||
|
"title": "Dice Picker",
|
||||||
|
"difficulty_title": "Difficulté",
|
||||||
|
"difficulty_hidden_label": "ND Caché",
|
||||||
|
"use_void_point_label": "Dépenser un",
|
||||||
|
"void_point_tooltip": "Point de Vide",
|
||||||
|
"skill_assistance_label": "Assistance",
|
||||||
|
"roll_label": "Lancer",
|
||||||
|
"bt_add_macro": "Ajouter une macro"
|
||||||
|
},
|
||||||
|
"roll_n_keep": {
|
||||||
|
"title": "Roll & Keep",
|
||||||
|
"discard_drop_here": "Abandonner",
|
||||||
|
"reroll_drop_here": "Relancer",
|
||||||
|
"swap_drop_here": "Modifier",
|
||||||
|
"keep_drop_here": "Garder",
|
||||||
|
"max": "Max",
|
||||||
|
"bt_validate": "Finaliser cette étape",
|
||||||
|
"bt_strife": "Appliquer le conflit",
|
||||||
|
"undo": "[GM] Annuler les choix de la dernière étape"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"roll_n_keep": {
|
"gm": {
|
||||||
"title": "L5R Roll & Keep",
|
"toolbox": {
|
||||||
"discard_drop_here": "Abandonner",
|
"title": "GM ToolBox",
|
||||||
"reroll_drop_here": "Relancer",
|
"difficulty_hidden": "Modifier la visibilité de la difficulté",
|
||||||
"swap_drop_here": "Modifier",
|
"difficulty": "Modifier la difficulté (Clic Droit: ajout, Gauche: soustraction, Milieu: ND 2)",
|
||||||
"keep_drop_here": "Garder",
|
"sleep": "Repos confortable pour tous les personnages (Enlève Eau x2 de fatigue. Clic Droit: Personnages contrôlés uniquement. Gauche: Tous)",
|
||||||
"bt_validate": "Finaliser cette étape",
|
"sleep_info": "Les personnages ont passé une bonne nuit de sommeil.",
|
||||||
"undo": "[GM] Annuler les choix de la dernière étape"
|
"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_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_info": "Les points du vide ont été attribués"
|
||||||
|
},
|
||||||
|
"monitor": {
|
||||||
|
"title": "GM Monitor",
|
||||||
|
"switch_view": "Switch View",
|
||||||
|
"honor_glory_status": "H/G/S",
|
||||||
|
"focus_vigilance": "Att./Vig.",
|
||||||
|
"mouse_control": "Click Droit +1, Gauche: -1, Milieu: Remise à 0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"gm_toolbox": {
|
|
||||||
"title": "GM ToolBox",
|
|
||||||
"difficulty_hidden": "Modifier la visibilité de la difficulté",
|
|
||||||
"difficulty": "Modifier la difficulté (Clic Droit: ajout, Gauche: soustraction, Milieu: ND 2)",
|
|
||||||
"sleep": "Repos confortable pour tous les personnages (Enlève Eau x2 de fatigue. Clic Droit: Personnages contrôlés uniquement. Gauche: Tous)",
|
|
||||||
"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_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_info": "Les points du vide ont été attribués"
|
|
||||||
},
|
|
||||||
"gm_monitor": {
|
|
||||||
"title": "GM Monitor",
|
|
||||||
"switch_view": "Switch View",
|
|
||||||
"honor_glory_status": "H/G/S",
|
|
||||||
"focus_vigilance": "Att./Vig."
|
|
||||||
},
|
|
||||||
"max": "Max",
|
|
||||||
"current": "Actuel",
|
|
||||||
"quantity": "Quantité",
|
|
||||||
"weight": "Poids",
|
|
||||||
"properties": "Propriétés",
|
|
||||||
"linked_property": "Propriété liée",
|
|
||||||
"removed_properties": "Annule",
|
|
||||||
"weapons": {
|
"weapons": {
|
||||||
"title": "Armement",
|
"title": "Armement",
|
||||||
"damage": "Dégâts de base (DDB)",
|
"damage": "Dégâts de base (DDB)",
|
||||||
@@ -177,7 +189,6 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"title": "Objets"
|
"title": "Objets"
|
||||||
},
|
},
|
||||||
"feats": "Prouesses",
|
|
||||||
"techniques": {
|
"techniques": {
|
||||||
"title": "Techniques",
|
"title": "Techniques",
|
||||||
"not_allowed": "Votre personnage n'utilise pas ce type de technique.",
|
"not_allowed": "Votre personnage n'utilise pas ce type de technique.",
|
||||||
@@ -205,20 +216,12 @@
|
|||||||
"anxiety": "Défaillance"
|
"anxiety": "Défaillance"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"skill": "Compétence",
|
|
||||||
"level": "Niveau",
|
|
||||||
"approaches": "Approches",
|
|
||||||
"notes": "Notes",
|
|
||||||
"inventory": "Inventaire",
|
|
||||||
"money": {
|
"money": {
|
||||||
"title": "Fortune",
|
"title": "Fortune",
|
||||||
"koku": "Koku",
|
"koku": "Koku",
|
||||||
"bu": "Bu",
|
"bu": "Bu",
|
||||||
"zeni": "Zeni"
|
"zeni": "Zeni"
|
||||||
},
|
},
|
||||||
"equipment": "Équipement",
|
|
||||||
"rank": "Rang",
|
|
||||||
"name": "Nom",
|
|
||||||
"social": {
|
"social": {
|
||||||
"title": "Position Sociale",
|
"title": "Position Sociale",
|
||||||
"honor": "Honneur",
|
"honor": "Honneur",
|
||||||
@@ -242,10 +245,26 @@
|
|||||||
"disadvantages": "Désavantages",
|
"disadvantages": "Désavantages",
|
||||||
"combat": "Combat",
|
"combat": "Combat",
|
||||||
"intrigue": "Intrigue"
|
"intrigue": "Intrigue"
|
||||||
|
},
|
||||||
|
"age": "Age",
|
||||||
|
"children": "Enfants",
|
||||||
|
"marital_status": {
|
||||||
|
"title": "État civil",
|
||||||
|
"partner": "Partenaire",
|
||||||
|
"married": "Marié(e)",
|
||||||
|
"betrothed": "Fiancé(e)",
|
||||||
|
"unmarried": "Célibataire",
|
||||||
|
"widowed": "Veuf/Veuve"
|
||||||
|
},
|
||||||
|
"gender": {
|
||||||
|
"title": "Genre",
|
||||||
|
"male": "Homme",
|
||||||
|
"female": "Femme"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"skills": {
|
"skills": {
|
||||||
"title": "Compétences",
|
"title": "Compétences",
|
||||||
|
"label": "Compétence",
|
||||||
"artisan": {
|
"artisan": {
|
||||||
"title": "Artisanales",
|
"title": "Artisanales",
|
||||||
"aesthetics": "Esthétique",
|
"aesthetics": "Esthétique",
|
||||||
@@ -520,6 +539,116 @@
|
|||||||
"generchar_disclaimer": "Attention cela écrasera les données de votre personnage actuel !",
|
"generchar_disclaimer": "Attention cela écrasera les données de votre personnage actuel !",
|
||||||
"generchar_errors": "Corriger les erreurs pour poursuivre !"
|
"generchar_errors": "Corriger les erreurs pour poursuivre !"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"char_generator": {
|
||||||
|
"title": "Générateur de personnage",
|
||||||
|
"head_bt_title": "Générateur",
|
||||||
|
"generate": "Générer",
|
||||||
|
"average_value": "Valeur moyenne",
|
||||||
|
"identity": "Clan, genre, age, état civil",
|
||||||
|
"attributes": "Position sociale, anneaux, attributs et compétences",
|
||||||
|
"demeanor": "Comportement et affinités avec les anneaux",
|
||||||
|
"peculiarities": "Avantages et désavantages",
|
||||||
|
"items": "Armure, Armes, et Objets",
|
||||||
|
"narrative": "Narration (Description)"
|
||||||
|
},
|
||||||
|
"roles": {
|
||||||
|
"title": "Rôles",
|
||||||
|
"artisan": "Artisan",
|
||||||
|
"bushi": "Bushi",
|
||||||
|
"courtier": "Courtisan",
|
||||||
|
"monk": "Moine",
|
||||||
|
"sage": "Sage",
|
||||||
|
"shinobi": "Shinobi",
|
||||||
|
"shugenja": "Shugenja"
|
||||||
|
},
|
||||||
|
"clans": {
|
||||||
|
"title": "Clans",
|
||||||
|
"label": "Clan",
|
||||||
|
"imperial": "Impérial",
|
||||||
|
"crab": "Crabe",
|
||||||
|
"crane": "Grue",
|
||||||
|
"dragon": "Dragon",
|
||||||
|
"lion": "Lion",
|
||||||
|
"phoenix": "Phénix",
|
||||||
|
"scorpion": "Scorpion",
|
||||||
|
"unicorn": "Licorne",
|
||||||
|
"mantis": "Mante",
|
||||||
|
"ronin": "Ronin",
|
||||||
|
"badger": "Blaireau",
|
||||||
|
"bat": "Chauve-souris",
|
||||||
|
"boar": "Sanglier",
|
||||||
|
"dragonfly": "Libellule",
|
||||||
|
"firefly": "Luciole",
|
||||||
|
"hare": "Lièvre",
|
||||||
|
"monkey": "Singe",
|
||||||
|
"oriole": "Loriot",
|
||||||
|
"ox": "Boeuf",
|
||||||
|
"sparrow": "Moineau",
|
||||||
|
"tortoise": "Tortue",
|
||||||
|
"ivory_kingdoms": "Royaumes d'Ivoire",
|
||||||
|
"qamarist": "Qamarist",
|
||||||
|
"ujik": "Ujik"
|
||||||
|
},
|
||||||
|
"demeanor": {
|
||||||
|
"adaptable": "Adaptable",
|
||||||
|
"aggressive": "Agressive",
|
||||||
|
"ambitious": "Ambitieuse",
|
||||||
|
"amiable": "Sympathique",
|
||||||
|
"analytical": "Réfléchie",
|
||||||
|
"angry": "Enervée",
|
||||||
|
"arrogant": "Arrogante",
|
||||||
|
"assertive": "Assurée",
|
||||||
|
"beguiling": "Séduisante",
|
||||||
|
"bitter": "Amère",
|
||||||
|
"bold": "Audacieuse",
|
||||||
|
"calculating": "Calculatrice",
|
||||||
|
"calm": "Calme",
|
||||||
|
"capricious": "Capricieuse",
|
||||||
|
"cautious": "Prudente",
|
||||||
|
"clever": "Astucieuse",
|
||||||
|
"confused": "Confuse",
|
||||||
|
"courageous": "Courageuse",
|
||||||
|
"cowardly": "Lâche",
|
||||||
|
"curious": "Curieuse",
|
||||||
|
"dependable": "Fiable",
|
||||||
|
"detached": "Détachée",
|
||||||
|
"disheartened": "Découragée",
|
||||||
|
"enraged": "Enragée",
|
||||||
|
"feral": "Sauvage",
|
||||||
|
"fickle": "Inconstante",
|
||||||
|
"fierce": "Féroce",
|
||||||
|
"flighty": "Volage",
|
||||||
|
"flippant": "Désinvolte",
|
||||||
|
"friendly": "Amicale",
|
||||||
|
"gruff": "Bourrue",
|
||||||
|
"hungry": "Affamée",
|
||||||
|
"intense": "Intense",
|
||||||
|
"intimidating": "Intimidante",
|
||||||
|
"irritable": "Irritable",
|
||||||
|
"loyal": "Fidèle",
|
||||||
|
"mischievous": "Malicieuse",
|
||||||
|
"morose": "Morose",
|
||||||
|
"nurturing": "Encourageante",
|
||||||
|
"obstinate": "Obstinée",
|
||||||
|
"opportunistic": "Opportuniste",
|
||||||
|
"passionate": "Passionnée",
|
||||||
|
"playful": "Enjouée",
|
||||||
|
"power_hungry": "Avide de pouvoir",
|
||||||
|
"proud": "Fière",
|
||||||
|
"restrained": "Restreinte",
|
||||||
|
"scheming": "Intrigante",
|
||||||
|
"serene": "Sereine",
|
||||||
|
"serious": "Sérieuse",
|
||||||
|
"shrewd": "Astucieuse",
|
||||||
|
"stubborn": "Têtue",
|
||||||
|
"suspicious": "Soupçonneuse",
|
||||||
|
"teasing": "Taquine",
|
||||||
|
"territorial": "Territoriale",
|
||||||
|
"uncertain": "Incertaine",
|
||||||
|
"unenthused": "Peu enthousiaste",
|
||||||
|
"vain": "Vaine",
|
||||||
|
"wary": "Méfiante"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
{"_id":"dz61B4h3iJwOC0Ob","name":"Draw 5 Ujik names","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Ujik names\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
{"_id":"dz61B4h3iJwOC0Ob","name":"Draw 5 Ujik names","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Ujik names\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||||
{"_id":"ed0HRLOWSKm6YTUS","name":"Draw 5 Japanese names (male)","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/traditional-japanese-man.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Japanese names (Male)\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
{"_id":"ed0HRLOWSKm6YTUS","name":"Draw 5 Japanese names (male)","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/traditional-japanese-man.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Japanese names (Male)\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||||
{"_id":"fk2naBrDnz8ZAVHR","name":"Draw 5 Japanese names (female)","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/traditional-japanese-woman.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Japanese names (Female)\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
{"_id":"fk2naBrDnz8ZAVHR","name":"Draw 5 Japanese names (female)","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/traditional-japanese-woman.svg","scope":"global","command":"game.l5r5e.HelpersL5r5e.drawManyFromPack(\"l5r5e.core-name-tables\", \"Japanese names (Female)\", 5);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||||
{"_id":"ggs1eiqkfVWlm5JM","name":"Draw Names Dialog","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/army.svg","scope":"global","command":"const pack = \"l5r5e.core-name-tables\";\nconst comp = await game.packs.get(pack);\nif (!comp) { console.log(`L5R5E | Pack not found[${pack}]`); return; }\nawait comp.getDocuments();\n\nlet radioTablesHtml = \"\";\ncomp.index.forEach(obj => { radioTablesHtml += `<label><input type=\"radio\" id=\"${obj._id}\" name=\"tableName\" value=\"${obj.name}\" ${radioTablesHtml === \"\" ? 'checked' : ''}> ${obj.name}</label>`; });\n\nnew Dialog({\n title: \"L5R5E Draw Names\",\n content: `\n <form class=\"noflex\" autocomplete=\"off\">\n <div class=\"form-group\">\n <label>${game.i18n.localize('ENTITY.RollTable')}:</label>\n <div class=\"form-fields\" style=\"flex-direction: column;align-items: flex-start\">\n ${radioTablesHtml}\n </div>\n </div>\n <hr>\n <div class=\"form-group\">\n <label><i class=\"d6\"></i> ${game.i18n.localize('l5r5e.quantity')}:</label>\n <div class=\"form-fields\">\n <input type=\"number\" name=\"drawNumber\" value=\"5\" min=\"0\" max=\"99\"/>\n </div>\n </div>\n </form>\n `,\n buttons: {\n no: {\n icon: \"<i class='fas fa-times'></i>\",\n label: game.i18n.localize('Cancel')\n },\n yes: {\n icon: \"<i class='fas fa-check'></i>\",\n label: game.i18n.localize('TABLE.Roll'),\n callback: (html) => {\n const tableName = html.find('input[name=\"tableName\"]:checked')[0]?.value || null;\n const drawNumber = html.find('input[name=\"drawNumber\"]')[0]?.value || null;\n if (!tableName || !drawNumber || drawNumber < 1) {return;}\n game.l5r5e.HelpersL5r5e.drawManyFromPack(pack, tableName, drawNumber);\n }\n },\n },\n default: \"no\"\n}).render(true);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
{"_id":"ggs1eiqkfVWlm5JM","name":"Draw Names Dialog","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/army.svg","scope":"global","command":"const pack = \"l5r5e.core-name-tables\";\nconst comp = await game.packs.get(pack);\nif (!comp) { console.log(`L5R5E | Pack not found[${pack}]`); return; }\nawait comp.getDocuments();\n\nlet radioTablesHtml = \"\";\ncomp.index.forEach(obj => { radioTablesHtml += `<label><input type=\"radio\" id=\"${obj._id}\" name=\"tableName\" value=\"${obj.name}\" ${radioTablesHtml === \"\" ? 'checked' : ''}> ${obj.name}</label>`; });\n\nnew Dialog({\n title: \"L5R5E Draw Names\",\n content: `\n <form class=\"noflex\" autocomplete=\"off\">\n <div class=\"form-group\">\n <label>${game.i18n.localize('DOCUMENT.RollTable')}:</label>\n <div class=\"form-fields\" style=\"flex-direction: column;align-items: flex-start\">\n ${radioTablesHtml}\n </div>\n </div>\n <hr>\n <div class=\"form-group\">\n <label><i class=\"d6\"></i> ${game.i18n.localize('l5r5e.sheets.quantity')}:</label>\n <div class=\"form-fields\">\n <input type=\"number\" name=\"drawNumber\" value=\"5\" min=\"0\" max=\"99\"/>\n </div>\n </div>\n </form>\n `,\n buttons: {\n no: {\n icon: \"<i class='fas fa-times'></i>\",\n label: game.i18n.localize('Cancel')\n },\n yes: {\n icon: \"<i class='fas fa-check'></i>\",\n label: game.i18n.localize('TABLE.Roll'),\n callback: (html) => {\n const tableName = html.find('input[name=\"tableName\"]:checked')[0]?.value || null;\n const drawNumber = html.find('input[name=\"drawNumber\"]')[0]?.value || null;\n if (!tableName || !drawNumber || drawNumber < 1) {return;}\n game.l5r5e.HelpersL5r5e.drawManyFromPack(pack, tableName, drawNumber);\n }\n },\n },\n default: \"no\"\n}).render(true);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||||
{"_id":"hpfDGUS48dA2pkUB","name":"Open Character Sheet (linked actor)","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.user.character?.sheet.render(true);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
{"_id":"hpfDGUS48dA2pkUB","name":"Open Character Sheet (linked actor)","type":"script","author":"Rv52pj6itbOX14wX","img":"systems/l5r5e/assets/icons/actors/character.svg","scope":"global","command":"game.user.character?.sheet.render(true);","folder":null,"sort":0,"permission":{"default":0},"flags":{}}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
{"_id":"L5RCoreAdv000020","name":"Ebisu’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
{"_id":"L5RCoreAdv000020","name":"Ebisu’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||||
{"_id":"L5RCoreAdv000021","name":"Fractured Spine","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
{"_id":"L5RCoreAdv000021","name":"Fractured Spine","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||||
{"_id":"L5RCoreAdv000022","name":"Fukurokujin’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Mental, Spiritual","description":"","book_reference":"Core Rulebook p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
{"_id":"L5RCoreAdv000022","name":"Fukurokujin’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Mental, Spiritual","description":"","book_reference":"Core Rulebook p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||||
{"_id":"L5RCoreAdv000023","name":"Gaijin Name, Culture, or Appearance","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Interpersonal (Name), Mental and Interpersonal<br>(Culture), Or Physical (Appearance)","description":"","book_reference":"Core Rulebook p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
{"_id":"L5RCoreAdv000023","name":"Gaijin Name, Culture, or Appearance","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Interpersonal (Culture) or Physical (Appearance), Interpersonal (Name), Mental","description":"","book_reference":"Core Rulebook p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||||
{"_id":"L5RCoreAdv000024","name":"Haunting","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Interpersonal, Spiritual","description":"","book_reference":"Core Rulebook p.122"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
{"_id":"L5RCoreAdv000024","name":"Haunting","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Interpersonal, Spiritual","description":"","book_reference":"Core Rulebook p.122"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||||
{"_id":"L5RCoreAdv000025","name":"Incurable Illness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical","description":"","book_reference":"Core Rulebook p.122"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
{"_id":"L5RCoreAdv000025","name":"Incurable Illness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical","description":"","book_reference":"Core Rulebook p.122"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||||
{"_id":"L5RCoreAdv000026","name":"Jurōjin’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.123"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
{"_id":"L5RCoreAdv000026","name":"Jurōjin’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.123"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
{"_id":"L5RCoreIns000001","name":"One Within the Void","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000001","name":"One Within the Void","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"sentiment","difficulty":"2","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000002","name":"Sight beyond Existence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000002","name":"Sight beyond Existence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"2","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000003","name":"Whispered Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000003","name":"Whispered Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"2","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000004","name":"Witness the End","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000004","name":"Witness the End","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:vigilance","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000005","name":"Distance Distorted","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000005","name":"Distance Distorted","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000006","name":"Ethereal Flicker","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000006","name":"Ethereal Flicker","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000007","name":"The Lotus Bloom","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000007","name":"The Lotus Bloom","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000008","name":"Hurl from the Stream","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000008","name":"Hurl from the Stream","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:vigilance","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000009","name":"Moon on the Shifting Sea","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000009","name":"Moon on the Shifting Sea","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000010","name":"Shroud in Solitude","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000010","name":"Shroud in Solitude","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000011","name":"Reality Stitch","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000011","name":"Reality Stitch","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:vigilance|max","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000012","name":"Shattering Caress","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000012","name":"Shattering Caress","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"unarmed,melee","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000013","name":"Three Heartbeats","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000013","name":"Three Heartbeats","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000014","name":"Essence Eternal","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000014","name":"Essence Eternal","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000015","name":"Slip the Cycle","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000015","name":"Slip the Cycle","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"3","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
{"_id":"L5RCoreIns000016","name":"Unweave","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"inversion","xp_cost":"3","description":"","book_reference":"Celestial Realms p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
{"_id":"L5RCoreIns000016","name":"Unweave","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"inversion","xp_cost":"6","description":"","book_reference":"Celestial Realms p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/inversion.svg","effects":[]}
|
||||||
|
|||||||
@@ -1,75 +1,75 @@
|
|||||||
{"_id":"L5RCoreInv000001","name":"Rise, Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.194"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000001","name":"Rise, Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.194"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000002","name":"Nature’s Touch","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.194"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000002","name":"Nature’s Touch","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.194"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000003","name":"Wrath of Kaze-no-Kami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.196"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000003","name":"Wrath of Kaze-no-Kami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.196"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000004","name":"Secrets on the Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.194"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000004","name":"Secrets on the Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.194"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000005","name":"Vapor of Nightmares","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.195"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000005","name":"Vapor of Nightmares","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.195"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000006","name":"Grasp of the Air Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.193"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000006","name":"Grasp of the Air Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.193"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000007","name":"Blessed Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.192"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000007","name":"Blessed Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.192"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000008","name":"By the Light of the Lord Moon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.192"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000008","name":"By the Light of the Lord Moon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.192"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000009","name":"Call Upon the Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.192"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000009","name":"Call Upon the Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.192"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000010","name":"Cloak of Night","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.192"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000010","name":"Cloak of Night","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.192"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000011","name":"False Realm of the Fox Spirits","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.193"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000011","name":"False Realm of the Fox Spirits","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.193"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000012","name":"Mask of Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.193"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000012","name":"Mask of Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.193"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000013","name":"Summon Fog","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.195"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000013","name":"Summon Fog","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.195"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000014","name":"Tempest of Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.195"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000014","name":"Tempest of Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.195"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000015","name":"Token of Memory","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.195"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000015","name":"Token of Memory","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.195"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000016","name":"Yari of Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.196"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000016","name":"Yari of Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.196"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000017","name":"Armor of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.197"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000017","name":"Armor of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.197"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000018","name":"Bind the Shadow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.197"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000018","name":"Bind the Shadow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.197"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000019","name":"Caress of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.197"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000019","name":"Caress of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.197"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000020","name":"Courage of Seven Thunders","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.197"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000020","name":"Courage of Seven Thunders","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.197"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000021","name":"Earthquake","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.198"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000021","name":"Earthquake","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.198"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000022","name":"Earth Becomes Sky","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.198"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000022","name":"Earth Becomes Sky","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.198"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000023","name":"Embrace of Kenro-Ji-Jin","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.198"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000023","name":"Embrace of Kenro-Ji-Jin","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.198"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000024","name":"Grasp of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.199"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000024","name":"Grasp of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.199"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000025","name":"Jade Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.199"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000025","name":"Jade Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.199"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000026","name":"Jurōjin’s Balm","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.199"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000026","name":"Jurōjin’s Balm","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.199"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000027","name":"Power of the Earth Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.200"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000027","name":"Power of the Earth Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.200"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000028","name":"Rise, Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.200"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000028","name":"Rise, Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.200"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000029","name":"Symbol of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.200"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000029","name":"Symbol of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.200"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000030","name":"Tetsubō of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.200"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000030","name":"Tetsubō of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.200"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000031","name":"Tomb of Jade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.201"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000031","name":"Tomb of Jade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.201"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000032","name":"Wall of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.201"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000032","name":"Wall of Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.201"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000033","name":"Armor of Radiance","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.202"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000033","name":"Armor of Radiance","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.202"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000034","name":"Biting Steel","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.202"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000034","name":"Biting Steel","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.202"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000035","name":"Breath of the Fire Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.202"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000035","name":"Breath of the Fire Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.202"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000036","name":"Extinguish","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.202"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000036","name":"Extinguish","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.202"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000037","name":"Fukurokujin’s Wit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.203"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000037","name":"Fukurokujin’s Wit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.203"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000038","name":"Fury of Osano-wo","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.203"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000038","name":"Fury of Osano-wo","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.203"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000039","name":"Katana of Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.203"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000039","name":"Katana of Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.203"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000040","name":"Matsu's Battlecry","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.204"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000040","name":"Matsu's Battlecry","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"@T:vigilance|max","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.204"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000041","name":"Ravenous Swarms","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.204"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000041","name":"Ravenous Swarms","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.204"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000042","name":"Rise, Flame","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.204"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000042","name":"Rise, Flame","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.204"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000043","name":"The Cleansing Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.204"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000043","name":"The Cleansing Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.204"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000044","name":"The Fires from Within","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.205"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000044","name":"The Fires from Within","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.205"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000045","name":"The Soul’s Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.205"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000045","name":"The Soul’s Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.205"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000046","name":"Wall of Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.205"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000046","name":"Wall of Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.205"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000047","name":"Wings of the Phoenix","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.206"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000047","name":"Wings of the Phoenix","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.206"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000048","name":"Bō of Water","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.207"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000048","name":"Bō of Water","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.207"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000049","name":"Dance of Seasons","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.207"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000049","name":"Dance of Seasons","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.207"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000050","name":"Dominion of Suijin","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.207"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000050","name":"Dominion of Suijin","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.207"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000051","name":"Ever-Changing Waves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.208"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000051","name":"Ever-Changing Waves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.208"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000052","name":"Hands of the Tides","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.208"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000052","name":"Hands of the Tides","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.208"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000053","name":"Heart of the Water Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.208"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000053","name":"Heart of the Water Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.208"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000054","name":"Inari’s Blessing","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.209"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000054","name":"Inari’s Blessing","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.209"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000055","name":"Path to Inner Peace","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.209"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000055","name":"Path to Inner Peace","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.209"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000056","name":"Reflections of P’an Ku","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.209"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000056","name":"Reflections of P’an Ku","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.209"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000057","name":"Rise, Water","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.210"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000057","name":"Rise, Water","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"6","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.210"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000058","name":"Stride the Waves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000058","name":"Stride the Waves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000059","name":"Strike the Tsunami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000059","name":"Strike the Tsunami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000060","name":"Suijin’s Embrace","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000060","name":"Suijin’s Embrace","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"4","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000061","name":"Sympathetic Energies","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000061","name":"Sympathetic Energies","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000062","name":"The Rushing Wave","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000062","name":"The Rushing Wave","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Core Rulebook p.211"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000063","name":"Dream Painter","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000063","name":"Dream Painter","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000064","name":"Messenger of Chikusho-do","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000064","name":"Messenger of Chikusho-do","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000065","name":"The Fading Dream","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000065","name":"The Fading Dream","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000066","name":"Bond of the Realms","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000066","name":"Bond of the Realms","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000067","name":"Guardian of the Secret Gate","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000067","name":"Guardian of the Secret Gate","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000068","name":"Emboldened Steed","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000068","name":"Emboldened Steed","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000069","name":"Fluid Shadows","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000069","name":"Fluid Shadows","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000070","name":"Heart of the Lady Sun","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000070","name":"Heart of the Lady Sun","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"5","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000071","name":"Fires of Purity","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000071","name":"Fires of Purity","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000072","name":"Amaterasu's Gaze","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000072","name":"Amaterasu's Gaze","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"1","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000073","name":"Rain of Ten Thousand Lotuses","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000073","name":"Rain of Ten Thousand Lotuses","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000074","name":"Path of Beasts","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000074","name":"Path of Beasts","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Celestial Realms p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
{"_id":"L5RCoreInv000075","name":"Essence of Jade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Shadowlands p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
{"_id":"L5RCoreInv000075","name":"Essence of Jade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"invocation","xp_cost":"3","description":"","book_reference":"Shadowlands p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/invocation.svg","effects":[]}
|
||||||
|
|||||||
@@ -1,66 +1,66 @@
|
|||||||
{"_id":"L5RCoreKat000001","name":"Flowing Water Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000001","name":"Flowing Water Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"melee","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000002","name":"Crimson Leaves Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000002","name":"Crimson Leaves Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"melee","difficulty":"4","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000003","name":"Heartpiercing Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.176"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000003","name":"Heartpiercing Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"melee","difficulty":"4","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.176"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000004","name":"Battle in the Mind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.174"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000004","name":"Battle in the Mind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.174"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000005","name":"Lord Shiba’s Valor (Phoenix)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.177"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000005","name":"Lord Shiba’s Valor (Phoenix)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"tactics","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.177"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000006","name":"Soul Sunder","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.177"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000006","name":"Soul Sunder","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"4","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.177"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000007","name":"Warrior’s Resolve","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000007","name":"Warrior’s Resolve","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000008","name":"Tactical Assessment","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000008","name":"Tactical Assessment","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000009","name":"Soaring Slice","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.177"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000009","name":"Soaring Slice","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.177"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000010","name":"Striking as Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.177"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000010","name":"Striking as Air","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.177"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000011","name":"Striking as Water","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000011","name":"Striking as Water","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000012","name":"Striking as Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000012","name":"Striking as Earth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000013","name":"Striking as Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000013","name":"Striking as Fire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000014","name":"Striking as Void","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000014","name":"Striking as Void","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000015","name":"Lord Hida’s Grip (Crab)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.176"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000015","name":"Lord Hida’s Grip (Crab)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"fitness","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.176"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000016","name":"Disappearing World Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000016","name":"Disappearing World Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000017","name":"Crashing Wave Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000017","name":"Crashing Wave Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000018","name":"Crescent Moon Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000018","name":"Crescent Moon Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000019","name":"Iron in the Mountains Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.176"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000019","name":"Iron in the Mountains Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.176"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000020","name":"Breath of Wind Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000020","name":"Breath of Wind Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.175"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000021","name":"Thunderclap Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000021","name":"Thunderclap Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"melee,unarmed","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000022","name":"Iaijutsu Cut: Rising Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.179"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000022","name":"Iaijutsu Cut: Rising Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.179"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000023","name":"Iaijutsu Cut: Crossing Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.179"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000023","name":"Iaijutsu Cut: Crossing Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.179"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000024","name":"Rushing Avalanche Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000024","name":"Rushing Avalanche Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000025","name":"Iron Forest Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000025","name":"Iron Forest Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000026","name":"Open-Hand Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000026","name":"Open-Hand Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000027","name":"Veiled Menace Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.181"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000027","name":"Veiled Menace Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.181"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000028","name":"Spinning Blades Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000028","name":"Spinning Blades Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.180"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000029","name":"Coiling Serpent Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.179"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000029","name":"Coiling Serpent Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.179"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000030","name":"Pin the Fan","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.181"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000030","name":"Pin the Fan","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"ranged","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.181"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000031","name":"Hawk’s Precision","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.181"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000031","name":"Hawk’s Precision","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.181"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000032","name":"Pelting Hail Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.181"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000032","name":"Pelting Hail Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core Rulebook p.181"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000033","name":"Trip the Leg","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Court of Stones p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000033","name":"Trip the Leg","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Court of Stones p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000034","name":"Pole-Vault","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Court of Stones p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000034","name":"Pole-Vault","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Court of Stones p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000035","name":"Chaotic Scattering","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000035","name":"Chaotic Scattering","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"survival","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000036","name":"Mind's Edge","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000036","name":"Mind's Edge","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"1","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000037","name":"Iron Shell Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000037","name":"Iron Shell Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000038","name":"Boar's Wrath Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000038","name":"Boar's Wrath Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000039","name":"Thunderous Hooves Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000039","name":"Thunderous Hooves Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000040","name":"Rider's Haste","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000040","name":"Rider's Haste","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000041","name":"Void Embrace Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000041","name":"Void Embrace Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000042","name":"Improvised Assault","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000042","name":"Improvised Assault","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"tactics,smithing","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000043","name":"Bonebreaker Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000043","name":"Bonebreaker Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000044","name":"Flashing Steel Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000044","name":"Flashing Steel Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"melee","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000045","name":"Deflective Defense","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000045","name":"Deflective Defense","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000046","name":"Daring Swing","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000046","name":"Daring Swing","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"melee","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000047","name":"Iaijutsu Cut: Reverse Draw","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000047","name":"Iaijutsu Cut: Reverse Draw","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000048","name":"Landslide Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000048","name":"Landslide Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"melee","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000049","name":"Laughing Fox Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000049","name":"Laughing Fox Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"unarmed","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000050","name":"Iaijutsu Cut: Sword and Sheath","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000050","name":"Iaijutsu Cut: Sword and Sheath","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"melee","difficulty":"2","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000051","name":"Piercing Bolt Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000051","name":"Piercing Bolt Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000052","name":"Reckless Lunge","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000052","name":"Reckless Lunge","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"unarmed","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000053","name":"Swirling Tempest Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000053","name":"Swirling Tempest Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000054","name":"Snapping Branch Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000054","name":"Snapping Branch Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"fitness","difficulty":"3","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000055","name":"Thunderous Blows Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000055","name":"Thunderous Blows Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000056","name":"Rushing Ox Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000056","name":"Rushing Ox Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000057","name":"Wheeling Sweep","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000057","name":"Wheeling Sweep","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"unarmed","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000058","name":"Eyeless Sight Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000058","name":"Eyeless Sight Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"ranged","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000059","name":"Twin Streams Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000059","name":"Twin Streams Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000060","name":"Staggering Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000060","name":"Staggering Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000061","name":"Falling Heavens Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000061","name":"Falling Heavens Shot","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"ranged","difficulty":"@T:vigilance","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000062","name":"Swirling Viper Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000062","name":"Swirling Viper Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000063","name":"Wasp's Spite Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000063","name":"Wasp's Spite Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Path of Waves p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000065","name":"Fierce Badger Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Fields of Victory p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000065","name":"Fierce Badger Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Fields of Victory p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000066","name":"Thicket's Embrace Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Fields of Victory p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000066","name":"Thicket's Embrace Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Fields of Victory p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKat000067","name":"Shattering Tide Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Fields of Victory p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
{"_id":"L5RCoreKat000067","name":"Shattering Tide Style","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"","difficulty":"","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Fields of Victory p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||||
|
|||||||
@@ -1,23 +1,23 @@
|
|||||||
{"_id":"L5RCoreKih000001","name":"Cleansing Spirit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.182"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000001","name":"Cleansing Spirit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.182"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000002","name":"Grasp the Earth Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.183"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000002","name":"Grasp the Earth Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"meditation","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.183"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000003","name":"Earth Needs No Eyes","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.182"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000003","name":"Earth Needs No Eyes","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"meditation","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.182"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000004","name":"Way of the Earthquake","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.183"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000004","name":"Way of the Earthquake","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"unarmed","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.183"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000005","name":"Earthen Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.183"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000005","name":"Earthen Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.183"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000006","name":"Riding the Clouds","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.184"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000006","name":"Riding the Clouds","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","skill":"meditation","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.184"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000007","name":"Way of the Willow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.184"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000007","name":"Way of the Willow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.184"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000008","name":"Air Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.183"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000008","name":"Air Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.183"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000009","name":"The Great Silence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.184"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000009","name":"The Great Silence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.184"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000010","name":"Channel the Fire Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.185"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000010","name":"Channel the Fire Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"meditation","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.185"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000011","name":"Breaking Blow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.184"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000011","name":"Breaking Blow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.184"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000012","name":"Way of the Falling Star","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000012","name":"Way of the Falling Star","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","skill":"unarmed","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000013","name":"The Body Is an Anvil","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000013","name":"The Body Is an Anvil","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000014","name":"Flame Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.185"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000014","name":"Flame Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.185"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000015","name":"Ride the Water Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.187"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000015","name":"Ride the Water Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.187"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000016","name":"Freezing the Lifeblood","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000016","name":"Freezing the Lifeblood","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"unarmed","difficulty":"2","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000017","name":"Ki Protection","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000017","name":"Ki Protection","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"meditation","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.186"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000018","name":"Way of the Seafoam","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.187"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000018","name":"Way of the Seafoam","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"meditation","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.187"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000019","name":"Water Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.187"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000019","name":"Water Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"unarmed","difficulty":"1","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.187"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000020","name":"Death Touch","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000020","name":"Death Touch","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"unarmed","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000021","name":"Touch the Void Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000021","name":"Touch the Void Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"4","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000022","name":"Still the Elements","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000022","name":"Still the Elements","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"4","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreKih000023","name":"Way of the Edgeless Sword","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
{"_id":"L5RCoreKih000023","name":"Way of the Edgeless Sword","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","skill":"meditation","difficulty":"3","technique_type":"kiho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
{"_id":"L5RCoreMah000001","name":"Incite Haunting","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.224"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000001","name":"Incite Haunting","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.224"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000002","name":"Grip of Anguish","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.224"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000002","name":"Grip of Anguish","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.224"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000003","name":"Unholy Fervor","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.225"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000003","name":"Unholy Fervor","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.225"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000004","name":"Mark of Desecration","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.225"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000004","name":"Mark of Desecration","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.225"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000005","name":"Sinful Whispers","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.225"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000005","name":"Sinful Whispers","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Core Rulebook p.225"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000006","name":"Accursed Summoning","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000006","name":"Accursed Summoning","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"@T:intrigueRank","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000007","name":"Bind the Undead","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000007","name":"Bind the Undead","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000008","name":"Commune with Evil","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000008","name":"Commune with Evil","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"1","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000009","name":"Dark Reflection","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000009","name":"Dark Reflection","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000010","name":"Entreat the Shadow Steed","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000010","name":"Entreat the Shadow Steed","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000011","name":"Fiend's Retreat","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000011","name":"Fiend's Retreat","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000012","name":"Shape the Flesh","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000012","name":"Shape the Flesh","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000013","name":"Spiritual Shackles","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000013","name":"Spiritual Shackles","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","skill":"theology","difficulty":"@T:vigilance","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000014","name":"Spread Corruption","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000014","name":"Spread Corruption","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000015","name":"Sword of Blood","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000015","name":"Sword of Blood","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","skill":"theology","difficulty":"2","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMah000016","name":"Twisted Summons","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
{"_id":"L5RCoreMah000016","name":"Twisted Summons","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","skill":"theology","difficulty":"3","technique_type":"maho","xp_cost":"3","description":"","book_reference":"Shadowlands p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/maho.svg","effects":[]}
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
{"_id":"L5RCoreMan000001","name":"Summon Mantra : [One Implement]","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"mantra","xp_cost":"3","description":"","book_reference":"Path of Waves p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
{"_id":"L5RCoreMan000001","name":"Summon Mantra : [One Implement]","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"4","technique_type":"mantra","xp_cost":"3","description":"","book_reference":"Path of Waves p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||||
{"_id":"L5RCoreMan000002","name":"Countering Mantra","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"mantra","xp_cost":"3","description":"","book_reference":"Path of Waves p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
{"_id":"L5RCoreMan000002","name":"Countering Mantra","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","skill":"theology","difficulty":"5","technique_type":"mantra","xp_cost":"3","description":"","book_reference":"Path of Waves p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/mantra.svg","effects":[]}
|
||||||
|
|||||||