Compare commits
64 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87b54ac3ef | ||
|
|
08c0059ca5 | ||
|
|
bc615d05fa | ||
|
|
da0bdf453e | ||
|
|
dfef6d4092 | ||
|
|
5ffaa062fc | ||
|
|
14b47a5381 | ||
|
|
d213d179dc | ||
|
|
42708d54e8 | ||
|
|
386a62ef55 | ||
|
|
babbafffef | ||
|
|
3eb623120a | ||
|
|
d2f9b6891e | ||
|
|
a00fa80607 | ||
|
|
95d031c7a8 | ||
|
|
cb0696f662 | ||
|
|
db5d5b62aa | ||
|
|
6b322be3f4 | ||
|
|
48b17be458 | ||
|
|
7d7d62f950 | ||
|
|
fa03e5152b | ||
|
|
a823d89344 | ||
|
|
47eb508dd4 | ||
|
|
1cc496ad77 | ||
|
|
e0cb2bf235 | ||
|
|
8a22706ad2 | ||
|
|
0cb0a2f3ea | ||
|
|
fc56afa28e | ||
|
|
768fda1752 | ||
|
|
694333a1cb | ||
|
|
b54f58c9ce | ||
|
|
6a9e84f126 | ||
|
|
84b160b50d | ||
|
|
78568ded55 | ||
|
|
b59fde880d | ||
|
|
7969c5f526 | ||
|
|
ca5a164f7f | ||
|
|
45ae96724e | ||
|
|
7f987a7682 | ||
|
|
d88d985575 | ||
|
|
9f8a24bd68 | ||
|
|
4e629efe12 | ||
|
|
e542dd390b | ||
|
|
a517a92488 | ||
|
|
30da4f3a02 | ||
|
|
931a28fbfe | ||
|
|
4350506e09 | ||
|
|
68577737fc | ||
|
|
30f71e31cd | ||
|
|
c5e874c5ed | ||
|
|
99f342c291 | ||
|
|
5ea1268cbe | ||
|
|
f9dd188531 | ||
|
|
740d5cd8a6 | ||
|
|
2c233a37df | ||
|
|
1928897a49 | ||
|
|
dbe628d022 | ||
|
|
ec0ff5c44c | ||
|
|
46b5618257 | ||
|
|
d0bf736d84 | ||
|
|
75f68a4852 | ||
|
|
a958e17278 | ||
|
|
2cdce21407 | ||
|
|
a01dbfd53d |
46
CHANGELOG.md
46
CHANGELOG.md
@@ -1,10 +1,52 @@
|
||||
# Changelog
|
||||
|
||||
## 1.2.0 - Roll n Keep
|
||||
- Added Roll n Keep 1st iteration !
|
||||
- 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
|
||||
- Discard: Self explain, do not keep this die for the next step.
|
||||
- Re-roll: Replace this die by a new roll (Usually Advantage & Disadvantage stuff). When a reroll is selected, all the dice in the current step will be tag as keep by default.
|
||||
- Swap (Face): Set a desired face for this die (Some weird techniques stuff)
|
||||
- Usage:
|
||||
- All these actions are done by drag and drop a die result into a target action
|
||||
- A colored icon symbolize the choice made on the dice
|
||||
- You can always change choices for the current step until you clic next
|
||||
- Please note all dice without choice will be discarded for the next step
|
||||
- The GM has the ability to undo choices by left-clicking in the status headers
|
||||
- Limitation: The roll need to only have L5R dice in it (no mixed regular + L5R)
|
||||
- Fix image's behavior on create for all items sub classes
|
||||
- Click on rings in the PC/PNC sheet now open the DicePicker with the selected ring
|
||||
- Added a booster for loading compendium's core items (speed up 20Q)
|
||||
- Added confirm dialog on item's deletion (Hold "ctrl" on the click, if you want to bypass it)
|
||||
- Added "Sleep" & "Scene End" buttons in "GM ToolBox" (old "difficulty" box)
|
||||
- Token's bar:
|
||||
- The strife bar is now displayed in red if the actor is compromised
|
||||
- Added an option, off by default, to reverse the fatigue's token bar (thanks to Jzrzmy)
|
||||
- Added an option, on by default, to set the TN to 1 when the encounter type is selected (Intrigue, Duel, Skirmish or Mass battle)
|
||||
- Split Techniques & Items by category in actor sheet (pc & npc) for better readability
|
||||
- Armor & Weapon added in the conflict tab now set the "equipped" property by default
|
||||
- Added Tabs on NPC sheets
|
||||
- New styles for dice results
|
||||
|
||||
## 1.1.2 - 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
|
||||
- Shadowlands
|
||||
- Emerald Empire
|
||||
- Courts of Stone
|
||||
- Path of Waves
|
||||
- Celestial Realms
|
||||
- English cleanup, thanks to Mark Zeman !
|
||||
- Fix css for Spanish
|
||||
- Fix js error when Advancement is not embed in a actor
|
||||
- Click on a weapon show the DicePicker with the weapon skill selected
|
||||
- Display Rarity in Compendiums for Items, Armors and Weapons
|
||||
- Minion can now choose a stance and if they are prepared
|
||||
- Other minors fix
|
||||
|
||||
## 1.1.1 - The Huns War
|
||||
- Fix Minion initiative
|
||||
- Fix textarea ninjo/giri
|
||||
|
||||
|
||||
## 1.1.0 - Initiative first !
|
||||
- Added initiative system :
|
||||
- Now use the score rule (the real one if you prefer)
|
||||
@@ -22,7 +64,7 @@
|
||||
- PC/NPC Sheet :
|
||||
- Added a visual indicator for equipped / readied
|
||||
- Now only equipped armor / weapon will show in conflict tab, and all armors/weapons now show in inventory tab
|
||||
- Xp not in curriculum are now rounded up (down before)
|
||||
- Xp not in curriculum are now rounded up (down before, due to a translation error)
|
||||
- No more automation in stats for Npc (these cheaters !)
|
||||
- 20Q Pushed the step3 item's limit to 20 (10 previous)
|
||||
- Added System migration stuff
|
||||
|
||||
541
system/assets/icons/techs/inversion.svg
Normal file
541
system/assets/icons/techs/inversion.svg
Normal file
@@ -0,0 +1,541 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
.st2{fill:#FFFFFF;}
|
||||
.st3{display:inline;fill:none;}
|
||||
.st4{font-family:'L5R-Icons';}
|
||||
.st5{font-size:480px;}
|
||||
.st6{fill:#699678;}
|
||||
.st7{fill:#917896;}
|
||||
.st8{fill:#9B7350;}
|
||||
.st9{fill:#5F919B;}
|
||||
.st10{fill:#4B4641;}
|
||||
.st11{fill:#A75B58;}
|
||||
.st12{fill:#68829B;}
|
||||
.st13{fill:#009933;}
|
||||
.st14{fill:#CC3300;}
|
||||
.st15{fill:#0099FF;}
|
||||
.st16{fill:#FF6600;}
|
||||
.st17{fill:#FF0000;}
|
||||
.st18{fill:none;}
|
||||
.st19{fill:#78FFB4;}
|
||||
.st20{display:inline;fill:#785A87;}
|
||||
.st21{display:inline;fill:#9B463C;}
|
||||
.st22{display:inline;fill:#B9784B;}
|
||||
.st23{display:inline;fill:#2D551E;}
|
||||
.st24{display:inline;fill:#A08C50;}
|
||||
.st25{display:inline;fill:#55826E;}
|
||||
.st26{display:inline;fill:#82828C;}
|
||||
.st27{display:inline;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.1l-0.1,0c0.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.3l-0.2,0c1.1,5.1,1.7,10.2,1.7,15.2v0c0,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.3L204.6,512L204.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
|
||||
c27.5-11.9,56.7-17.8,87.7-17.8s60.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.5c-24.1,10.3-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.9
|
||||
c0,5.3,0.2,10.6,0.7,15.9c0.5,5.3,1,10.6,1.6,15.9l4.2-0.5c5.9-4.4,11.4-9.3,16.4-14.8c5-5.5,9.7-11.3,14.1-17.6
|
||||
c5.3,0.9,10.8,0.8,16.4-0.5c5.6-1.2,10.6-4.8,15-10.8l55.8-75.9l16.4,22l75-83.9l35.2,36.6c4.1,4.4,7.4,9.4,10.1,15
|
||||
c2.7,5.6,6,10.8,10.1,15.5c5.3,6.3,10.9,12.4,16.6,18.5c5.8,6.1,12.1,11.6,19,16.6l8.4,6.6l21.1-12.2
|
||||
c7.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.7s1.4-16.2,1.4-24.6
|
||||
C453.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.1c1.9-3.9,3-7.9,3.3-12C403.7,283,404.1,280.2,405.1,277.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Air">
|
||||
<g class="st1">
|
||||
<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
|
||||
c27.5-11.9,56.7-17.8,87.7-17.8s60.2,5.9,87.7,17.8c27.2,11.9,51,28,71.5,48.3c20.5,20.3,36.5,44.1,48,71.3
|
||||
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 M138.8,314c-11.9-5.6-22.6-13.2-32.1-22.7c-9.5-9.5-17.7-21.2-24.6-34.9
|
||||
c-7.2-13.7-13-29.8-17.3-48.3c-2.2,8.1-3.8,16.4-4.9,24.8c-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.7
|
||||
C77.9,293,97,306,116.5,315.4c19.5,9.4,39.6,12.8,60.2,10.3C163,323.2,150.4,319.3,138.8,314z M443.3,194.7
|
||||
c-7-20.2-16.8-38.5-29.3-55.1c-20.9-14.1-43.3-21.9-67-23.4c-23.8-1.6-46,1.4-66.8,8.9c-20.8,7.5-38.5,18.6-53.2,33.3
|
||||
c-14.7,14.7-23.4,31.3-26.3,49.7c-1.6,10.9,3,21.6,13.6,31.9c10.6,10.3,21.4,15.6,32.3,15.9c8.4,0.3,16.5-3,24.1-9.8
|
||||
c7.7-6.9,12-14.4,12.9-22.5c0.6-5.9-0.8-11.7-4.2-17.3c-3.4-5.6-8.9-9.4-16.4-11.3c-4.1-0.9-8.5-0.2-13.4,2.1
|
||||
c-4.8,2.3-7.7,5.7-8.7,10.1c-1.3,4.7-1.1,8.4,0.5,11.3c1.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.3
|
||||
c5.9-0.3,10.3,1.3,13.1,4.9c2.8,3.6,3.6,9.1,2.3,16.6c-0.6,4.1-3.4,7.2-8.4,9.4c-5,2.2-9.5,3-13.6,2.3
|
||||
c-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.1s15.9-14.4,25.3-15
|
||||
c12.8-0.9,24.8,1.1,35.9,6.1c11.1,5,18.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
|
||||
c-15,3-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
|
||||
c17.5,15.2,37.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.5c24.1-10.3,45.1-24.4,63-42.4
|
||||
c18-18,32.1-39,42.4-63c10.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.2
|
||||
c-7.2,4.7-14.1,9.8-20.6,15.5s-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,49
|
||||
c13,11.4,28.8,18.8,47.6,22.3c18.4,3.4,38.1,5,59.1,4.7c-26.6-4.1-48.1-11.6-64.7-22.5c-16.3-10.9-28.1-24.8-35.4-41.5
|
||||
c-7.3-16.7-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.3
|
||||
C256,69,239.1,77.1,225.1,86.1c-13.8,9.4-24.8,19.8-33,31.4c-8.3,11.6-13.5,24.1-15.7,37.5c-2.5,13.8-2.2,28.4,0.9,44.1
|
||||
c1.6-16.9,5.8-32.2,12.7-45.9c7.2-14.1,17.4-26.1,30.7-36.1c13.3-10,29.9-18.1,49.9-24.4c20-6.6,43.4-10.8,70.3-12.7
|
||||
C330.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.8c-0.3,1.9,0.2,3.9,1.6,6.1c1.4,2.2,3,3.6,4.9,4.2
|
||||
c1.2,0.3,2.6,0.2,4-0.5c1.4-0.6,2.4-1.4,3-2.3c0.6-0.9,1-1.9,1.2-2.8c0.2-0.9,0.1-1.7-0.2-2.3c-0.3-0.6-0.7-1.2-1.2-1.6
|
||||
s-1-0.9-1.6-1.2c8.1-1.2,11.6,2.4,10.5,11c-1.1,8.6-6.5,14-16.2,16.2c-8.4,1.6-15-0.5-19.7-6.1s-7.2-12.2-7.5-19.7
|
||||
c0-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.8c-13.4,4.1-23.4,11.4-30,22
|
||||
c-6.6,10.6-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,4c-2.7,2-4.5,4.6-5.4,7.7c-0.6,1.9-0.6,3.9,0,6.1
|
||||
c0.6,2.2,1.6,4.1,2.8,5.6c1.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.3c1.1-1.2,1.6-2.5,1.6-3.8
|
||||
c0.3-0.9,0.2-1.8-0.5-2.6c-0.6-0.8-1.4-1.5-2.3-2.1c-0.9-0.6-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.6
|
||||
c2.5-0.5,4.5-0.2,6.1,0.7c3.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.2
|
||||
c-5.9,0-11.6-1.9-16.9-5.6c-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.8
|
||||
c9.4,12.2,20.7,18.4,34,18.5c13.3,0.2,25.7-5.2,37.3-16.2C374.1,269.3,377,264.8,379,259.4z M389.1,227.7
|
||||
c4.4,20.3,2.8,37.3-4.7,51.1c-7.5,13.8-22.8,23.4-45.9,29.1c11.9,3.1,23,2.2,33.3-2.8c10.3-5.3,18.4-12.3,24.4-21.1
|
||||
c5.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">
|
||||
<g class="st1">
|
||||
<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
|
||||
c27.5-11.9,56.7-17.8,87.7-17.8s60.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,11c1.1,4.2,0.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.6c4.1-9.5,12.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.9c-10.3-24.1-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4
|
||||
C308.8,66,283.2,60.8,256,60.8s-52.8,5.2-76.9,15.5c-24.1,10.3-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,21.9,3.4,42.7,10.1,62.6c6.7,19.8,16.2,38,28.4,54.6c1.6-0.3,3.4-0.5,5.4-0.5
|
||||
c2,0,3.4-0.5,4-1.4c0.6-0.9,0.7-1.9,0.2-2.8s-0.5-1.7-0.2-2.3c2.5-4.4,6.3-8,11.5-10.8s10.1-4.4,14.8-4.7
|
||||
c-5.6,5.9-9.4,11.6-11.3,17.1c-1.9,5.5-0.9,10.1,2.8,13.8l10.3,10.8c0.9-6.9,2.3-13.4,4.2-19.7c1.9-6.2,4.1-12.3,6.6-18.3
|
||||
c0.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.2c-0.2-9.5-2.1-17.1-5.9-22.7l-6.6-10.3
|
||||
c-10.3-16.6-19.1-36.4-26.3-59.5c-7.2-23.1,3.9-42,33.3-56.7c-9.7,9.4-14.6,18.7-14.8,27.9c-0.2,9.2,4.5,17.9,13.8,26
|
||||
c2.2-12.8,6.2-20.3,12-22.5c5.8-2.2,8.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.5
|
||||
c-7.2,7.5-10.8,18.8-10.8,33.8c0,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.5
|
||||
c2.8,6.6,5.6,12.7,8.4,18.5c2.8,5.8,6.4,10.4,10.8,13.8c3.1,3.1,5.4,7.3,6.8,12.7c1.4,5.3,1.6,12,0.7,20.2l20.2,19.2
|
||||
c4.1-2.8,6.7-6.2,8-10.1c1.2-3.9,0.6-8.4-1.9-13.4l-5.2-10.3c-5.9-11.9-8.1-23-6.6-33.5c1.6-10.5,10.2-15.7,25.8-15.7
|
||||
c-10.9,8.1-16.1,15.6-15.5,22.5c0.6,6.9,3.1,13,7.5,18.3l13.1,15.9c9.1,10.6,15.3,22.7,18.8,36.1c3.4,13.4,0.2,29.1-9.8,46.9
|
||||
c9.1,15.6,13,30.2,11.7,43.8c-1.3,13.6-6.6,26.3-15.9,38.2c-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.3
|
||||
c0.5,2,1.2,4.1,2.1,6.3c0.3,0.6,0.7,1.4,1.2,2.3s1.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.2
|
||||
C369.1,390.5,370.1,387.9,370.4,384.7z M301,408.6c0.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.6
|
||||
c-1.3,3.4-3.2,5.6-5.9,6.6c-2.7,0.9-5.6,1.3-8.7,0.9l-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.2
|
||||
c10.3-16.9,16.6-31.2,19-42.9s1-20.2-4-25.5c-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.6
|
||||
c-1.7-1.1-2.9-2.6-3.5-4.5c-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.7
|
||||
c-11.3,19.8-30,24.6-56.3,14.3c10,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.7
|
||||
c-0.3,0.2-0.8,0.2-1.4,0.2h-5.2c-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.6
|
||||
c-0.3,0.9-0.4,1.9-0.2,2.8c0.2,0.9,0.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.1
|
||||
s6.6,3.1,10.1,3.8l8.9-2.3c-2.8-3.8-5.1-7.1-6.8-10.1c-1.7-3-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.6
|
||||
l7.5-5.2c1.9-4.7,3.1-9.5,3.8-14.5c0.6-5,0-9.7-1.9-14.1l-7.5-17.8c-0.3-1.2-0.5-2.4-0.7-3.5c-0.2-1.1-0.1-2.3,0.2-3.5l13.1,17.8
|
||||
c2.2,3.1,4.4,3.3,6.6,0.5c2.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.9
|
||||
c-3.8-5.3-7.8-10.3-12.2-15c6.2,1.9,11.8,5.3,16.6,10.3c4.8,5,9.8,9.8,14.8,14.5c2.5,2.5,4.9,3.4,7.3,2.6
|
||||
c2.3-0.8,2.7-2.9,1.2-6.3c-4.1-10.6-5.7-22.7-4.9-36.1c0.8-13.4,6-26.3,15.7-38.4c-0.3,7.2,0,16.5,0.9,27.9
|
||||
c0.9,11.4,4.4,19.8,10.3,25.1c4.4,2.2,9.1,1.5,14.1-2.1c5-3.6,8.7-7.7,11.3-12.4c-5.9,17.2-8.2,33.9-6.8,50.2
|
||||
c1.4,16.3-3.5,31.1-14.8,44.5c-5,5.6-4.8,10.7,0.5,15.2c5.3,4.5,10.6,4.1,15.9-1.2c-3.4,5.3-5.2,9.4-5.2,12.2s2.5,4.1,7.5,3.8
|
||||
c2.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">
|
||||
<g class="st1">
|
||||
<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
|
||||
c27.5-11.9,56.7-17.8,87.7-17.8s60.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
|
||||
c-16.1-11.4-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.5c-24.1,10.3-45.1,24.5-63,42.4
|
||||
c-18,18-32.1,39-42.4,63c-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.9
|
||||
c9.7-44.4,22.7-81.4,38.9-111.1c16.6-29.7,35.9-52.9,58.1-69.6c22.2-16.7,47.2-27.4,75-32.1c27.8-4.4,58-3.8,90.5,1.9l13.1,11.7
|
||||
l-17.8,3.3c-3.1,0.6-6.4,1.3-9.8,1.9c-3.4,0.6-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.7
|
||||
c0.3,0.9,1,1.5,2.1,1.6c1.1,0.2,2.1,0.4,3,0.7c3.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.2
|
||||
c4.1,0.5,7.8,1.6,11.3,3.5c5.3,2.5,10.6,5.6,15.9,9.4c5.3,3.8,9.2,8.4,11.7,14.1c1.2,3.1,1.5,6.6,0.7,10.3
|
||||
c-0.8,3.8-1.5,7.3-2.1,10.8c-3.8-10.3-8.3-16.6-13.6-19c-5.3-2.3-11.6-4-18.8-4.9c-6.9-0.9-12.4,0.5-16.6,4.5
|
||||
c-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.3c6.9,5.9,11.6,13.7,14.1,23.2c2.5,9.5,0.2,19.9-7,31.2
|
||||
c0-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.8c-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.1
|
||||
c3.8,6.3,4.8,14.1,3,23.7c-1.7,9.5-5.9,16.2-12.4,19.9c2.2-14.7,0.9-25-3.8-30.9c-4.7-5.9-11.6-9.2-20.6-9.8
|
||||
c-6.6-2.5-13.8-2.2-21.6,0.9c-7.8,3.1-14.1,7.3-18.8,12.7c-5,5.6-8.6,12.7-10.8,21.1c-2.2,8.4-2,16.3,0.5,23.4
|
||||
c3.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.3c11.1,0.5,21.8-0.5,32.1-3
|
||||
C351.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.7c2.7-3.9,5.4-5.7,8.2-5.4l115.8,8.9
|
||||
c17.8,1.3,34.6-3.9,50.4-15.5c15.8-11.6,29-26.4,39.6-44.5c-11.9,10.6-26.6,19.3-44.1,26c-17.5,6.7-34.8,9.3-52,7.7l-119.5-9.4
|
||||
c-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.6s-7.3-14-10.8-20.9
|
||||
c-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.2c-5.3,3.6-8.3,7.6-8.9,12
|
||||
c-1.9,10.9-1,22.3,2.6,34c3.6,11.7,9.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
|
||||
c12.2,5.9,23.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">
|
||||
<g class="st1">
|
||||
<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
|
||||
c27.5-11.9,56.7-17.8,87.7-17.8s60.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.5c-24.1,10.3-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.9
|
||||
c0,21.6,3.3,42.2,9.8,61.9c6.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.6
|
||||
c-15-6.2-28.8-14.7-41.3-25.3c-12.5-10.3-23.2-22.2-32.1-35.6c-8.9-13.4-15.9-28-20.9-43.6c-5-15.9-7.5-32.7-7.5-50.2
|
||||
c0-23.1,4.4-44.8,13.1-65.2c8.7-20.3,20.7-38,35.9-53.2c15.2-15.2,32.9-27.3,53.2-36.3c20.6-8.7,42.5-13.1,65.6-13.1
|
||||
c23.1,0,44.8,4.4,65.2,13.1c20.3,9.1,38.1,21.2,53.4,36.3c15.3,15.2,27.3,32.9,36.1,53.2c8.7,20.3,13.1,42,13.1,65.2
|
||||
c0,17.5-2.5,34.2-7.5,50.2c-5,15.9-12,30.6-21.1,44.1c-9.1,13.4-20,25.3-32.8,35.6c-12.5,10.6-26.4,19.1-41.7,25.3
|
||||
c19.4-6.9,37.2-16.4,53.4-28.6c16.2-12.2,30.3-26.4,42.2-42.7c11.9-16.2,21.1-34.2,27.7-53.9s9.8-40.3,9.8-61.9
|
||||
C453.8,231.5,448.7,205.8,438.3,181.8z M211.9,344.4c12.2-12.2,26.9-18.3,44.1-18.3c17.2,0,31.9,6.1,44.1,18.3
|
||||
s18.3,26.9,18.3,44.1c0,12.5-3.4,23.8-10.3,34c-6.9,10.2-15.6,17.7-26.3,22.7c22.8-5.9,41.7-18.3,56.7-37S361,367.7,361,343
|
||||
c0-12.8-2.2-25-6.6-36.6c-4.4-11.6-10.5-22-18.3-31.2c-7.8-9.2-17-16.9-27.7-23.2c-10.6-6.2-22-10.5-34.2-12.7
|
||||
c7.2,3.4,13.1,8.7,17.8,15.7s7,14.8,7,23.2c0,12.2-4.2,22.4-12.7,30.7c-8.4,8.3-18.6,12.4-30.5,12.4c-11.9,0-22-4.1-30.5-12.4
|
||||
c-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.7c-12.5,2.2-24.1,6.4-34.7,12.7
|
||||
c-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.6c0,24.7,7.6,46.4,22.7,65.2
|
||||
c15.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-34C193.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.1s-14.1,20.8-14.1,34.2
|
||||
c0,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.2c8.9,11.1,10.5,22.9,4.9,35.4c-8.1,17.5-12.5,35.9-13.1,55.3c-0.6,19.4,3.6,38,12.7,56
|
||||
c9.1,18,23.4,34.6,43.1,49.9c19.7,15.3,45.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.8
|
||||
s-18.8-33-19.7-48.3c-0.9-15.3,2.7-27.8,10.8-37.5c8.1-9.4,18.3-11.6,30.5-6.6c-2.5-17.5,1.2-28.4,11.3-32.8
|
||||
c10-4.4,19.7-1.4,29.1,8.9c7.8-21.2,5.9-39.9-5.6-56c-11.6-16.1-29.5-20.7-53.9-13.8c-5.9-7.8-13.8-13.9-23.7-18.3
|
||||
c-9.8-4.4-19.9-5-30.2-1.9c-10.3,3.1-20.7,3.7-31.2,1.6c-10.5-2-21.2-6-32.1-12L50.7,100.7z M83,393.6
|
||||
c17.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.2c5.3,0.8,10.5,2.7,15.5,5.9
|
||||
c0,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.7c-5,5-9.7,10.9-14.1,17.8L83,393.6z
|
||||
M256,354.7c-9.1,0-16.8,3.1-23.2,9.4c-6.4,6.3-9.6,13.9-9.6,23c0,9.1,3.2,16.8,9.6,23.2c6.4,6.4,14.1,9.6,23.2,9.6
|
||||
c9.1,0,16.7-3.2,23-9.6c6.2-6.4,9.4-14.1,9.4-23.2c0-9.1-3.1-16.7-9.4-23C272.7,357.9,265.1,354.7,256,354.7z M461.3,100.7
|
||||
c-12.2,9.1-22.7,19.1-31.6,30.2c-8.9,11.1-10.5,22.9-4.9,35.4c8.1,17.5,12.5,35.9,13.1,55.3c0.6,19.4-3.6,38-12.7,56
|
||||
c-9.1,18-23.4,34.6-43.1,49.9c-19.7,15.3-45.8,27.7-78.3,37c-2.8-6.2-6.1-11.3-9.8-15s-7.7-7-11.7-9.8
|
||||
c28.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.7c5,5,9.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">
|
||||
<g class="st1">
|
||||
<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.1c9.7-2,19.5-3.2,29.5-3.5c5.3-4.1,10.4-8.8,15.2-14.3
|
||||
c4.8-5.5,9.4-11.5,13.8-18l-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-7
|
||||
c6.2-2.8,12.2-6.6,17.8-11.3v-12.7c7.8,3.4,15.6,7.6,23.4,12.4c7.8,4.8,15.5,11.5,23,19.9c6.9,2.2,13.8,3.1,20.9,2.8
|
||||
c7-0.3,14-1.6,20.9-3.8l3.3-12.7c6.6,7.2,12.7,14.7,18.5,22.5c5.8,7.8,10.5,16.6,14.3,26.3c5.3,5,11.3,9.1,17.8,12.2
|
||||
c6.6,3.1,13.9,4.5,22,4.2l7-8.4c4.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.8
|
||||
c5.2,4.5,10.9,8.4,17.1,11.5L273.3,381.5l14.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.1
|
||||
l-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,7
|
||||
l-20.6-6.6L256.5,361.3z M264.9,363.6l31.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.1
|
||||
L328.7,299.4z M353,332.7l-8-7.5l-5.6-26.3l-59.5,71.7L353,332.7z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="list_-_copie">
|
||||
<g class="st1">
|
||||
<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
|
||||
c27.5-11.9,56.7-17.8,87.7-17.8s60.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.8
|
||||
c17.7-17.8,38.5-31.9,62.6-42.2c23.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.2
|
||||
s31.9,38.8,42.2,62.8c10.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
|
||||
c0-0.3-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,7c11.1,0.6,22.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.1c-18.9-6.1-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.1c-0.6,11.1,0.9,22.6,4.7,34.5c0.3,0.3,0.6,0.5,0.9,0.5c0.3,0,0.6,0.2,0.9,0.5
|
||||
c20-11.3,33-26.3,39.1-45.2c6.1-18.9,25.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.8
|
||||
c-21.3,0-41.4,3.6-60.5,10.8c-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.7
|
||||
c15,14.4,25.3,28.4,30.9,42s16.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.4
|
||||
z M347.9,378.6c-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.5
|
||||
c-0.3,0-0.6,0.2-0.9,0.5c-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.1
|
||||
c0,7.8-2.7,14.5-8.2,19.9c-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.1
|
||||
c2.3-4.4,5.5-7.7,9.6-9.8c4.1-10.6,6.4-21.5,7-32.6c0.6-11.1-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.5
|
||||
c-20,11.3-33,26.3-39.1,45.2c-6.1,18.9-25.4,37.3-57.9,55.1c15,12.8,32,22.8,51.1,30c19.1,7.2,39.2,10.8,60.5,10.8
|
||||
c21.2,0,41.4-3.6,60.5-10.8c19.1-7.2,36.1-17.2,51.1-30C360.1,386.8,353.5,382.7,347.9,378.6z M418.2,198.2
|
||||
c-7.2-19.1-17.2-36.1-30-51.1c-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.9
|
||||
s-24.8,16.3-33.5,31.9c0.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.7c11.1-0.6,21.8-3,32.1-7
|
||||
c2.5-4.1,5.9-7.3,10.3-9.6c4.4-2.3,9.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.9
|
||||
c-5.5,5.5-12.1,8.2-19.9,8.2c-5,0-9.7-1.2-14.1-3.5c-4.4-2.3-7.8-5.5-10.3-9.6c-10.3-4.1-21-6.4-32.1-7
|
||||
c-11.1-0.6-22.6,0.9-34.5,4.7c-0.3,0.3-0.5,0.6-0.5,0.9c0,0.3-0.2,0.6-0.5,0.9c11.3,20,26.3,33,45.2,39.1
|
||||
c18.9,6.1,37.3,25.4,55.1,57.9c12.8-15,22.8-32,30-51.1c7.2-19.1,10.8-39.2,10.8-60.5C429,237.4,425.4,217.2,418.2,198.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Techs">
|
||||
<g id="Kihos" class="st0">
|
||||
<g class="st1">
|
||||
<path class="st13" d="M103.9,383.6c-8-5.8-11-15.5-9.1-29.3c16.9-1.6,33.5-3.4,49.9-5.6c16.4-2.2,32.4-2.8,48-1.9
|
||||
c-0.6-20.3,5.2-35.9,17.6-46.6c12.3-10.8,25.7-17.6,40.1-20.4c13.4-2.8,22.7-8.4,27.9-16.9s5.4-16.7,0.7-24.8
|
||||
c-2.2-4.4-4.9-8.5-8.2-12.4c-3.3-3.9-6.8-7.4-10.5-10.5c-1.9-1.9-4-3.2-6.3-4c-2.3-0.8-4.5-1.9-6.3-3.5c-1.9-1.9-3.4-4-4.7-6.3
|
||||
c-1.3-2.3-3-4.1-5.2-5.4c-1.9-1.2-4.1-2-6.8-2.3c-2.7-0.3-5.2-0.5-7.7-0.5c-2.8,0.3-5.5,1.1-8,2.3c-2.5,1.3-5,2.7-7.5,4.2
|
||||
c-1.9,1.3-3.7,2.9-5.4,4.9c-1.7,2-3.4,4-4.9,5.9c-1.6,1.3-3.3,2.4-5.2,3.5c-1.9,1.1-3,2.7-3.3,4.9c-0.3,1.3-0.1,2.4,0.7,3.5
|
||||
c0.8,1.1,1.5,2.3,2.1,3.5c5.3-0.6,10.9-1,16.9-1.2c5.9-0.2,12.2-0.1,18.8,0.2c5.3,0.3,10.3,1.6,15,4s5.2,4.6,1.4,6.8
|
||||
c-2.5,1.3-3.9,2.8-4.2,4.7c-0.3,1.9,1.6,2.7,5.6,2.3h9.4c3.8-0.3,6.2,0.9,7.5,3.5c1.2,2.7,0,4.5-3.8,5.4
|
||||
c-8.1,1.6-16.2,2.7-24.1,3.5c-8,0.8-15.9,1-23.7,0.7l0.9,2.3c-3.1,2.5-6.4,4.4-9.8,5.6c-3.4,1.3-7,1.9-10.8,1.9l-47.8-1.4
|
||||
c-2.5-0.3-4.8-0.9-7-1.6c-2.2-0.8-4.2-1.8-6.1-3h-9.4l-2.8-3.3c-9.4,1.6-17.7,1.7-25.1,0.5c-7.3-1.2-9.1-3.4-5.4-6.6l3.8-3.3
|
||||
l-3.3-3.8l-20.6-2.3c-7.5-0.6-10.5-3-9.1-7c1.4-4.1,5.9-5.9,13.4-5.6l37,2.8c3.4,0.3,6-0.9,7.7-3.8c1.7-2.8,4.8-3.8,9.1-2.8
|
||||
c5.6,0.9,11.2,1.6,16.6,1.9c5.5,0.3,10.9,0.2,16.2-0.5c2.5-3.4,5.3-6.6,8.4-9.6c3.1-3,6.4-5.7,9.8-8.2c1.2-0.9,2.7-1.8,4.5-2.6
|
||||
c1.7-0.8,3.4-1.6,4.9-2.6c1.9-0.6,3.8-1.2,5.9-1.9c2-0.6,3.8-1.6,5.4-2.8c1.6-1.6,2.7-3.5,3.3-5.9c0.6-2.3,1.7-4.5,3.3-6.3
|
||||
c1.2-1.2,2.6-2.6,4-4s3-2.4,4.9-3c1.6-0.3,3.2-0.2,4.9,0.5c1.7,0.6,3.4,1.1,4.9,1.4c1.2,0.3,2.5,0.5,3.8,0.7
|
||||
c1.2,0.2,2.5,0.4,3.8,0.7c0.9,0.3,1.9,0.8,3,1.4c1.1,0.6,2.3,1.3,3.5,1.9c0.9,0.3,1.8,0.5,2.6,0.7c0.8,0.2,1.6,0.4,2.6,0.7
|
||||
c0.3,0,0.6,0.2,0.9,0.5l-18.3-15.9c-0.6-0.6-1.6-1.2-2.8-1.6c-1.3-0.5-2.5-0.9-3.8-1.2c-1.9,0-3.8,0.4-5.9,1.2
|
||||
c-2,0.8-4.1,1.2-6.3,1.2c-1.6,0.3-3.3,0.4-5.2,0.2c-1.9-0.2-3.6-0.4-5.2-0.7c-1.9,0-3.6-0.2-5.2-0.5c-1.6-0.3-3.1-0.8-4.7-1.4
|
||||
l-6.1-1.9l9.8-1.9c1.6-0.3,3.3-0.6,5.2-0.9c1.9-0.3,3.1-1.1,3.8-2.3c0.6-0.6,0.9-1.6,0.7-2.8c-0.2-1.2-0.5-2.2-1.2-2.8
|
||||
c-1.3-0.9-2.7-1.2-4.5-0.9c-1.7,0.3-3.2,0.6-4.5,0.9c-1.3,0-2.3,0.3-3,0.9c-0.8,0.6-1.6,1.1-2.6,1.4c-1.9,0.6-3.7,0.9-5.4,0.9
|
||||
c-1.7,0-3.5,0.2-5.4,0.5c-2.5,0.3-4.9,0.8-7.3,1.4c-2.3,0.6-4.8,1.3-7.3,1.9c-2.5,0.3-5.1,0.5-7.7,0.7c-2.7,0.2-5.2,0.2-7.7,0.2
|
||||
c-1.9,0-3.9,0-6.1,0c-2.2,0-4.4-0.2-6.6-0.5c-1.9-0.3-3.7-0.6-5.4-0.9c-1.7-0.3-3.5-0.8-5.4-1.4c-1.6-0.9-3-2-4.5-3.3
|
||||
c-1.4-1.2-3-2.2-4.9-2.8c-1.3-0.6-2.7-1.1-4.2-1.4c-1.6-0.3-3-0.5-4.2-0.5c-3.1-0.6-6.3-0.9-9.4-0.7c-3.1,0.2-6.1,0.1-8.9-0.2
|
||||
c-2.2,0-4.3,0.1-6.3,0.2c-2,0.2-4.1-0.2-6.3-1.2c-0.3,0-0.7-0.2-1.2-0.5c-0.5-0.3-0.7-0.6-0.7-0.9c-0.3-0.9,0-1.7,0.9-2.3
|
||||
c0.9-0.6,1.7-1.2,2.3-1.9c1.6-1.2,3.3-2.1,5.2-2.6s3.8-1,5.6-1.6c1.2-0.3,2.7-0.5,4.2-0.5c1.6,0,3-0.3,4.2-0.9
|
||||
c1.2-0.3,2.4-0.9,3.5-1.6c1.1-0.8,1.6-1.8,1.6-3c0-0.9-0.5-1.6-1.4-2.1s-1.7-0.9-2.3-1.2c-1.9-0.6-3.7-0.9-5.4-0.7
|
||||
c-1.7,0.2-3.5,0.2-5.4,0.2c-5.6-0.3-11.3-0.4-16.9-0.2c-5.6,0.2-11.1,0.2-16.4,0.2c-1.3,0-2.5,0.2-3.8,0.5
|
||||
c-1.3,0.3-2.5,0.3-3.8,0c-1.3-0.3-2.5-0.8-3.8-1.4c-1.3-0.6-2-1.6-2.3-2.8c-0.6-0.9-0.9-1.9-0.7-3c0.2-1.1,0.4-2.1,0.7-3
|
||||
c0.3-0.9,0.9-1.7,1.6-2.3c0.8-0.6,1.2-1.2,1.2-1.9c-0.3-1.2-1.3-2-2.8-2.3c-1.6-0.3-2.7-1.1-3.3-2.3c0-0.9,0.1-1.9,0.2-2.8
|
||||
c0.2-0.9,0.5-1.7,1.2-2.3c0.9-1.2,2.3-2,4.2-2.3c1.9-0.3,3.6-0.6,5.2-0.9c7.2-1.2,14.5-1.7,22-1.4c7.5,0.3,14.8,0.2,22-0.5h2.3
|
||||
c2.2-3.4,6.6-6.3,13.1-8.7s12.7-3.8,18.3-4.5c8.4-1.2,17-1.1,25.8,0.5c8.7,1.6,17.5,1.6,26.3,0c3.8-0.3,7.3-1.3,10.8-3
|
||||
c3.4-1.7,7-2.9,10.8-3.5c3.4-0.9,7-1.8,10.8-2.6c3.8-0.8,7.5-1,11.3-0.7c3.4,0,6.8,0.7,10.1,2.1s6.5,2.3,9.6,2.6
|
||||
c3.4,0.3,6.7,0.2,9.8-0.5c3.1-0.6,6.2-0.9,9.4-0.9c5.6,0.3,11.2,0.5,16.6,0.5c5.5,0,10.5,1.1,15.2,3.3c1.9,0.6,3.8,1.6,5.9,3
|
||||
c2,1.4,2.9,3,2.6,4.9c0,0.9-0.7,1.6-2.1,2.1s-2.7,0.9-4,1.2c-3.1,1.3-6.3,2.1-9.6,2.6s-6.6,1-10.1,1.6c-0.6,0.3-1.3,0.5-1.9,0.5
|
||||
c-0.6,0-1.1,0.3-1.4,0.9c-0.6,0.3-0.9,0.9-0.9,1.6c0,0.8-0.2,1.3-0.5,1.6c-0.9,0.6-1.9,0.9-2.8,0.7c-0.9-0.2-1.9,0.1-2.8,0.7
|
||||
c-0.6,0.3-1.3,0.7-1.9,1.2c-0.6,0.5-0.9,1-0.9,1.6c0,1.3,0.8,2.2,2.3,2.8c1.6,0.6,2.8,1.3,3.8,1.9c0.6,0.6,1.5,1.3,2.6,1.9
|
||||
c1.1,0.6,1.6,1.4,1.6,2.3c0.3,0.6,0.2,1.4-0.2,2.3s-1,1.7-1.6,2.3c-0.9,0.9-2,1.7-3.3,2.3c-1.3,0.6-2.5,1.3-3.8,1.9
|
||||
c-1.6,0.9-3.2,1.8-4.9,2.6c-1.7,0.8-3.5,1.3-5.4,1.6c-1.9,0.6-3.9,0.7-6.1,0.2c-2.2-0.5-4.1-0.2-5.6,0.7
|
||||
c-0.6,0.3-1.3,0.7-1.9,1.2c-0.6,0.5-0.9,1-0.9,1.6c0,0.6,0.3,1.1,0.9,1.4c0.6,0.3,1.2,0.6,1.9,0.9c0.9,0.3,2,0.3,3.3,0
|
||||
c1.2-0.3,2.5-0.3,3.8,0c1.9,0,3.8-0.1,5.6-0.2c1.9-0.2,3.3,0.4,4.2,1.6c0.3,0.3,0.5,0.8,0.5,1.4c0,0.6-0.2,1.1-0.5,1.4
|
||||
c-0.3,0.3-0.9,0.5-1.6,0.5c-0.8,0-1.5,0.2-2.1,0.5c-1.6,0-3.2,0-4.9,0c-1.7,0-3.4,0.2-4.9,0.5c-0.9,0.3-1.9,0.7-2.8,1.2
|
||||
s-1.6,1.2-1.9,2.1c-0.3,0.6-0.2,1.4,0.2,2.3s0.9,1.7,1.2,2.3c0.9,2.2,2.3,4.1,4,5.9c1.7,1.7,3.5,3.4,5.4,4.9
|
||||
c2.2,1.9,4.7,3.3,7.5,4.2s5.3,2.3,7.5,4.2c1.9,1.3,3.7,2.8,5.4,4.7c1.7,1.9,3.4,3.8,4.9,5.6c2.5,2.8,4.8,5.7,6.8,8.7
|
||||
c2,3,4.1,6,6.3,9.1c1.9,2.5,4.1,5,6.6,7.5c2.5,2.5,4.7,5.3,6.6,8.4c0.6,1.6,1.2,3,1.9,4.5c0.6,1.4,1.2,3,1.9,4.9
|
||||
c0-11.3,1.6-21.4,4.9-30.5c3.3-9.1,11.5-15,24.6-17.8c-1.3-0.9-2.7-1.7-4.5-2.3c-1.7-0.6-3.5-1.1-5.4-1.4c-2.2-0.6-4.5-0.7-7-0.2
|
||||
c-2.5,0.5-5,0.7-7.5,0.7c-2.8-0.3-5.7-0.4-8.7-0.2c-3,0.2-5.7-0.2-8.2-1.2c-2.5-0.6-5.1-1.5-7.7-2.6c-2.7-1.1-4.6-2.7-5.9-4.9
|
||||
c-0.9-1.9-1.3-4-0.9-6.3c0.3-2.3,1.1-4.5,2.3-6.3c1.6-2.2,3.8-3.8,6.6-4.7s5.6-1.7,8.4-2.3c3.4-0.9,6.9-1.5,10.3-1.6
|
||||
c3.4-0.2,7-0.4,10.8-0.7c2.8-0.3,5.6-0.7,8.4-1.2s5.5-1,8-1.6c2.8-0.6,5.4-1.4,7.7-2.3s4.8-1.9,7.3-2.8c3.4-0.9,6.8-1.7,10.1-2.3
|
||||
c3.3-0.6,6.6-1.2,10.1-1.9c3.8-0.3,7.7-0.4,11.7-0.2c4.1,0.2,8,0.2,11.7,0.2c1.9,0,3.7,0.2,5.4,0.5c1.7,0.3,3.4,0.5,4.9,0.5
|
||||
l18.8-1.4c1.9,0,3.8,0.5,5.9,1.4c2,0.9,3.4,2.2,4,3.8c0.3,0.6,0.3,1.4,0,2.3c-0.3,0.9-0.8,1.7-1.4,2.3c-0.3,0.6-0.8,1.2-1.4,1.6
|
||||
c-0.6,0.5-1.4,0.7-2.3,0.7c-0.9,0.3-1.8,0.2-2.6-0.5c-0.8-0.6-1.8-0.9-3-0.9h-9.4c-1.6,0-3,0.2-4.5,0.5c-1.4,0.3-2.9,0.8-4.5,1.4
|
||||
c-1.3,0.6-2.8,1.6-4.7,2.8c-1.9,1.3-2.7,2.7-2.3,4.2c0.3,1.9,1.5,3.1,3.5,3.8c2,0.6,4,0.9,5.9,0.9l49.2-0.9
|
||||
c1.9-0.3,3.8-0.4,5.9-0.2c2,0.2,4,0.5,5.9,1.2c0.9,0.6,1.9,1.2,2.8,1.6s1.6,1.2,1.9,2.1c0.3,0.9,0.3,1.9,0,2.8
|
||||
c-0.3,0.9-0.8,1.7-1.4,2.3c-1.6,1.3-3.5,1.3-5.9,0c-2.3-1.2-4.5-1.6-6.3-0.9c-0.6,0.3-1.2,0.8-1.6,1.4c-0.5,0.6-1,1.1-1.6,1.4
|
||||
c-1.9,0.3-3.8,0.2-5.6-0.5c-1.9-0.6-3.8-0.8-5.6-0.5c-0.3,0.3-0.8,0.5-1.4,0.7c-0.6,0.2-0.9,0.4-0.9,0.7c0,0.9,0.5,1.5,1.4,1.6
|
||||
c0.9,0.2,1.9,0.4,2.8,0.7c0.6,0,1.3-0.1,2.1-0.2c0.8-0.2,1.6-0.2,2.6-0.2c1.2,0.6,2.4,1.4,3.5,2.3c1.1,0.9,2.1,1.9,3,2.8
|
||||
c0.9,1.6,1.6,3.5,1.9,5.9c0.3,2.3,1.2,4.1,2.8,5.4c0.9,0.6,2,1,3.3,1.2c1.2,0.2,2.3,0.1,3.3-0.2c1.6,0,3-0.5,4.2-1.4
|
||||
c1.2-0.9,2.5-1.2,3.8-0.9c2.5,0,5.2,1,8,3c2.8,2,4.2,4.5,4.2,7.3c0,1.9-1.3,3.2-4,4c-2.7,0.8-5.1,1-7.3,0.7
|
||||
c-6.6,0.3-12.3,1.3-17.1,3c-4.8,1.7-8.8,4.5-12,8.2c0,0.3,0.1,0.6,0.2,0.9c0.2,0.3,0.4,0.5,0.7,0.5c0.3,0.3,0.7,0.4,1.2,0.2
|
||||
c0.5-0.2,0.9-0.2,1.2-0.2c0.9-0.3,1.7-0.5,2.3-0.5c0.6,0,1.4,0,2.3,0s1.9,0.1,2.8,0.2c0.9,0.2,1.7,0.5,2.3,1.2
|
||||
c0.3,0.6,0.4,1.4,0.2,2.3c-0.2,0.9-0.4,1.7-0.7,2.3c-0.6,0.9-1.6,1.6-2.8,1.9c-1.3,0.3-2.3,0.6-3.3,0.9c-2.2,0.6-4.5,1.3-7,1.9
|
||||
c-2.5,0.6-4.8,1.1-7,1.4c-2.2,0.3-4.4,0.5-6.6,0.7c-2.2,0.2-4.4,0.4-6.6,0.7c-1.3,0-2.5,0.1-3.8,0.2c-1.3,0.2-2.7,0.2-4.2,0.2
|
||||
c-4.1,0-8.2-0.4-12.4-1.2c-4.2-0.8-8.4-1.3-12.4-1.6c-6.6-0.6-13.2-0.9-19.9-0.7c-6.7,0.2-13.4-0.4-19.9-1.6
|
||||
c-1.6-0.3-3.3-0.6-5.2-0.9c-1.9-0.3-3.6-0.9-5.2-1.9c-0.3-0.3-0.6-0.7-0.9-1.2c-0.3-0.5-0.3-0.9,0-1.2c0.6-1.2,1.9-1.6,3.8-0.9
|
||||
c1.9,0.6,3.4,0.6,4.7,0c0.3-0.3,0.6-0.6,0.9-0.9c0.3-0.3,0.5-0.6,0.5-0.9c-0.3-1.2-1.3-1.9-3-1.9c-1.7,0-3.2-0.2-4.5-0.5
|
||||
c-1.6-0.3-3-0.4-4.5-0.2c-1.4,0.2-2.7-0.1-4-0.7c-0.9-0.6-1.9-1.3-2.8-2.1c-0.9-0.8-1.3-1.6-0.9-2.6c0-0.6,0.5-1.2,1.4-1.6
|
||||
s1.7-0.9,2.3-1.2c1.2-0.9,2.7-1.6,4.5-1.9c1.7-0.3,2.9-1.2,3.5-2.8c-9.4-0.6-16.5,2.3-21.3,8.7c-4.8,6.4-6,15.4-3.5,27
|
||||
c4.4,20,0.9,36.9-10.3,50.6c-11.3,13.8-22.8,21.6-34.7,23.4c-24.7,4.1-38.8,11.3-42.2,21.6c-3.4,10.3,4.2,25.8,23,46.4l0.9-0.5
|
||||
c-4.1-6.6-6.3-12.2-6.6-16.9c-0.3-4.7,1.2-7.2,4.7-7.5c17.2-0.9,34.9-1.2,53.2-0.9c18.3,0.3,37.3,1.7,57,4.2
|
||||
c1.2,14.1-1.7,24.3-8.9,30.7c-7.2,6.4-17.7,9.8-31.4,10.1c1.2,15.3-6.6,26.3-23.7,32.8c-17,6.6-40.7,10.5-71,11.7
|
||||
c-30.3,1.3-54.4-3-72.2-12.7c-17.8-9.7-21.1-20.9-9.8-33.8C124.3,391.8,111.9,389.4,103.9,383.6z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Maho" class="st0">
|
||||
<g class="st1">
|
||||
<path class="st14" d="M150.5,404l3.3-1.9v-2.8l-0.9-0.9v-7.5l15.5-6.1l2.8-3.8l-3.3-4.2l-7-1.9l-5.2,6.6l1.4-7L146.3,388
|
||||
l2.8-12.7l-6.1,6.6l0.9-8.9l-4.7,6.1h-2.8l-6.6,10.3c1.9-4.7,3.5-9.4,4.9-14.3c1.4-4.8,2.4-9.6,3-14.3l-4.2-0.5l-4.7,3.8
|
||||
l-0.5-4.2c-6.3,3.4-11.9,8.5-16.9,15.2c-5,6.7-10.2,13.4-15.5,19.9c3.1-5.3,6.5-10.7,10.1-16.2c3.6-5.5,7.6-10.9,12-16.2
|
||||
l-4.7,0.5l1.4-4.7c-5.6,3.8-10.8,8.1-15.5,13.1c-4.7,5-7.8,11.7-9.4,20.2c-0.3-3.1-0.5-6.2-0.5-9.1c0-3,0.2-6,0.5-9.1l-3.3-2.3
|
||||
l-3.3,2.8c-0.6-2.8-0.2-5.7,1.2-8.7c1.4-3,3.5-5.9,6.3-8.7c-3.1-5.9-6.8-10.3-11-13.1s-8.7-4.8-13.4-6.1c4.1-2.2,6-4.6,5.9-7.3
|
||||
c-0.2-2.7-1.5-5.5-4-8.7c-2.5-2.2-4.7-4.6-6.6-7.3c-1.9-2.7-3.8-5.4-5.6-8.2l8.4-8.9c-8.1-9.7-13.6-18.7-16.4-27
|
||||
c-2.8-8.3-3.4-15.7-1.9-22.3c10,11.9,20.8,22.9,32.3,33c11.6,10.2,25,18.4,40.3,24.6c7.2,2.2,12.4,2,15.7-0.7
|
||||
c3.3-2.7,4.6-7.6,4-14.8l-29.5-82.5c-3.4-10.3-4.4-21-2.8-32.1c1.6-11.1,6.6-21.3,15-30.7l30.9-33.3l-2.3,7
|
||||
c10.6-5,18-14.3,22.3-27.9s6.6-27.1,7.3-40.5l1.9-5.2c1.2,14.4,0.3,28.4-2.8,42.2c-3.1,13.8-10,26.9-20.6,39.4l9.8-8.4
|
||||
l-26.3,37.5c-5.3,6.9-8.8,14.5-10.3,22.7c-1.6,8.3-0.6,17.4,2.8,27.4c4.1,15.9,9.7,31.1,16.9,45.5c7.2,14.4,15.6,28.1,25.3,41.3
|
||||
c2.2-2.5,4.4-3.6,6.6-3.3c2.2,0.3,4.5,1.9,7,4.7c1.2-2.8,1.5-6.5,0.7-11c-0.8-4.5-1.8-9.1-3-13.8l8,18.8l-1.4-9.4l10.8,22h2.8
|
||||
l6.1,8l3.3-6.6l9.8,0.9l0.5-3.3l2.8,3.3l-0.5-7l2.8-2.3l1.9,2.8l-7-47.3c-2.2-17.2-3.1-27.7-2.8-31.6c0.3-3.9,1.9-10.7,4.7-20.4
|
||||
l12.2-36.6l9.8-2.8l0.9,9.4l-8.9,49.2c-1.3,5.9-2.1,11.8-2.6,17.6c-0.5,5.8-0.1,12,1.2,18.5l15.9,52.5l2.3-3.3l1.4,5.6l8.4-3.8
|
||||
l0.5,5.6l7,0.5c0.6-2.2,1.4-4.3,2.3-6.3c0.9-2,2-4,3.3-5.9l1.4,8.4l2.8,1.9l1.9,1.9l0.5-4.2l2.8-0.9c0.9-5.3,2.3-10.6,4.2-15.9
|
||||
c1.9-5.3,3.9-10.5,6.1-15.5c-1.3,3.8-2.3,7.6-3.3,11.5c-0.9,3.9-1.6,7.7-1.9,11.5l3.3-0.9c0-3.8,0.6-7.3,1.9-10.5
|
||||
c1.2-3.3,2.7-6.5,4.2-9.6c-0.6,3.1-1.2,6.3-1.6,9.4c-0.5,3.1-0.4,6.3,0.2,9.4h2.8l5.2,4.2h3.3c6.6-8.7,13.4-20.8,20.4-36.1
|
||||
c7-15.3,14.1-33.6,21.3-54.8c4.1-11.3,5.2-22.1,3.3-32.6c-1.9-10.5-4.8-20.7-8.9-30.7c-7.8-15.3-17.3-28.8-28.6-40.5
|
||||
S309.6,68,313.7,33.6c-0.6,12.2,0.6,23.5,3.8,34c3.1,10.5,9.5,19.8,19.2,27.9l-9.8-22l52,68c6.2,11.6,10.1,23.7,11.5,36.3
|
||||
s-0.9,26.6-6.8,42c-5,15-10.1,30.1-15.2,45.2c-5.2,15.2-8.7,29.3-10.5,42.4c19.4-4.4,37.9-13.3,55.5-26.7
|
||||
c17.7-13.4,34.6-30.3,50.9-50.6l-6.6,17.3l5.6-8l3.3,5.2c0.6,4.7-1.6,12-6.8,21.8s-6.3,18-3.5,24.6c-7.2,3.4-12.1,8.3-14.8,14.5
|
||||
c-2.7,6.3-1.3,15.2,4,26.7c1.6,3.8,2.9,7.5,4,11.3c1.1,3.8,1.3,7.7,0.7,11.7c-1.3-3.4-2.8-6.2-4.7-8.4c-1.9-2.2-4.4-3.8-7.5-4.7
|
||||
l-1.4,20.2c-1.3-1.6-2.5-2.9-3.8-4c-1.3-1.1-2.7-1.9-4.2-2.6l-2.8,5.6l-4.2-4.7l-1.9,0.9l7,8l-4.7,0.5l3.3,6.6l-4.7-3.8l-2.8,1.4
|
||||
v4.7l-4.2-4.2l-5.2-0.5c1.9,3.1,3.4,6.3,4.7,9.6c1.2,3.3,1.9,6.5,1.9,9.6c-1.9-5-4-9.3-6.3-12.9c-2.3-3.6-4.9-6.6-7.7-9.1
|
||||
c0.9,5.6,2,11.1,3.3,16.4c1.2,5.3,2.5,10.8,3.8,16.4c-3.4-9.7-7.7-18-12.7-25.1c-5-7-10.9-12.4-17.8-16.2l8.9,10.3l-6.6-4.2
|
||||
l0.5,2.8c2.5,2.8,5.1,5.7,7.7,8.7c2.7,3,5.4,6.2,8.2,9.6c-3.1-2.8-6.2-5.5-9.1-8.2c-3-2.7-6-5.4-9.1-8.2l0.9,4.2
|
||||
c-2.2-1.9-4.5-3.7-6.8-5.4c-2.3-1.7-4.6-3.2-6.8-4.5c6.6,8.8,11.6,16.7,15.2,23.9c3.6,7.2,5.9,13.9,6.8,20.2
|
||||
c-4.1-8.7-8.3-16.6-12.7-23.4c-4.4-6.9-8.9-13-13.6-18.3l-5.2,2.8l12.2,23.4l-5.6-4.2l-0.9,3.3l-1.4-8l-3.3-2.3l-1.9,3.3
|
||||
l-1.9-2.8l-8.9-9.4l6.1,12.7l-10.8-9.4l8.9,18.3l-15-21.1l-1.4,4.7l7,8.9v3.3l-2.8,6.1l3.8,2.3v6.6c-1.9,5.6-4.2,10.8-7,15.5
|
||||
s-5.6,9.2-8.4,13.6l-2.3,2.3l-1.9,4.7c-12.5,7.5-25,14.8-37.5,22c-12.5,7.2-23.4,14.1-32.8,20.6c-16.9-9.4-35.3-18.7-55.3-27.9
|
||||
c-20-9.2-34.5-24.3-43.6-45.2L150.5,404z M216.2,346.1c2.2-0.5,4.8-0.5,8-0.2c-13.4-12.5-25.2-21-35.4-25.5
|
||||
c-10.2-4.5-17.6-2.4-22.3,6.3c7.2,11.3,14.5,19.1,21.8,23.4c7.3,4.4,14.6,3.9,21.8-1.4C211.9,347.4,214,346.5,216.2,346.1z
|
||||
M317.4,338.3c1.9-1.9,3.4-3.7,4.5-5.4c1.1-1.7,1.3-3.4,0.7-4.9c-4.4-5.6-15.3-5.9-32.8-0.7c-17.5,5.2-26.3,12.1-26.3,20.9
|
||||
l23,14.1c5.3-1.6,10.7-4.1,16.2-7.5c5.5-3.4,11-7.3,16.6-11.7L317.4,338.3z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Ninjutsu" class="st0">
|
||||
<g class="st1">
|
||||
<path d="M218,332.7v-0.9l-0.5-0.5c-13.4,8.4-27.3,15.5-41.7,21.1c-14.7,5.3-29.8,9.4-45.5,12.2c-15.6,2.8-31.7,4.5-48.3,5.2
|
||||
c-16.6,0.6-33.6,0.3-51.1-0.9c7.8-12.2,16.2-24.1,25.3-35.6c9.1-11.6,19.3-22.6,30.7-33c11.4-10.5,24-20.2,37.7-29.3
|
||||
c13.7-9.1,29.2-17.3,46.4-24.8l10.8-25.3h0.9l0.5-0.5c-8.4-13.4-15.5-27.3-21.1-41.7c-5.3-14.7-9.4-29.8-12.2-45.5
|
||||
c-2.8-15.6-4.5-31.7-5.2-48.3c-0.6-16.6-0.3-33.6,0.9-51.1c12.2,7.8,24.1,16.3,35.6,25.3c11.6,9.1,22.6,19.3,33,30.7
|
||||
c10.5,11.4,20.2,24,29.3,37.7c9.1,13.8,17.3,29.2,24.8,46.4l25.3,10.8v0.9l0.5,0.5c13.4-8.4,27.3-15.5,41.7-21.1
|
||||
c14.7-5.3,29.8-9.4,45.5-12.2c15.6-2.8,31.7-4.5,48.3-5.2c16.6-0.6,33.6-0.3,51.1,0.9c-7.8,12.2-16.3,24.1-25.3,35.6
|
||||
c-9.1,11.6-19.3,22.6-30.7,33c-11.4,10.5-24,20.2-37.7,29.3c-13.8,9.1-29.2,17.3-46.4,24.8l-10.8,25.3h-0.9l-0.5,0.5
|
||||
c8.4,13.4,15.5,27.3,21.1,41.7c5.3,14.7,9.4,29.8,12.2,45.5c2.8,15.6,4.5,31.7,5.2,48.3c0.6,16.6,0.3,33.6-0.9,51.1
|
||||
c-12.2-7.8-24.1-16.2-35.6-25.3c-11.6-9.1-22.6-19.3-33-30.7c-10.5-11.4-20.2-24-29.3-37.7c-9.1-13.7-17.3-29.2-24.8-46.4
|
||||
L218,332.7z M296.3,258.6c0-11.3-3.9-20.8-11.7-28.6c-7.8-7.8-17.3-11.7-28.6-11.7s-20.8,3.9-28.6,11.7
|
||||
c-7.8,7.8-11.7,17.3-11.7,28.6s3.9,20.8,11.7,28.6c7.8,7.8,17.3,11.7,28.6,11.7s20.8-3.9,28.6-11.7
|
||||
C292.4,279.4,296.3,269.9,296.3,258.6z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="unknow" class="st0">
|
||||
<g class="st1">
|
||||
<path d="M176.3,350.1c-15.6-11.3-31.3-21.8-46.9-31.6c-15.6-9.8-31.3-19-46.9-27.4c-15.9-8.4-31.7-16.4-47.3-23.9
|
||||
c-2.5-1.9-3.8-3.8-4-5.9c-0.2-2,1-4.3,3.5-6.8c16.6-7.5,33.4-16.9,50.6-28.1c17.2-10.9,34.8-22.7,53-35.2
|
||||
c18.1-12.5,36.6-25.2,55.3-38c19.1-12.5,38.4-24.2,58.1-35.2c15,14.1,31.9,26.7,50.6,38s38.3,22.3,58.6,33
|
||||
c20.3,10.8,40.8,22.1,61.4,34c20.3,11.6,39.8,24.8,58.6,39.8c-15.9,10-32,19.8-48.3,29.5c-15.9,9.4-31.8,18.8-47.6,28.4
|
||||
c-15.8,9.5-31.3,19.3-46.6,29.3c-15.3,10-30.3,20.8-45,32.3c-10.9,9.4-22.2,14.8-33.8,16.4c-11.6,1.6-23.6-2.5-36.1-12.2
|
||||
C207.7,373.8,191.9,361.6,176.3,350.1z M368.5,214.1c-13.8-7.8-27.3-15.9-40.5-24.1c-13.3-8.3-26.3-16.8-39.1-25.5
|
||||
c-13.1-8.4-26.1-17.3-38.9-26.7c-14.7,9.1-28.8,18.3-42.2,27.7c-13.8,9.1-27,18.2-39.8,27.4c-12.8,9.2-25.2,18.5-37,27.9
|
||||
c-11.6,9.1-22.8,18.3-33.8,27.7c13.4,6.9,26.9,14.1,40.3,21.6c13.1,7.8,26.3,15.7,39.4,23.7s26.1,16.2,38.9,24.6
|
||||
c13.1,8.8,25.9,17.5,38.4,26.3c11.6-9.4,23.6-18.6,36.1-27.7c12.2-9.4,24.8-18.5,37.7-27.4c13-8.9,26.2-17.7,39.6-26.5
|
||||
c13.4-8.7,27.3-17.5,41.7-26.3C395.5,229.4,381.9,221.9,368.5,214.1z M160.4,244.1c14.7-12.2,29.9-22.2,45.7-30
|
||||
c15.8-7.8,30.9-18.9,45.2-33.3c12.5,9.1,25.5,17.7,38.9,26c13.4,8.3,27.5,16.3,42.2,24.1c1.9,1.3,3.4,2.8,4.7,4.7
|
||||
c1.2,1.9,1.2,4.8,0,8.9c-19.1,4.1-35,12.6-47.8,25.5c-12.8,13-25.9,23.7-39.4,32.1c-8.8-12.2-21.1-22.9-37-32.1
|
||||
C196.9,260.9,179.4,252.2,160.4,244.1z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Rituals" class="st0">
|
||||
<g class="st1">
|
||||
<path class="st15" d="M115.1,440.3c9.5-9.5,13.7-20.7,12.4-33.5c-6.3-5.3-11.4-11.2-15.5-17.6c-4.1-6.4-6.6-13.5-7.5-21.3
|
||||
c-8.4-2.8-16-6.6-22.7-11.3c-6.7-4.7-12.9-10.3-18.5-16.9V313c6.9-8.1,15.4-14.3,25.5-18.5c10.2-4.2,21-7.4,32.6-9.6
|
||||
c9.7-16.6,22.1-28.4,37.3-35.4c15.2-7,30.9-11.5,47.1-13.4L146.3,98.3c10,0.3,18,2,24.1,5.2c6.1,3.1,9.1,8.4,9.1,15.9l36.6,115.8
|
||||
c6.9-0.6,13.5-1,19.9-1.2c6.4-0.2,12.6-0.2,18.5-0.2l-6.1-200.2c10.9,2.2,19,5.8,24.1,10.8c5.2,5,6.6,11.7,4.5,20.2l-11.7,169.2
|
||||
c4.7,0,9.4,0.1,14.1,0.2c4.7,0.2,9.4,0.4,14.1,0.7l35.2-112.5c-0.6-8.1,2.1-13.9,8.2-17.3c6.1-3.4,14.3-5.5,24.6-6.1l-58.6,136.9
|
||||
c16.6,1.9,32.8,6.3,48.8,13.1c15.9,6.9,28.9,18.9,38.9,36.1c11.9,2.2,22.9,5.4,33,9.6c10.2,4.2,18.7,10.4,25.5,18.5v26.7
|
||||
c-5.6,6.6-11.9,12.2-18.8,16.9c-6.9,4.7-14.5,8.4-23,11.3c-0.9,7.8-3.4,14.9-7.3,21.3c-3.9,6.4-9.1,12.3-15.7,17.6
|
||||
c-0.9,12.8,3.3,24,12.7,33.5c9.4,9.5,23.1,17.6,41.3,24.1c-9.4,16.6-24.8,22.3-46.2,17.1c-21.4-5.2-34.5-24.3-39.1-57.4
|
||||
c-14.1,5.6-29.5,9.8-46.4,12.4c-16.9,2.7-33.8,4-50.6,4c-16.6,0-33.4-1.3-50.4-4c-17-2.7-32.6-6.8-46.6-12.4
|
||||
c-4.7,33.1-17.7,52.3-38.9,57.4c-21.3,5.2-36.7-0.5-46.4-17.1C91.8,457.9,105.6,449.8,115.1,440.3z M361.5,272.9
|
||||
c-15.9-10.2-38-16.8-66.1-19.9l-11.7,27.2l-3.3-2.8l8-24.8c-4.1-0.3-8-0.6-12-0.9c-3.9-0.3-7.9-0.5-12-0.5l-1.9,24.8l-6.6,7.5
|
||||
l-0.9-32.3c-5.9,0-11.6,0.2-17.1,0.5c-5.5,0.3-10.9,0.6-16.2,0.9l8,24.8l-4.2,5.2l-12.2-29.1c-27.2,3.4-48.4,10.2-63.5,20.4
|
||||
c-15.2,10.2-22.7,23.5-22.7,40.1c0,7.5,4.2,13.3,12.7,17.3c8.4,4.1,19,7.1,31.6,9.1c12.7,2,26.6,3.4,42,4
|
||||
c15,0.3,29.2,0.6,42.7,0.9c13.4-0.3,27.8-0.6,43.1-0.9c15-0.6,28.9-1.9,41.7-4c12.8-2,23.4-5.1,31.9-9.1
|
||||
c8.4-4.1,12.7-9.8,12.7-17.3C385.4,296.8,377.4,283.1,361.5,272.9z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Shujis" class="st0">
|
||||
<g class="st1">
|
||||
<path class="st13" d="M99.2,415.7c-2.3-2.2-4.8-3.9-7.3-5.2c-34.1-19.1-53.8-55.2-59.1-108.3c-5.6-52.8,2.7-102.1,24.8-147.9
|
||||
c22.2-45.8,58-77.9,107.3-96.3c49.4-18.1,111.9-2.2,187.5,47.8c-46.3-20.3-89.1-26.4-128.4-18.3c-39.4,8.1-69.6,24.2-90.7,48.3
|
||||
c-21.1,24.1-30.1,53-27,86.7c3.4,33.8,24.5,65.9,63.3,96.6c7.2,5.3,12.1,12.9,14.8,22.7c2.7,9.8,3.8,19.1,3.5,27.9
|
||||
c0,6.3-1.3,12.4-4,18.5c-2.7,6.1-6,11.5-10.1,16.2c-4.1,4.7-8.9,8.6-14.5,11.7c-5.6,3.1-11.4,5.5-17.3,7
|
||||
c-5.6,1.3-11.5,1.6-17.6,0.9c-6.1-0.6-12-1.9-17.6-3.8C104.1,419.4,101.5,417.9,99.2,415.7z M191.1,442.6
|
||||
c17.3-9.2,28.5-28.4,33.5-57.4c-5,8.4-9.7,14.8-14.1,19c-4.4,4.2-8.6,7.9-12.7,11c9.1-11.6,16.9-23.7,23.4-36.6
|
||||
c6.6-12.8,12.8-24.6,18.8-35.4c5.9-10.8,12-19.8,18.3-27c6.6-7.5,14.4-11.4,23.4-11.7l40.8,38v35.6c-4.1,8.8-8.9,16.4-14.5,23
|
||||
s-12,11.9-19.2,15.9c-8.8,13.8-18.9,24.4-30.5,31.9c-11.3,7.2-23.8,11.8-37.7,13.8c-13.9,2-28.7,1.8-44.3-0.7
|
||||
c-15.9-2.5-32.5-6.6-49.7-12.2C152.2,454.3,173.7,451.9,191.1,442.6z M297.3,269.9c12.8-19.1,25.3-34.8,37.5-47.3
|
||||
c11.9-12.8,24.1-25.9,36.6-39.4c12.5-13.4,25.6-29.2,39.4-47.3c13.7-17.8,28.6-41.7,44.5-71.7l11.7,1.9l0.5,14.1l5.2,0.9
|
||||
l-0.5,11.3L481,103l-6.1,7.5l-0.5,14.1c-11.3,11.3-21.7,25-31.4,41.3c-9.7,16.3-19.1,33.2-28.4,50.9
|
||||
c-9.2,17.7-18.4,35.1-27.4,52.3c-9.1,17.5-18.6,33.1-28.6,46.9L297.3,269.9z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Invocations">
|
||||
<g>
|
||||
<path class="st16" d="M122.9,85.7c-0.3-1.9,0.5-3.8,2.6-5.6c2-1.9,4.9-3.8,8.7-5.6c1.2,4.7,6.6,8,15.9,9.8s20.3,1.9,32.8,0
|
||||
c12.8-1.9,23.4-5.2,31.9-10.1c8.4-4.8,12.3-9.6,11.7-14.3v-0.5c3.4,0.6,6.3,1.6,8.7,3s3.7,3,4,4.9l28.6,140.2h21.6l-30-144.8
|
||||
c0.6-0.3,1.2-0.6,1.9-0.9c0.6-0.3,1.1-0.6,1.4-0.9l0.9-4.2c-0.3-2.2,1.5-4.4,5.4-6.6c3.9-2.2,8.8-3.8,14.8-4.7
|
||||
c5.9-0.6,11.1-0.5,15.5,0.5c4.4,0.9,6.7,2.5,7,4.7l2.3,3.3c0.6,0,1.4,0.2,2.3,0.5c0.9,0.3,1.7,0.6,2.3,0.9l37.5,180.5
|
||||
c-6.3,9.4-18,17.3-35.2,23.9c-17.2,6.9-35.7,11.8-55.5,14.8c-19.8,3-39.1,3.8-57.9,2.6c-18.4-1.2-32.2-5.3-41.3-12.2L122.9,85.7z
|
||||
M151.5,63.9c-8.1-1.7-12.5-4.6-13.1-8.7c-0.6-4.1,2.7-8,9.8-12c7.2-3.9,16.2-6.8,27.2-8.7c10.6-1.6,20-1.5,28.1,0.2
|
||||
c8.1,1.7,12.5,4.6,13.1,8.7c0.6,4.1-2.7,8.1-9.8,12.2c-7.2,4.1-16.3,6.9-27.2,8.4C169,65.7,159.6,65.6,151.5,63.9z M197.9,145.7
|
||||
c-9.1,1.3-17.7,1.7-25.8,1.4c-8.1-0.3-15.8-1.4-23-3.3l25.3,113c6.2,3.1,13.4,5.2,21.6,6.3c8.1,1.1,17,1.3,26.7,0.7L197.9,145.7z
|
||||
M339.4,432.6c-0.6,0-1.3-0.2-1.9-0.5c-0.6-0.3-1.4-0.6-2.3-0.9L311.8,321c-3.1,1.6-6.4,2.8-9.8,3.8c-3.4,0.9-6.7,1.6-9.8,1.9
|
||||
l22,106.9c1.2,6.6-3.8,12.3-15,17.3c-10.9,4.7-23.5,8-37.7,10.1c-14.2,2-27.6,2.6-40.1,1.6c-12.5-0.9-19.2-3.9-20.2-8.9
|
||||
l-32.8-153.8c9.1,6.9,22.8,10.9,41.3,12.2c18.4,1.3,37.6,0.4,57.4-2.6c19.8-3,38.4-7.9,55.5-14.8c17.2-6.6,29.1-14.4,35.6-23.4
|
||||
l0.9,5.6h1.9l28.6,134.5l-3.3,1.4l2.8,10.3c-0.9,0.6-1.8,1.3-2.6,1.9c-0.8,0.6-1.6,1.3-2.6,1.9l0.9,4.2c0.9,5-6,8.4-20.9,10.1
|
||||
c-14.8,1.7-22.7,0.1-23.7-4.9L339.4,432.6z M258.8,434l-21.1-99.4c-9.4,0-18.4-0.7-27-2.1c-8.6-1.4-17-3.7-25.1-6.8l23.9,107.8
|
||||
c8.4,1.9,16.7,2.8,24.8,2.8C242.6,436.3,250.7,435.5,258.8,434z M217.6,470.1c13.4,3.4,27.5,4.2,42.2,2.3
|
||||
c14.7-1.9,30.2-6.9,46.4-15c0.6,2.2,0.8,4.1,0.5,5.6c-0.3,1.6-1.3,3-2.8,4.2c-18.8,13.7-37.3,19.1-55.8,16.2
|
||||
c-18.4-3-28.6-5.6-30.5-7.7V470.1z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Katas" class="st0">
|
||||
<g class="st1">
|
||||
<path class="st17" d="M376,478.5l-14.1-30.9l-6.1,2.3l-72.7-96.1L263,369.3c-7.2,5.3-16.2,7.3-27,6.1c-10.8-1.2-19.5-5-26-11.3
|
||||
l-29.5-28.6l-50.6-1.9l26.3-30.5c4.1-4.7,10.1-7.4,18-8.2c8-0.8,14.1,0.9,18.5,4.9l42.2,37.5l23-18.8L92.9,89.4L82.6,33.6
|
||||
L133.2,59l175.3,221.7l24.4-16.9L308,212.7c-2.5-5.3-2.3-11.6,0.7-19c3-7.3,7.3-12.4,12.9-15.2l36.6-16.9L346,210.8l19.2,36.6
|
||||
c4.4,7.8,5.6,17.1,3.8,27.9s-6.3,18.8-13.1,24.1l-20.2,15l0.5,0.9l71.3,95.6l-3.8,5.2l25.8,22l-2.3,27.2l-24.4,18.3L376,478.5z"
|
||||
/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Clans" class="st0">
|
||||
<g id="Imperial" class="st1">
|
||||
<rect y="18.6" class="st18" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st19 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Unicorn">
|
||||
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st20 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Torttle">
|
||||
<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="Scorpion">
|
||||
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st21 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Phoenix">
|
||||
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st22 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Mantis">
|
||||
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st23 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Lion">
|
||||
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st24 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Dragon">
|
||||
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st25 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Crab">
|
||||
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st26 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Crane">
|
||||
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st27 st4 st5"></text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 48 KiB |
@@ -9,61 +9,97 @@
|
||||
"id": "Ashigaru Armor",
|
||||
"name": "Armure d'Ashigaru",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.239"
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
},
|
||||
{
|
||||
"id": "Plated Armor",
|
||||
"name": "Armure de plates",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.239"
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
},
|
||||
{
|
||||
"id": "Concealed Armor",
|
||||
"name": "Armure dissimulée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.239"
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
},
|
||||
{
|
||||
"id": "Lacquered Armor",
|
||||
"name": "Armure laquée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.239"
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
},
|
||||
{
|
||||
"id": "Ceremonial Clothes",
|
||||
"name": "Tenue de cérémonie",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.239"
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
},
|
||||
{
|
||||
"id": "Traveling Clothes",
|
||||
"name": "Vêtements de voyage",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.239"
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
},
|
||||
{
|
||||
"id": "Sanctified Robes",
|
||||
"name": "Tunique sanctifiée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.239"
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
},
|
||||
{
|
||||
"id": "Sleeping Garb",
|
||||
"name": "Vêtements de nuit",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.239"
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
},
|
||||
{
|
||||
"id": "Common Clothes",
|
||||
"name": "Vêtements ordinaires",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.239"
|
||||
"book_reference": "Livre de Règles p.239"
|
||||
},
|
||||
{
|
||||
"id": "Inconspicuous garb",
|
||||
"name": "Tenue discrète",
|
||||
"description": "",
|
||||
"book_reference": "LdR"
|
||||
"book_reference": "Livre de Règles"
|
||||
},
|
||||
{
|
||||
"id": "Robes of Judgment",
|
||||
"name": "Robes de jugement",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes p.97"
|
||||
},
|
||||
{
|
||||
"id": "Firefighter's Coat",
|
||||
"name": "Manteau de pompier",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.112"
|
||||
},
|
||||
{
|
||||
"id": "Stealth Clothing",
|
||||
"name": "Tenue de camouflage",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.112"
|
||||
},
|
||||
{
|
||||
"id": "O-yoroi",
|
||||
"name": "O-yoroi",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.105"
|
||||
},
|
||||
{
|
||||
"id": "Tatami Gusoku",
|
||||
"name": "Tatami Gusoku",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.106"
|
||||
},
|
||||
{
|
||||
"id": "Tosei-Gusoku",
|
||||
"name": "Tosei-Gusoku",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.106"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,199 +9,481 @@
|
||||
"id": "Tattoo Needles",
|
||||
"name": "Aiguilles de tatoueur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.242"
|
||||
"book_reference": "Livre de Règles p.242"
|
||||
},
|
||||
{
|
||||
"id": "Finger of Jade",
|
||||
"name": "Amulette de jade",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.242"
|
||||
"book_reference": "Livre de Règles p.242"
|
||||
},
|
||||
{
|
||||
"id": "Chopsticks",
|
||||
"name": "Baguettes",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.242"
|
||||
"book_reference": "Livre de Règles p.242"
|
||||
},
|
||||
{
|
||||
"id": "Quiver of Arrow",
|
||||
"name": "Carquois",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.242"
|
||||
"book_reference": "Livre de Règles p.242"
|
||||
},
|
||||
{
|
||||
"id": "Rope (By the Foot)",
|
||||
"name": "Corde",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.242"
|
||||
"book_reference": "Livre de Règles p.242"
|
||||
},
|
||||
{
|
||||
"id": "Sake Cup",
|
||||
"name": "Coupe à saké",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.242"
|
||||
"book_reference": "Livre de Règles p.242"
|
||||
},
|
||||
{
|
||||
"id": "Lucky Cricket",
|
||||
"name": "Criquet porte-bonheur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.242"
|
||||
"book_reference": "Livre de Règles p.242"
|
||||
},
|
||||
{
|
||||
"id": "Bottle of Sake",
|
||||
"name": "Cruche de saké",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.242"
|
||||
"book_reference": "Livre de Règles p.242"
|
||||
},
|
||||
{
|
||||
"id": "Dice and Cup",
|
||||
"name": "Dés et gobelet",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.242"
|
||||
"book_reference": "Livre de Règles p.242"
|
||||
},
|
||||
{
|
||||
"id": "Sweets (Four Servings)",
|
||||
"name": "Douceurs (4 portions)",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.242"
|
||||
"book_reference": "Livre de Règles p.242"
|
||||
},
|
||||
{
|
||||
"id": "Spices",
|
||||
"name": "Epices",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.243"
|
||||
"book_reference": "Livre de Règles p.243"
|
||||
},
|
||||
{
|
||||
"id": "Musical Instrument",
|
||||
"name": "Instrument de musique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.243"
|
||||
"book_reference": "Livre de Règles p.243"
|
||||
},
|
||||
{
|
||||
"id": "Games",
|
||||
"name": "Jeux",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.243"
|
||||
"book_reference": "Livre de Règles p.243"
|
||||
},
|
||||
{
|
||||
"id": "Kubi Bukuro",
|
||||
"name": "Kubi Bukuro",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.243"
|
||||
"book_reference": "Livre de Règles p.243"
|
||||
},
|
||||
{
|
||||
"id": "Pillow Book",
|
||||
"name": "Livre de chevet",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.243"
|
||||
"book_reference": "Livre de Règles p.243"
|
||||
},
|
||||
{
|
||||
"id": "Bowyer’s Kit",
|
||||
"name": "Nécessaire d'archer",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.243"
|
||||
"book_reference": "Livre de Règles p.243"
|
||||
},
|
||||
{
|
||||
"id": "Calligraphy Set",
|
||||
"name": "Nécessaire de calligraphie",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.243"
|
||||
"book_reference": "Livre de Règles p.243"
|
||||
},
|
||||
{
|
||||
"id": "Divination Kit",
|
||||
"name": "Nécessaire de divination",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.243"
|
||||
"book_reference": "Livre de Règles p.243"
|
||||
},
|
||||
{
|
||||
"id": "Medicine Kit",
|
||||
"name": "Nécessaire médical",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.244"
|
||||
"book_reference": "Livre de Règles p.244"
|
||||
},
|
||||
{
|
||||
"id": "Omamori",
|
||||
"name": "Omamori",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.244"
|
||||
"book_reference": "Livre de Règles p.244"
|
||||
},
|
||||
{
|
||||
"id": "Umbrella",
|
||||
"name": "Ombrelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.244"
|
||||
"book_reference": "Livre de Règles p.244"
|
||||
},
|
||||
{
|
||||
"id": "Whetstone",
|
||||
"name": "Pierre à aiguiser",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.244"
|
||||
"book_reference": "Livre de Règles p.244"
|
||||
},
|
||||
{
|
||||
"id": "Poison (One Vial)",
|
||||
"name": "Poison (une dose)",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.244"
|
||||
"book_reference": "Livre de Règles p.244"
|
||||
},
|
||||
{
|
||||
"id": "Daishō Stand",
|
||||
"name": "Présentoir de Daishō",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.245"
|
||||
"book_reference": "Livre de Règles p.245"
|
||||
},
|
||||
{
|
||||
"id": "Traveling Rations",
|
||||
"name": "Rations de voyage",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.245"
|
||||
"book_reference": "Livre de Règles p.245"
|
||||
},
|
||||
{
|
||||
"id": "Personal Seal or Chop",
|
||||
"name": "Sceau ou tampon personnel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.245"
|
||||
"book_reference": "Livre de Règles p.245"
|
||||
},
|
||||
{
|
||||
"id": "Tea Set (Portable)",
|
||||
"name": "Service à thé (portatif)",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.245"
|
||||
"book_reference": "Livre de Règles p.245"
|
||||
},
|
||||
{
|
||||
"id": "Tent (Chomchong)",
|
||||
"name": "Tente (Chomchong)",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.245"
|
||||
"book_reference": "Livre de Règles p.245"
|
||||
},
|
||||
{
|
||||
"id": "Tent (Small)",
|
||||
"name": "Tente (Petite)",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.245"
|
||||
"book_reference": "Livre de Règles p.245"
|
||||
},
|
||||
{
|
||||
"id": "Tent (Yurt)",
|
||||
"name": "Tente (Yourte)",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.245"
|
||||
"book_reference": "Livre de Règles p.245"
|
||||
},
|
||||
{
|
||||
"id": "Scroll satchel",
|
||||
"name": "Sacoche à rouleaux",
|
||||
"description": "",
|
||||
"book_reference": "LdR"
|
||||
"book_reference": "Livre de Règles"
|
||||
},
|
||||
{
|
||||
"id": "Traveling pack",
|
||||
"name": "Sac de Voyage",
|
||||
"description": "",
|
||||
"book_reference": "LdR"
|
||||
"book_reference": "Livre de Règles"
|
||||
},
|
||||
{
|
||||
"id": "Journal of observations",
|
||||
"name": "Journal d'observations",
|
||||
"description": "",
|
||||
"book_reference": "LdR"
|
||||
"book_reference": "Livre de Règles"
|
||||
},
|
||||
{
|
||||
"id": "Omamori (Boon of Jurojin)",
|
||||
"name": "Omamori (Bénédiction de Jurojin)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Omamori (Boon of Kisshoten)",
|
||||
"name": "Omamori (Bénédiction de Kisshoten)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Omamori (Boon of Hotei)",
|
||||
"name": "Omamori (Bénédiction de Hotei)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Makeup Kit",
|
||||
"name": "Nécessaire de maquillage",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.105"
|
||||
},
|
||||
{
|
||||
"id": "Ceremonial Tea Set",
|
||||
"name": "Service à thé de cérémonie",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.106"
|
||||
},
|
||||
{
|
||||
"id": "Folding Fan",
|
||||
"name": "Eventail pliant",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.105"
|
||||
},
|
||||
{
|
||||
"id": "Mono Imi Fuda (Taboo Plaque)",
|
||||
"name": "Mono Imi Fuda (Plaque du Tabou)",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.105"
|
||||
},
|
||||
{
|
||||
"id": "Mari (Ball)",
|
||||
"name": "Mari (Balle)",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.105"
|
||||
},
|
||||
{
|
||||
"id": "Amigasa",
|
||||
"name": "Amigasa",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.106"
|
||||
},
|
||||
{
|
||||
"id": "Norimono (Planquin)",
|
||||
"name": "Norimono (Palanquin)",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.106"
|
||||
},
|
||||
{
|
||||
"id": "Performer's Boat",
|
||||
"name": "Ponton de musiciens",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.106"
|
||||
},
|
||||
{
|
||||
"id": "Makibishi",
|
||||
"name": "Makibishi",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.107"
|
||||
},
|
||||
{
|
||||
"id": "Metsubushi",
|
||||
"name": "Metsubushi",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.107"
|
||||
},
|
||||
{
|
||||
"id": "Invisible Ink",
|
||||
"name": "Encre invisible",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.107"
|
||||
},
|
||||
{
|
||||
"id": "Disguise Kit",
|
||||
"name": "Nécessaire de déguisement",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.108"
|
||||
},
|
||||
{
|
||||
"id": "Demon Mask",
|
||||
"name": "Masque de démon",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.107"
|
||||
},
|
||||
{
|
||||
"id": "Bamboo Cane",
|
||||
"name": "Canne en bambou",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.107"
|
||||
},
|
||||
{
|
||||
"id": "Herbal Medicines",
|
||||
"name": "Remèdes aux plantes",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.109"
|
||||
},
|
||||
{
|
||||
"id": "Modified Scabbard",
|
||||
"name": "Fourreau modifié",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.107"
|
||||
},
|
||||
{
|
||||
"id": "Portable Boat",
|
||||
"name": "Radeau Portable",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.108"
|
||||
},
|
||||
{
|
||||
"id": "Rope Ladder",
|
||||
"name": "Echelle de corde",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.107"
|
||||
},
|
||||
{
|
||||
"id": "Opening and Closing Tools",
|
||||
"name": "Nécessaire de crochetage",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.108"
|
||||
},
|
||||
{
|
||||
"id": "Mizugumo (Water Spider)",
|
||||
"name": "Mizugumo (Araignée d'eau)",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.108"
|
||||
},
|
||||
{
|
||||
"id": "Sekihitsu",
|
||||
"name": "Sekihitsu",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.109"
|
||||
},
|
||||
{
|
||||
"id": "Tenugui",
|
||||
"name": "Tenugui",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.109"
|
||||
},
|
||||
{
|
||||
"id": "Uchitake",
|
||||
"name": "Uchitake",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.109"
|
||||
},
|
||||
{
|
||||
"id": "Sokutoki",
|
||||
"name": "Sokutoki",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.109"
|
||||
},
|
||||
{
|
||||
"id": "Travel Rations",
|
||||
"name": "Rations de voyage",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Cooking Kit",
|
||||
"name": "Kit de cuisine",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Dice Kit",
|
||||
"name": "Kit de dés",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Alchemy Kit",
|
||||
"name": "Kit d'alchimie",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Fishing kit",
|
||||
"name": "Kit de pêche",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Tailor's Kit",
|
||||
"name": "Kit du tailleur",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Weaver's Kit",
|
||||
"name": "Kit du tisserand",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Mason's Kit",
|
||||
"name": "Kit du maçon",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Chandu",
|
||||
"name": "Chandu (Opium)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Thievery Kit",
|
||||
"name": "Kit de vol",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Poppy Tea",
|
||||
"name": "Thé au pavot",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Shikomizue",
|
||||
"name": "Shikomizue",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Climbing Kit",
|
||||
"name": "Matériel d'escalade",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.106"
|
||||
},
|
||||
{
|
||||
"id": "Spyglass",
|
||||
"name": "Longue-vue",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.106"
|
||||
},
|
||||
{
|
||||
"id": "Tate",
|
||||
"name": "Tate",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.106"
|
||||
},
|
||||
{
|
||||
"id": "Taketaba",
|
||||
"name": "Taketaba",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.106"
|
||||
},
|
||||
{
|
||||
"id": "Smithy's Kit",
|
||||
"name": "Nécessaire de Forgeron",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.106"
|
||||
},
|
||||
{
|
||||
"id": "Sapper's Kit",
|
||||
"name": "Nécessaire de Sapeur-Minier",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.106"
|
||||
},
|
||||
{
|
||||
"id": "Engineer's Kit",
|
||||
"name": "Nécessaire d'Ingénieur",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.106"
|
||||
},
|
||||
{
|
||||
"id": "Smoke Arrows",
|
||||
"name": "Flèches fumigènes",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.106"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,345 +9,562 @@
|
||||
{
|
||||
"id": "Benten’s Curse",
|
||||
"name": "Malédiction de Benten",
|
||||
"types": "relations, spirituel",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.122"
|
||||
"book_reference": "Livre de Règles p.122"
|
||||
},
|
||||
{
|
||||
"id": "Bishamon’s Curse",
|
||||
"name": "Malédiction de Bishamon",
|
||||
"types": "physique, spirituel",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.123"
|
||||
"book_reference": "Livre de Règles p.123"
|
||||
},
|
||||
{
|
||||
"id": "Bitter Betrothal",
|
||||
"name": "Amères fiançailles",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.117"
|
||||
"book_reference": "Livre de Règles p.117"
|
||||
},
|
||||
{
|
||||
"id": "Blackmailed by [Character’s Name]",
|
||||
"name": "Chantage exercé par [Nom de personnage]",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.118"
|
||||
"book_reference": "Livre de Règles p.118"
|
||||
},
|
||||
{
|
||||
"id": "Blindness",
|
||||
"name": "Cécité",
|
||||
"types": "physique, séquelle",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.118"
|
||||
"book_reference": "Livre de Règles p.118"
|
||||
},
|
||||
{
|
||||
"id": "Bluntness",
|
||||
"name": "Franc-parler",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.120"
|
||||
"book_reference": "Livre de Règles p.120"
|
||||
},
|
||||
{
|
||||
"id": "Clumsiness",
|
||||
"name": "Maladresse",
|
||||
"types": "physique",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.122"
|
||||
"book_reference": "Livre de Règles p.122"
|
||||
},
|
||||
{
|
||||
"id": "Cognitive Lapses",
|
||||
"name": "Absences",
|
||||
"types": "mental, séquelle",
|
||||
"types": "Mental, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.116"
|
||||
"book_reference": "Livre de Règles p.116"
|
||||
},
|
||||
{
|
||||
"id": "Daikoku’s Curse",
|
||||
"name": "Malédiction de Daikoku",
|
||||
"types": "relations, spiritualité",
|
||||
"types": "Relations, Spiritualité",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.123"
|
||||
"book_reference": "Livre de Règles p.123"
|
||||
},
|
||||
{
|
||||
"id": "Damaged Heart or Organ",
|
||||
"name": "Cœur ou organe défaillant",
|
||||
"types": "physique, séquelle",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.119"
|
||||
"book_reference": "Livre de Règles p.119"
|
||||
},
|
||||
{
|
||||
"id": "Deafness",
|
||||
"name": "Surdité",
|
||||
"types": "physique, séquelle",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.130"
|
||||
"book_reference": "Livre de Règles p.130"
|
||||
},
|
||||
{
|
||||
"id": "Discomfiting Countenance",
|
||||
"name": "Aspect déconcertant",
|
||||
"types": "relations, physique",
|
||||
"types": "Physique, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.117"
|
||||
"book_reference": "Livre de Règles p.117"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Compassion",
|
||||
"name": "Mépris pour la Compassion",
|
||||
"types": "défaut, mental",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.125"
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Courage",
|
||||
"name": "Mépris pour le Courage",
|
||||
"types": "défaut, mental",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.125"
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Courtesy",
|
||||
"name": "Mépris pour la Courtoisie",
|
||||
"types": "défaut, mental",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.125"
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Duty and Loyalty",
|
||||
"name": "Mépris pour le Devoir et loyauté",
|
||||
"types": "défaut, mental",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.125"
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Honor",
|
||||
"name": "Mépris pour l'Honneur",
|
||||
"types": "défaut, mental",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.125"
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Righteousness",
|
||||
"name": "Mépris pour la Droiture",
|
||||
"types": "défaut, mental",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.125"
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
},
|
||||
{
|
||||
"id": "Disdain for Sincerity",
|
||||
"name": "Mépris pour la Sincérité",
|
||||
"types": "défaut, mental",
|
||||
"types": "Défaut, Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.125"
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
},
|
||||
{
|
||||
"id": "Ebisu’s Curse",
|
||||
"name": "Malédiction d’Ebisu",
|
||||
"types": "physique, spirituel",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.123"
|
||||
"book_reference": "Livre de Règles p.123"
|
||||
},
|
||||
{
|
||||
"id": "Fractured Spine",
|
||||
"name": "Colonne vertébrale fracturée",
|
||||
"types": "physique, séquelle",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.119"
|
||||
"book_reference": "Livre de Règles p.119"
|
||||
},
|
||||
{
|
||||
"id": "Fukurokujin’s Curse",
|
||||
"name": "Malédiction de Fukurokujin",
|
||||
"types": "mental, spirituel",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.124"
|
||||
"book_reference": "Livre de Règles p.124"
|
||||
},
|
||||
{
|
||||
"id": "Gaijin Name, Culture, or Appearance",
|
||||
"name": "Nom, culture ou apparence gaijin",
|
||||
"types": "relations (Nom), mental et relations (Culture) ou<br>physique (Apparence)",
|
||||
"types": "Mental et relations (Culture) ou<br>physique (Apparence), Relations (Nom)",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.126"
|
||||
"book_reference": "Livre de Règles p.126"
|
||||
},
|
||||
{
|
||||
"id": "Haunting",
|
||||
"name": "Hanté",
|
||||
"types": "relations, spirituel",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.120"
|
||||
"book_reference": "Livre de Règles p.120"
|
||||
},
|
||||
{
|
||||
"id": "Incurable Illness",
|
||||
"name": "Maladie incurable",
|
||||
"types": "physique",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.122"
|
||||
"book_reference": "Livre de Règles p.122"
|
||||
},
|
||||
{
|
||||
"id": "Jurōjin’s Curse",
|
||||
"name": "Malédiction de Jurōjin",
|
||||
"types": "physique, spirituel",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.124"
|
||||
"book_reference": "Livre de Règles p.124"
|
||||
},
|
||||
{
|
||||
"id": "Kisshōten’s Curse",
|
||||
"name": "Malédiction de Kisshōten",
|
||||
"types": "physique, spirituel",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.124"
|
||||
"book_reference": "Livre de Règles p.124"
|
||||
},
|
||||
{
|
||||
"id": "Lost Arm or Lost Hand",
|
||||
"name": "Manchot",
|
||||
"types": "physique, séquelle",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.124"
|
||||
"book_reference": "Livre de Règles p.124"
|
||||
},
|
||||
{
|
||||
"id": "Lost Eye",
|
||||
"name": "Borgne",
|
||||
"types": "physique, séquelle",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.118"
|
||||
"book_reference": "Livre de Règles p.118"
|
||||
},
|
||||
{
|
||||
"id": "Lost Fingers",
|
||||
"name": "Doigts manquants",
|
||||
"types": "physique, séquelle",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.120"
|
||||
"book_reference": "Livre de Règles p.120"
|
||||
},
|
||||
{
|
||||
"id": "Lost Leg",
|
||||
"name": "Unijambiste",
|
||||
"types": "physique, séquelle",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.130"
|
||||
"book_reference": "Livre de Règles p.130"
|
||||
},
|
||||
{
|
||||
"id": "Lost Memories",
|
||||
"name": "Amnésie",
|
||||
"types": "mental, séquelle",
|
||||
"types": "Mental, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.117"
|
||||
"book_reference": "Livre de Règles p.117"
|
||||
},
|
||||
{
|
||||
"id": "Maimed Arm",
|
||||
"name": "Bras mutilé",
|
||||
"types": "physique, séquelle",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.118"
|
||||
"book_reference": "Livre de Règles p.118"
|
||||
},
|
||||
{
|
||||
"id": "Maimed Visage",
|
||||
"name": "Défiguré",
|
||||
"types": "physique, relations, séquelle",
|
||||
"types": "Physique, Relations, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.119"
|
||||
"book_reference": "Livre de Règles p.119"
|
||||
},
|
||||
{
|
||||
"id": "Momoku",
|
||||
"name": "Momoku",
|
||||
"types": "spirituel",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.125"
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
},
|
||||
{
|
||||
"id": "Muteness",
|
||||
"name": "Mutisme",
|
||||
"types": "relations, physique ou mental, séquelle",
|
||||
"types": "Physique ou mental, Relations, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.126"
|
||||
"book_reference": "Livre de Règles p.126"
|
||||
},
|
||||
{
|
||||
"id": "Nerve Damage",
|
||||
"name": "Lésions nerveuses",
|
||||
"types": "physique, séquelle",
|
||||
"types": "Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.121"
|
||||
"book_reference": "Livre de Règles p.121"
|
||||
},
|
||||
{
|
||||
"id": "Scorn of [One Group]",
|
||||
"name": "Méprisé par [un groupe]",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.125"
|
||||
"book_reference": "Livre de Règles p.125"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Air)",
|
||||
"name": "Souillure de l’Outremonde (Air)",
|
||||
"types": "malédiction, relations, spirituel",
|
||||
"types": "Malédiction, Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.128"
|
||||
"book_reference": "Livre de Règles p.128"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Earth)",
|
||||
"name": "Souillure de l’Outremonde (Terre)",
|
||||
"types": "malédiction, physique, spirituel",
|
||||
"types": "Malédiction, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.129"
|
||||
"book_reference": "Livre de Règles p.129"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Fire)",
|
||||
"name": "Souillure de l’Outremonde (Feu)",
|
||||
"types": "malédiction, mental, spirituel",
|
||||
"types": "Malédiction, Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.129"
|
||||
"book_reference": "Livre de Règles p.129"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Void)",
|
||||
"name": "Souillure de l’Outremonde (Vide)",
|
||||
"types": "malédiction, spirituel",
|
||||
"types": "Malédiction, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.129"
|
||||
"book_reference": "Livre de Règles p.129"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint (Water)",
|
||||
"name": "Souillure de l’Outremonde (Eau)",
|
||||
"types": "malédiction, physique, spirituel",
|
||||
"types": "Malédiction, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.128"
|
||||
"book_reference": "Livre de Règles p.128"
|
||||
},
|
||||
{
|
||||
"id": "Sworn Enemy",
|
||||
"name": "Ennemi juré",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.120"
|
||||
"book_reference": "Livre de Règles p.120"
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Cruelty",
|
||||
"name": "Réputation de cruauté",
|
||||
"types": "relations, infamie",
|
||||
"types": "Infamie, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.126"
|
||||
"book_reference": "Livre de Règles p.126"
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Doom",
|
||||
"name": "Réputation de tragédie",
|
||||
"types": "relations, infamie",
|
||||
"types": "Infamie, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.127"
|
||||
"book_reference": "Livre de Règles p.127"
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Failure",
|
||||
"name": "Réputation d’échec",
|
||||
"types": "relations, infamie",
|
||||
"types": "Infamie, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.127"
|
||||
"book_reference": "Livre de Règles p.127"
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Poverty",
|
||||
"name": "Réputation d’indigence",
|
||||
"types": "relations, infamie",
|
||||
"types": "Infamie, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.127"
|
||||
"book_reference": "Livre de Règles p.127"
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Treachery",
|
||||
"name": "Réputation de traîtrise",
|
||||
"types": "relations, infamie",
|
||||
"types": "Infamie, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.127"
|
||||
"book_reference": "Livre de Règles p.127"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Deficiency (Air)",
|
||||
"name": "Elemental Deficiency (Air) (WIP)",
|
||||
"types": "Mental, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Deficiency (Earth)",
|
||||
"name": "Elemental Deficiency (Earth) (WIP)",
|
||||
"types": "Mental, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Deficiency (Fire)",
|
||||
"name": "Elemental Deficiency (Fire) (WIP)",
|
||||
"types": "Mental, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Deficiency (Water)",
|
||||
"name": "Elemental Deficiency (Water) (WIP)",
|
||||
"types": "Mental, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Lackluster",
|
||||
"name": "Terne",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.102"
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Creativity",
|
||||
"name": "Confiance excessive en Créativité",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Spiritual Sensitivity",
|
||||
"name": "Confiance excessive en Sensibilité spirituelle",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Charm",
|
||||
"name": "Confiance excessive en Charme",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Subtlety",
|
||||
"name": "Confiance excessive en Subtilité",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
},
|
||||
{
|
||||
"id": "Overconfidence in Toughness",
|
||||
"name": "Confiance excessive en Tenacité",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
},
|
||||
{
|
||||
"id": "Unsavory Past",
|
||||
"name": "Passé honteux",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
},
|
||||
{
|
||||
"id": "Allergy",
|
||||
"name": "Allergie [au choix]",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.246"
|
||||
},
|
||||
{
|
||||
"id": "Cursed Lineage",
|
||||
"name": "Lignée maudite",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.246"
|
||||
},
|
||||
{
|
||||
"id": "Adopted Peasant",
|
||||
"name": "Paysan adopté",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.246"
|
||||
},
|
||||
{
|
||||
"id": "Despise in [City]",
|
||||
"name": "Méprisé à [une ville]",
|
||||
"types": "Relations, Renommée",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.247"
|
||||
},
|
||||
{
|
||||
"id": "Hunted by Chikusho-Do",
|
||||
"name": "Traqué par le Chikushō-dō",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.247"
|
||||
},
|
||||
{
|
||||
"id": "Skepticism",
|
||||
"name": "Scepticisme",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.247"
|
||||
},
|
||||
{
|
||||
"id": "Debt to [Person or Organization]",
|
||||
"name": "Debt to [Person or Organization] (WIP)",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Bullheaded",
|
||||
"name": "Bullheaded (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Many Mouths",
|
||||
"name": "Many Mouths (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Horrible Scar",
|
||||
"name": "Horrible Scar (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Pursued by [Individual or Group]",
|
||||
"name": "Pursued by [Individual or Group] (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Encompassing Duty",
|
||||
"name": "Encompassing Duty (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Stained Lineage",
|
||||
"name": "Stained Lineage (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [One with the Darkness]",
|
||||
"name": "Souillure de l’Outremonde (Disciple des ténèbres)",
|
||||
"types": "Malédiction, Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.100"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Unnatural Skin]",
|
||||
"name": "Souillure de l’Outremonde (Mutation de la peau)",
|
||||
"types": "Malédiction, Physique",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.100"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Blasphemous Appetites]",
|
||||
"name": "Souillure de l’Outremonde (Voracité infâme)",
|
||||
"types": "Malédiction, Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.100"
|
||||
},
|
||||
{
|
||||
"id": "Lost Name",
|
||||
"name": "Nom dérobé",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.97"
|
||||
},
|
||||
{
|
||||
"id": "Demon Wound",
|
||||
"name": "Blessure de démon",
|
||||
"types": "Spirituel, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.97"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Kansen Whispers]",
|
||||
"name": "Souillure de l’Outremonde (Murmures des kAnsen)",
|
||||
"types": "Malédiction, Mentale",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.99"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Distorted Limbs]",
|
||||
"name": "Souillure de l’Outremonde (Membres déformés)",
|
||||
"types": "Malédiction, Physique",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.99"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,135 +9,261 @@
|
||||
{
|
||||
"id": "Addiction",
|
||||
"name": "Addiction",
|
||||
"types": "mental, physique",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.130"
|
||||
"book_reference": "Livre de Règles p.130"
|
||||
},
|
||||
{
|
||||
"id": "Battle Trauma",
|
||||
"name": "Traumatisme de guerre",
|
||||
"types": "mental, physique",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.136"
|
||||
"book_reference": "Livre de Règles p.136"
|
||||
},
|
||||
{
|
||||
"id": "Cynicism",
|
||||
"name": "Cynisme",
|
||||
"types": "relations, mental",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.131"
|
||||
"book_reference": "Livre de Règles p.131"
|
||||
},
|
||||
{
|
||||
"id": "Dark Secret",
|
||||
"name": "Sombre secret",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.135"
|
||||
"book_reference": "Livre de Règles p.135"
|
||||
},
|
||||
{
|
||||
"id": "Delusions of Grandeur",
|
||||
"name": "Mégalomanie",
|
||||
"types": "mental, relations",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.134"
|
||||
"book_reference": "Livre de Règles p.134"
|
||||
},
|
||||
{
|
||||
"id": "Fear of Death",
|
||||
"name": "Peur de la mort",
|
||||
"types": "mental, physique",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.135"
|
||||
"book_reference": "Livre de Règles p.135"
|
||||
},
|
||||
{
|
||||
"id": "Ferocity",
|
||||
"name": "Férocité",
|
||||
"types": "physique, mental",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.132"
|
||||
"book_reference": "Livre de Règles p.132"
|
||||
},
|
||||
{
|
||||
"id": "Impatience",
|
||||
"name": "Impatience",
|
||||
"types": "mental",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.132"
|
||||
"book_reference": "Livre de Règles p.132"
|
||||
},
|
||||
{
|
||||
"id": "Intolerance",
|
||||
"name": "Intolérance",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.132"
|
||||
"book_reference": "Livre de Règles p.132"
|
||||
},
|
||||
{
|
||||
"id": "Irrepressible Flirtation",
|
||||
"name": "Joli cœur",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.133"
|
||||
"book_reference": "Livre de Règles p.133"
|
||||
},
|
||||
{
|
||||
"id": "Jealousy",
|
||||
"name": "Jalousie",
|
||||
"types": "physique, mental",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.133"
|
||||
"book_reference": "Livre de Règles p.133"
|
||||
},
|
||||
{
|
||||
"id": "Materialism",
|
||||
"name": "Matérialisme",
|
||||
"types": "mental",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.134"
|
||||
"book_reference": "Livre de Règles p.134"
|
||||
},
|
||||
{
|
||||
"id": "Meekness",
|
||||
"name": "Timidité",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.136"
|
||||
"book_reference": "Livre de Règles p.136"
|
||||
},
|
||||
{
|
||||
"id": "Painful Honesty",
|
||||
"name": "Douloureuse honnêteté",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.132"
|
||||
"book_reference": "Livre de Règles p.132"
|
||||
},
|
||||
{
|
||||
"id": "Paranoia",
|
||||
"name": "Paranoïa",
|
||||
"types": "physique, mental",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.134"
|
||||
"book_reference": "Livre de Règles p.134"
|
||||
},
|
||||
{
|
||||
"id": "Perfectionism",
|
||||
"name": "Perfectionnisme",
|
||||
"types": "physique, mental",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.134"
|
||||
"book_reference": "Livre de Règles p.134"
|
||||
},
|
||||
{
|
||||
"id": "Phobia",
|
||||
"name": "Phobie",
|
||||
"types": "physique, mental",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.135"
|
||||
"book_reference": "Livre de Règles p.135"
|
||||
},
|
||||
{
|
||||
"id": "Softheartedness",
|
||||
"name": "Cœur tendre",
|
||||
"types": "relations, mental",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.131"
|
||||
"book_reference": "Livre de Règles p.131"
|
||||
},
|
||||
{
|
||||
"id": "Superstition",
|
||||
"name": "Superstition",
|
||||
"types": "mental, spirituel",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.136"
|
||||
"book_reference": "Livre de Règles p.136"
|
||||
},
|
||||
{
|
||||
"id": "Conspiracy",
|
||||
"name": "Conspiracy (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Omen of Bad Luck",
|
||||
"name": "Omen of Bad Luck (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Uncleanliness",
|
||||
"name": "Uncleanliness (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Vanity",
|
||||
"name": "Vanity (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Isolation",
|
||||
"name": "Isolement",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.103"
|
||||
},
|
||||
{
|
||||
"id": "Web of Lies",
|
||||
"name": "Tissu de mensonges",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.103"
|
||||
},
|
||||
{
|
||||
"id": "Accustomed to Luxury",
|
||||
"name": "Habitué au luxe",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.247"
|
||||
},
|
||||
{
|
||||
"id": "Claustrophobia",
|
||||
"name": "Claustrophobie",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.248"
|
||||
},
|
||||
{
|
||||
"id": "False Identity",
|
||||
"name": "Fausse identité",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.248"
|
||||
},
|
||||
{
|
||||
"id": "Loathing for Peasants",
|
||||
"name": "Aversion pour les paysans",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.248"
|
||||
},
|
||||
{
|
||||
"id": "Loneliness",
|
||||
"name": "Autophobie",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.249"
|
||||
},
|
||||
{
|
||||
"id": "Eyes of Many",
|
||||
"name": "Eyes of Many (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Coming Storm",
|
||||
"name": "Coming Storm (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Fear of Stagnation",
|
||||
"name": "Fear of Stagnation (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Failure",
|
||||
"name": "Failure (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Fallen Ancestor",
|
||||
"name": "Ancêtre déchu",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.98"
|
||||
},
|
||||
{
|
||||
"id": "Obtuse",
|
||||
"name": "Obtus",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.99"
|
||||
},
|
||||
{
|
||||
"id": "Reformed Maho-Tsukai",
|
||||
"name": "Mahō-tsukai repenti",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.98"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,282 +9,443 @@
|
||||
{
|
||||
"id": "Ally [Name]",
|
||||
"name": "Allié [Nom]",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.102"
|
||||
"book_reference": "Livre de Règles p.102"
|
||||
},
|
||||
{
|
||||
"id": "Ambidexterity",
|
||||
"name": "Ambidextrie",
|
||||
"types": "physique",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.102"
|
||||
"book_reference": "Livre de Règles p.102"
|
||||
},
|
||||
{
|
||||
"id": "Benten’s Blessing",
|
||||
"name": "Bénédiction de Benten",
|
||||
"types": "relations, spirituel",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.103"
|
||||
"book_reference": "Livre de Règles p.103"
|
||||
},
|
||||
{
|
||||
"id": "Bishamon’s Blessing",
|
||||
"name": "Bénédiction de Bishamon",
|
||||
"types": "physique, spirituel",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.103"
|
||||
"book_reference": "Livre de Règles p.103"
|
||||
},
|
||||
{
|
||||
"id": "Blackmail on [Name]",
|
||||
"name": "Chantage contre [Nom d’un personnage]",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.104"
|
||||
"book_reference": "Livre de Règles p.104"
|
||||
},
|
||||
{
|
||||
"id": "Blessed Lineage",
|
||||
"name": "Lignée prestigieuse",
|
||||
"types": "relations, spirituel",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.106"
|
||||
"book_reference": "Livre de Règles p.106"
|
||||
},
|
||||
{
|
||||
"id": "Blissful Betrothal",
|
||||
"name": "Fiançailles bienheureuses",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.105"
|
||||
"book_reference": "Livre de Règles p.105"
|
||||
},
|
||||
{
|
||||
"id": "Daikoku’s Blessing",
|
||||
"name": "Bénédiction de Daikoku",
|
||||
"types": "relations, spirituel",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.103"
|
||||
"book_reference": "Livre de Règles p.103"
|
||||
},
|
||||
{
|
||||
"id": "Dangerous Allure",
|
||||
"name": "Beauté fatale",
|
||||
"types": "physique, relations",
|
||||
"types": "Physique, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.102"
|
||||
"book_reference": "Livre de Règles p.102"
|
||||
},
|
||||
{
|
||||
"id": "Ebisu’s Blessing",
|
||||
"name": "Bénédiction d’Ebisu",
|
||||
"types": "physique, spirituel",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.103"
|
||||
"book_reference": "Livre de Règles p.103"
|
||||
},
|
||||
{
|
||||
"id": "Famously Honest",
|
||||
"name": "Notoirement honnête",
|
||||
"types": "renommée, relations",
|
||||
"types": "Relations, Renommée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.107"
|
||||
"book_reference": "Livre de Règles p.107"
|
||||
},
|
||||
{
|
||||
"id": "Famously Lucky",
|
||||
"name": "Notoirement chanceux",
|
||||
"types": "renommée, relations",
|
||||
"types": "Relations, Renommée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.106"
|
||||
"book_reference": "Livre de Règles p.106"
|
||||
},
|
||||
{
|
||||
"id": "Famously Reliable",
|
||||
"name": "Notoirement fiable",
|
||||
"types": "renommée, relations",
|
||||
"types": "Relations, Renommée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.107"
|
||||
"book_reference": "Livre de Règles p.107"
|
||||
},
|
||||
{
|
||||
"id": "Famously Successful",
|
||||
"name": "Notoirement efficace",
|
||||
"types": "renommée, relations",
|
||||
"types": "Relations, Renommée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.106"
|
||||
"book_reference": "Livre de Règles p.106"
|
||||
},
|
||||
{
|
||||
"id": "Famously Wealthy",
|
||||
"name": "Notoirement riche",
|
||||
"types": "renommée, relations",
|
||||
"types": "Relations, Renommée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.107"
|
||||
"book_reference": "Livre de Règles p.107"
|
||||
},
|
||||
{
|
||||
"id": "Flexibility",
|
||||
"name": "Souplesse",
|
||||
"types": "physique",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.109"
|
||||
"book_reference": "Livre de Règles p.109"
|
||||
},
|
||||
{
|
||||
"id": "Fukurokujin’s Blessing",
|
||||
"name": "Bénédiction de Fukurokujin",
|
||||
"types": "mental, spirituel",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.104"
|
||||
"book_reference": "Livre de Règles p.104"
|
||||
},
|
||||
{
|
||||
"id": "Indomitable Will",
|
||||
"name": "Volonté indomptable",
|
||||
"types": "mental, relations",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.110"
|
||||
"book_reference": "Livre de Règles p.110"
|
||||
},
|
||||
{
|
||||
"id": "Jurojin’s Blessing",
|
||||
"name": "Bénédiction de Jurōjin",
|
||||
"types": "physique, spirituel",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.104"
|
||||
"book_reference": "Livre de Règles p.104"
|
||||
},
|
||||
{
|
||||
"id": "Keen Balance",
|
||||
"name": "Equilibre exceptionnel",
|
||||
"types": "mental, physique",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.104"
|
||||
"book_reference": "Livre de Règles p.104"
|
||||
},
|
||||
{
|
||||
"id": "Keen Hearing",
|
||||
"name": "Ouïe exceptionnelle",
|
||||
"types": "physique, mental",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.108"
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
},
|
||||
{
|
||||
"id": "Keen Sight",
|
||||
"name": "Vue exceptionnelle",
|
||||
"types": "physique, mental",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.110"
|
||||
"book_reference": "Livre de Règles p.110"
|
||||
},
|
||||
{
|
||||
"id": "Keen Smell",
|
||||
"name": "Odorat exceptionnel",
|
||||
"types": "physique, mental",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.108"
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
},
|
||||
{
|
||||
"id": "Karmic Tie",
|
||||
"name": "Lien karmique",
|
||||
"types": "relations, spirituel",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.105"
|
||||
"book_reference": "Livre de Règles p.105"
|
||||
},
|
||||
{
|
||||
"id": "Kisshōten’s Blessing",
|
||||
"name": "Bénédiction de Kisshōten",
|
||||
"types": "physique, spirituel",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.104"
|
||||
"book_reference": "Livre de Règles p.104"
|
||||
},
|
||||
{
|
||||
"id": "Large Stature",
|
||||
"name": "Stature imposante",
|
||||
"types": "physique",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.110"
|
||||
"book_reference": "Livre de Règles p.110"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Compassion",
|
||||
"name": "Parangon de Compassion",
|
||||
"types": "mental, vertu",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.108"
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Courage",
|
||||
"name": "Parangon de Courage",
|
||||
"types": "mental, vertu",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.108"
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Courtesy",
|
||||
"name": "Parangon de Courtoisie",
|
||||
"types": "mental, vertu",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.108"
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Duty and Loyalty",
|
||||
"name": "Parangon de Devoir et loyauté",
|
||||
"types": "mental, vertu",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.108"
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Honor",
|
||||
"name": "Parangon d'Honneur",
|
||||
"types": "mental, vertu",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.108"
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Righteousness",
|
||||
"name": "Parangon de Droiture",
|
||||
"types": "mental, vertu",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.108"
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
},
|
||||
{
|
||||
"id": "Paragon of Sincerity",
|
||||
"name": "Parangon de Sincérité",
|
||||
"types": "mental, vertu",
|
||||
"types": "Mental, Vertu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.108"
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
},
|
||||
{
|
||||
"id": "Precise Memory",
|
||||
"name": "Excellente mémoire",
|
||||
"types": "mental",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.105"
|
||||
"book_reference": "Livre de Règles p.105"
|
||||
},
|
||||
{
|
||||
"id": "Quick Reflexes",
|
||||
"name": "Réflexes fulgurants",
|
||||
"types": "physique, relations",
|
||||
"types": "Physique, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.109"
|
||||
"book_reference": "Livre de Règles p.109"
|
||||
},
|
||||
{
|
||||
"id": "Seasoned",
|
||||
"name": "Aguerri",
|
||||
"types": "mental, relations",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.101"
|
||||
"book_reference": "Livre de Règles p.101"
|
||||
},
|
||||
{
|
||||
"id": "Sixth Sense",
|
||||
"name": "Sixième sens",
|
||||
"types": "spirituel",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.109"
|
||||
"book_reference": "Livre de Règles p.109"
|
||||
},
|
||||
{
|
||||
"id": "Small Stature",
|
||||
"name": "Petit",
|
||||
"types": "physique",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.108"
|
||||
"book_reference": "Livre de Règles p.108"
|
||||
},
|
||||
{
|
||||
"id": "Subtle Observer",
|
||||
"name": "Observateur subtil",
|
||||
"types": "relations, mental",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.107"
|
||||
"book_reference": "Livre de Règles p.107"
|
||||
},
|
||||
{
|
||||
"id": "Support of [One Group]",
|
||||
"name": "Soutien de [un groupe]",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.109"
|
||||
"book_reference": "Livre de Règles p.109"
|
||||
},
|
||||
{
|
||||
"id": "Talented Herbalist",
|
||||
"name": "Talented Herbalist (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Famously Kind",
|
||||
"name": "Famously Kind (WIP)",
|
||||
"types": "Relations, Renommée",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Portentous Birth",
|
||||
"name": "Portentous Birth (WIP)",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Affect of Harmlessness",
|
||||
"name": "Apparence inoffensive",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.99"
|
||||
},
|
||||
{
|
||||
"id": "Famously Neutral",
|
||||
"name": "Notoirement impartial",
|
||||
"types": "Relations, Renommée",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.99"
|
||||
},
|
||||
{
|
||||
"id": "Well Connected in {City}",
|
||||
"name": "Relations à [une ville]",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.99"
|
||||
},
|
||||
{
|
||||
"id": "Animal Trainer",
|
||||
"name": "Dresseur",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.242"
|
||||
},
|
||||
{
|
||||
"id": "Expert Tracker",
|
||||
"name": "Pisteur expert",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.242"
|
||||
},
|
||||
{
|
||||
"id": "Criminal Connections",
|
||||
"name": "Liens avec la pègre",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.242"
|
||||
},
|
||||
{
|
||||
"id": "Friend of the brotherhood",
|
||||
"name": "Ami de la confrérie",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.242"
|
||||
},
|
||||
{
|
||||
"id": "Well Connected",
|
||||
"name": "Relations influentes",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.243"
|
||||
},
|
||||
{
|
||||
"id": "Kuge Lineage",
|
||||
"name": "Lignée Kuge",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.243"
|
||||
},
|
||||
{
|
||||
"id": "Hero of [Village]",
|
||||
"name": "Héros de [Village]",
|
||||
"types": "Relations, Renommée",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.243"
|
||||
},
|
||||
{
|
||||
"id": "Spiritual Protector",
|
||||
"name": "Protecteur spirituel",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.243"
|
||||
},
|
||||
{
|
||||
"id": "Ardent Leader",
|
||||
"name": "Ardent Leader (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Dashing Scar",
|
||||
"name": "Dashing Scar (WIP)",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Lucky Hunter",
|
||||
"name": "Lucky Hunter (WIP)",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Scrounger",
|
||||
"name": "Scrounger (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Scrappy",
|
||||
"name": "Scrappy (WIP)",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Urbane and Wroldly",
|
||||
"name": "Urbane and Wroldly (WIP)",
|
||||
"types": "Physique, Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Dead Eyes",
|
||||
"name": "Regard voilé",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.96"
|
||||
},
|
||||
{
|
||||
"id": "Light Sleeper",
|
||||
"name": "Sommeil léger",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.96"
|
||||
},
|
||||
{
|
||||
"id": "Friend of the Nezumi",
|
||||
"name": "Ami des nezumi",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.96"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,142 +9,275 @@
|
||||
{
|
||||
"id": "Animal Bond",
|
||||
"name": "Animaux",
|
||||
"types": "relations, mental",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.111"
|
||||
"book_reference": "Livre de Règles p.111"
|
||||
},
|
||||
{
|
||||
"id": "Armament",
|
||||
"name": "Armement",
|
||||
"types": "mental",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.111"
|
||||
"book_reference": "Livre de Règles p.111"
|
||||
},
|
||||
{
|
||||
"id": "Brushwork",
|
||||
"name": "Pinceau",
|
||||
"types": "mental, physique",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.114"
|
||||
"book_reference": "Livre de Règles p.114"
|
||||
},
|
||||
{
|
||||
"id": "Curiosity",
|
||||
"name": "Curiosité",
|
||||
"types": "mental",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.112"
|
||||
"book_reference": "Livre de Règles p.112"
|
||||
},
|
||||
{
|
||||
"id": "Daredevil",
|
||||
"name": "Casse-cou",
|
||||
"types": "mental, physique",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.111"
|
||||
"book_reference": "Livre de Règles p.111"
|
||||
},
|
||||
{
|
||||
"id": "Enlightenment",
|
||||
"name": "Illumination",
|
||||
"types": "spirituel",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.113"
|
||||
"book_reference": "Livre de Règles p.113"
|
||||
},
|
||||
{
|
||||
"id": "Fashion",
|
||||
"name": "Mode",
|
||||
"types": "relations, mental",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.113"
|
||||
"book_reference": "Livre de Règles p.113"
|
||||
},
|
||||
{
|
||||
"id": "Fortune-Telling",
|
||||
"name": "Voyance",
|
||||
"types": "mental, spirituel",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.116"
|
||||
"book_reference": "Livre de Règles p.116"
|
||||
},
|
||||
{
|
||||
"id": "Generosity",
|
||||
"name": "Générosité",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.112"
|
||||
"book_reference": "Livre de Règles p.112"
|
||||
},
|
||||
{
|
||||
"id": "Gossip",
|
||||
"name": "Commérages",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.111"
|
||||
"book_reference": "Livre de Règles p.111"
|
||||
},
|
||||
{
|
||||
"id": "History",
|
||||
"name": "Histoire",
|
||||
"types": "mental",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.112"
|
||||
"book_reference": "Livre de Règles p.112"
|
||||
},
|
||||
{
|
||||
"id": "Ikebana",
|
||||
"name": "Ikebana",
|
||||
"types": "mental",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.113"
|
||||
"book_reference": "Livre de Règles p.113"
|
||||
},
|
||||
{
|
||||
"id": "Playfulness",
|
||||
"name": "Plaisanteries",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.114"
|
||||
"book_reference": "Livre de Règles p.114"
|
||||
},
|
||||
{
|
||||
"id": "Provocation",
|
||||
"name": "Provocation",
|
||||
"types": "relations",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.114"
|
||||
"book_reference": "Livre de Règles p.114"
|
||||
},
|
||||
{
|
||||
"id": "Sake",
|
||||
"name": "Saké",
|
||||
"types": "mental",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.115"
|
||||
"book_reference": "Livre de Règles p.115"
|
||||
},
|
||||
{
|
||||
"id": "Secrets",
|
||||
"name": "Secrets",
|
||||
"types": "mental, relations",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.115"
|
||||
"book_reference": "Livre de Règles p.115"
|
||||
},
|
||||
{
|
||||
"id": "Stories",
|
||||
"name": "Contes",
|
||||
"types": "mental, relations",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.112"
|
||||
"book_reference": "Livre de Règles p.112"
|
||||
},
|
||||
{
|
||||
"id": "Tea",
|
||||
"name": "Thé",
|
||||
"types": "physique, spirituel",
|
||||
"types": "Physique, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.115"
|
||||
"book_reference": "Livre de Règles p.115"
|
||||
},
|
||||
{
|
||||
"id": "Travel",
|
||||
"name": "Voyages",
|
||||
"types": "mental, physique",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.115"
|
||||
"book_reference": "Livre de Règles p.115"
|
||||
},
|
||||
{
|
||||
"id": "Wordplay",
|
||||
"name": "Jeux de mots",
|
||||
"types": "relations, mental",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.113"
|
||||
"book_reference": "Livre de Règles p.113"
|
||||
},
|
||||
{
|
||||
"id": "Bathing",
|
||||
"name": "Bathing (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Kyudo",
|
||||
"name": "Kyudo (WIP)",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Kabuki",
|
||||
"name": "Kabuki (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Festivals",
|
||||
"name": "Festivals (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Religious Study",
|
||||
"name": "Religious Study (WIP)",
|
||||
"types": "Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Local Flare for {Region}",
|
||||
"name": "Engouement pour [une région]",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.100"
|
||||
},
|
||||
{
|
||||
"id": "Decorum",
|
||||
"name": "Décorum",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.100"
|
||||
},
|
||||
{
|
||||
"id": "Pot Stirrer",
|
||||
"name": "Fauteur de trouble",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
},
|
||||
{
|
||||
"id": "City [Choose One]",
|
||||
"name": "Cité [au choix]",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.244"
|
||||
},
|
||||
{
|
||||
"id": "Bonsai",
|
||||
"name": "Bonsai",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.244"
|
||||
},
|
||||
{
|
||||
"id": "Gourmet",
|
||||
"name": "Gourmet",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.244"
|
||||
},
|
||||
{
|
||||
"id": "Rock Gardening",
|
||||
"name": "Jardins de rocaille",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.245"
|
||||
},
|
||||
{
|
||||
"id": "Military History",
|
||||
"name": "Histoire militaire",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.245"
|
||||
},
|
||||
{
|
||||
"id": "Navigator",
|
||||
"name": "Navigateur",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.245"
|
||||
},
|
||||
{
|
||||
"id": "Researcher",
|
||||
"name": "Chercheur",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.245"
|
||||
},
|
||||
{
|
||||
"id": "Honest Work",
|
||||
"name": "Honest Work (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Attention",
|
||||
"name": "Attention (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Passion for [Foreign Performing Art Form]",
|
||||
"name": "Passion for [Foreign Performing Art Form] (WIP)",
|
||||
"types": "Relations, Renommée",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Creatures",
|
||||
"name": "Créatures",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.97"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,97 +9,97 @@
|
||||
"id": "Razor-Edged",
|
||||
"name": "Acéré",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.240"
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
},
|
||||
{
|
||||
"id": "Ceremonial",
|
||||
"name": "Cérémoniel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.240"
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
},
|
||||
{
|
||||
"id": "Damaged",
|
||||
"name": "Détérioré",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.240"
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
},
|
||||
{
|
||||
"id": "Destroyed",
|
||||
"name": "Détruit",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.240"
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
},
|
||||
{
|
||||
"id": "Concealable",
|
||||
"name": "Discret",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.240"
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
},
|
||||
{
|
||||
"id": "Cumbersome",
|
||||
"name": "Encombrant",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.240"
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
},
|
||||
{
|
||||
"id": "Snaring",
|
||||
"name": "Entrave",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.240"
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
},
|
||||
{
|
||||
"id": "Unholy",
|
||||
"name": "Impie",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.240"
|
||||
"book_reference": "Livre de Règles p.240"
|
||||
},
|
||||
{
|
||||
"id": "Forbidden",
|
||||
"name": "Interdit",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.241"
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
},
|
||||
{
|
||||
"id": "Resplendent",
|
||||
"name": "Magnifique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.241"
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
},
|
||||
{
|
||||
"id": "Wargear",
|
||||
"name": "Militaire",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.241"
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
},
|
||||
{
|
||||
"id": "Mundane",
|
||||
"name": "Ordinaire",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.241"
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
},
|
||||
{
|
||||
"id": "Prepare",
|
||||
"name": "Préparation",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.241"
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
},
|
||||
{
|
||||
"id": "Sacred",
|
||||
"name": "Sacré",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.241"
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
},
|
||||
{
|
||||
"id": "Durable",
|
||||
"name": "Solide",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.241"
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
},
|
||||
{
|
||||
"id": "Subtle",
|
||||
"name": "Subtil",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.241"
|
||||
"book_reference": "Livre de Règles p.241"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
105
system/babele/fr-fr/l5r5e.core-techniques-inversion.json
Normal file
105
system/babele/fr-fr/l5r5e.core-techniques-inversion.json
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"label": "Techniques d'Inversions",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "One Within the Void",
|
||||
"name": "One Within the Void (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Sight beyond Existence",
|
||||
"name": "Sight beyond Existence (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Whispered Blade",
|
||||
"name": "Whispered Blade (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Witness the End",
|
||||
"name": "Witness the End (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Distance Distorted",
|
||||
"name": "Distance Distorted (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Ethereal Flicker",
|
||||
"name": "Ethereal Flicker (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "The Lotus Bloom",
|
||||
"name": "The Lotus Bloom (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Hurl from the Stream",
|
||||
"name": "Hurl from the Stream (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Moon on the Shifting Sea",
|
||||
"name": "Moon on the Shifting Sea (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Shroud in Solitude",
|
||||
"name": "Shroud in Solitude (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Reality Stitch",
|
||||
"name": "Reality Stitch (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Shattering Caress",
|
||||
"name": "Shattering Caress (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Three Heartbeats",
|
||||
"name": "Three Heartbeats (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Essence Eternal",
|
||||
"name": "Essence Eternal (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Slip the Cycle",
|
||||
"name": "Slip the Cycle (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Unweave",
|
||||
"name": "Unweave (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -9,373 +9,451 @@
|
||||
"id": "Rise, Air",
|
||||
"name": "Air, incarne-toi",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.192"
|
||||
"book_reference": "Livre de Règles p.192"
|
||||
},
|
||||
{
|
||||
"id": "Nature’s Touch",
|
||||
"name": "Caresse de la nature",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.192"
|
||||
"book_reference": "Livre de Règles p.192"
|
||||
},
|
||||
{
|
||||
"id": "Wrath of Kaze-no-Kami",
|
||||
"name": "Courroux de Kaze no kami",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.192"
|
||||
"book_reference": "Livre de Règles p.192"
|
||||
},
|
||||
{
|
||||
"id": "Secrets on the Wind",
|
||||
"name": "Des secrets dans le vent",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.193"
|
||||
"book_reference": "Livre de Règles p.193"
|
||||
},
|
||||
{
|
||||
"id": "Vapor of Nightmares",
|
||||
"name": "Émanation de cauchemar",
|
||||
"name": "Emanation de cauchemar",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.193"
|
||||
"book_reference": "Livre de Règles p.193"
|
||||
},
|
||||
{
|
||||
"id": "Grasp of the Air Dragon",
|
||||
"name": "Étreinte du Dragon de l’Air",
|
||||
"name": "Etreinte du Dragon de l’Air",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.193"
|
||||
"book_reference": "Livre de Règles p.193"
|
||||
},
|
||||
{
|
||||
"id": "Blessed Wind",
|
||||
"name": "Vent béni",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.196"
|
||||
"book_reference": "Livre de Règles p.196"
|
||||
},
|
||||
{
|
||||
"id": "By the Light of the Lord Moon",
|
||||
"name": "Par la lumière de Sire Lune",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.195"
|
||||
"book_reference": "Livre de Règles p.195"
|
||||
},
|
||||
{
|
||||
"id": "Call Upon the Wind",
|
||||
"name": "L’appel du vent",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.194"
|
||||
"book_reference": "Livre de Règles p.194"
|
||||
},
|
||||
{
|
||||
"id": "Cloak of Night",
|
||||
"name": "Manteau de nuit",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.194"
|
||||
"book_reference": "Livre de Règles p.194"
|
||||
},
|
||||
{
|
||||
"id": "False Realm of the Fox Spirits",
|
||||
"name": "Royaume factice des esprits renards",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.195"
|
||||
"book_reference": "Livre de Règles p.195"
|
||||
},
|
||||
{
|
||||
"id": "Mask of Wind",
|
||||
"name": "Masque du vent",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.194"
|
||||
"book_reference": "Livre de Règles p.194"
|
||||
},
|
||||
{
|
||||
"id": "Summon Fog",
|
||||
"name": "Nappe de brouillard",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.195"
|
||||
"book_reference": "Livre de Règles p.195"
|
||||
},
|
||||
{
|
||||
"id": "Tempest of Air",
|
||||
"name": "Tornade",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.196"
|
||||
"book_reference": "Livre de Règles p.196"
|
||||
},
|
||||
{
|
||||
"id": "Token of Memory",
|
||||
"name": "Fragment de souvenir",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.194"
|
||||
"book_reference": "Livre de Règles p.194"
|
||||
},
|
||||
{
|
||||
"id": "Yari of Air",
|
||||
"name": "Yari de l’Air",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.196"
|
||||
"book_reference": "Livre de Règles p.196"
|
||||
},
|
||||
{
|
||||
"id": "Armor of Earth",
|
||||
"name": "Armure de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.197"
|
||||
"book_reference": "Livre de Règles p.197"
|
||||
},
|
||||
{
|
||||
"id": "Bind the Shadow",
|
||||
"name": "Enchaîner les ténèbres",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.198"
|
||||
"book_reference": "Livre de Règles p.198"
|
||||
},
|
||||
{
|
||||
"id": "Caress of Earth",
|
||||
"name": "Caresse de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.197"
|
||||
"book_reference": "Livre de Règles p.197"
|
||||
},
|
||||
{
|
||||
"id": "Courage of Seven Thunders",
|
||||
"name": "Courage des Sept Tonnerres",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.198"
|
||||
"book_reference": "Livre de Règles p.198"
|
||||
},
|
||||
{
|
||||
"id": "Earthquake",
|
||||
"name": "Séisme",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.200"
|
||||
"book_reference": "Livre de Règles p.200"
|
||||
},
|
||||
{
|
||||
"id": "Earth Becomes Sky",
|
||||
"name": "La terre devient le ciel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.199"
|
||||
"book_reference": "Livre de Règles p.199"
|
||||
},
|
||||
{
|
||||
"id": "Embrace of Kenro-Ji-Jin",
|
||||
"name": "Étreinte de Kenro-ji-jin",
|
||||
"name": "Etreinte de Kenro-ji-jin",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.198"
|
||||
"book_reference": "Livre de Règles p.198"
|
||||
},
|
||||
{
|
||||
"id": "Grasp of Earth",
|
||||
"name": "Étreinte de la Terre",
|
||||
"name": "Etreinte de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.199"
|
||||
"book_reference": "Livre de Règles p.199"
|
||||
},
|
||||
{
|
||||
"id": "Jade Strike",
|
||||
"name": "Assaut de jade",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.197"
|
||||
"book_reference": "Livre de Règles p.197"
|
||||
},
|
||||
{
|
||||
"id": "Jurōjin’s Balm",
|
||||
"name": "Baume de Jurōjin",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.197"
|
||||
"book_reference": "Livre de Règles p.197"
|
||||
},
|
||||
{
|
||||
"id": "Power of the Earth Dragon",
|
||||
"name": "Puissance du Dragon de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.200"
|
||||
"book_reference": "Livre de Règles p.200"
|
||||
},
|
||||
{
|
||||
"id": "Rise, Earth",
|
||||
"name": "Terre, incarne-toi",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.200"
|
||||
"book_reference": "Livre de Règles p.200"
|
||||
},
|
||||
{
|
||||
"id": "Symbol of Earth",
|
||||
"name": "Symbole de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.200"
|
||||
"book_reference": "Livre de Règles p.200"
|
||||
},
|
||||
{
|
||||
"id": "Tetsubō of Earth",
|
||||
"name": "Tetsubō de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.201"
|
||||
"book_reference": "Livre de Règles p.201"
|
||||
},
|
||||
{
|
||||
"id": "Tomb of Jade",
|
||||
"name": "Tombe de jade",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.201"
|
||||
"book_reference": "Livre de Règles p.201"
|
||||
},
|
||||
{
|
||||
"id": "Wall of Earth",
|
||||
"name": "Muraille de terre",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.199"
|
||||
"book_reference": "Livre de Règles p.199"
|
||||
},
|
||||
{
|
||||
"id": "Armor of Radiance",
|
||||
"name": "Armure rayonnante",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.202"
|
||||
"book_reference": "Livre de Règles p.202"
|
||||
},
|
||||
{
|
||||
"id": "Biting Steel",
|
||||
"name": "Morsure de l’acier",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.205"
|
||||
"book_reference": "Livre de Règles p.205"
|
||||
},
|
||||
{
|
||||
"id": "Breath of the Fire Dragon",
|
||||
"name": "Souffle du Dragon du Feu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.206"
|
||||
"book_reference": "Livre de Règles p.206"
|
||||
},
|
||||
{
|
||||
"id": "Extinguish",
|
||||
"name": "Extinction",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.203"
|
||||
"book_reference": "Livre de Règles p.203"
|
||||
},
|
||||
{
|
||||
"id": "Fukurokujin’s Wit",
|
||||
"name": "Esprit de Fukurokujin",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.202"
|
||||
"book_reference": "Livre de Règles p.202"
|
||||
},
|
||||
{
|
||||
"id": "Fury of Osano-wo",
|
||||
"name": "Fureur d’Osano-wo",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.204"
|
||||
"book_reference": "Livre de Règles p.204"
|
||||
},
|
||||
{
|
||||
"id": "Katana of Fire",
|
||||
"name": "Katana du Feu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.204"
|
||||
"book_reference": "Livre de Règles p.204"
|
||||
},
|
||||
{
|
||||
"id": "Matsu's Battlecry",
|
||||
"name": "Cri de guerre de Matsu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.202"
|
||||
"book_reference": "Livre de Règles p.202"
|
||||
},
|
||||
{
|
||||
"id": "Ravenous Swarms",
|
||||
"name": "Nuée vorace",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.205"
|
||||
"book_reference": "Livre de Règles p.205"
|
||||
},
|
||||
{
|
||||
"id": "Rise, Flame",
|
||||
"name": "Feu, incarne-toi",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.203"
|
||||
"book_reference": "Livre de Règles p.203"
|
||||
},
|
||||
{
|
||||
"id": "The Cleansing Fire",
|
||||
"name": "Le feu purificateur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.205"
|
||||
"book_reference": "Livre de Règles p.205"
|
||||
},
|
||||
{
|
||||
"id": "The Fires from Within",
|
||||
"name": "Feu intérieur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.203"
|
||||
"book_reference": "Livre de Règles p.203"
|
||||
},
|
||||
{
|
||||
"id": "The Soul’s Blade",
|
||||
"name": "Lame spirituelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.204"
|
||||
"book_reference": "Livre de Règles p.204"
|
||||
},
|
||||
{
|
||||
"id": "Wall of Fire",
|
||||
"name": "Muraille de flammes",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.205"
|
||||
"book_reference": "Livre de Règles p.205"
|
||||
},
|
||||
{
|
||||
"id": "Wings of the Phoenix",
|
||||
"name": "Ailes du phénix",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.202"
|
||||
"book_reference": "Livre de Règles p.202"
|
||||
},
|
||||
{
|
||||
"id": "Bō of Water",
|
||||
"name": "Bō de l’Eau",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.207"
|
||||
"book_reference": "Livre de Règles p.207"
|
||||
},
|
||||
{
|
||||
"id": "Dance of Seasons",
|
||||
"name": "La danse des saisons",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.209"
|
||||
"book_reference": "Livre de Règles p.209"
|
||||
},
|
||||
{
|
||||
"id": "Dominion of Suijin",
|
||||
"name": "Le domaine de Suijin",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.209"
|
||||
"book_reference": "Livre de Règles p.209"
|
||||
},
|
||||
{
|
||||
"id": "Ever-Changing Waves",
|
||||
"name": "L’impermanence du ressac",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.208"
|
||||
"book_reference": "Livre de Règles p.208"
|
||||
},
|
||||
{
|
||||
"id": "Hands of the Tides",
|
||||
"name": "Mains des marées",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.210"
|
||||
"book_reference": "Livre de Règles p.210"
|
||||
},
|
||||
{
|
||||
"id": "Heart of the Water Dragon",
|
||||
"name": "Cœur du Dragon de l’eau",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.207"
|
||||
"book_reference": "Livre de Règles p.207"
|
||||
},
|
||||
{
|
||||
"id": "Inari’s Blessing",
|
||||
"name": "Bénédiction d’Inari",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.207"
|
||||
"book_reference": "Livre de Règles p.207"
|
||||
},
|
||||
{
|
||||
"id": "Path to Inner Peace",
|
||||
"name": "Voie de la sérénité",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.211"
|
||||
"book_reference": "Livre de Règles p.211"
|
||||
},
|
||||
{
|
||||
"id": "Reflections of P’an Ku",
|
||||
"name": "Reflets de P’an Ku",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.211"
|
||||
"book_reference": "Livre de Règles p.211"
|
||||
},
|
||||
{
|
||||
"id": "Rise, Water",
|
||||
"name": "Eau, incarne-toi",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.208"
|
||||
"book_reference": "Livre de Règles p.208"
|
||||
},
|
||||
{
|
||||
"id": "Stride the Waves",
|
||||
"name": "Marcher sur les vagues",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.211"
|
||||
"book_reference": "Livre de Règles p.211"
|
||||
},
|
||||
{
|
||||
"id": "Strike the Tsunami",
|
||||
"name": "Impact du tsunami",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.208"
|
||||
"book_reference": "Livre de Règles p.208"
|
||||
},
|
||||
{
|
||||
"id": "Suijin’s Embrace",
|
||||
"name": "Étreinte de Suijin",
|
||||
"name": "Etreinte de Suijin",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.208"
|
||||
"book_reference": "Livre de Règles p.208"
|
||||
},
|
||||
{
|
||||
"id": "Sympathetic Energies",
|
||||
"name": "Transfert d’énergie",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.211"
|
||||
"book_reference": "Livre de Règles p.211"
|
||||
},
|
||||
{
|
||||
"id": "The Rushing Wave",
|
||||
"name": "La déferlante",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.209"
|
||||
"book_reference": "Livre de Règles p.209"
|
||||
},
|
||||
{
|
||||
"id": "Dream Painter",
|
||||
"name": "Dream Painter (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Messenger of Chikusho-do",
|
||||
"name": "Messenger of Chikusho-do (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "The Fading Dream",
|
||||
"name": "The Fading Dream (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Bond of the Realms",
|
||||
"name": "Bond of the Realms (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Guardian of the Secret Gate",
|
||||
"name": "Guardian of the Secret Gate (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Emboldened Steed",
|
||||
"name": "Emboldened Steed (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Fluid Shadows",
|
||||
"name": "Fluid Shadows (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Heart of the Lady Sun",
|
||||
"name": "Heart of the Lady Sun (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Fires of Purity",
|
||||
"name": "Fires of Purity (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Amaterasu's Gaze",
|
||||
"name": "Amaterasu's Gaze (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Rain of Ten Thousand Lotuses",
|
||||
"name": "Rain of Ten Thousand Lotuses (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Path of Beasts",
|
||||
"name": "Path of Beasts (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Essence of Jade",
|
||||
"name": "Essence de jade",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.114"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,193 +9,385 @@
|
||||
"id": "Flowing Water Strike",
|
||||
"name": "Assaut de l’eau courante",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.174"
|
||||
"book_reference": "Livre de Règles p.174"
|
||||
},
|
||||
{
|
||||
"id": "Crimson Leaves Strike",
|
||||
"name": "Assaut des feuilles pourpres",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.175"
|
||||
"book_reference": "Livre de Règles p.175"
|
||||
},
|
||||
{
|
||||
"id": "Heartpiercing Strike",
|
||||
"name": "Assaut en plein coeur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.175"
|
||||
"book_reference": "Livre de Règles p.175"
|
||||
},
|
||||
{
|
||||
"id": "Battle in the Mind",
|
||||
"name": "Bataille mentale",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.175"
|
||||
"book_reference": "Livre de Règles p.175"
|
||||
},
|
||||
{
|
||||
"id": "Lord Shiba’s Valor",
|
||||
"name": "Bravoure de Sire Shiba",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.175"
|
||||
"book_reference": "Livre de Règles p.175"
|
||||
},
|
||||
{
|
||||
"id": "Soul Sunder",
|
||||
"name": "Destruction de l’âme",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.176"
|
||||
"book_reference": "Livre de Règles p.176"
|
||||
},
|
||||
{
|
||||
"id": "Warrior’s Resolve",
|
||||
"name": "Détermination du guerrier",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.176"
|
||||
"book_reference": "Livre de Règles p.176"
|
||||
},
|
||||
{
|
||||
"id": "Tactical Assessment",
|
||||
"name": "Evaluation tactique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.176"
|
||||
"book_reference": "Livre de Règles p.176"
|
||||
},
|
||||
{
|
||||
"id": "Soaring Slice",
|
||||
"name": "Mortelle envolée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.177"
|
||||
"book_reference": "Livre de Règles p.177"
|
||||
},
|
||||
{
|
||||
"id": "Striking as Air",
|
||||
"name": "Offensive de l’Air",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.177"
|
||||
"book_reference": "Livre de Règles p.177"
|
||||
},
|
||||
{
|
||||
"id": "Striking as Water",
|
||||
"name": "Offensive de l'Eau",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.177"
|
||||
"book_reference": "Livre de Règles p.177"
|
||||
},
|
||||
{
|
||||
"id": "Striking as Earth",
|
||||
"name": "Offensive de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.177"
|
||||
"book_reference": "Livre de Règles p.177"
|
||||
},
|
||||
{
|
||||
"id": "Striking as Fire",
|
||||
"name": "Offensive du Feu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.177"
|
||||
"book_reference": "Livre de Règles p.177"
|
||||
},
|
||||
{
|
||||
"id": "Striking as Void",
|
||||
"name": "Offensive du Vide",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.177"
|
||||
"book_reference": "Livre de Règles p.177"
|
||||
},
|
||||
{
|
||||
"id": "Lord Hida’s Grip",
|
||||
"name": "Poigne de Sire Hida",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.178"
|
||||
"book_reference": "Livre de Règles p.178"
|
||||
},
|
||||
{
|
||||
"id": "Disappearing World Style",
|
||||
"name": "Style de la disparition du monde",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.178"
|
||||
"book_reference": "Livre de Règles p.178"
|
||||
},
|
||||
{
|
||||
"id": "Crashing Wave Style",
|
||||
"name": "Style de la vague déferlante",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.178"
|
||||
"book_reference": "Livre de Règles p.178"
|
||||
},
|
||||
{
|
||||
"id": "Crescent Moon Style",
|
||||
"name": "Style du croissant de lune",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.178"
|
||||
"book_reference": "Livre de Règles p.178"
|
||||
},
|
||||
{
|
||||
"id": "Iron in the Mountains Style",
|
||||
"name": "Style du fer dans les montagnes",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.178"
|
||||
"book_reference": "Livre de Règles p.178"
|
||||
},
|
||||
{
|
||||
"id": "Breath of Wind Style",
|
||||
"name": "Style du souffle du vent",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.178"
|
||||
"book_reference": "Livre de Règles p.178"
|
||||
},
|
||||
{
|
||||
"id": "Thunderclap Strike",
|
||||
"name": "Assaut du coup de tonnerre",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.179"
|
||||
"book_reference": "Livre de Règles p.179"
|
||||
},
|
||||
{
|
||||
"id": "Iaijutsu Cut: Rising Blade",
|
||||
"name": "Attaque de iaijutsu : lame ascendante",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.179"
|
||||
"book_reference": "Livre de Règles p.179"
|
||||
},
|
||||
{
|
||||
"id": "Iaijutsu Cut: Crossing Blade",
|
||||
"name": "Attaque de iaijutsu : lame horizontale",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.180"
|
||||
"book_reference": "Livre de Règles p.180"
|
||||
},
|
||||
{
|
||||
"id": "Rushing Avalanche Style",
|
||||
"name": "Style de l’avalanche meurtrière",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.180"
|
||||
"book_reference": "Livre de Règles p.180"
|
||||
},
|
||||
{
|
||||
"id": "Iron Forest Style",
|
||||
"name": "Style de la forêt de fer",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.180"
|
||||
"book_reference": "Livre de Règles p.180"
|
||||
},
|
||||
{
|
||||
"id": "Open-Hand Style",
|
||||
"name": "Style de la main ouverte",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.180"
|
||||
"book_reference": "Livre de Règles p.180"
|
||||
},
|
||||
{
|
||||
"id": "Veiled Menace Style",
|
||||
"name": "Style de la menace voilée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.180"
|
||||
"book_reference": "Livre de Règles p.180"
|
||||
},
|
||||
{
|
||||
"id": "Spinning Blades Style",
|
||||
"name": "Style des lames tournoyantes",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.180"
|
||||
"book_reference": "Livre de Règles p.180"
|
||||
},
|
||||
{
|
||||
"id": "Coiling Serpent Style",
|
||||
"name": "Style du serpent constricteur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.181"
|
||||
"book_reference": "Livre de Règles p.181"
|
||||
},
|
||||
{
|
||||
"id": "Pin the Fan",
|
||||
"name": "Clouer l’éventail",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.181"
|
||||
"book_reference": "Livre de Règles p.181"
|
||||
},
|
||||
{
|
||||
"id": "Hawk’s Precision",
|
||||
"name": "Précision du faucon",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.181"
|
||||
"book_reference": "Livre de Règles p.181"
|
||||
},
|
||||
{
|
||||
"id": "Pelting Hail Style",
|
||||
"name": "Style de l’averse de grêle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.181"
|
||||
"book_reference": "Livre de Règles p.181"
|
||||
},
|
||||
{
|
||||
"id": "Trip the Leg",
|
||||
"name": "Croc-en-jambe",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.113"
|
||||
},
|
||||
{
|
||||
"id": "Pole-Vault",
|
||||
"name": "Saut à la perche",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.113"
|
||||
},
|
||||
{
|
||||
"id": "Chaotic Scattering",
|
||||
"name": "Chaotic Scattering (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Mind's Edge",
|
||||
"name": "Mind's Edge (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Iron Shell Style",
|
||||
"name": "Iron Shell Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Boar's Wrath Style",
|
||||
"name": "Boar's Wrath Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Thunderous Hooves Style",
|
||||
"name": "Thunderous Hooves Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Rider's Haste",
|
||||
"name": "Rider's Haste (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Void Embrace Style",
|
||||
"name": "Void Embrace Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Improvised Assault",
|
||||
"name": "Improvised Assault (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Bonebreaker Style",
|
||||
"name": "Bonebreaker Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Flashing Steel Strike",
|
||||
"name": "Flashing Steel Strike (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Deflective Defense",
|
||||
"name": "Deflective Defense (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Daring Swing",
|
||||
"name": "Daring Swing (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Iaijutsu Cut: Reverse Draw",
|
||||
"name": "Iaijutsu Cut: Reverse Draw (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Landslide Strike",
|
||||
"name": "Landslide Strike (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Laughing Fox Style",
|
||||
"name": "Laughing Fox Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Iaijutsu Cut: Sword and Sheath",
|
||||
"name": "Iaijutsu Cut: Sword and Sheath (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Piercing Bolt Style",
|
||||
"name": "Piercing Bolt Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Reckless Lunge",
|
||||
"name": "Reckless Lunge (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Swirling Tempest Style",
|
||||
"name": "Swirling Tempest Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Snapping Branch Strike",
|
||||
"name": "Snapping Branch Strike (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Thunderous Blows Style",
|
||||
"name": "Thunderous Blows Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Rushing Ox Style",
|
||||
"name": "Rushing Ox Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Wheeling Sweep",
|
||||
"name": "Wheeling Sweep (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Eyeless Sight Shot",
|
||||
"name": "Eyeless Sight Shot (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Twin Streams Style",
|
||||
"name": "Twin Streams Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Staggering Shot",
|
||||
"name": "Staggering Shot (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Falling Heavens Shot",
|
||||
"name": "Falling Heavens Shot (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Swirling Viper Style",
|
||||
"name": "Swirling Viper Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Wasp's Spite Style",
|
||||
"name": "Wasp's Spite Style (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Flowering Deceptions",
|
||||
"name": "Flowering Deceptions (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,139 +9,139 @@
|
||||
"id": "Cleansing Spirit",
|
||||
"name": "Esprit purificateur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.182"
|
||||
"book_reference": "Livre de Règles p.182"
|
||||
},
|
||||
{
|
||||
"id": "Grasp the Earth Dragon",
|
||||
"name": "Étreindre le Dragon de la Terre",
|
||||
"name": "Etreindre le Dragon de la Terre",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.182"
|
||||
"book_reference": "Livre de Règles p.182"
|
||||
},
|
||||
{
|
||||
"id": "Earth Needs No Eyes",
|
||||
"name": "La Terre voit sans yeux",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.183"
|
||||
"book_reference": "Livre de Règles p.183"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Earthquake",
|
||||
"name": "La voie du séisme",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.183"
|
||||
"book_reference": "Livre de Règles p.183"
|
||||
},
|
||||
{
|
||||
"id": "Earthen Fist",
|
||||
"name": "Poing de terre",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.183"
|
||||
"book_reference": "Livre de Règles p.183"
|
||||
},
|
||||
{
|
||||
"id": "Riding the Clouds",
|
||||
"name": "Chevaucher les nuages",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.183"
|
||||
"book_reference": "Livre de Règles p.183"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Willow",
|
||||
"name": "La voie du saule",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.184"
|
||||
"book_reference": "Livre de Règles p.184"
|
||||
},
|
||||
{
|
||||
"id": "Air Fist",
|
||||
"name": "Poing de vent",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.184"
|
||||
"book_reference": "Livre de Règles p.184"
|
||||
},
|
||||
{
|
||||
"id": "The Great Silence",
|
||||
"name": "Silence absolu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.184"
|
||||
"book_reference": "Livre de Règles p.184"
|
||||
},
|
||||
{
|
||||
"id": "Channel the Fire Dragon",
|
||||
"name": "Dompter le Dragon du Feu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.184"
|
||||
"book_reference": "Livre de Règles p.184"
|
||||
},
|
||||
{
|
||||
"id": "Breaking Blow",
|
||||
"name": "Ki destructeur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.184"
|
||||
"book_reference": "Livre de Règles p.184"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Falling Star",
|
||||
"name": "La voie de l’étoile filante",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.185"
|
||||
"book_reference": "Livre de Règles p.185"
|
||||
},
|
||||
{
|
||||
"id": "The Body Is an Anvil",
|
||||
"name": "Le corps est une enclume",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.186"
|
||||
"book_reference": "Livre de Règles p.186"
|
||||
},
|
||||
{
|
||||
"id": "Flame Fist",
|
||||
"name": "Poing de flamme",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.186"
|
||||
"book_reference": "Livre de Règles p.186"
|
||||
},
|
||||
{
|
||||
"id": "Ride the Water Dragon",
|
||||
"name": "Chevaucher le Dragon de l’Eau",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.186"
|
||||
"book_reference": "Livre de Règles p.186"
|
||||
},
|
||||
{
|
||||
"id": "Freezing the Lifeblood",
|
||||
"name": "Gel de l’énergie vitale",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.186"
|
||||
"book_reference": "Livre de Règles p.186"
|
||||
},
|
||||
{
|
||||
"id": "Ki Protection",
|
||||
"name": "Ki protecteur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.187"
|
||||
"book_reference": "Livre de Règles p.187"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Seafoam",
|
||||
"name": "La voie de l’écume",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.187"
|
||||
"book_reference": "Livre de Règles p.187"
|
||||
},
|
||||
{
|
||||
"id": "Water Fist",
|
||||
"name": "Poing d’eau",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.187"
|
||||
"book_reference": "Livre de Règles p.187"
|
||||
},
|
||||
{
|
||||
"id": "Death Touch",
|
||||
"name": "Caresse de la mort",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.188"
|
||||
"book_reference": "Livre de Règles p.188"
|
||||
},
|
||||
{
|
||||
"id": "Touch the Void Dragon",
|
||||
"name": "Effleurer le Dragon du Vide",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.188"
|
||||
"book_reference": "Livre de Règles p.188"
|
||||
},
|
||||
{
|
||||
"id": "Still the Elements",
|
||||
"name": "Figer les éléments",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.188"
|
||||
"book_reference": "Livre de Règles p.188"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Edgeless Sword",
|
||||
"name": "La voie du sabre sans tranchant",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.188"
|
||||
"book_reference": "Livre de Règles p.188"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,31 +9,97 @@
|
||||
"id": "Incite Haunting",
|
||||
"name": "Emprise maléfique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.224"
|
||||
"book_reference": "Livre de Règles p.224"
|
||||
},
|
||||
{
|
||||
"id": "Grip of Anguish",
|
||||
"name": "Etreinte de l’angoisse",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.224"
|
||||
"book_reference": "Livre de Règles p.224"
|
||||
},
|
||||
{
|
||||
"id": "Unholy Fervor",
|
||||
"name": "Ferveur impie",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.225"
|
||||
"book_reference": "Livre de Règles p.225"
|
||||
},
|
||||
{
|
||||
"id": "Mark of Desecration",
|
||||
"name": "Marque de profanation",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.225"
|
||||
"book_reference": "Livre de Règles p.225"
|
||||
},
|
||||
{
|
||||
"id": "Sinful Whispers",
|
||||
"name": "Murmures déviants",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.225"
|
||||
"book_reference": "Livre de Règles p.225"
|
||||
},
|
||||
{
|
||||
"id": "Accursed Summoning",
|
||||
"name": "Conjuration maudite",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.118"
|
||||
},
|
||||
{
|
||||
"id": "Bind the Undead",
|
||||
"name": "Lier les non-morts",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.119"
|
||||
},
|
||||
{
|
||||
"id": "Commune with Evil",
|
||||
"name": "Communier avec le mal",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.118"
|
||||
},
|
||||
{
|
||||
"id": "Dark Reflection",
|
||||
"name": "Sombre reflet",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.121"
|
||||
},
|
||||
{
|
||||
"id": "Entreat the Shadow Steed",
|
||||
"name": "Implorer le destrier d’ombres",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.119"
|
||||
},
|
||||
{
|
||||
"id": "Fiend's Retreat",
|
||||
"name": "La retraite du démon",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.119"
|
||||
},
|
||||
{
|
||||
"id": "Shape the Flesh",
|
||||
"name": "Modeler la chair",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.120"
|
||||
},
|
||||
{
|
||||
"id": "Spiritual Shackles",
|
||||
"name": "Chaînes spirituelles",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.118"
|
||||
},
|
||||
{
|
||||
"id": "Spread Corruption",
|
||||
"name": "Répandre la corruption",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.120"
|
||||
},
|
||||
{
|
||||
"id": "Sword of Blood",
|
||||
"name": "Sabre de sang",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.121"
|
||||
},
|
||||
{
|
||||
"id": "Twisted Summons",
|
||||
"name": "Convocation de la difformité",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.119"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,187 +9,475 @@
|
||||
"id": "The Mountain Does Not Fall",
|
||||
"name": "La montagne ne recule pas",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.57"
|
||||
"book_reference": "Livre de Règles p.57"
|
||||
},
|
||||
{
|
||||
"id": "Slayer’s Slash",
|
||||
"name": "Entaille du tueur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.58"
|
||||
"book_reference": "Livre de Règles p.58"
|
||||
},
|
||||
{
|
||||
"id": "Ingenious Design",
|
||||
"name": "Ingénieuse conception",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.59"
|
||||
"book_reference": "Livre de Règles p.59"
|
||||
},
|
||||
{
|
||||
"id": "Purge the Wicked",
|
||||
"name": "Purifier le mal",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.60"
|
||||
"book_reference": "Livre de Règles p.60"
|
||||
},
|
||||
{
|
||||
"id": "Treasures of the Carp",
|
||||
"name": "Les trésors de la carpe",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.61"
|
||||
"book_reference": "Livre de Règles p.61"
|
||||
},
|
||||
{
|
||||
"id": "Stir the Slumbering Spirit",
|
||||
"name": "Eveiller l’esprit endormi",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.62"
|
||||
"book_reference": "Livre de Règles p.62"
|
||||
},
|
||||
{
|
||||
"id": "To Tread the Sword",
|
||||
"name": "Dans l’ombre de ma lame",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.63"
|
||||
"book_reference": "Livre de Règles p.63"
|
||||
},
|
||||
{
|
||||
"id": "The Lady’s Grace",
|
||||
"name": "La grâce de la Dame",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.64"
|
||||
"book_reference": "Livre de Règles p.64"
|
||||
},
|
||||
{
|
||||
"id": "Strike with No Thought",
|
||||
"name": "Frappe instinctive",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.65"
|
||||
"book_reference": "Livre de Règles p.65"
|
||||
},
|
||||
{
|
||||
"id": "Experiment and Adapt",
|
||||
"name": "Expérimente et adapte-toi",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.66"
|
||||
"book_reference": "Livre de Règles p.66"
|
||||
},
|
||||
{
|
||||
"id": "The Eyes Betray the Heart",
|
||||
"name": "Les yeux trahissent le cœur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.67"
|
||||
"book_reference": "Livre de Règles p.67"
|
||||
},
|
||||
{
|
||||
"id": "Heart of the Dragon",
|
||||
"name": "Le cœur du Dragon",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.68"
|
||||
"book_reference": "Livre de Règles p.68"
|
||||
},
|
||||
{
|
||||
"id": "Blood of the Dragon",
|
||||
"name": "Le sang du Dragon",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.69"
|
||||
"book_reference": "Livre de Règles p.69"
|
||||
},
|
||||
{
|
||||
"id": "Akodo’s Final Lesson",
|
||||
"name": "L’ultime leçon d’Akodo",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.70"
|
||||
"book_reference": "Livre de Règles p.70"
|
||||
},
|
||||
{
|
||||
"id": "Lion’s Pride",
|
||||
"name": "La fierté du Lion",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.71"
|
||||
"book_reference": "Livre de Règles p.71"
|
||||
},
|
||||
{
|
||||
"id": "Strength of a Thousand Ancestors",
|
||||
"name": "La force d’un millier d’ancêtres",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.72"
|
||||
"book_reference": "Livre de Règles p.72"
|
||||
},
|
||||
{
|
||||
"id": "Rending Jaws of the Lion",
|
||||
"name": "Féroces mâchoires du lion",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.73"
|
||||
"book_reference": "Livre de Règles p.73"
|
||||
},
|
||||
{
|
||||
"id": "Insufferable Genius",
|
||||
"name": "Génie exaspérant",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.74"
|
||||
"book_reference": "Livre de Règles p.74"
|
||||
},
|
||||
{
|
||||
"id": "Master of Elements",
|
||||
"name": "Maître des éléments",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.75"
|
||||
"book_reference": "Livre de Règles p.75"
|
||||
},
|
||||
{
|
||||
"id": "Stand of Honor",
|
||||
"name": "Résistance de l’Honneur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.76"
|
||||
"book_reference": "Livre de Règles p.76"
|
||||
},
|
||||
{
|
||||
"id": "Demon, Begone!",
|
||||
"name": "Arrière, démon !",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.77"
|
||||
"book_reference": "Livre de Règles p.77"
|
||||
},
|
||||
{
|
||||
"id": "Little Truths",
|
||||
"name": "Petites vérités",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.78"
|
||||
"book_reference": "Livre de Règles p.78"
|
||||
},
|
||||
{
|
||||
"id": "The Final Silence",
|
||||
"name": "L’ultime silence",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.79"
|
||||
"book_reference": "Livre de Règles p.79"
|
||||
},
|
||||
{
|
||||
"id": "World of Shadows",
|
||||
"name": "Un monde d’ombres",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.80"
|
||||
"book_reference": "Livre de Règles p.80"
|
||||
},
|
||||
{
|
||||
"id": "Bound in Ink",
|
||||
"name": "Prison d’encre",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.81"
|
||||
"book_reference": "Livre de Règles p.81"
|
||||
},
|
||||
{
|
||||
"id": "A Friend in Every City",
|
||||
"name": "Un ami dans chaque ville",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.82"
|
||||
"book_reference": "Livre de Règles p.82"
|
||||
},
|
||||
{
|
||||
"id": "The Spirits Unbound",
|
||||
"name": "Esprits déchaînés",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.83"
|
||||
"book_reference": "Livre de Règles p.83"
|
||||
},
|
||||
{
|
||||
"id": "Scouring Sirocco",
|
||||
"name": "Sirocco cinglant",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.84"
|
||||
"book_reference": "Livre de Règles p.84"
|
||||
},
|
||||
{
|
||||
"id": "I Will Always Return",
|
||||
"name": "Je reviendrai toujours",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.85"
|
||||
"book_reference": "Livre de Règles p.85"
|
||||
},
|
||||
{
|
||||
"id": "Sensing the Breeze",
|
||||
"name": "Sentir la brise",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.86"
|
||||
"book_reference": "Livre de Règles p.86"
|
||||
},
|
||||
{
|
||||
"id": "A Bottomless Ocean",
|
||||
"name": "Un insondable océan",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.87"
|
||||
"book_reference": "Livre de Règles p.87"
|
||||
},
|
||||
{
|
||||
"id": "Experimental Concotion",
|
||||
"name": "Experimental Concotion (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Favored ounselor",
|
||||
"name": "Favored ounselor (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Essence of Emptiness",
|
||||
"name": "Essence of Emptiness (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Temple of the Heart",
|
||||
"name": "Temple of the Heart (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "The Flower Binds the Room",
|
||||
"name": "The Flower Binds the Room (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Walk the Hidden Ways",
|
||||
"name": "Walk the Hidden Ways (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Rippling Flame",
|
||||
"name": "Rippling Flame (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Shadow Assassin",
|
||||
"name": "Shadow Assassin (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Master of Beasts",
|
||||
"name": "Master of Beasts (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Strike First, Strike Last",
|
||||
"name": "Premier coup, dernier coup",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.89"
|
||||
},
|
||||
{
|
||||
"id": "Spy Network",
|
||||
"name": "Réseau d’espions",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.90"
|
||||
},
|
||||
{
|
||||
"id": "Post Facto",
|
||||
"name": "A posteriori",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.91"
|
||||
},
|
||||
{
|
||||
"id": "Victory is the Greatest Honor",
|
||||
"name": "La victoire est l’honneur suprême",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.92"
|
||||
},
|
||||
{
|
||||
"id": "One With the Shadows",
|
||||
"name": "Union avec les ombres",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.93"
|
||||
},
|
||||
{
|
||||
"id": "Sudden Clarity",
|
||||
"name": "Clarté soudaine",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.94"
|
||||
},
|
||||
{
|
||||
"id": "Curse of Musubi-no-Kami",
|
||||
"name": "Malédiction de Musubi no Kami",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.95"
|
||||
},
|
||||
{
|
||||
"id": "The Lowest Bow",
|
||||
"name": "La plus profonde des révérences",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.96"
|
||||
},
|
||||
{
|
||||
"id": "Echoes of Ancient Days",
|
||||
"name": "Echos des temps passés",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.97"
|
||||
},
|
||||
{
|
||||
"id": "The Standing Death",
|
||||
"name": "La mort se tient devant vous",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.98"
|
||||
},
|
||||
{
|
||||
"id": "Emerald Explorer",
|
||||
"name": "Explorateur d’émeraude",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.232"
|
||||
},
|
||||
{
|
||||
"id": "Blessings of the Emperor",
|
||||
"name": "Bénédictions de l’Empereur",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.233"
|
||||
},
|
||||
{
|
||||
"id": "Majesty of the Throne",
|
||||
"name": "Majesté du trône",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.235"
|
||||
},
|
||||
{
|
||||
"id": "Foreseen in the Stars",
|
||||
"name": "Présage stellaire",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.236"
|
||||
},
|
||||
{
|
||||
"id": "The Clouds Part",
|
||||
"name": "Une percée dans les nuages",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.237"
|
||||
},
|
||||
{
|
||||
"id": "Favor of the Fortunes",
|
||||
"name": "Faveur des fortunes",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.238"
|
||||
},
|
||||
{
|
||||
"id": "One with the Void",
|
||||
"name": "Union avec le Vide",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.239"
|
||||
},
|
||||
{
|
||||
"id": "Ninth Tail Ascension",
|
||||
"name": "Ascension de la neuvième queue",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.240"
|
||||
},
|
||||
{
|
||||
"id": "Usher in the New Age",
|
||||
"name": "Instaurer une ère nouvelle",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.241"
|
||||
},
|
||||
{
|
||||
"id": "Unseen Blade",
|
||||
"name": "Unseen Blade (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Lesson of the Hawk",
|
||||
"name": "Lesson of the Hawk (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "All Part of the Plan",
|
||||
"name": "All Part of the Plan (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Crack Not a Single Twig",
|
||||
"name": "Crack Not a Single Twig (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Charmer",
|
||||
"name": "Elemental Charmer (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Surge of Brilliance",
|
||||
"name": "Surge of Brilliance (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Stories as Tall as the Mountain",
|
||||
"name": "Stories as Tall as the Mountain (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "A Gift of Fate",
|
||||
"name": "A Gift of Fate (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Fortitude of the Cradle",
|
||||
"name": "Fortitude of the Cradle (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Swift Creation",
|
||||
"name": "Swift Creation (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Divine Protection",
|
||||
"name": "Divine Protection (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Divine Protection",
|
||||
"name": "Divine Protection (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Resilient Readiness",
|
||||
"name": "Toujours sur le qui-vive",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.88"
|
||||
},
|
||||
{
|
||||
"id": "Ashidaka's Method",
|
||||
"name": "Savoir-faire d’Ashidaka",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.89"
|
||||
},
|
||||
{
|
||||
"id": "Healer's Hands",
|
||||
"name": "Mains de guérisseur",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.90"
|
||||
},
|
||||
{
|
||||
"id": "Sacred Fist",
|
||||
"name": "Poing Sacré",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.91"
|
||||
},
|
||||
{
|
||||
"id": "The Effortless Path",
|
||||
"name": "La voie de la fluidité",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.92"
|
||||
},
|
||||
{
|
||||
"id": "Empathic Transfer",
|
||||
"name": "Transfert empathique",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.93"
|
||||
},
|
||||
{
|
||||
"id": "Yotogi's Piercing Gaze",
|
||||
"name": "Le regard perçant de Yotogi",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.94"
|
||||
},
|
||||
{
|
||||
"id": "Kingdom of Paper and Ink",
|
||||
"name": "Royaume d’encre et de papier",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.95"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,25 +9,79 @@
|
||||
"id": "Deadly Sting",
|
||||
"name": "Dard mortel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.226"
|
||||
"book_reference": "Livre de Règles p.226"
|
||||
},
|
||||
{
|
||||
"id": "Skulk",
|
||||
"name": "Disparition",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.226"
|
||||
"book_reference": "Livre de Règles p.226"
|
||||
},
|
||||
{
|
||||
"id": "Silencing Stroke",
|
||||
"name": "Neutralisation",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.227"
|
||||
"book_reference": "Livre de Règles p.227"
|
||||
},
|
||||
{
|
||||
"id": "Noxious Cloud",
|
||||
"name": "Nuage toxique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.227"
|
||||
"book_reference": "Livre de Règles p.227"
|
||||
},
|
||||
{
|
||||
"id": "Artful Alibi",
|
||||
"name": "Alibi artistique",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.114"
|
||||
},
|
||||
{
|
||||
"id": "Cunning Distraction",
|
||||
"name": "Distraction fourbe",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.115"
|
||||
},
|
||||
{
|
||||
"id": "Deceitful Strike",
|
||||
"name": "Coup malhonnête",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.115"
|
||||
},
|
||||
{
|
||||
"id": "Like a Ghost",
|
||||
"name": "Tel un fantôme",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.116"
|
||||
},
|
||||
{
|
||||
"id": "Silent Elimination",
|
||||
"name": "Immobilisation silencieuse",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.115"
|
||||
},
|
||||
{
|
||||
"id": "Slicing Wind Kick",
|
||||
"name": "Coup de pied tourbillonnant",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.114"
|
||||
},
|
||||
{
|
||||
"id": "Stillness of Death",
|
||||
"name": "Quiétude de la mort",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.116"
|
||||
},
|
||||
{
|
||||
"id": "To Float or Sink",
|
||||
"name": "Flotter ou sombrer",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.115"
|
||||
},
|
||||
{
|
||||
"id": "What's Yours is Mine",
|
||||
"name": "Ce qui est à toi est à moi",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.114"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,31 +9,127 @@
|
||||
"id": "Tea Ceremony",
|
||||
"name": "Cérémonie du thé",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.212"
|
||||
"book_reference": "Livre de Règles p.212"
|
||||
},
|
||||
{
|
||||
"id": "Commune with the Spirits",
|
||||
"name": "Communier avec les esprits",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.212"
|
||||
"book_reference": "Livre de Règles p.212"
|
||||
},
|
||||
{
|
||||
"id": "Divination",
|
||||
"name": "Divination",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.213"
|
||||
"book_reference": "Livre de Règles p.213"
|
||||
},
|
||||
{
|
||||
"id": "Cleansing Rite",
|
||||
"name": "Rite de purification",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.213"
|
||||
"book_reference": "Livre de Règles p.213"
|
||||
},
|
||||
{
|
||||
"id": "Threshold Barrier",
|
||||
"name": "Seuil infranchissable",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.213"
|
||||
"book_reference": "Livre de Règles p.213"
|
||||
},
|
||||
{
|
||||
"id": "Blessed Union",
|
||||
"name": "Blessed Union (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Blessing of the Dance",
|
||||
"name": "Blessing of the Dance (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Prayer of Protection",
|
||||
"name": "Prayer of Protection (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Rite of the Wheel",
|
||||
"name": "Rite of the Wheel (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Whispers to the Moon (Moon Cultist)",
|
||||
"name": "Whispers to the Moon (Moon Cultist) (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Formal Tea Ceremony",
|
||||
"name": "Cérémonie du thé protocolaire",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.116"
|
||||
},
|
||||
{
|
||||
"id": "Treaty Signing",
|
||||
"name": "Signature de traité",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.117"
|
||||
},
|
||||
{
|
||||
"id": "The Ties that Bind",
|
||||
"name": "Les liens qui nous unissent",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.116"
|
||||
},
|
||||
{
|
||||
"id": "Balancing Salve (Qamarist Region)",
|
||||
"name": "Balancing Salve (Qamarist Region) (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Elixir of Recovery (Qamarist Region)",
|
||||
"name": "Elixir of Recovery (Qamarist Region) (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Fortitude Draught (Qamarist Region)",
|
||||
"name": "Fortitude Draught (Qamarist Region) (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Restorative Transmutation (Qamarist Region)",
|
||||
"name": "Restorative Transmutation (Qamarist Region) (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Cleansing of Coral and Gold (Ivory Kingdoms Region)",
|
||||
"name": "Cleansing of Coral and Gold (Ivory Kingdoms Region) (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Wayfarer's Path",
|
||||
"name": "Wayfarer's Path (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Blessing of Steel (Artisan)",
|
||||
"name": "Bénédiction d’acier (Artisan)",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.114"
|
||||
},
|
||||
{
|
||||
"id": "Craft Shikigami (Shugenja)",
|
||||
"name": "Fabrication des shikigami (Shugenja)",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.114"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,187 +9,475 @@
|
||||
"id": "Way of the Crab",
|
||||
"name": "La voie du Crabe",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.57"
|
||||
"book_reference": "Livre de Règles p.57"
|
||||
},
|
||||
{
|
||||
"id": "Flickering Flame Skirmisher",
|
||||
"name": "Dérobade de la flamme fugitive",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.58"
|
||||
"book_reference": "Livre de Règles p.58"
|
||||
},
|
||||
{
|
||||
"id": "Masterful Builder",
|
||||
"name": "Maître bâtisseur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.59"
|
||||
"book_reference": "Livre de Règles p.59"
|
||||
},
|
||||
{
|
||||
"id": "Gaze into Shadow",
|
||||
"name": "Regarder dans les ténèbres",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.60"
|
||||
"book_reference": "Livre de Règles p.60"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Carp",
|
||||
"name": "La voie de la Carpe",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.61"
|
||||
"book_reference": "Livre de Règles p.61"
|
||||
},
|
||||
{
|
||||
"id": "Spiritual Artisan",
|
||||
"name": "Artisan spirituel",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.62"
|
||||
"book_reference": "Livre de Règles p.62"
|
||||
},
|
||||
{
|
||||
"id": "Vigilance of Mind",
|
||||
"name": "Vigilance de l’esprit",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.63"
|
||||
"book_reference": "Livre de Règles p.63"
|
||||
},
|
||||
{
|
||||
"id": "Speaking in Silence",
|
||||
"name": "Communication silencieuse",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.64"
|
||||
"book_reference": "Livre de Règles p.64"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Crane",
|
||||
"name": "La voie de la Grue",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.65"
|
||||
"book_reference": "Livre de Règles p.65"
|
||||
},
|
||||
{
|
||||
"id": "Elemental Transmutation",
|
||||
"name": "Transmutation élémentaire",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.66"
|
||||
"book_reference": "Livre de Règles p.66"
|
||||
},
|
||||
{
|
||||
"id": "Kitsuki’s Method",
|
||||
"name": "La méthode Kitsuki",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.67"
|
||||
"book_reference": "Livre de Règles p.67"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Dragon",
|
||||
"name": "La voie du Dragon",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.68"
|
||||
"book_reference": "Livre de Règles p.68"
|
||||
},
|
||||
{
|
||||
"id": "Blood of the Kami",
|
||||
"name": "Sang des Kamis",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.69"
|
||||
"book_reference": "Livre de Règles p.69"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Lion",
|
||||
"name": "La voie du Lion",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.70"
|
||||
"book_reference": "Livre de Règles p.70"
|
||||
},
|
||||
{
|
||||
"id": "Heart of the Lion",
|
||||
"name": "Le cœur du Lion",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.71"
|
||||
"book_reference": "Livre de Règles p.71"
|
||||
},
|
||||
{
|
||||
"id": "Favor of the Ancestors",
|
||||
"name": "Faveur des ancêtres",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.72"
|
||||
"book_reference": "Livre de Règles p.72"
|
||||
},
|
||||
{
|
||||
"id": "Matsu’s Fury",
|
||||
"name": "La fureur de Matsu",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.73"
|
||||
"book_reference": "Livre de Règles p.73"
|
||||
},
|
||||
{
|
||||
"id": "Wisdom of the Ages",
|
||||
"name": "Sagesse éternelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.74"
|
||||
"book_reference": "Livre de Règles p.74"
|
||||
},
|
||||
{
|
||||
"id": "One with the Elements",
|
||||
"name": "Union avec les éléments",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.75"
|
||||
"book_reference": "Livre de Règles p.75"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Phoenix",
|
||||
"name": "La voie du Phénix",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.76"
|
||||
"book_reference": "Livre de Règles p.76"
|
||||
},
|
||||
{
|
||||
"id": "Sacred Arrows",
|
||||
"name": "Flèches sacrées",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.77"
|
||||
"book_reference": "Livre de Règles p.77"
|
||||
},
|
||||
{
|
||||
"id": "Weakness Is My Strength",
|
||||
"name": "La faiblesse est ma force",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.78"
|
||||
"book_reference": "Livre de Règles p.78"
|
||||
},
|
||||
{
|
||||
"id": "The Path of Shadows",
|
||||
"name": "Le sentier des ombres",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.79"
|
||||
"book_reference": "Livre de Règles p.79"
|
||||
},
|
||||
{
|
||||
"id": "The Kami’s Whisper",
|
||||
"name": "Le murmure des kamis",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.80"
|
||||
"book_reference": "Livre de Règles p.80"
|
||||
},
|
||||
{
|
||||
"id": "Mystical Script",
|
||||
"name": "Calligraphie mystique",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.81"
|
||||
"book_reference": "Livre de Règles p.81"
|
||||
},
|
||||
{
|
||||
"id": "Vendor of Strange Wares",
|
||||
"name": "Vendeur d’étranges articles",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.82"
|
||||
"book_reference": "Livre de Règles p.82"
|
||||
},
|
||||
{
|
||||
"id": "The Way of Names",
|
||||
"name": "La voie des noms",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.83"
|
||||
"book_reference": "Livre de Règles p.83"
|
||||
},
|
||||
{
|
||||
"id": "Swirling Desert Wind",
|
||||
"name": "Le tourbillon du simoun",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.84"
|
||||
"book_reference": "Livre de Règles p.84"
|
||||
},
|
||||
{
|
||||
"id": "Born in the Saddle",
|
||||
"name": "Né sur une selle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.85"
|
||||
"book_reference": "Livre de Règles p.85"
|
||||
},
|
||||
{
|
||||
"id": "Heroic Charge",
|
||||
"name": "Charge héroïque",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.86"
|
||||
"book_reference": "Livre de Règles p.86"
|
||||
},
|
||||
{
|
||||
"id": "School of Waves",
|
||||
"name": "L’école des vagues",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.87"
|
||||
"book_reference": "Livre de Règles p.87"
|
||||
},
|
||||
{
|
||||
"id": "Flesh of the Elements",
|
||||
"name": "Flesh of the Elements (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Soul of Ceremony",
|
||||
"name": "Soul of Ceremony (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Void",
|
||||
"name": "Way of the Void (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "The Body is a Shrine",
|
||||
"name": "The Body is a Shrine (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Every Stone Serves",
|
||||
"name": "Every Stone Serves (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Celestial Alignment",
|
||||
"name": "Celestial Alignment (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Blazing Tears of Lady Sun",
|
||||
"name": "Blazing Tears of Lady Sun (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Sudden nightfall",
|
||||
"name": "Sudden nightfall (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Steed of the Kami",
|
||||
"name": "Steed of the Kami (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Way of the Scorpion",
|
||||
"name": "La voie du Scorpion",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.89"
|
||||
},
|
||||
{
|
||||
"id": "Incisive Insight",
|
||||
"name": "Pénétrante perspicacité",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.90"
|
||||
},
|
||||
{
|
||||
"id": "Procedure and Protocol",
|
||||
"name": "Procédure et protocole",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.91"
|
||||
},
|
||||
{
|
||||
"id": "Victory before Honor",
|
||||
"name": "La victoire passe avant l’honneur",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.92"
|
||||
},
|
||||
{
|
||||
"id": "Disciple of Darkness",
|
||||
"name": "Disciple des ténèbres",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.93"
|
||||
},
|
||||
{
|
||||
"id": "Architect of Tranquility",
|
||||
"name": "Architecte de la tranquillité",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.94"
|
||||
},
|
||||
{
|
||||
"id": "Gift of Musubi-no-Kami",
|
||||
"name": "Don de Musubi no Kami",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.95"
|
||||
},
|
||||
{
|
||||
"id": "Typhoon in the Bamboo Grove",
|
||||
"name": "Le typhon dans la bambouseraie",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.96"
|
||||
},
|
||||
{
|
||||
"id": "A Grain of Truth",
|
||||
"name": "Un soupçon de vérité",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.97"
|
||||
},
|
||||
{
|
||||
"id": "Claws of the Crab",
|
||||
"name": "Les pinces du Crabe",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.98"
|
||||
},
|
||||
{
|
||||
"id": "Well Traveled",
|
||||
"name": "Grand voyageur",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.232"
|
||||
},
|
||||
{
|
||||
"id": "Voice of the Emperor",
|
||||
"name": "La Voix de L'empereur",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.234"
|
||||
},
|
||||
{
|
||||
"id": "Necessary Actions",
|
||||
"name": "Interventions de rigueur",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.235"
|
||||
},
|
||||
{
|
||||
"id": "Just as Predicted",
|
||||
"name": "Tout comme je l’avais prédit",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.236"
|
||||
},
|
||||
{
|
||||
"id": "Speed of Heaven",
|
||||
"name": "Célérité des Cieux",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.237"
|
||||
},
|
||||
{
|
||||
"id": "Blessing of the Fortunes",
|
||||
"name": "Bénédiction des fortunes",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.238"
|
||||
},
|
||||
{
|
||||
"id": "Embrace the Void",
|
||||
"name": "Embrasser le Vide",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.239"
|
||||
},
|
||||
{
|
||||
"id": "Fox Spirit",
|
||||
"name": "Esprit renard",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.240"
|
||||
},
|
||||
{
|
||||
"id": "Professional Saboteur",
|
||||
"name": "Saboteur professionnel",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.241"
|
||||
},
|
||||
{
|
||||
"id": "Signiature Weapon",
|
||||
"name": "Signiature Weapon (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Piercing Insight",
|
||||
"name": "Piercing Insight (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Risk and Reward",
|
||||
"name": "Risk and Reward (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Tactical Cover",
|
||||
"name": "Tactical Cover (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Naturally Attuned",
|
||||
"name": "Naturally Attuned (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Resourceful Artistry",
|
||||
"name": "Resourceful Artistry (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Unexpected Wisdom",
|
||||
"name": "Unexpected Wisdom (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Seer of the Lords of Death",
|
||||
"name": "Seer of the Lords of Death (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Akilah's Teachings",
|
||||
"name": "Akilah's Teachings (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Creative Execution",
|
||||
"name": "Creative Execution (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Gift of Inner Power",
|
||||
"name": "Gift of Inner Power (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Flurry of Steel",
|
||||
"name": "Flurry of Steel (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Traces of Passage",
|
||||
"name": "Vestiges d’un passage",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.88"
|
||||
},
|
||||
{
|
||||
"id": "Sacred Art of Steel",
|
||||
"name": "L’art sacré de l’acier",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.89"
|
||||
},
|
||||
{
|
||||
"id": "Field Medicine",
|
||||
"name": "Médecine de terrain",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.90"
|
||||
},
|
||||
{
|
||||
"id": "Supressing Blows",
|
||||
"name": "Frappes d’intimidation",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.91"
|
||||
},
|
||||
{
|
||||
"id": "Sharpened Ki",
|
||||
"name": "Ki exacerbé",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.92"
|
||||
},
|
||||
{
|
||||
"id": "Hands of Earth and Sky",
|
||||
"name": "Mains de la terre et du ciel",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.93"
|
||||
},
|
||||
{
|
||||
"id": "Eyes of Yotogi",
|
||||
"name": "Les yeux de Yotogi",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.94"
|
||||
},
|
||||
{
|
||||
"id": "Warded Shikigami",
|
||||
"name": "Shikigami bardé de glyphes",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.95"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,259 +9,421 @@
|
||||
"id": "Rustling of Leaves",
|
||||
"name": "Bruissement des feuilles",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.214"
|
||||
"book_reference": "Livre de Règles p.214"
|
||||
},
|
||||
{
|
||||
"id": "Cadence",
|
||||
"name": "Cadence",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.214"
|
||||
"book_reference": "Livre de Règles p.214"
|
||||
},
|
||||
{
|
||||
"id": "Artisan’s Appraisal",
|
||||
"name": "Estimation de l’artisan",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.214"
|
||||
"book_reference": "Livre de Règles p.214"
|
||||
},
|
||||
{
|
||||
"id": "Bend with the Storm",
|
||||
"name": "Le roseau plie sous la tempête",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.214"
|
||||
"book_reference": "Livre de Règles p.214"
|
||||
},
|
||||
{
|
||||
"id": "The Wind Blows Both Ways",
|
||||
"name": "Le vent tourne",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.215"
|
||||
"book_reference": "Livre de Règles p.215"
|
||||
},
|
||||
{
|
||||
"id": "Prey on the Weak",
|
||||
"name": "Malheur aux faibles",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.215"
|
||||
"book_reference": "Livre de Règles p.215"
|
||||
},
|
||||
{
|
||||
"id": "Whispers of Court",
|
||||
"name": "Murmures de la cour",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.215"
|
||||
"book_reference": "Livre de Règles p.215"
|
||||
},
|
||||
{
|
||||
"id": "Feigned Opening",
|
||||
"name": "Ouverture feinte",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.215"
|
||||
"book_reference": "Livre de Règles p.215"
|
||||
},
|
||||
{
|
||||
"id": "Wolf’s Proposal",
|
||||
"name": "Proposition du loup",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.215"
|
||||
"book_reference": "Livre de Règles p.215"
|
||||
},
|
||||
{
|
||||
"id": "Ancestry Unearthed",
|
||||
"name": "Ascendance dévoilée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.216"
|
||||
"book_reference": "Livre de Règles p.216"
|
||||
},
|
||||
{
|
||||
"id": "Touchstone of Courage",
|
||||
"name": "Courage exemplaire",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.216"
|
||||
"book_reference": "Livre de Règles p.216"
|
||||
},
|
||||
{
|
||||
"id": "Honest Assessment",
|
||||
"name": "Evaluation honnête",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.216"
|
||||
"book_reference": "Livre de Règles p.216"
|
||||
},
|
||||
{
|
||||
"id": "The Immovable Hand of Peace",
|
||||
"name": "L’immuable main de la paix",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.216"
|
||||
"book_reference": "Livre de Règles p.216"
|
||||
},
|
||||
{
|
||||
"id": "Civility Foremost",
|
||||
"name": "La courtoisie prime",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.217"
|
||||
"book_reference": "Livre de Règles p.217"
|
||||
},
|
||||
{
|
||||
"id": "Weight of Duty",
|
||||
"name": "Le fardeau du devoir",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.217"
|
||||
"book_reference": "Livre de Règles p.217"
|
||||
},
|
||||
{
|
||||
"id": "Pillar of Calm",
|
||||
"name": "Pilier de sérénité",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.217"
|
||||
"book_reference": "Livre de Règles p.217"
|
||||
},
|
||||
{
|
||||
"id": "Stonewall Tactics",
|
||||
"name": "Tactique d’obstruction",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.218"
|
||||
"book_reference": "Livre de Règles p.218"
|
||||
},
|
||||
{
|
||||
"id": "Fanning the Flames",
|
||||
"name": "Attiser les flammes",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.218"
|
||||
"book_reference": "Livre de Règles p.218"
|
||||
},
|
||||
{
|
||||
"id": "Bravado",
|
||||
"name": "Bravade",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.218"
|
||||
"book_reference": "Livre de Règles p.218"
|
||||
},
|
||||
{
|
||||
"id": "Rallying Cry",
|
||||
"name": "Cri de ralliement",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.218"
|
||||
"book_reference": "Livre de Règles p.218"
|
||||
},
|
||||
{
|
||||
"id": "Sensational Distraction",
|
||||
"name": "Distraction sensationnelle",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.219"
|
||||
"book_reference": "Livre de Règles p.219"
|
||||
},
|
||||
{
|
||||
"id": "Dazzling Performance",
|
||||
"name": "Éclatante démonstration",
|
||||
"name": "Eclatante démonstration",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.219"
|
||||
"book_reference": "Livre de Règles p.219"
|
||||
},
|
||||
{
|
||||
"id": "Truth Burns through Lies",
|
||||
"name": "La vérité derrière l’écran de fumée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.219"
|
||||
"book_reference": "Livre de Règles p.219"
|
||||
},
|
||||
{
|
||||
"id": "Sear the Wound",
|
||||
"name": "Le couteau dans la plaie",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.219"
|
||||
"book_reference": "Livre de Règles p.219"
|
||||
},
|
||||
{
|
||||
"id": "Lightning Raid",
|
||||
"name": "Raid éclair",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.219"
|
||||
"book_reference": "Livre de Règles p.219"
|
||||
},
|
||||
{
|
||||
"id": "Stirring the Embers",
|
||||
"name": "Souffler sur les braises",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.219"
|
||||
"book_reference": "Livre de Règles p.219"
|
||||
},
|
||||
{
|
||||
"id": "Tributaries of Trade",
|
||||
"name": "Affluents du négoce",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.220"
|
||||
"book_reference": "Livre de Règles p.220"
|
||||
},
|
||||
{
|
||||
"id": "All in Jest",
|
||||
"name": "Aimable plaisanterie",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.220"
|
||||
"book_reference": "Livre de Règles p.220"
|
||||
},
|
||||
{
|
||||
"id": "Buoyant Arrival",
|
||||
"name": "Entrée en douceur",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.220"
|
||||
"book_reference": "Livre de Règles p.220"
|
||||
},
|
||||
{
|
||||
"id": "Ebb and Flow",
|
||||
"name": "Flux et reflux",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.220"
|
||||
"book_reference": "Livre de Règles p.220"
|
||||
},
|
||||
{
|
||||
"id": "Slippery Maneuvers",
|
||||
"name": "Manœuvres d’esquive",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.220"
|
||||
"book_reference": "Livre de Règles p.220"
|
||||
},
|
||||
{
|
||||
"id": "Regal Bearing",
|
||||
"name": "Port altier",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.221"
|
||||
"book_reference": "Livre de Règles p.221"
|
||||
},
|
||||
{
|
||||
"id": "Well of Desire",
|
||||
"name": "Puits du désir",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.221"
|
||||
"book_reference": "Livre de Règles p.221"
|
||||
},
|
||||
{
|
||||
"id": "Shallow Waters",
|
||||
"name": "Sous la surface",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.221"
|
||||
"book_reference": "Livre de Règles p.221"
|
||||
},
|
||||
{
|
||||
"id": "Lady Shinjo’s Speed (Unicorn)",
|
||||
"name": "Célérité de Dame Shinjo (Licorne)",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.222"
|
||||
"book_reference": "Livre de Règles p.222"
|
||||
},
|
||||
{
|
||||
"id": "Lady Doji’s Decree (Crane)",
|
||||
"name": "Décret de Dame Doji (Grue)",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.222"
|
||||
"book_reference": "Livre de Règles p.222"
|
||||
},
|
||||
{
|
||||
"id": "Courtier’s Resolve",
|
||||
"name": "La détermination du courtisan",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.222"
|
||||
"book_reference": "Livre de Règles p.222"
|
||||
},
|
||||
{
|
||||
"id": "A Samurai’s Fate",
|
||||
"name": "Le destin du samouraï",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.222"
|
||||
"book_reference": "Livre de Règles p.222"
|
||||
},
|
||||
{
|
||||
"id": "Lord Bayushi’s Whispers (Scorpion)",
|
||||
"name": "Murmures de Sire Bayushi (Scorpion)",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.222"
|
||||
"book_reference": "Livre de Règles p.222"
|
||||
},
|
||||
{
|
||||
"id": "Lord Togashi’s Insight (Dragon)",
|
||||
"name": "Perspicacité de Sire Togashi (Dragon)",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.223"
|
||||
"book_reference": "Livre de Règles p.223"
|
||||
},
|
||||
{
|
||||
"id": "Rouse the Soul",
|
||||
"name": "Réveil de l’âme",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.223"
|
||||
"book_reference": "Livre de Règles p.223"
|
||||
},
|
||||
{
|
||||
"id": "Lord Akodo’s Roar (Lion)",
|
||||
"name": "Rugissement de Sire Akodo (Lion)",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.223"
|
||||
"book_reference": "Livre de Règles p.223"
|
||||
},
|
||||
{
|
||||
"id": "All Arts Are One",
|
||||
"name": "Tous les arts ne font qu’un",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.223"
|
||||
"book_reference": "Livre de Règles p.223"
|
||||
},
|
||||
{
|
||||
"id": "Hidden in Smoke",
|
||||
"name": "Masqué par la fumée",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.117"
|
||||
},
|
||||
{
|
||||
"id": "Assess Strengths",
|
||||
"name": "Evaluer les forces",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.117"
|
||||
},
|
||||
{
|
||||
"id": "Unyielding Terms",
|
||||
"name": "Termes immuables",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.117"
|
||||
},
|
||||
{
|
||||
"id": "Offend the Sensibilities",
|
||||
"name": "Froisser les sensibilités",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.118"
|
||||
},
|
||||
{
|
||||
"id": "Crackling Laughter",
|
||||
"name": "Rire moqueur",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.118"
|
||||
},
|
||||
{
|
||||
"id": "All Shall Fear Me",
|
||||
"name": "Tous me craindront",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.118"
|
||||
},
|
||||
{
|
||||
"id": "Spiteful Loss",
|
||||
"name": "Amère défaite",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.118"
|
||||
},
|
||||
{
|
||||
"id": "Beware The Smallest Mouse",
|
||||
"name": "Gare à la plus petite des souris",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.119"
|
||||
},
|
||||
{
|
||||
"id": "Fun and Games",
|
||||
"name": "Agréable participation",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.118"
|
||||
},
|
||||
{
|
||||
"id": "Foreseen Need",
|
||||
"name": "Besoin pressenti",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.119"
|
||||
},
|
||||
{
|
||||
"id": "Spin the Web (Kolat)",
|
||||
"name": "Tisser sa toile (Kolat)",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.249"
|
||||
},
|
||||
{
|
||||
"id": "Awe of Heaven (Imperial)",
|
||||
"name": "Effroi céleste (Impérial)",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.249"
|
||||
},
|
||||
{
|
||||
"id": "Look Out",
|
||||
"name": "Look Out (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Bellow of Resolve",
|
||||
"name": "Bellow of Resolve (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Ruse of the Moon's Reflection",
|
||||
"name": "Ruse of the Moon's Reflection (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Eyes Up!",
|
||||
"name": "Eyes Up! (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Pack Gambit",
|
||||
"name": "Pack Gambit (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Mentor's Guidance",
|
||||
"name": "Mentor's Guidance (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Malleable Formation",
|
||||
"name": "Malleable Formation (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Goading Taunt",
|
||||
"name": "Goading Taunt (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Watch My Back",
|
||||
"name": "Watch My Back (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Illuminate the Way",
|
||||
"name": "Illuminate the Way (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Fluent Bargaining",
|
||||
"name": "Fluent Bargaining (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Bond of Heroes",
|
||||
"name": "Bond of Heroes (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Tonight, I Am Your Opponent",
|
||||
"name": "Tonight, I Am Your Opponent (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Wanderer's Resolve",
|
||||
"name": "Wanderer's Resolve (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Roar of Encouragement",
|
||||
"name": "Roar of Encouragement (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,191 +11,191 @@
|
||||
{
|
||||
"id": "Bokken",
|
||||
"name": "Bokken",
|
||||
"category": "Sabre",
|
||||
"grip_1": "-",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dégâts +2",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.232"
|
||||
"book_reference": "Livre de Règles p.232"
|
||||
},
|
||||
{
|
||||
"id": "Chokutō",
|
||||
"name": "Chokutō",
|
||||
"category": "Sabre",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.232"
|
||||
"book_reference": "Livre de Règles p.232"
|
||||
},
|
||||
{
|
||||
"id": "Scimitar",
|
||||
"name": "Cimeterre",
|
||||
"category": "Sabre",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.232"
|
||||
"book_reference": "Livre de Règles p.232"
|
||||
},
|
||||
{
|
||||
"id": "Dao",
|
||||
"name": "Dao",
|
||||
"category": "Sabre",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.232"
|
||||
"book_reference": "Livre de Règles p.232"
|
||||
},
|
||||
{
|
||||
"id": "Gao",
|
||||
"name": "Gao",
|
||||
"category": "Sabre",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.232"
|
||||
"book_reference": "Livre de Règles p.232"
|
||||
},
|
||||
{
|
||||
"id": "Jian",
|
||||
"name": "Jian",
|
||||
"category": "Sabre",
|
||||
"grip_1": "-",
|
||||
"grip_2": "Dangerosité +1",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dangerosité +1 / Acérée",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.232"
|
||||
"book_reference": "Livre de Règles p.232"
|
||||
},
|
||||
{
|
||||
"id": "Katana",
|
||||
"name": "Katana",
|
||||
"category": "Sabre",
|
||||
"grip_1": "-",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dangerosité +2",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.232"
|
||||
"book_reference": "Livre de Règles p.232"
|
||||
},
|
||||
{
|
||||
"id": "Nodachi",
|
||||
"name": "Nodachi",
|
||||
"category": "Sabre",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.233"
|
||||
"book_reference": "Livre de Règles p.233"
|
||||
},
|
||||
{
|
||||
"id": "Wakizashi",
|
||||
"name": "Wakizashi",
|
||||
"category": "Sabre",
|
||||
"grip_1": "-",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dangerosité +2",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.233"
|
||||
"book_reference": "Livre de Règles p.233"
|
||||
},
|
||||
{
|
||||
"id": "Zanbatō",
|
||||
"name": "Zanbatō",
|
||||
"category": "Sabre",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.233"
|
||||
"book_reference": "Livre de Règles p.233"
|
||||
},
|
||||
{
|
||||
"id": "Masakari",
|
||||
"name": "Masakari",
|
||||
"category": "Hache",
|
||||
"grip_1": "-",
|
||||
"category": "Haches",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dangerosité +2",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.233"
|
||||
"book_reference": "Livre de Règles p.233"
|
||||
},
|
||||
{
|
||||
"id": "Ono",
|
||||
"name": "Ono",
|
||||
"category": "Hache",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"category": "Haches",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.233"
|
||||
"book_reference": "Livre de Règles p.233"
|
||||
},
|
||||
{
|
||||
"id": "Club",
|
||||
"name": "Gourdin",
|
||||
"category": "Armes Contondantes",
|
||||
"grip_1": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dégâts +1",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.234"
|
||||
"book_reference": "Livre de Règles p.234"
|
||||
},
|
||||
{
|
||||
"id": "Kiseru",
|
||||
"name": "Kiseru",
|
||||
"category": "Armes Contondantes",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.234"
|
||||
"book_reference": "Livre de Règles p.234"
|
||||
},
|
||||
{
|
||||
"id": "Hammer",
|
||||
"name": "Marteau",
|
||||
"category": "Armes Contondantes",
|
||||
"grip_1": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dégâts +2",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.234"
|
||||
"book_reference": "Livre de Règles p.234"
|
||||
},
|
||||
{
|
||||
"id": "Otsuchi",
|
||||
"name": "Otsuchi",
|
||||
"category": "Armes Contondantes",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.234"
|
||||
"book_reference": "Livre de Règles p.234"
|
||||
},
|
||||
{
|
||||
"id": "Tetsubō",
|
||||
"name": "Tetsubō",
|
||||
"category": "Armes Contondantes",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.234"
|
||||
"book_reference": "Livre de Règles p.234"
|
||||
},
|
||||
{
|
||||
"id": "Jitte",
|
||||
"name": "Jitte",
|
||||
"category": "Armes de Poing",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.234"
|
||||
"book_reference": "Livre de Règles p.234"
|
||||
},
|
||||
{
|
||||
"id": "Knife",
|
||||
"name": "Couteau",
|
||||
"category": "Armes de Poing",
|
||||
"grip_1": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dangerosité +2",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.234"
|
||||
"book_reference": "Livre de Règles p.234"
|
||||
},
|
||||
{
|
||||
"id": "Nunchaku",
|
||||
"name": "Nunchaku",
|
||||
"category": "Armes de Poing",
|
||||
"grip_1": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "Entrave",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.235"
|
||||
"book_reference": "Livre de Règles p.235"
|
||||
},
|
||||
{
|
||||
"id": "Tessen",
|
||||
"name": "Tessen",
|
||||
"category": "Armes de Poing",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.235"
|
||||
"book_reference": "Livre de Règles p.235"
|
||||
},
|
||||
{
|
||||
"id": "Bisentō",
|
||||
@@ -204,151 +204,538 @@
|
||||
"grip_1": "Portée 1",
|
||||
"grip_2": "Dégâts +2",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.235"
|
||||
"book_reference": "Livre de Règles p.235"
|
||||
},
|
||||
{
|
||||
"id": "Bō",
|
||||
"name": "Bō",
|
||||
"category": "Armes d'Hast",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.235"
|
||||
"book_reference": "Livre de Règles p.235"
|
||||
},
|
||||
{
|
||||
"id": "Ji",
|
||||
"name": "Ji",
|
||||
"category": "Armes d'Hast",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.235"
|
||||
"book_reference": "Livre de Règles p.235"
|
||||
},
|
||||
{
|
||||
"id": "Naginata",
|
||||
"name": "Naginata",
|
||||
"category": "Armes d'Hast",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.235"
|
||||
"book_reference": "Livre de Règles p.235"
|
||||
},
|
||||
{
|
||||
"id": "Trident",
|
||||
"name": "Trident",
|
||||
"category": "Armes d'Hast",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.235"
|
||||
"book_reference": "Livre de Règles p.235"
|
||||
},
|
||||
{
|
||||
"id": "Yari",
|
||||
"name": "Yari",
|
||||
"category": "Armes d'Hast",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.235"
|
||||
"book_reference": "Livre de Règles p.235"
|
||||
},
|
||||
{
|
||||
"id": "Horsebow",
|
||||
"name": "Arc de cavalerie",
|
||||
"category": "Arcs",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.236"
|
||||
"book_reference": "Livre de Règles p.236"
|
||||
},
|
||||
{
|
||||
"id": "Daikyū",
|
||||
"name": "Daikyū",
|
||||
"category": "Arcs",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.236"
|
||||
"book_reference": "Livre de Règles p.236"
|
||||
},
|
||||
{
|
||||
"id": "Yumi",
|
||||
"name": "Yumi",
|
||||
"category": "Arcs",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.236"
|
||||
"book_reference": "Livre de Règles p.236"
|
||||
},
|
||||
{
|
||||
"id": "Oyumi",
|
||||
"name": "Oyumi",
|
||||
"category": "Arbalètes",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.236"
|
||||
"book_reference": "Livre de Règles p.236"
|
||||
},
|
||||
{
|
||||
"id": "Kama",
|
||||
"name": "Kama",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.237"
|
||||
"book_reference": "Livre de Règles p.237"
|
||||
},
|
||||
{
|
||||
"id": "Kusari-gama",
|
||||
"name": "Kusari-gama",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "Portée 2-3",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.237"
|
||||
"book_reference": "Livre de Règles p.237"
|
||||
},
|
||||
{
|
||||
"id": "Blowgun",
|
||||
"name": "Sarbacane",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.237"
|
||||
"book_reference": "Livre de Règles p.237"
|
||||
},
|
||||
{
|
||||
"id": "Shuriken",
|
||||
"name": "Shuriken",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "(lancé) Arts Martiaux (Distance), Portée 1-3",
|
||||
"grip_2": "-",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.237"
|
||||
"book_reference": "Livre de Règles p.237"
|
||||
},
|
||||
{
|
||||
"id": "Punch",
|
||||
"name": "Coup de poing",
|
||||
"category": "Attaques à mains nues",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.237"
|
||||
"book_reference": "Livre de Règles p.237"
|
||||
},
|
||||
{
|
||||
"id": "Kick",
|
||||
"name": "Coup de pied",
|
||||
"category": "Attaques à mains nues",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.237"
|
||||
"book_reference": "Livre de Règles p.237"
|
||||
},
|
||||
{
|
||||
"id": "BIte",
|
||||
"name": "Morsure",
|
||||
"category": "Attaques à mains nues",
|
||||
"grip_1": "-",
|
||||
"grip_2": "-",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "LdR p.237"
|
||||
"book_reference": "Livre de Règles p.237"
|
||||
},
|
||||
{
|
||||
"id": "Tachi",
|
||||
"name": "Tachi",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dangerosité +1",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Whip",
|
||||
"name": "Fouet",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Moshi Sun Ax",
|
||||
"name": "Hache du soleil Moshi",
|
||||
"category": "Haches",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dégâts +3",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Uchigatana",
|
||||
"name": "Uchigatana",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Shakujo",
|
||||
"name": "Shakujo",
|
||||
"category": "Armes d'Hast",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dégâts +1",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Kusarifundo",
|
||||
"name": "Kusarifundo",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "Entrave",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.111"
|
||||
},
|
||||
{
|
||||
"id": "Shakuhachi",
|
||||
"name": "Shakuhachi",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dégâts +1",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.111"
|
||||
},
|
||||
{
|
||||
"id": "Kyoketsu Shoge",
|
||||
"name": "Kyoketsu Shoge",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.111"
|
||||
},
|
||||
{
|
||||
"id": "Shinobigatana",
|
||||
"name": "Shinobigatana",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dangerosité +1",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.110"
|
||||
},
|
||||
{
|
||||
"id": "Ninjatõ",
|
||||
"name": "Ninjatõ",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dangerosité +1",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.109"
|
||||
},
|
||||
{
|
||||
"id": "Kamayari",
|
||||
"name": "Kamayari",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.111"
|
||||
},
|
||||
{
|
||||
"id": "Tekagi",
|
||||
"name": "Tekagi",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.112"
|
||||
},
|
||||
{
|
||||
"id": "Folding Half-Bow",
|
||||
"name": "Demi-arc pliant",
|
||||
"category": "Arcs",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.110"
|
||||
},
|
||||
{
|
||||
"id": "Tekken",
|
||||
"name": "Tekken",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.112"
|
||||
},
|
||||
{
|
||||
"id": "Sake Bottle & Cups",
|
||||
"name": "Bouteille et coupe à saké",
|
||||
"category": "Armes improvisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "Matraque : - / Jeté : Dangerosité +2 / Portée 1-3 / Tranchant",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Umbrella",
|
||||
"name": "Parapluie",
|
||||
"category": "Armes improvisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "Matraque : - / Poignarder : Dégâts +2, Dangerosité +2",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Talwar",
|
||||
"name": "Talwar",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Scroll Case",
|
||||
"name": "Boîte à parchemin",
|
||||
"category": "Armes improvisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dégâts +2 / Dangerosité +1",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Urumi",
|
||||
"name": "Urumi",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Iron Sheath",
|
||||
"name": "Manchon de fer",
|
||||
"category": "Armes improvisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dégâts +2",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Buckler",
|
||||
"name": "Buckler",
|
||||
"category": "Boucliers",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Lute",
|
||||
"name": "Luth",
|
||||
"category": "Armes improvisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dégâts +1 / Dangerosité +1",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Sling",
|
||||
"name": "Sling",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Gada",
|
||||
"name": "Gada",
|
||||
"category": "Armes Contondantes",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dangerosité +3",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Kuwa",
|
||||
"name": "Koweït",
|
||||
"category": "Haches",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dégâts +2 / Dangerosité +2 / Portée 1-2",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Qamarist Heavy Shield",
|
||||
"name": "Bouclier lourd des Qamaristes",
|
||||
"category": "Boucliers",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Boat Oar",
|
||||
"name": "Rame de bateau",
|
||||
"category": "Armes improvisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dégâts +2 / Dangerosité +3",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Fishing Net",
|
||||
"name": "Filet de pêche",
|
||||
"category": "Armes improvisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Chair",
|
||||
"name": "Chaise",
|
||||
"category": "Armes improvisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "Matraque : Dégâts +2 / Jeté : Dangerosité +1 / Portée 0-2",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Chain Whip",
|
||||
"name": "Fouet à chaîne",
|
||||
"category": "Armes Spécialisées",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues"
|
||||
},
|
||||
{
|
||||
"id": "Genno",
|
||||
"name": "Genno",
|
||||
"category": "Marteaux",
|
||||
"grip_1": "",
|
||||
"grip_2": "Dégâts +4",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.102"
|
||||
},
|
||||
{
|
||||
"id": "Tekkan",
|
||||
"name": "Tekkan",
|
||||
"category": "Sabres",
|
||||
"grip_1": "Encombrant",
|
||||
"grip_2": "Dégâts +2",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.102"
|
||||
},
|
||||
{
|
||||
"id": "Small Shield",
|
||||
"name": "Petit bouclier",
|
||||
"category": "Boucliers",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.104"
|
||||
},
|
||||
{
|
||||
"id": "O-Gata Dohou",
|
||||
"name": "O-Gata Dohou",
|
||||
"category": "Engins de siège",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.105"
|
||||
},
|
||||
{
|
||||
"id": "Large Shield",
|
||||
"name": "Grand bouclier",
|
||||
"category": "Boucliers",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.104"
|
||||
},
|
||||
{
|
||||
"id": "Kaiu no Oyumi",
|
||||
"name": "Kaiu no Oyumi",
|
||||
"category": "Arbalètes",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.103"
|
||||
},
|
||||
{
|
||||
"id": "Tsuruhashi",
|
||||
"name": "Tsuruhashi",
|
||||
"category": "Haches",
|
||||
"grip_1": "Encombrant",
|
||||
"grip_2": "Dangerosité +2",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.102"
|
||||
},
|
||||
{
|
||||
"id": "Flyssa",
|
||||
"name": "Flissa",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "Accérée",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.102"
|
||||
},
|
||||
{
|
||||
"id": "Sode",
|
||||
"name": "Sode",
|
||||
"category": "Boucliers",
|
||||
"grip_1": "Epaules",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.103"
|
||||
},
|
||||
{
|
||||
"id": "Ballista",
|
||||
"name": "Baliste",
|
||||
"category": "Engins de siège",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.105"
|
||||
},
|
||||
{
|
||||
"id": "Kabutowari",
|
||||
"name": "Kabutowari",
|
||||
"category": "Sabres",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.102"
|
||||
},
|
||||
{
|
||||
"id": "Storm Bow",
|
||||
"name": "Arc tempête",
|
||||
"category": "Arcs",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.103"
|
||||
},
|
||||
{
|
||||
"id": "Doom Crossbow",
|
||||
"name": "Arbalète funeste",
|
||||
"category": "Arbalètes",
|
||||
"grip_1": "",
|
||||
"grip_2": "",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.103"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,10 +1,19 @@
|
||||
{
|
||||
"i18n": {
|
||||
"I18N": {
|
||||
"Language": "English",
|
||||
"Maintainers": ["Team L5R"]
|
||||
},
|
||||
"SETTINGS": {
|
||||
"None": "No option"
|
||||
"None": "No option",
|
||||
"ReverseFatigueBar": "Reverse token fatigue bar",
|
||||
"RollNKeep": {
|
||||
"DeleteOldMessage": "RnK Delete previous chat message",
|
||||
"DeleteOldMessageHint": "Choose to keep or delete the previous message for a RnK series"
|
||||
},
|
||||
"Initiative": {
|
||||
"SetTn1OnTypeChange": "Set TN to 1 on encounter change",
|
||||
"SetTn1OnTypeChangeHint": "Set the TN to 1 when the encounter type is selected (Intrigue, Duel, Skirmish or Mass battle)"
|
||||
}
|
||||
},
|
||||
"ACTOR": {
|
||||
"TypeCharacter": "Player Character",
|
||||
@@ -21,10 +30,9 @@
|
||||
},
|
||||
"l5r5e": {
|
||||
"global": {
|
||||
"ok": "OK",
|
||||
"add": "Add",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"delete_confirm": "Are you sure you want to delete '{name}' ?",
|
||||
"drop_here": "Drop here",
|
||||
"edge_translation_disclaimer": ""
|
||||
},
|
||||
@@ -76,21 +84,26 @@
|
||||
"rarity": "Rarity",
|
||||
"chatdices": {
|
||||
"successes": "Successes",
|
||||
"explosives": "Explosives",
|
||||
"explosives": "Explosions",
|
||||
"opportunities": "Opportunities",
|
||||
"strives": "Strives",
|
||||
"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"
|
||||
"initiative_roll": "Initiative roll",
|
||||
"success_text": "Success!",
|
||||
"bonus_text": "bonus successes",
|
||||
"fail_text": "Fail!"
|
||||
},
|
||||
"dicepicker": {
|
||||
"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"
|
||||
},
|
||||
@@ -98,10 +111,19 @@
|
||||
"title": "L5R Roll & Keep",
|
||||
"discard_drop_here": "Discard",
|
||||
"reroll_drop_here": "Re-roll",
|
||||
"reroll_chat": "Re-rolled dice",
|
||||
"swap_drop_here": "Swap",
|
||||
"keep_drop_here": "Keep",
|
||||
"keep_chat": "New roll from a exploding dice",
|
||||
"bt_validate": "Finalize"
|
||||
"bt_validate": "Finalize this step",
|
||||
"undo": "[GM] Undo the last step choices"
|
||||
},
|
||||
"gm_toolbox": {
|
||||
"title": "GM ToolBox",
|
||||
"difficulty_hidden": "Change difficulty visibility",
|
||||
"difficulty": "Change difficulty (right: add, left: subtract, middle: TN 2)",
|
||||
"sleep": "Comfortable rest for all characters (Remove Water x2 fatigue)",
|
||||
"sleep_info": "The characters had a good night's sleep.",
|
||||
"scene_end": "End of scene (Conflict and Fatigue half reset for all characters)",
|
||||
"scene_end_info": "The tension of the scene finally drops."
|
||||
},
|
||||
"max": "Max",
|
||||
"current": "Current",
|
||||
@@ -123,7 +145,7 @@
|
||||
"armors": {
|
||||
"title": "Armors",
|
||||
"title_new": "New Armor",
|
||||
"type": "Defence",
|
||||
"type": "Resistances",
|
||||
"physical": "physical",
|
||||
"supernatural": "supernatural",
|
||||
"equipped": "Equipped"
|
||||
@@ -141,6 +163,7 @@
|
||||
"type": "Allowed Techniques",
|
||||
"kata": "Kata",
|
||||
"kiho": "Kihõ",
|
||||
"inversion": "Inversion",
|
||||
"invocation": "Invocation",
|
||||
"ritual": "Ritual",
|
||||
"shuji": "Shuji",
|
||||
@@ -180,7 +203,7 @@
|
||||
"ninjo": "Ninjo",
|
||||
"giri": "Giri",
|
||||
"titles": "Titles",
|
||||
"attitude": "attitude:",
|
||||
"attitude": "Demeanor:",
|
||||
"advantages": "Distinctions and Passions",
|
||||
"disadvantages": "Adversities and Anxieties",
|
||||
"npc": {
|
||||
@@ -274,9 +297,9 @@
|
||||
"stance": "Stance",
|
||||
"stances": {
|
||||
"airtip": "+1 to TN of Attack and Scheme checks targeting you (+2 at rank 4+).",
|
||||
"earthtip": "Others cannot spend Opportunity to inflict critical strikes or conditions on you.",
|
||||
"firetip": "If you succeed, +1 bonus success per Strife symbol.",
|
||||
"watertip": "Perform a second action on your turn that does not require a check or share a type with first action.",
|
||||
"earthtip": "Others cannot spend Opportunity to inflict critical hits or conditions on you.",
|
||||
"firetip": "If you succeed, +1 bonus success per Strife symbol on kept dice.",
|
||||
"watertip": "Perform a second action on your turn that does not require a check or share a type with the first action.",
|
||||
"voidtip": "You do not receive strife from Strife symbols on checks."
|
||||
},
|
||||
"initiative": {
|
||||
@@ -288,7 +311,7 @@
|
||||
"prepared_true": "Prepared",
|
||||
"prepared_false": "Surprised",
|
||||
"prepared_null": "Defined in the character sheet (default)",
|
||||
"already_set": "Your initiative has already been drawn"
|
||||
"already_set": "Your initiative has already been determined"
|
||||
}
|
||||
},
|
||||
"advancements": {
|
||||
@@ -324,20 +347,20 @@
|
||||
"and": "AND",
|
||||
"error": "Oops it looks like there's an error:",
|
||||
"part0": {
|
||||
"intro": "You can use this sheet to fill in your answers to The Game of Twenty Questions, and to take notes for later !",
|
||||
"section": "Legend of the Five Rings Core Rulebook, Chapter 2 : Creating a character, p. 41-95"
|
||||
"intro": "You can use this sheet to fill in your answers to The Game of Twenty Questions, and to take notes for later!",
|
||||
"section": "Legend of the Five Rings Core Rulebook, Chapter 2: Creating a character, p. 41-95"
|
||||
},
|
||||
"part1": {
|
||||
"title": "Part I: Core Identity (Clan and Family)",
|
||||
"q1": "1. What clan does your character belong to ? (p. 41)",
|
||||
"q1": "1. What clan does your character belong to? (p. 41)",
|
||||
"status": "Status",
|
||||
"q2": "2. What family does your character belong to ? (p. 49)",
|
||||
"q2": "2. What family does your character belong to? (p. 49)",
|
||||
"money": "Starting wealth in Koku",
|
||||
"glory": "Glory"
|
||||
},
|
||||
"part2": {
|
||||
"title": "Part II: Role and School",
|
||||
"q3": "3. What is your character’s school, and what roles does that school fall into ? (p. 56)",
|
||||
"q3": "3. What is your character’s school, and what roles does that school fall into? (p. 56)",
|
||||
"school": "School",
|
||||
"role": "Roles",
|
||||
"honor": "Honor",
|
||||
@@ -345,30 +368,30 @@
|
||||
"school_ability": "School ability",
|
||||
"starting_techniques": "Starting techniques (2-5)",
|
||||
"outfit": "Starting outfit",
|
||||
"q4": "4. How does your character stand out within their school ? (p. 88)"
|
||||
"q4": "4. How does your character stand out within their school? (p. 88)"
|
||||
},
|
||||
"part3": {
|
||||
"title": "Part III: Honor and Glory",
|
||||
"q5": "5. Who is your lord and what is your character’s duty to them ? (p. 88)",
|
||||
"q5": "5. Who is your lord and what is your character’s duty to them? (p. 88)",
|
||||
"choose_giri": "Select giri:",
|
||||
"q6": "6. What does your character long for, and how might this impede their duty ? (p. 90)",
|
||||
"q6": "6. What does your character long for, and how might this impede their duty? (p. 90)",
|
||||
"choose_ninjo": "Select ninjō:",
|
||||
"q7": "7. What is your character’s relationship with their clan ? (p. 91)",
|
||||
"q7": "7. What is your character’s relationship with their clan? (p. 91)",
|
||||
"increase_glory": "Glory increase",
|
||||
"q8": "8. What does your character think of Bushidō ? (p. 91)",
|
||||
"q8": "8. What does your character think of Bushidō? (p. 91)",
|
||||
"increase_honor": "Honor increase"
|
||||
},
|
||||
"part4": {
|
||||
"title": "Part IV: Strengths and Weaknesses",
|
||||
"q9": "9. What is your character’s greatest accomplishment so far ? (p. 92)",
|
||||
"q9": "9. What is your character’s greatest accomplishment so far? (p. 92)",
|
||||
"distinction": "Distinction (1)",
|
||||
"q10": "10. What holds your character back the most in life ? (p. 92)",
|
||||
"q10": "10. What holds your character back the most in life? (p. 92)",
|
||||
"adversity": "Adversity (1)",
|
||||
"q11": "11. What activity Most makes your character feel at peace ? (p. 93)",
|
||||
"q11": "11. What activity Most makes your character feel at peace? (p. 93)",
|
||||
"passion": "Passion (1)",
|
||||
"q12": "12. What concern, fear, or foible troubles your character the most ? (p. 93)",
|
||||
"q12": "12. What concern, fear, or foible troubles your character the most? (p. 93)",
|
||||
"anxiety": "Anxiety (1)",
|
||||
"q13": "13. Who has your character learned the most from during their life (p. 93)",
|
||||
"q13": "13. Who has your character learned the most from during their life? (p. 93)",
|
||||
"disadvantage": "Disadvantage (1)",
|
||||
"advantage": "Advantage (1)"
|
||||
},
|
||||
@@ -376,28 +399,28 @@
|
||||
"title": "Part V: Personality and Behavior",
|
||||
"q14": "14. What do people notice first upon encountering your character? (p. 93)",
|
||||
"accoutrement": "Personal accoutrement",
|
||||
"q15": "15. How does your character react to stressful situations ? (p. 94)",
|
||||
"q16": "16. What are your character’s preexisting relationships with other clans, families, organizations, and traditions ? (p. 94)",
|
||||
"q15": "15. How does your character react to stressful situations? (p. 94)",
|
||||
"q16": "16. What are your character’s preexisting relationships with other clans, families, organizations, and traditions? (p. 94)",
|
||||
"object": "Item (Rarity 7 or lower)"
|
||||
},
|
||||
"part6": {
|
||||
"title": "Part VI: Ancestry and Family",
|
||||
"q17": "17. How would your character’s parents describe them ? (p. 95)",
|
||||
"q18": "18. Who was your character named to honor ? (p. 95)",
|
||||
"q17": "17. How would your character’s parents describe them? (p. 95)",
|
||||
"q18": "18. Who was your character named to honor? (p. 95)",
|
||||
"d10r1": "D10 Result (1/2)",
|
||||
"d10r1_choice": "1st D10 Effect",
|
||||
"d10r2": "D10 Result (2/2)",
|
||||
"d10r2_choice": "2nd D10 Effect",
|
||||
"d10r2_drop_items": "Or a technique, a advantage, a object...",
|
||||
"q19": "19. What is your character’s personal name ? (p. 95)"
|
||||
"q19": "19. What is your character’s personal name? (p. 95)"
|
||||
},
|
||||
"part7": {
|
||||
"title": "Part VII: Death",
|
||||
"q20": "20. How should your character die ? (p. 95)",
|
||||
"q20": "20. How should your character die? (p. 95)",
|
||||
"summary": "Summary",
|
||||
"generchar": "Generate the character",
|
||||
"generchar_disclaimer": "Warning, this will erase character's current datas !",
|
||||
"generchar_errors": "Clear errors before continuing !"
|
||||
"generchar_disclaimer": "Warning, this will erase character's current data!",
|
||||
"generchar_errors": "Clear errors before continuing!"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,19 @@
|
||||
{
|
||||
"i18n": {
|
||||
"I18N": {
|
||||
"Language": "Español",
|
||||
"Maintainers": ["Team L5R"]
|
||||
},
|
||||
"SETTINGS": {
|
||||
"None": "Sin opción"
|
||||
"None": "Sin opción",
|
||||
"ReverseFatigueBar": "Invertir la barra de fatiga de los token",
|
||||
"RollNKeep": {
|
||||
"DeleteOldMessage": "RnK Delete previous chat message",
|
||||
"DeleteOldMessageHint": "Choose to keep or delete the previous message for a RnK series"
|
||||
},
|
||||
"Initiative": {
|
||||
"SetTn1OnTypeChange": "Set TN to 1 on encounter change",
|
||||
"SetTn1OnTypeChangeHint": "Set the TN to 1 when the encounter type is selected (Intrigue, Duel, Skirmish or Mass battle)"
|
||||
}
|
||||
},
|
||||
"ACTOR": {
|
||||
"TypeCharacter": "Personaje jugador",
|
||||
@@ -21,10 +30,9 @@
|
||||
},
|
||||
"l5r5e": {
|
||||
"global": {
|
||||
"ok": "OK",
|
||||
"add": "Añadir",
|
||||
"edit": "Editar",
|
||||
"delete": "Borrar",
|
||||
"delete_confirm": "Are you sure you want to delete '{name}' ?",
|
||||
"drop_here": "Dejar caer aquí",
|
||||
"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."
|
||||
},
|
||||
@@ -78,19 +86,24 @@
|
||||
"successes": "Éxitos",
|
||||
"explosives": "Relanzables",
|
||||
"opportunities": "Oportunidades",
|
||||
"strives": "Conflictos",
|
||||
"strife": "Conflictos",
|
||||
"difficulty": "NO",
|
||||
"difficulty_hidden": "NO ???",
|
||||
"dicepicker": "Dice Picker",
|
||||
"void_point_used": "Punto de vacío utilizado",
|
||||
"assistance_used": "Skill assistance used",
|
||||
"roll_n_keep": "Tirar y guardar",
|
||||
"initiative_roll": "Tirada de Iniciativa"
|
||||
"initiative_roll": "Tirada de Iniciativa",
|
||||
"success_text": "Éxitos!",
|
||||
"bonus_text": "bonus successes",
|
||||
"fail_text": "Fail!"
|
||||
},
|
||||
"dicepicker": {
|
||||
"difficulty_title": "Dificultad",
|
||||
"difficulty_hidden_label": "Ocultar NO",
|
||||
"use_void_point_label": "Gasta un",
|
||||
"void_point_tooltip": "Punto de vacío",
|
||||
"skill_assistance_label": "Assistance",
|
||||
"roll_label": "Tirar",
|
||||
"bt_add_macro": "Añadir una macro"
|
||||
},
|
||||
@@ -98,10 +111,19 @@
|
||||
"title": "L5R Roll & Keep",
|
||||
"discard_drop_here": "Descartar",
|
||||
"reroll_drop_here": "Relanzar",
|
||||
"reroll_chat": "Dados relanzados",
|
||||
"swap_drop_here": "Swap",
|
||||
"keep_drop_here": "Guardar",
|
||||
"keep_chat": "Nueva tirada de un dado relanzable",
|
||||
"bt_validate": "Finalizar"
|
||||
"bt_validate": "Finalizar",
|
||||
"undo": "[GM] Undo the last step choices"
|
||||
},
|
||||
"gm_toolbox": {
|
||||
"title": "GM ToolBox",
|
||||
"difficulty_hidden": "Change difficulty visibility",
|
||||
"difficulty": "Change difficulty (right: add, left: subtract, middle: TN 2)",
|
||||
"sleep": "Comfortable rest for all characters (Remove Water x2 fatigue)",
|
||||
"sleep_info": "The characters had a good night's sleep.",
|
||||
"scene_end": "End of scene (Conflict and Fatigue half reset for all characters)",
|
||||
"scene_end_info": "The tension of the scene finally drops."
|
||||
},
|
||||
"max": "Máx",
|
||||
"current": "Actuales",
|
||||
@@ -141,6 +163,7 @@
|
||||
"title_new": "Nueva Técnica",
|
||||
"kata": "Kata",
|
||||
"kiho": "Kihõ",
|
||||
"inversion": "Inversion",
|
||||
"invocation": "Invocación",
|
||||
"ritual": "Ritual",
|
||||
"shuji": "Shuji",
|
||||
|
||||
@@ -1,10 +1,19 @@
|
||||
{
|
||||
"i18n": {
|
||||
"I18N": {
|
||||
"Language": "Français",
|
||||
"Maintainers": ["Team L5R"]
|
||||
},
|
||||
"SETTINGS": {
|
||||
"None": "Aucune option"
|
||||
"None": "Aucune option",
|
||||
"ReverseFatigueBar": "Inverser la barre de fatigue des token",
|
||||
"RollNKeep": {
|
||||
"DeleteOldMessage": "RnK Supprime le précédent message du chat",
|
||||
"DeleteOldMessageHint": "Si coché, on supprime le message précédent pour la série de jets via le RnK"
|
||||
},
|
||||
"Initiative": {
|
||||
"SetTn1OnTypeChange": "ND 1 à la sélection du type de rencontre",
|
||||
"SetTn1OnTypeChangeHint": "Met le ND à 1 lorsqu'on modifie le type de rencontre (Intrigue, Duel, Escarmouche ou Bataille rangée)"
|
||||
}
|
||||
},
|
||||
"ACTOR": {
|
||||
"TypeCharacter": "Personnage Joueur",
|
||||
@@ -21,10 +30,9 @@
|
||||
},
|
||||
"l5r5e": {
|
||||
"global": {
|
||||
"ok": "OK",
|
||||
"add": "Ajouter",
|
||||
"edit": "Modifier",
|
||||
"delete": "Supprimer",
|
||||
"delete_confirm": "Etes-vous sûr de vouloir supprimer '{name}' ?",
|
||||
"drop_here": "Déposez ici",
|
||||
"edge_translation_disclaimer": ""
|
||||
},
|
||||
@@ -78,30 +86,44 @@
|
||||
"successes": "Succès",
|
||||
"explosives": "Explosifs",
|
||||
"opportunities": "Aubaines",
|
||||
"strives": "Conflits",
|
||||
"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"
|
||||
"initiative_roll": "Jet d'initiative",
|
||||
"success_text": "Succès !",
|
||||
"bonus_text": "succès bonus",
|
||||
"fail_text": "Échec !"
|
||||
},
|
||||
"dicepicker": {
|
||||
"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": "L5R Roll & Keep",
|
||||
"discard_drop_here": "Discard",
|
||||
"reroll_drop_here": "Re-roll",
|
||||
"reroll_chat": "Re-rolled dice",
|
||||
"keep_drop_here": "Keep",
|
||||
"keep_chat": "New roll from a exploding dice",
|
||||
"bt_validate": "Finalize"
|
||||
"discard_drop_here": "Abandonner",
|
||||
"reroll_drop_here": "Relancer",
|
||||
"swap_drop_here": "Modifier",
|
||||
"keep_drop_here": "Garder",
|
||||
"bt_validate": "Finaliser cette étape",
|
||||
"undo": "[GM] Annuler les choix de la dernière étape"
|
||||
},
|
||||
"gm_toolbox": {
|
||||
"title": "GM ToolBox",
|
||||
"difficulty_hidden": "Modifier la visibilité de la difficulté",
|
||||
"difficulty": "Modifier la difficulté (droite: ajout, gauche: soustraction, milieu: ND 2)",
|
||||
"sleep": "Repos confortable pour tous les personnages (Enlève Eau x2 de fatigue)",
|
||||
"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)",
|
||||
"scene_end_info": "La tension de la scène retombe enfin"
|
||||
},
|
||||
"max": "Max",
|
||||
"current": "Actuel",
|
||||
@@ -141,6 +163,7 @@
|
||||
"type": "Type accessible",
|
||||
"kata": "Kata",
|
||||
"kiho": "Kihõ",
|
||||
"inversion": "Inversion",
|
||||
"invocation": "Invocation",
|
||||
"ritual": "Rituel",
|
||||
"shuji": "Shuji",
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
{"_id":"L5RCoreArm000001","name":"Ashigaru Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"5 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"3","supernatural":"-"},"description":"","book_reference":"Core p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000002","name":"Plated Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"40 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":" Durable"},{"id":"L5RCorePro000011","name":" Wargear"}],"armor":{"physical":"5","supernatural":"-"},"description":"","book_reference":"Core p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000003","name":"Concealed Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"5 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"armor":{"physical":"2","supernatural":"-"},"description":"","book_reference":"Core p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000004","name":"Lacquered Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"6","zeni":"25 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":" Cumbersome"},{"id":"L5RCorePro000011","name":" Wargear"}],"armor":{"physical":"4","supernatural":"-"},"description":"","book_reference":"Core p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000005","name":"Ceremonial Clothes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000010","name":" Resplendent"}],"armor":{"physical":"1","supernatural":"-"},"description":"","book_reference":"Core p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000006","name":"Traveling Clothes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"2 bu","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000012","name":" Mundane"},{"id":"L5RCorePro000016","name":" Subtle"}],"armor":{"physical":"2","supernatural":"-"},"description":"","book_reference":"Core p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000007","name":"Sanctified Robes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"4 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"}],"armor":{"physical":"1","supernatural":"3"},"description":"","book_reference":"Core p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000008","name":"Sleeping Garb","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"1 koku","properties":[],"armor":{"physical":"-","supernatural":""},"description":"","book_reference":"Core p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000009","name":"Common Clothes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"armor":{"physical":"1","supernatural":"-"},"description":"","book_reference":"Core p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000010","name":"Inconspicuous garb","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"3 bu","properties":[{"id":"L5RCorePro000016","name":"Subtle"}],"armor":{"physical":"-","supernatural":"-"},"description":"","book_reference":"Core"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000001","name":"Ashigaru Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"5 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"3","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000002","name":"Plated Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"40 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"5","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000003","name":"Concealed Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"5 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"armor":{"physical":"2","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000004","name":"Lacquered Armor","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"6","zeni":"25 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"4","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000005","name":"Ceremonial Clothes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000010","name":"Resplendent"}],"armor":{"physical":"1","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000006","name":"Traveling Clothes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"2 bu","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000012","name":"Mundane"},{"id":"L5RCorePro000016","name":"Subtle"}],"armor":{"physical":"2","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000007","name":"Sanctified Robes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"4 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"}],"armor":{"physical":"1","supernatural":"3"},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000008","name":"Sleeping Garb","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"1 koku","properties":[],"armor":{"physical":"","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000009","name":"Common Clothes","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"armor":{"physical":"1","supernatural":""},"description":"","book_reference":"Core Rulebook p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000010","name":"Inconspicuous garb","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"3 bu","properties":[{"id":"L5RCorePro000016","name":"Subtle"}],"armor":{"physical":"","supernatural":""},"description":"","book_reference":"Core Rulebook"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000011","name":"Robes of Judgment","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"9","zeni":"10","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"1","supernatural":"4"},"description":"","book_reference":"Celestial Realms p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000012","name":"Firefighter's Coat","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"4","zeni":"6 bu","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"}],"armor":{"physical":"2","supernatural":""},"description":"","book_reference":"Court of Stones p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000013","name":"Stealth Clothing","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"4 bu","properties":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000016","name":"Subtle"}],"armor":{"physical":"2","supernatural":""},"description":"","book_reference":"Court of Stones p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/keikogi.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000014","name":"O-yoroi","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"3","rarity":"8","zeni":"60 Koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000010","name":"Resplendent"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"6","supernatural":""},"description":"","book_reference":"Shadowlands p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000015","name":"Tatami Gusoku","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"7 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"3","supernatural":""},"description":"","book_reference":"Shadowlands p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
{"_id":"L5RCoreArm000016","name":"Tosei-Gusoku","permission":{"default":0},"type":"armor","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"50 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000011","name":"Wargear"}],"armor":{"physical":"4","supernatural":""},"description":"","book_reference":"Shadowlands p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/armor.svg","effects":[]}
|
||||
|
||||
@@ -1,33 +1,80 @@
|
||||
{"_id":"L5RCoreIte000001","name":"Tattoo Needles","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"1 bu","properties":[],"description":"","book_reference":"Core p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000002","name":"Finger of Jade","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"1 koku","properties":[{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","book_reference":"Core p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000003","name":"Chopsticks","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"1 zeni","properties":[],"description":"","book_reference":"Core p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000004","name":"Quiver of Arrow","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"20 zeni","properties":[],"description":"","book_reference":"Core p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000005","name":"Rope (By the Foot)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"5-20 zeni","properties":[],"description":"","book_reference":"Core p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000006","name":"Sake Cup","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"1 bu","properties":[],"description":"","book_reference":"Core p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000007","name":"Lucky Cricket","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"4 bu","properties":[],"description":"","book_reference":"Core p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000008","name":"Bottle of Sake","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[],"description":"","book_reference":"Core p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000009","name":"Dice and Cup","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"25 zeni","properties":[],"description":"","book_reference":"Core p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000010","name":"Sweets (Four Servings)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"1 bu","properties":[],"description":"","book_reference":"Core p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000011","name":"Spices","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5-7","zeni":"1-5 bu","properties":[],"description":"","book_reference":"Core p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000012","name":"Musical Instrument","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2-6","zeni":"1-5 bu","properties":[],"description":"","book_reference":"Core p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000013","name":"Games","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000014","name":"Kubi Bukuro","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"2 zeni","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","book_reference":"Core p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000015","name":"Pillow Book","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"3 zeni","properties":[],"description":"","book_reference":"Core p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000016","name":"Bowyer’s Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[],"description":"","book_reference":"Core p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000017","name":"Calligraphy Set","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000018","name":"Divination Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 bu","properties":[],"description":"","book_reference":"Core p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000019","name":"Medicine Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000020","name":"Omamori","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","book_reference":"Core p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000021","name":"Umbrella","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"2 bu","properties":[],"description":"","book_reference":"Core p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000022","name":"Whetstone","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"1 zeni","properties":[],"description":"","book_reference":"Core p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000023","name":"Poison (One Vial)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"30 zeni","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","book_reference":"Core p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000024","name":"Daishō Stand","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 koku","properties":[],"description":"","book_reference":"Core p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000025","name":"Traveling Rations","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"5 zeni","properties":[],"description":"","book_reference":"Core p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000026","name":"Personal Seal or Chop","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"4 bu","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"}],"description":"","book_reference":"Core p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000027","name":"Tea Set (Portable)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"1 koku","properties":[],"description":"","book_reference":"Core p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000028","name":"Tent (Chomchong)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"7","zeni":"20 koku","properties":[],"description":"","book_reference":"Core p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000029","name":"Tent (Small)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 koku","properties":[],"description":"","book_reference":"Core p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000030","name":"Tent (Yurt)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"5","zeni":"10 koku","properties":[],"description":"","book_reference":"Core p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000031","name":"Scroll satchel","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000032","name":"Traveling pack","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"10 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Core"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000033","name":"Journal of observations","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000001","name":"Tattoo Needles","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000002","name":"Finger of Jade","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"1 koku","properties":[{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000003","name":"Chopsticks","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"1 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000004","name":"Quiver of Arrow","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"20 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000005","name":"Rope (By the Foot)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"5-20 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000006","name":"Sake Cup","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000007","name":"Lucky Cricket","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"4 bu","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000008","name":"Bottle of Sake","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000009","name":"Dice and Cup","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"25 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000010","name":"Sweets (Four Servings)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000011","name":"Spices","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5-7","zeni":"1-5 bu","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000012","name":"Musical Instrument","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2-6","zeni":"1-5 bu","properties":[],"description":"","book_reference":"Core Rulebook p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000013","name":"Games","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000014","name":"Kubi Bukuro","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"2 zeni","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000015","name":"Pillow Book","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"3 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000016","name":"Bowyer’s Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000017","name":"Calligraphy Set","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000018","name":"Divination Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000019","name":"Medicine Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000020","name":"Omamori","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","book_reference":"Core Rulebook p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000021","name":"Umbrella","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"2 bu","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000022","name":"Whetstone","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"1 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000023","name":"Poison (One Vial)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"30 zeni","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","book_reference":"Core Rulebook p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000024","name":"Daishō Stand","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 koku","properties":[],"description":"","book_reference":"Core Rulebook p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000025","name":"Traveling Rations","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"5 zeni","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000026","name":"Personal Seal or Chop","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"4 bu","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"}],"description":"","book_reference":"Core Rulebook p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000027","name":"Tea Set (Portable)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"1 koku","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000028","name":"Tent (Chomchong)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"7","zeni":"20 koku","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000029","name":"Tent (Small)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 koku","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000030","name":"Tent (Yurt)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"5","zeni":"10 koku","properties":[],"description":"","book_reference":"Core Rulebook p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000031","name":"Scroll satchel","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000032","name":"Traveling pack","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"10 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Core Rulebook"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000033","name":"Journal of observations","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Core Rulebook"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000034","name":"Omamori (Boon of Jurojin)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","book_reference":"Celestial Realms p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000035","name":"Omamori (Boon of Kisshoten)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","book_reference":"Celestial Realms p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000036","name":"Omamori (Boon of Hotei)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"5 bu","properties":[],"description":"","book_reference":"Celestial Realms p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000037","name":"Makeup Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"1-3 bu","properties":[],"description":"","book_reference":"Court of Stones p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000038","name":"Ceremonial Tea Set","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"7 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","book_reference":"Court of Stones p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000039","name":"Folding Fan","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"1 koku","properties":[{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","book_reference":"Court of Stones p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000040","name":"Mono Imi Fuda (Taboo Plaque)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"8 bu","properties":[{"id":"L5RCorePro000014","name":"Sacred"}],"description":"","book_reference":"Court of Stones p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000041","name":"Mari (Ball)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"5 zeni","properties":[],"description":"","book_reference":"Court of Stones p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000042","name":"Amigasa","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"4 zeni","properties":[],"description":"","book_reference":"Court of Stones p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000043","name":"Norimono (Planquin)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"18","rarity":"7","zeni":"12 koku","properties":[{"id":"L5RCorePro000010","name":"Resplendent"}],"description":"","book_reference":"Court of Stones p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000044","name":"Performer's Boat","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"8","rarity":"6","zeni":"20 koku","properties":[],"description":"","book_reference":"Court of Stones p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000045","name":"Makibishi","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"1 bu per handful","properties":[],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000046","name":"Metsubushi","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"6 zeni per dose","properties":[],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000047","name":"Invisible Ink","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"8","zeni":"6 bu per inkwell","properties":[],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000048","name":"Disguise Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"9 bu","properties":[],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000049","name":"Demon Mask","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"1 koku","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000050","name":"Bamboo Cane","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"6 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000051","name":"Herbal Medicines","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"1 bu per dose","properties":[],"description":"","book_reference":"Court of Stones p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000052","name":"Modified Scabbard","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"2 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Court of Stones p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000053","name":"Portable Boat","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"3","rarity":"2","zeni":"3 koku","properties":[],"description":"","book_reference":"Court of Stones p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000054","name":"Rope Ladder","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"2 bu","properties":[],"description":"","book_reference":"Court of Stones p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000055","name":"Opening and Closing Tools","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"5 bu","properties":[],"description":"","book_reference":"Court of Stones p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000056","name":"Mizugumo (Water Spider)","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"3 bu","properties":[],"description":"","book_reference":"Court of Stones p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000057","name":"Sekihitsu","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"1","zeni":"3 zeni","properties":[],"description":"","book_reference":"Court of Stones p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000058","name":"Tenugui","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"3 zeni","properties":[],"description":"","book_reference":"Court of Stones p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000059","name":"Uchitake","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"3","zeni":"12 zeni","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","book_reference":"Court of Stones p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000060","name":"Sokutoki","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"2 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000013","name":"Prepare"},{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","book_reference":"Court of Stones p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000061","name":"Travel Rations","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1-3 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000062","name":"Cooking Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"2 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000063","name":"Dice Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"2","zeni":"6 zeni","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000064","name":"Alchemy Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"0","zeni":"10 koku","properties":[],"description":"","book_reference":"Path of Waves p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000065","name":"Fishing kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000066","name":"Tailor's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"3 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000067","name":"Weaver's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000068","name":"Mason's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"2 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"description":"","book_reference":"Path of Waves p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000069","name":"Chandu","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"6","zeni":"4 bu per use","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","book_reference":"Path of Waves p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000070","name":"Thievery Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"2 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","book_reference":"Path of Waves p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000071","name":"Poppy Tea","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"7","zeni":"6 bu per cup","properties":[{"id":"L5RCorePro000009","name":"Forbidden"}],"description":"","book_reference":"Path of Waves p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000072","name":"Shikomizue","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"7","zeni":"2 koku","properties":[{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000016","name":"Subtle"}],"description":"","book_reference":"Path of Waves p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000073","name":"Climbing Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"2 bu","properties":[],"description":"","book_reference":"Shadowlands p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000074","name":"Spyglass","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"5","zeni":"2 koku","properties":[],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000075","name":"Tate","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"3 bu","properties":[],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000076","name":"Taketaba","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"4 bu","properties":[],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000077","name":"Smithy's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"3","zeni":"3 bu","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"}],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000078","name":"Sapper's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000079","name":"Engineer's Kit","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"3 bu","properties":[],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
{"_id":"L5RCoreIte000080","name":"Smoke Arrows","permission":{"default":0},"type":"item","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"4","zeni":"3 bu","properties":[],"description":"","book_reference":"Shadowlands p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/item.svg","effects":[]}
|
||||
|
||||
@@ -1,49 +1,80 @@
|
||||
{"_id":"L5RCoreAdv000001","name":"Benten’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal, Spiritual","description":"","book_reference":"Core p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000002","name":"Bishamon’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000003","name":"Bitter Betrothal","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Core p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000004","name":"Blackmailed by [Character’s Name]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Core p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000005","name":"Blindness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000006","name":"Bluntness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Core p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000007","name":"Clumsiness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical","description":"","book_reference":"Core p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000008","name":"Cognitive Lapses","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Mental, Scar","description":"","book_reference":"Core p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000009","name":"Daikoku’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Core p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000010","name":"Damaged Heart or Organ","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000011","name":"Deafness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000012","name":"Discomfiting Countenance","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal, Physical","description":"","book_reference":"Core p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000013","name":"Disdain for Compassion","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000014","name":"Disdain for Courage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000015","name":"Disdain for Courtesy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000016","name":"Disdain for Duty and Loyalty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000017","name":"Disdain for Honor","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000018","name":"Disdain for Righteousness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000019","name":"Disdain for Sincerity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core 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 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 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 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 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 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 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 p.123"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000027","name":"Kisshōten’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core p.123"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000028","name":"Lost Arm or Lost Hand","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core p.123"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000029","name":"Lost Eye","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core p.124"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000030","name":"Lost Fingers","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core p.124"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000031","name":"Lost Leg","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core p.124"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000032","name":"Lost Memories","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Mental, Scar","description":"","book_reference":"Core p.124"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000033","name":"Maimed Arm","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core p.125"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000034","name":"Maimed Visage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Physical, Interpersonal, Scar","description":"","book_reference":"Core p.125"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000035","name":"Momoku","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Spiritual","description":"","book_reference":"Core p.126"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000036","name":"Muteness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal, Physical or Mental, Scar","description":"","book_reference":"Core p.126"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000037","name":"Nerve Damage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core p.126"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000038","name":"Scorn of [One Group]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Core p.127"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000039","name":"Shadowlands Taint (Air)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Curse, Interpersonal, Spiritual","description":"","book_reference":"Core p.127"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000040","name":"Shadowlands Taint (Earth)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Curse, Physical, Spiritual","description":"","book_reference":"Core p.127"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000041","name":"Shadowlands Taint (Fire)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Curse, Mental, Spiritual","description":"","book_reference":"Core p.128"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000042","name":"Shadowlands Taint (Void)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Curse, Spiritual","description":"","book_reference":"Core p.128"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000043","name":"Shadowlands Taint (Water)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Curse, Physical, Spiritual","description":"","book_reference":"Core p.128"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000044","name":"Sworn Enemy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Core p.129"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000045","name":"Whispers of Cruelty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Interpersonal, Infamy","description":"","book_reference":"Core p.129"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000046","name":"Whispers of Doom","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Interpersonal, Infamy","description":"","book_reference":"Core p.129"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000047","name":"Whispers of Failure","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Interpersonal, Infamy","description":"","book_reference":"Core p.130"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000048","name":"Whispers of Poverty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Interpersonal, Infamy","description":"","book_reference":"Core p.130"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000049","name":"Whispers of Treachery","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal, Infamy","description":"","book_reference":"Core p.130"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000001","name":"Benten’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal, Spiritual","description":"","book_reference":"Core Rulebook p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000002","name":"Bishamon’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000003","name":"Bitter Betrothal","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000004","name":"Blackmailed by [Character’s Name]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000005","name":"Blindness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000006","name":"Bluntness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000007","name":"Clumsiness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical","description":"","book_reference":"Core Rulebook p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000008","name":"Cognitive Lapses","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Mental, Scar","description":"","book_reference":"Core Rulebook p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000009","name":"Daikoku’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000010","name":"Damaged Heart or Organ","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000011","name":"Deafness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000012","name":"Discomfiting Countenance","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal, Physical","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000013","name":"Disdain for Compassion","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000014","name":"Disdain for Courage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000015","name":"Disdain for Courtesy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000016","name":"Disdain for Duty and Loyalty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000017","name":"Disdain for Honor","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000018","name":"Disdain for Righteousness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000019","name":"Disdain for Sincerity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Flaw, Mental","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000020","name":"Ebisu’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000021","name":"Fractured Spine","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.120"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000022","name":"Fukurokujin’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Mental, Spiritual","description":"","book_reference":"Core Rulebook p.121"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000023","name":"Gaijin Name, Culture, or Appearance","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Interpersonal (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":"L5RCoreAdv000024","name":"Haunting","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Interpersonal, Spiritual","description":"","book_reference":"Core Rulebook p.122"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000025","name":"Incurable Illness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical","description":"","book_reference":"Core Rulebook p.122"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000026","name":"Jurōjin’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.123"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000027","name":"Kisshōten’s Curse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.123"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000028","name":"Lost Arm or Lost Hand","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.123"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000029","name":"Lost Eye","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.124"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000030","name":"Lost Fingers","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.124"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000031","name":"Lost Leg","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.124"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000032","name":"Lost Memories","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Mental, Scar","description":"","book_reference":"Core Rulebook p.124"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000033","name":"Maimed Arm","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.125"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000034","name":"Maimed Visage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal, Physical, Scar","description":"","book_reference":"Core Rulebook p.125"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000035","name":"Momoku","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Spiritual","description":"","book_reference":"Core Rulebook p.126"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000036","name":"Muteness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal, Physical or Mental, Scar","description":"","book_reference":"Core Rulebook p.126"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000037","name":"Nerve Damage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Physical, Scar","description":"","book_reference":"Core Rulebook p.126"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000038","name":"Scorn of [One Group]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.127"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000039","name":"Shadowlands Taint (Air)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Curse, Interpersonal, Spiritual","description":"","book_reference":"Core Rulebook p.127"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000040","name":"Shadowlands Taint (Earth)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Curse, Physical, Spiritual","description":"","book_reference":"Core Rulebook p.127"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000041","name":"Shadowlands Taint (Fire)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Curse, Mental, Spiritual","description":"","book_reference":"Core Rulebook p.128"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000042","name":"Shadowlands Taint (Void)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Curse, Spiritual","description":"","book_reference":"Core Rulebook p.128"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000043","name":"Shadowlands Taint (Water)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Curse, Physical, Spiritual","description":"","book_reference":"Core Rulebook p.128"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000044","name":"Sworn Enemy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.129"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000045","name":"Whispers of Cruelty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","book_reference":"Core Rulebook p.129"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000046","name":"Whispers of Doom","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","book_reference":"Core Rulebook p.129"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000047","name":"Whispers of Failure","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","book_reference":"Core Rulebook p.130"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000048","name":"Whispers of Poverty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","book_reference":"Core Rulebook p.130"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000049","name":"Whispers of Treachery","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Infamy, Interpersonal","description":"","book_reference":"Core Rulebook p.130"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000050","name":"Elemental Deficiency (Air)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Mental, Physical, Spiritual","description":"","book_reference":"Celestial Realms p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000051","name":"Elemental Deficiency (Earth)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Mental, Physical, Spiritual","description":"","book_reference":"Celestial Realms p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000052","name":"Elemental Deficiency (Fire)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Mental, Physical, Spiritual","description":"","book_reference":"Celestial Realms p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000053","name":"Elemental Deficiency (Water)","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Mental, Physical, Spiritual","description":"","book_reference":"Celestial Realms p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000054","name":"Lackluster","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000055","name":"Overconfidence in Creativity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Mental","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000056","name":"Overconfidence in Spiritual Sensitivity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Spiritual","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000057","name":"Overconfidence in Charm","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000058","name":"Overconfidence in Subtlety","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000059","name":"Overconfidence in Toughness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Physical","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000060","name":"Unsavory Past","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Court of Stones p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000061","name":"Allergy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Physical","description":"","book_reference":"Emerald Empire p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000062","name":"Cursed Lineage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Interpersonal, Spiritual","description":"","book_reference":"Emerald Empire p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000063","name":"Adopted Peasant","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Emerald Empire p.245"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000064","name":"Despise in [City]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Fame, Interpersonal","description":"","book_reference":"Emerald Empire p.246"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000065","name":"Hunted by Chikusho-Do","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Spiritual","description":"","book_reference":"Emerald Empire p.246"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000066","name":"Skepticism","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Mental, Spiritual","description":"","book_reference":"Emerald Empire p.246"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000067","name":"Debt to [Person or Organization]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Interpersonal","description":"","book_reference":"Path of Waves p.71"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000068","name":"Bullheaded","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Mental","description":"","book_reference":"Path of Waves p.71"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000069","name":"Many Mouths","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Interpersonal, Mental","description":"","book_reference":"Path of Waves p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000070","name":"Horrible Scar","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Interpersonal, Mental","description":"","book_reference":"Path of Waves p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000071","name":"Pursued by [Individual or Group]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Interpersonal, Mental","description":"","book_reference":"Path of Waves p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000072","name":"Encompassing Duty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Mental","description":"","book_reference":"Path of Waves p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000073","name":"Stained Lineage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Interpersonal, Mental","description":"","book_reference":"Path of Waves p.73"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000074","name":"Shadowlands Taint [One with the Darkness]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Curse, Physical, Spiritual","description":"","book_reference":"Shadowlands p.100"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000075","name":"Shadowlands Taint [Unnatural Skin]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"adversity","types":"Curse, Physical","description":"","book_reference":"Shadowlands p.100"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000076","name":"Shadowlands Taint [Blasphemous Appetites]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"adversity","types":"Curse, Mental, Spiritual","description":"","book_reference":"Shadowlands p.100"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000077","name":"Lost Name","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"adversity","types":"Spiritual","description":"","book_reference":"Shadowlands p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000078","name":"Demon Wound","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Scar, Spiritual","description":"","book_reference":"Shadowlands p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000079","name":"Shadowlands Taint [Kansen Whispers]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"adversity","types":"Curse, Mental","description":"","book_reference":"Shadowlands p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAdv000080","name":"Shadowlands Taint [Distorted Limbs]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"adversity","types":"Curse, Physical","description":"","book_reference":"Shadowlands p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
|
||||
@@ -1,19 +1,37 @@
|
||||
{"_id":"L5RCoreAnx000001","name":"Addiction","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core p.131"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000002","name":"Battle Trauma","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core p.131"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000003","name":"Cynicism","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Core p.131"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000004","name":"Dark Secret","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Core p.132"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000005","name":"Delusions of Grandeur","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental, Interpersonal","description":"","book_reference":"Core p.132"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000006","name":"Fear of Death","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core p.132"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000007","name":"Ferocity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Physical, Mental","description":"","book_reference":"Core p.132"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000008","name":"Impatience","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Core p.133"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000009","name":"Intolerance","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Core p.133"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000010","name":"Irrepressible Flirtation","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Core p.134"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000011","name":"Jealousy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Physical, Mental","description":"","book_reference":"Core p.134"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000012","name":"Materialism","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Core p.134"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000013","name":"Meekness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Core p.134"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000014","name":"Painful Honesty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Core p.135"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000015","name":"Paranoia","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Physical, Mental","description":"","book_reference":"Core p.135"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000016","name":"Perfectionism","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Physical, Mental","description":"","book_reference":"Core p.135"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000017","name":"Phobia","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Physical, Mental","description":"","book_reference":"Core p.136"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000018","name":"Softheartedness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Core p.136"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000019","name":"Superstition","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental, Spiritual","description":"","book_reference":"Core p.136"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000001","name":"Addiction","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.131"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000002","name":"Battle Trauma","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.131"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000003","name":"Cynicism","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.131"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000004","name":"Dark Secret","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.132"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000005","name":"Delusions of Grandeur","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.132"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000006","name":"Fear of Death","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.132"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000007","name":"Ferocity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.132"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000008","name":"Impatience","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Core Rulebook p.133"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000009","name":"Intolerance","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.133"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000010","name":"Irrepressible Flirtation","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.134"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000011","name":"Jealousy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.134"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000012","name":"Materialism","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Core Rulebook p.134"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000013","name":"Meekness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.134"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000014","name":"Painful Honesty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.135"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000015","name":"Paranoia","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.135"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000016","name":"Perfectionism","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.135"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000017","name":"Phobia","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.136"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000018","name":"Softheartedness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.136"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000019","name":"Superstition","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental, Spiritual","description":"","book_reference":"Core Rulebook p.136"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000020","name":"Conspiracy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Celestial Realms p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000021","name":"Omen of Bad Luck","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Celestial Realms p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000022","name":"Uncleanliness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Celestial Realms p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000023","name":"Vanity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Celestial Realms p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000024","name":"Isolation","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Court of Stones p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000025","name":"Web of Lies","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Court of Stones p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000026","name":"Accustomed to Luxury","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Emerald Empire p.246"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000027","name":"Claustrophobia","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Emerald Empire p.247"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000028","name":"False Identity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Emerald Empire p.247"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000029","name":"Loathing for Peasants","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Emerald Empire p.247"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000030","name":"Loneliness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal, Mental","description":"","book_reference":"Emerald Empire p.248"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000031","name":"Eyes of Many","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Path of Waves p.73"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000032","name":"Coming Storm","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Path of Waves p.73"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000033","name":"Fear of Stagnation","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Path of Waves p.74"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000034","name":"Failure","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Path of Waves p.74"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000035","name":"Fallen Ancestor","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"anxiety","types":"Interpersonal, Spiritual","description":"","book_reference":"Shadowlands p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000036","name":"Obtuse","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"anxiety","types":"Mental","description":"","book_reference":"Shadowlands p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreAnx000037","name":"Reformed Maho-Tsukai","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"anxiety","types":"Interpersonal","description":"","book_reference":"Shadowlands p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
|
||||
@@ -1,40 +1,63 @@
|
||||
{"_id":"L5RCoreDis000001","name":"Ally [Name]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Core p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000002","name":"Ambidexterity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Core p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000003","name":"Benten’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal, Spiritual","description":"","book_reference":"Core p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000004","name":"Bishamon’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Core p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000005","name":"Blackmail on [Name]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Core p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000006","name":"Blessed Lineage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Interpersonal, Spiritual","description":"","book_reference":"Core p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000007","name":"Blissful Betrothal","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Core p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000008","name":"Daikoku’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal, Spiritual","description":"","book_reference":"Core p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000009","name":"Dangerous Allure","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Physical, Interpersonal","description":"","book_reference":"Core p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000010","name":"Ebisu’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Core p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000011","name":"Famously Honest","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000012","name":"Famously Lucky","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000013","name":"Famously Reliable","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000014","name":"Famously Successful","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000015","name":"Famously Wealthy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000016","name":"Flexibility","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Core p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000017","name":"Fukurokujin’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Spiritual","description":"","book_reference":"Core p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000018","name":"Indomitable Will","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Mental, Interpersonal","description":"","book_reference":"Core p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000019","name":"Jurojin’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Core p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000020","name":"Keen Balance","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Mental, Physical","description":"","book_reference":"Core p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000021","name":"Keen Hearing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Physical, Mental","description":"","book_reference":"Core p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000022","name":"Keen Sight","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical, Mental","description":"","book_reference":"Core p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000023","name":"Keen Smell","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Physical, Mental","description":"","book_reference":"Core p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000024","name":"Karmic Tie","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Interpersonal, Spiritual","description":"","book_reference":"Core p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000025","name":"Kisshōten’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Core p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000026","name":"Large Stature","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Core p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000027","name":"Paragon of Compassion","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000028","name":"Paragon of Courage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000029","name":"Paragon of Courtesy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000030","name":"Paragon of Duty and Loyalty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000031","name":"Paragon of Honor","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000032","name":"Paragon of Righteousness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000033","name":"Paragon of Sincerity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000034","name":"Precise Memory","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Mental","description":"","book_reference":"Core p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000035","name":"Quick Reflexes","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Physical, Interpersonal","description":"","book_reference":"Core p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000036","name":"Seasoned","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Interpersonal","description":"","book_reference":"Core p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000037","name":"Sixth Sense","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Spiritual","description":"","book_reference":"Core p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000038","name":"Small Stature","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Core p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000039","name":"Subtle Observer","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal, Mental","description":"","book_reference":"Core p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000040","name":"Support of [One Group]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Core p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000001","name":"Ally [Name]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000002","name":"Ambidexterity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Core Rulebook p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000003","name":"Benten’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal, Spiritual","description":"","book_reference":"Core Rulebook p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000004","name":"Bishamon’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000005","name":"Blackmail on [Name]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.102"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000006","name":"Blessed Lineage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Interpersonal, Spiritual","description":"","book_reference":"Core Rulebook p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000007","name":"Blissful Betrothal","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000008","name":"Daikoku’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal, Spiritual","description":"","book_reference":"Core Rulebook p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000009","name":"Dangerous Allure","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Interpersonal, Physical","description":"","book_reference":"Core Rulebook p.103"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000010","name":"Ebisu’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000011","name":"Famously Honest","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core Rulebook p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000012","name":"Famously Lucky","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core Rulebook p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000013","name":"Famously Reliable","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core Rulebook p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000014","name":"Famously Successful","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core Rulebook p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000015","name":"Famously Wealthy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Core Rulebook p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000016","name":"Flexibility","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Core Rulebook p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000017","name":"Fukurokujin’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Spiritual","description":"","book_reference":"Core Rulebook p.105"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000018","name":"Indomitable Will","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000019","name":"Jurojin’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000020","name":"Keen Balance","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.106"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000021","name":"Keen Hearing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000022","name":"Keen Sight","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000023","name":"Keen Smell","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.107"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000024","name":"Karmic Tie","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Interpersonal, Spiritual","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000025","name":"Kisshōten’s Blessing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000026","name":"Large Stature","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000027","name":"Paragon of Compassion","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000028","name":"Paragon of Courage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000029","name":"Paragon of Courtesy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000030","name":"Paragon of Duty and Loyalty","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000031","name":"Paragon of Honor","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000032","name":"Paragon of Righteousness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000033","name":"Paragon of Sincerity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Mental, Virtue","description":"","book_reference":"Core Rulebook p.108"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000034","name":"Precise Memory","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Mental","description":"","book_reference":"Core Rulebook p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000035","name":"Quick Reflexes","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Interpersonal, Physical","description":"","book_reference":"Core Rulebook p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000036","name":"Seasoned","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.109"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000037","name":"Sixth Sense","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Spiritual","description":"","book_reference":"Core Rulebook p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000038","name":"Small Stature","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Core Rulebook p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000039","name":"Subtle Observer","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000040","name":"Support of [One Group]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000041","name":"Talented Herbalist","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Mental","description":"","book_reference":"Celestial Realms p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000042","name":"Famously Kind","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Celestial Realms p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000043","name":"Portentous Birth","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Interpersonal, Spiritual","description":"","book_reference":"Celestial Realms p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000044","name":"Affect of Harmlessness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Court of Stones p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000045","name":"Famously Neutral","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Court of Stones p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000046","name":"Well Connected in {City}","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Court of Stones p.99"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000047","name":"Animal Trainer","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal, Mental","description":"","book_reference":"Emerald Empire p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000048","name":"Expert Tracker","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Mental, Physical","description":"","book_reference":"Emerald Empire p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000049","name":"Criminal Connections","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Emerald Empire p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000050","name":"Friend of the brotherhood","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Emerald Empire p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000051","name":"Well Connected","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Emerald Empire p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000052","name":"Kuge Lineage","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Emerald Empire p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000053","name":"Hero of [Village]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Fame, Interpersonal","description":"","book_reference":"Emerald Empire p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000054","name":"Spiritual Protector","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Spiritual","description":"","book_reference":"Emerald Empire p.242"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000055","name":"Ardent Leader","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Interpersonal, Mental","description":"","book_reference":"Path of Waves p.68"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000056","name":"Dashing Scar","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Path of Waves p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000057","name":"Lucky Hunter","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Physical, Spiritual","description":"","book_reference":"Path of Waves p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000058","name":"Scrounger","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal, Mental","description":"","book_reference":"Path of Waves p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000059","name":"Scrappy","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"distinction","types":"Mental, Physical","description":"","book_reference":"Path of Waves p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000060","name":"Urbane and Wroldly","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"distinction","types":"Interpersonal, Physical","description":"","book_reference":"Path of Waves p.70"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000061","name":"Dead Eyes","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"distinction","types":"Mental","description":"","book_reference":"Shadowlands p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000062","name":"Light Sleeper","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Physical","description":"","book_reference":"Shadowlands p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCoreDis000063","name":"Friend of the Nezumi","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"distinction","types":"Interpersonal","description":"","book_reference":"Shadowlands p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
|
||||
@@ -1,20 +1,39 @@
|
||||
{"_id":"L5RCorePas000001","name":"Animal Bond","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000002","name":"Armament","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000003","name":"Brushwork","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Mental, Physical","description":"","book_reference":"Core p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000004","name":"Curiosity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000005","name":"Daredevil","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental, Physical","description":"","book_reference":"Core p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000006","name":"Enlightenment","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Spiritual","description":"","book_reference":"Core p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000007","name":"Fashion","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000008","name":"Fortune-Telling","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental, Spiritual","description":"","book_reference":"Core p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000009","name":"Generosity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Core p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000010","name":"Gossip","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Core p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000011","name":"History","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000012","name":"Ikebana","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000013","name":"Playfulness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Core p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000014","name":"Provocation","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Core p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000015","name":"Sake","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000016","name":"Secrets","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental, Interpersonal","description":"","book_reference":"Core p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000017","name":"Stories","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Mental, Interpersonal","description":"","book_reference":"Core p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000018","name":"Tea","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Physical, Spiritual","description":"","book_reference":"Core p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000019","name":"Travel","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Mental, Physical","description":"","book_reference":"Core p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000020","name":"Wordplay","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000001","name":"Animal Bond","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000002","name":"Armament","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core Rulebook p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000003","name":"Brushwork","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000004","name":"Curiosity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core Rulebook p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000005","name":"Daredevil","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000006","name":"Enlightenment","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Spiritual","description":"","book_reference":"Core Rulebook p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000007","name":"Fashion","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000008","name":"Fortune-Telling","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental, Spiritual","description":"","book_reference":"Core Rulebook p.112"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000009","name":"Generosity","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000010","name":"Gossip","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000011","name":"History","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core Rulebook p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000012","name":"Ikebana","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core Rulebook p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000013","name":"Playfulness","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000014","name":"Provocation","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Core Rulebook p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000015","name":"Sake","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Core Rulebook p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000016","name":"Secrets","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000017","name":"Stories","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000018","name":"Tea","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Physical, Spiritual","description":"","book_reference":"Core Rulebook p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000019","name":"Travel","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Mental, Physical","description":"","book_reference":"Core Rulebook p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000020","name":"Wordplay","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Core Rulebook p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000021","name":"Bathing","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Celestial Realms p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000022","name":"Kyudo","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental, Physical","description":"","book_reference":"Celestial Realms p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000023","name":"Kabuki","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Celestial Realms p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000024","name":"Festivals","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Celestial Realms p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000025","name":"Religious Study","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental, Spiritual","description":"","book_reference":"Celestial Realms p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000026","name":"Local Flare for {Region}","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal","description":"","book_reference":"Court of Stones p.100"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000027","name":"Decorum","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Court of Stones p.100"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000028","name":"Pot Stirrer","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Court of Stones p.101"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000029","name":"City [Choose One]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Emerald Empire p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000030","name":"Bonsai","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Emerald Empire p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000031","name":"Gourmet","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"water","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Emerald Empire p.243"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000032","name":"Rock Gardening","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"void","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Emerald Empire p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000033","name":"Military History","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Emerald Empire p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000034","name":"Navigator","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Emerald Empire p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000035","name":"Researcher","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Emerald Empire p.244"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000036","name":"Honest Work","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"earth","peculiarity_type":"passion","types":"Interpersonal, Mental","description":"","book_reference":"Path of Waves p.70"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000037","name":"Attention","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Path of Waves p.70"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000038","name":"Passion for [Foreign Performing Art Form]","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"air","peculiarity_type":"passion","types":"Fame, Interpersonal","description":"","book_reference":"Path of Waves p.71"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
{"_id":"L5RCorePas000039","name":"Creatures","permission":{"default":0},"type":"peculiarity","data":{"in_curriculum":false,"xp_used":0,"rank":0,"bought_at_rank":0,"ring":"fire","peculiarity_type":"passion","types":"Mental","description":"","book_reference":"Shadowlands p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/peculiarity.svg","effects":[]}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{"_id":"L5RCorePro000001","name":"Razor-Edged","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000002","name":"Ceremonial","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000003","name":"Damaged","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000004","name":"Destroyed","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000005","name":"Concealable","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000006","name":"Cumbersome","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000007","name":"Snaring","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000008","name":"Unholy","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000009","name":"Forbidden","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000010","name":"Resplendent","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000011","name":"Wargear","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000012","name":"Mundane","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000013","name":"Prepare","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000014","name":"Sacred","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000015","name":"Durable","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000016","name":"Subtle","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000001","name":"Razor-Edged","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000002","name":"Ceremonial","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000003","name":"Damaged","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000004","name":"Destroyed","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000005","name":"Concealable","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000006","name":"Cumbersome","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000007","name":"Snaring","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000008","name":"Unholy","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000009","name":"Forbidden","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000010","name":"Resplendent","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000011","name":"Wargear","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000012","name":"Mundane","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000013","name":"Prepare","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000014","name":"Sacred","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000015","name":"Durable","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
{"_id":"L5RCorePro000016","name":"Subtle","permission":{"default":0},"type":"property","data":{"description":"","book_reference":"Core Rulebook p.241"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/property.svg","effects":[]}
|
||||
|
||||
16
system/packs/core-techniques-inversion.db
Normal file
16
system/packs/core-techniques-inversion.db
Normal file
@@ -0,0 +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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":[]}
|
||||
@@ -1,62 +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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 p.211"},"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","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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"L5RCoreInv000068","name":"Emboldened Steed","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","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":"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":"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":"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":"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":"void","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":"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":[]}
|
||||
|
||||
@@ -1,32 +1,64 @@
|
||||
{"_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 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 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 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 p.174"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000005","name":"Lord Shiba’s Valor","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 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 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 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 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 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 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 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 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 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 p.178"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kata.svg","effects":[]}
|
||||
{"_id":"L5RCoreKat000015","name":"Lord Hida’s Grip","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 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":"air","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core 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 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":"4","bought_at_rank":0,"ring":"fire","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core 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 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":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core 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 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 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 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":"void","technique_type":"kata","xp_cost":"3","description":"","book_reference":"Core 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 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 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 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 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 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 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 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 p.181"},"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","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":"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":"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":"L5RCoreKat000005","name":"Lord Shiba’s Valor","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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"L5RCoreKat000015","name":"Lord Hida’s Grip","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":"L5RCoreKat000016","name":"Disappearing World 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":"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":"L5RCoreKat000018","name":"Crescent Moon 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":"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":"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":"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":"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":"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":"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":"L5RCoreKat000024","name":"Rushing Avalanche 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","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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"L5RCoreKat000052","name":"Reckless Lunge","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.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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"L5RCoreKat000064","name":"Flowering Deceptions","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":"Path of Waves p.93"},"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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 p.188"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/kiho.svg","effects":[]}
|
||||
{"_id":"L5RCoreKih000001","name":"Cleansing Spirit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":[]}
|
||||
|
||||
@@ -1,5 +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 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 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 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 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 p.225"},"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","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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":[]}
|
||||
|
||||
@@ -1,31 +1,79 @@
|
||||
{"_id":"L5RCoreMas000001","name":"The Mountain Does Not Fall","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.57"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000002","name":"Slayer’s Slash","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.58"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000003","name":"Ingenious Design","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.59"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000004","name":"Purge the Wicked","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.60"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000005","name":"Treasures of the Carp","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.61"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000006","name":"Stir the Slumbering Spirit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.62"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000007","name":"To Tread the Sword","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.63"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000008","name":"The Lady’s Grace","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.64"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000009","name":"Strike with No Thought","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.65"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000010","name":"Experiment and Adapt","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.66"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000011","name":"The Eyes Betray the Heart","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.67"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000012","name":"Heart of the Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.68"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000013","name":"Blood of the Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000014","name":"Akodo’s Final Lesson","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.70"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000015","name":"Lion’s Pride","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.71"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000016","name":"Strength of a Thousand Ancestors","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000017","name":"Rending Jaws of the Lion","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.73"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000018","name":"Insufferable Genius","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.74"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000019","name":"Master of Elements","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.75"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000020","name":"Stand of Honor","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.76"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000021","name":"Demon, Begone!","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.77"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000022","name":"Little Truths","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.78"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000023","name":"The Final Silence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.79"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000024","name":"World of Shadows","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.80"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000025","name":"Bound in Ink","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.81"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000026","name":"A Friend in Every City","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.82"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000027","name":"The Spirits Unbound","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.83"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000028","name":"Scouring Sirocco","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.84"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000029","name":"I Will Always Return","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.85"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000030","name":"Sensing the Breeze","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000031","name":"A Bottomless Ocean","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000001","name":"The Mountain Does Not Fall","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.57"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000002","name":"Slayer’s Slash","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.58"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000003","name":"Ingenious Design","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.59"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000004","name":"Purge the Wicked","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.60"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000005","name":"Treasures of the Carp","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.61"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000006","name":"Stir the Slumbering Spirit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.62"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000007","name":"To Tread the Sword","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.63"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000008","name":"The Lady’s Grace","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.64"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000009","name":"Strike with No Thought","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.65"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000010","name":"Experiment and Adapt","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.66"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000011","name":"The Eyes Betray the Heart","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.67"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000012","name":"Heart of the Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.68"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000013","name":"Blood of the Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000014","name":"Akodo’s Final Lesson","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.70"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000015","name":"Lion’s Pride","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.71"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000016","name":"Strength of a Thousand Ancestors","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000017","name":"Rending Jaws of the Lion","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.73"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000018","name":"Insufferable Genius","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.74"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000019","name":"Master of Elements","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.75"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000020","name":"Stand of Honor","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.76"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000021","name":"Demon, Begone!","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.77"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000022","name":"Little Truths","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.78"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000023","name":"The Final Silence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.79"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000024","name":"World of Shadows","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.80"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000025","name":"Bound in Ink","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.81"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000026","name":"A Friend in Every City","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.82"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000027","name":"The Spirits Unbound","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.83"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000028","name":"Scouring Sirocco","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.84"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000029","name":"I Will Always Return","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.85"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000030","name":"Sensing the Breeze","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000031","name":"A Bottomless Ocean","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000032","name":"Experimental Concotion","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.80"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000033","name":"Favored ounselor","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.81"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000034","name":"Essence of Emptiness","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.82"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000035","name":"Temple of the Heart","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.83"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000036","name":"The Flower Binds the Room","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.84"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000037","name":"Walk the Hidden Ways","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.85"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000038","name":"Rippling Flame","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000039","name":"Shadow Assassin","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000040","name":"Master of Beasts","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000041","name":"Strike First, Strike Last","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000042","name":"Spy Network","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000043","name":"Post Facto","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000044","name":"Victory is the Greatest Honor","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000045","name":"One With the Shadows","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000046","name":"Sudden Clarity","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000047","name":"Curse of Musubi-no-Kami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000048","name":"The Lowest Bow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000049","name":"Echoes of Ancient Days","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000050","name":"The Standing Death","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000051","name":"Emerald Explorer","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000052","name":"Blessings of the Emperor","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000053","name":"Majesty of the Throne","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000054","name":"Foreseen in the Stars","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000055","name":"The Clouds Part","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.236"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000056","name":"Favor of the Fortunes","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000057","name":"One with the Void","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.238"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000058","name":"Ninth Tail Ascension","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000059","name":"Usher in the New Age","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000060","name":"Unseen Blade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.48"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000061","name":"Lesson of the Hawk","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.49"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000062","name":"All Part of the Plan","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.50"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000063","name":"Crack Not a Single Twig","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.51"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000064","name":"Elemental Charmer","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.52"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000065","name":"Surge of Brilliance","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.53"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000066","name":"Stories as Tall as the Mountain","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.54"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000067","name":"A Gift of Fate","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.55"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000068","name":"Fortitude of the Cradle","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.56"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000069","name":"Swift Creation","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.57"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000070","name":"Divine Protection","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.58"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000071","name":"Divine Protection","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.59"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000072","name":"Resilient Readiness","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000073","name":"Ashidaka's Method","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000074","name":"Healer's Hands","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000075","name":"Sacred Fist","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000076","name":"The Effortless Path","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000077","name":"Empathic Transfer","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000078","name":"Yotogi's Piercing Gaze","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreMas000079","name":"Kingdom of Paper and Ink","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"6","bought_at_rank":0,"ring":"void","technique_type":"mastery_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
{"_id":"L5RCoreNin000001","name":"Deadly Sting","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Core p.226"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000002","name":"Skulk","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Core p.226"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000003","name":"Silencing Stroke","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Core p.227"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000004","name":"Noxious Cloud","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Core p.227"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000001","name":"Deadly Sting","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Core Rulebook p.226"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000002","name":"Skulk","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Core Rulebook p.226"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000003","name":"Silencing Stroke","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Core Rulebook p.227"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000004","name":"Noxious Cloud","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Core Rulebook p.227"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000005","name":"Artful Alibi","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000006","name":"Cunning Distraction","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000007","name":"Deceitful Strike","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000008","name":"Like a Ghost","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000009","name":"Silent Elimination","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000010","name":"Slicing Wind Kick","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000011","name":"Stillness of Death","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000012","name":"To Float or Sink","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.115"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
{"_id":"L5RCoreNin000013","name":"What's Yours is Mine","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"ninjutsu","xp_cost":"3","description":"","book_reference":"Court of Stones p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ninjutsu.svg","effects":[]}
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
{"_id":"L5RCoreRit000001","name":"Tea Ceremony","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Core p.213"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000002","name":"Commune with the Spirits","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Core p.212"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000003","name":"Divination","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Core p.212"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000004","name":"Cleansing Rite","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Core p.212"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000005","name":"Threshold Barrier","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Core p.213"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000001","name":"Tea Ceremony","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Core Rulebook p.213"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000002","name":"Commune with the Spirits","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Core Rulebook p.212"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000003","name":"Divination","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Core Rulebook p.212"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000004","name":"Cleansing Rite","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Core Rulebook p.212"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000005","name":"Threshold Barrier","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Core Rulebook p.213"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000006","name":"Blessed Union","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Celestial Realms p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000007","name":"Blessing of the Dance","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Celestial Realms p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000008","name":"Prayer of Protection","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Celestial Realms p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000009","name":"Rite of the Wheel","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Celestial Realms p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000010","name":"Whispers to the Moon (Moon Cultist)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"water","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Celestial Realms p.111"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000011","name":"Formal Tea Ceremony","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Court of Stones p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000012","name":"Treaty Signing","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Court of Stones p.116"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000013","name":"The Ties that Bind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Court of Stones p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000014","name":"Balancing Salve (Qamarist Region)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Path of Waves p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000015","name":"Elixir of Recovery (Qamarist Region)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Path of Waves p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000016","name":"Fortitude Draught (Qamarist Region)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Path of Waves p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000017","name":"Restorative Transmutation (Qamarist Region)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Path of Waves p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000018","name":"Cleansing of Coral and Gold (Ivory Kingdoms Region)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Path of Waves p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000019","name":"Wayfarer's Path","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Path of Waves p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000020","name":"Blessing of Steel (Artisan)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Shadowlands p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
{"_id":"L5RCoreRit000021","name":"Craft Shikigami (Shugenja)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"ritual","xp_cost":"3","description":"","book_reference":"Shadowlands p.114"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/ritual.svg","effects":[]}
|
||||
|
||||
@@ -1,31 +1,79 @@
|
||||
{"_id":"L5RCoreSch000001","name":"Way of the Crab","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.57"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000002","name":"Flickering Flame Skirmisher","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.58"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000003","name":"Masterful Builder","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.59"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000004","name":"Gaze into Shadow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.60"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000005","name":"Way of the Carp","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.61"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000006","name":"Spiritual Artisan","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.62"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000007","name":"Vigilance of Mind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.63"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000008","name":"Speaking in Silence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.64"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000009","name":"Way of the Crane","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.65"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000010","name":"Elemental Transmutation","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.66"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000011","name":"Kitsuki’s Method","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.67"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000012","name":"Way of the Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.68"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000013","name":"Blood of the Kami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000014","name":"Way of the Lion","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.70"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000015","name":"Heart of the Lion","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.71"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000016","name":"Favor of the Ancestors","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000017","name":"Matsu’s Fury","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.73"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000018","name":"Wisdom of the Ages","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.74"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000019","name":"One with the Elements","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.75"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000020","name":"Way of the Phoenix","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.76"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000021","name":"Sacred Arrows","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.77"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000022","name":"Weakness Is My Strength","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.78"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000023","name":"The Path of Shadows","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.79"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000024","name":"The Kami’s Whisper","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.80"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000025","name":"Mystical Script","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.81"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000026","name":"Vendor of Strange Wares","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.82"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000027","name":"The Way of Names","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.83"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000028","name":"Swirling Desert Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.84"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000029","name":"Born in the Saddle","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.85"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000030","name":"Heroic Charge","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000031","name":"School of Waves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000001","name":"Way of the Crab","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.57"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000002","name":"Flickering Flame Skirmisher","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.58"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000003","name":"Masterful Builder","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.59"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000004","name":"Gaze into Shadow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.60"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000005","name":"Way of the Carp","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.61"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000006","name":"Spiritual Artisan","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.62"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000007","name":"Vigilance of Mind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.63"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000008","name":"Speaking in Silence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.64"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000009","name":"Way of the Crane","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.65"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000010","name":"Elemental Transmutation","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.66"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000011","name":"Kitsuki’s Method","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.67"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000012","name":"Way of the Dragon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.68"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000013","name":"Blood of the Kami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.69"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000014","name":"Way of the Lion","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.70"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000015","name":"Heart of the Lion","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.71"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000016","name":"Favor of the Ancestors","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.72"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000017","name":"Matsu’s Fury","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.73"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000018","name":"Wisdom of the Ages","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.74"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000019","name":"One with the Elements","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.75"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000020","name":"Way of the Phoenix","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.76"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000021","name":"Sacred Arrows","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.77"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000022","name":"Weakness Is My Strength","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.78"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000023","name":"The Path of Shadows","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.79"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000024","name":"The Kami’s Whisper","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.80"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000025","name":"Mystical Script","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.81"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000026","name":"Vendor of Strange Wares","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.82"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000027","name":"The Way of Names","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.83"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000028","name":"Swirling Desert Wind","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.84"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000029","name":"Born in the Saddle","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.85"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000030","name":"Heroic Charge","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000031","name":"School of Waves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Core Rulebook p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000032","name":"Flesh of the Elements","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.80"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000033","name":"Soul of Ceremony","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.81"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000034","name":"Way of the Void","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.82"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000035","name":"The Body is a Shrine","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.83"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000036","name":"Every Stone Serves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.84"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000037","name":"Celestial Alignment","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.85"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000038","name":"Blazing Tears of Lady Sun","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.86"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000039","name":"Sudden nightfall","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.87"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000040","name":"Steed of the Kami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Celestial Realms p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000041","name":"Way of the Scorpion","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000042","name":"Incisive Insight","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000043","name":"Procedure and Protocol","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000044","name":"Victory before Honor","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000045","name":"Disciple of Darkness","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000046","name":"Architect of Tranquility","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000047","name":"Gift of Musubi-no-Kami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000048","name":"Typhoon in the Bamboo Grove","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.96"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000049","name":"A Grain of Truth","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.97"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000050","name":"Claws of the Crab","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Court of Stones p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000051","name":"Well Traveled","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000052","name":"Voice of the Emperor","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000053","name":"Necessary Actions","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000054","name":"Just as Predicted","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000055","name":"Speed of Heaven","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.236"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000056","name":"Blessing of the Fortunes","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000057","name":"Embrace the Void","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.238"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000058","name":"Fox Spirit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.239"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000059","name":"Professional Saboteur","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Emerald Empire p.240"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000060","name":"Signiature Weapon","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.48"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000061","name":"Piercing Insight","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.49"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000062","name":"Risk and Reward","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.50"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000063","name":"Tactical Cover","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.51"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000064","name":"Naturally Attuned","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.52"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000065","name":"Resourceful Artistry","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.53"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000066","name":"Unexpected Wisdom","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.54"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000067","name":"Seer of the Lords of Death","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.55"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000068","name":"Akilah's Teachings","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.56"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000069","name":"Creative Execution","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.57"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000070","name":"Gift of Inner Power","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.58"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000071","name":"Flurry of Steel","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Path of Waves p.59"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/ronin.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000072","name":"Traces of Passage","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.88"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/phoenix.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000073","name":"Sacred Art of Steel","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.89"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000074","name":"Field Medicine","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.90"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000075","name":"Supressing Blows","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.91"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crab.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000076","name":"Sharpened Ki","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000077","name":"Hands of Earth and Sky","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000078","name":"Eyes of Yotogi","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/technique.svg","effects":[]}
|
||||
{"_id":"L5RCoreSch000079","name":"Warded Shikigami","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"school_ability","xp_cost":"0","description":"","book_reference":"Shadowlands p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
|
||||
@@ -1,43 +1,70 @@
|
||||
{"_id":"L5RCoreShu000001","name":"Rustling of Leaves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.215"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000002","name":"Cadence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.214"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000003","name":"Artisan’s Appraisal","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.214"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000004","name":"Bend with the Storm","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.214"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000005","name":"The Wind Blows Both Ways","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.215"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000006","name":"Prey on the Weak","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.215"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000007","name":"Whispers of Court","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.215"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000008","name":"Feigned Opening","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.214"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000009","name":"Wolf’s Proposal","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.215"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000010","name":"Ancestry Unearthed","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.216"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000011","name":"Touchstone of Courage","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.217"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000012","name":"Honest Assessment","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.216"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000013","name":"The Immovable Hand of Peace","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.217"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000014","name":"Civility Foremost","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.216"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000015","name":"Weight of Duty","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.217"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000016","name":"Pillar of Calm","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.216"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000017","name":"Stonewall Tactics","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.216"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000018","name":"Fanning the Flames","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.218"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000019","name":"Bravado","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.218"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000020","name":"Rallying Cry","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.219"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000021","name":"Sensational Distraction","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.219"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000022","name":"Dazzling Performance","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.218"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000023","name":"Truth Burns through Lies","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.219"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000024","name":"Sear the Wound","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.219"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000025","name":"Lightning Raid","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.219"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000026","name":"Stirring the Embers","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.219"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000027","name":"Tributaries of Trade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000028","name":"All in Jest","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.220"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000029","name":"Buoyant Arrival","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.220"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000030","name":"Ebb and Flow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.220"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000031","name":"Slippery Maneuvers","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.221"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000032","name":"Regal Bearing","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.220"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000033","name":"Well of Desire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.221"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000034","name":"Shallow Waters","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.220"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000035","name":"Lady Shinjo’s Speed (Unicorn)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.222"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000036","name":"Lady Doji’s Decree (Crane)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.222"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000037","name":"Courtier’s Resolve","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.222"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000038","name":"A Samurai’s Fate","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.222"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000039","name":"Lord Bayushi’s Whispers (Scorpion)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.223"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000040","name":"Lord Togashi’s Insight (Dragon)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.223"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000041","name":"Rouse the Soul","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.223"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000042","name":"Lord Akodo’s Roar (Lion)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.223"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000043","name":"All Arts Are One","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core p.222"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000001","name":"Rustling of Leaves","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.215"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000002","name":"Cadence","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.214"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000003","name":"Artisan’s Appraisal","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.214"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000004","name":"Bend with the Storm","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.214"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000005","name":"The Wind Blows Both Ways","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.215"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000006","name":"Prey on the Weak","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.215"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000007","name":"Whispers of Court","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.215"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000008","name":"Feigned Opening","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.214"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000009","name":"Wolf’s Proposal","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.215"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000010","name":"Ancestry Unearthed","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.216"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000011","name":"Touchstone of Courage","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.217"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000012","name":"Honest Assessment","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.216"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000013","name":"The Immovable Hand of Peace","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.217"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000014","name":"Civility Foremost","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.216"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000015","name":"Weight of Duty","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.217"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000016","name":"Pillar of Calm","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.216"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000017","name":"Stonewall Tactics","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.216"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000018","name":"Fanning the Flames","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.218"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000019","name":"Bravado","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.218"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000020","name":"Rallying Cry","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.219"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000021","name":"Sensational Distraction","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.219"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000022","name":"Dazzling Performance","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.218"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000023","name":"Truth Burns through Lies","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.219"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000024","name":"Sear the Wound","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.219"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000025","name":"Lightning Raid","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.219"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000026","name":"Stirring the Embers","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.219"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000027","name":"Tributaries of Trade","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000028","name":"All in Jest","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.220"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000029","name":"Buoyant Arrival","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.220"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000030","name":"Ebb and Flow","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.220"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000031","name":"Slippery Maneuvers","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.221"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000032","name":"Regal Bearing","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.220"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000033","name":"Well of Desire","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.221"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000034","name":"Shallow Waters","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.220"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000035","name":"Lady Shinjo’s Speed (Unicorn)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.222"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/unicorn.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000036","name":"Lady Doji’s Decree (Crane)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.222"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/crane.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000037","name":"Courtier’s Resolve","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.222"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000038","name":"A Samurai’s Fate","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.222"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000039","name":"Lord Bayushi’s Whispers (Scorpion)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.223"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/scorpion.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000040","name":"Lord Togashi’s Insight (Dragon)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.223"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/dragon.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000041","name":"Rouse the Soul","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.223"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000042","name":"Lord Akodo’s Roar (Lion)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.223"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/lion.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000043","name":"All Arts Are One","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Core Rulebook p.222"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000044","name":"Hidden in Smoke","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Court of Stones p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000045","name":"Assess Strengths","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Court of Stones p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000046","name":"Unyielding Terms","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Court of Stones p.117"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000047","name":"Offend the Sensibilities","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Court of Stones p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000048","name":"Crackling Laughter","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Court of Stones p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000049","name":"All Shall Fear Me","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Court of Stones p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000050","name":"Spiteful Loss","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Court of Stones p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000051","name":"Beware The Smallest Mouse","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Court of Stones p.118"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000052","name":"Fun and Games","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Court of Stones p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000053","name":"Foreseen Need","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Court of Stones p.119"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000054","name":"Spin the Web (Kolat)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Emerald Empire p.248"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000055","name":"Awe of Heaven (Imperial)","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"4","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Emerald Empire p.248"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/clans/imperial.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000056","name":"Look Out","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000057","name":"Bellow of Resolve","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.92"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000058","name":"Ruse of the Moon's Reflection","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000059","name":"Eyes Up!","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000060","name":"Pack Gambit","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"air","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000061","name":"Mentor's Guidance","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"earth","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.93"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000062","name":"Malleable Formation","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000063","name":"Goading Taunt","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000064","name":"Watch My Back","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000065","name":"Illuminate the Way","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000066","name":"Fluent Bargaining","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"2","bought_at_rank":0,"ring":"water","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.94"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000067","name":"Bond of Heroes","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000068","name":"Tonight, I Am Your Opponent","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"3","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000069","name":"Wanderer's Resolve","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"1","bought_at_rank":0,"ring":"void","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
{"_id":"L5RCoreShu000070","name":"Roar of Encouragement","permission":{"default":0},"type":"technique","data":{"in_curriculum":false,"xp_used":0,"rank":"5","bought_at_rank":0,"ring":"fire","technique_type":"shuji","xp_cost":"3","description":"","book_reference":"Path of Waves p.95"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/techs/shuji.svg","effects":[]}
|
||||
|
||||
@@ -1,38 +1,81 @@
|
||||
{"_id":"L5RCoreWea000001","name":"Bokken","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"3","deadliness":"3","grip_1":"-","grip_2":"Damage +2","description":"","book_reference":"Core p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000002","name":"Chokutō","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"20 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000001","name":" Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"0-1","damage":"4","deadliness":"5","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000003","name":"Scimitar","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"20 koku","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000001","name":" Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"4","deadliness":"5","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000004","name":"Dao","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"15 koku","properties":[],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"3","deadliness":"5","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000005","name":"Gao","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"15 koku","properties":[{"id":"L5RCorePro000007","name":"Snaring"}],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"4","deadliness":"3","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000006","name":"Jian","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"15 koku","properties":[],"category":"Swords","skill":"melee","readied":false,"range":"0-1","damage":"4","deadliness":"4","grip_1":"-","grip_2":"Deadliness +1","description":"","book_reference":"Core p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000007","name":"Katana","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"20 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000001","name":" Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"4","deadliness":"5","grip_1":"-","grip_2":"Deadliness +2","description":"","book_reference":"Core p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000008","name":"Nodachi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"20 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000001","name":" Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"1-2","damage":"5","deadliness":"6","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000009","name":"Wakizashi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"15 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000001","name":" Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"0-1","damage":"3","deadliness":"5","grip_1":"-","grip_2":"Deadliness +2","description":"","book_reference":"Core p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000010","name":"Zanbatō","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"40 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000011","name":" Wargear"}],"category":"Swords","skill":"melee","readied":false,"range":"1-2","damage":"6","deadliness":"7","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000011","name":"Masakari","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"3 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Axes","skill":"melee","readied":false,"range":"0-1","damage":"3","deadliness":"4","grip_1":"-","grip_2":"Deadliness +2","description":"","book_reference":"Core p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/axe.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000012","name":"Ono","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"5 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Axes","skill":"melee","readied":false,"range":"1-2","damage":"5","deadliness":"6","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/axe.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000013","name":"Club","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Blunt Weapons","skill":"melee","readied":false,"range":"0-1","damage":"5","deadliness":"2","grip_1":"-","grip_2":"Damage +1","description":"","book_reference":"Core p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000014","name":"Kiseru","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"1 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000012","name":" Mundane"}],"category":"Blunt Weapons","skill":"melee","readied":false,"range":"","damage":"2","deadliness":"2","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000015","name":"Hammer","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"2 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Blunt Weapons","skill":"melee","readied":false,"range":"0-1","damage":"5","deadliness":"2","grip_1":"-","grip_2":"Damage +2","description":"","book_reference":"Core p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000016","name":"Otsuchi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"30 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000011","name":" Wargear"}],"category":"Blunt Weapons","skill":"melee","readied":false,"range":"1","damage":"8","deadliness":"3","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000017","name":"Tetsubō","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"5","zeni":"20 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":" Durable"},{"id":"L5RCorePro000011","name":" Wargear"}],"category":"Blunt Weapons","skill":"melee","readied":false,"range":"1-2","damage":"7","deadliness":"3","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000018","name":"Jitte","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"5 bu","properties":[{"id":"L5RCorePro000007","name":" Snaring"}],"category":"Hand Weapons","skill":"melee","readied":false,"range":"","damage":"3","deadliness":"2","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/knife.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000019","name":"Knife","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 koku","properties":[{"id":"L5RCorePro000001","name":"Razor-Edged"},{"id":"L5RCorePro000005","name":" Concealable"},{"id":"L5RCorePro000012","name":" Mundane"}],"category":"Hand Weapons","skill":"melee","readied":false,"range":"","damage":"2","deadliness":"4","grip_1":"-","grip_2":"Deadliness +2","description":"","book_reference":"Core p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/knife.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000020","name":"Nunchaku","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"1 koku","properties":[],"category":"Hand Weapons","skill":"melee","readied":false,"range":"0-1","damage":"4","deadliness":"2","grip_1":"-","grip_2":"Snaring","description":"","book_reference":"Core p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/nunchaku.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000021","name":"Tessen","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"15 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000005","name":" Concealable"}],"category":"Hand Weapons","skill":"melee","readied":false,"range":"0-1","damage":"4","deadliness":"3","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/knife.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000022","name":"Bisentō","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"15 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":" Durable"},{"id":"L5RCorePro000011","name":" Wargear"}],"category":"Polearms","skill":"melee","readied":false,"range":"2","damage":"4","deadliness":"6","grip_1":"Range 1","grip_2":"Damage +2","description":"","book_reference":"Core p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000023","name":"Bō","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"2 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Polearms","skill":"melee","readied":false,"range":"1-2","damage":"6","deadliness":"2","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000024","name":"Ji","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"7 koku","properties":[{"id":"L5RCorePro000007","name":"Snaring"},{"id":"L5RCorePro000011","name":" Wargear"}],"category":"Polearms","skill":"melee","readied":false,"range":"2","damage":"5","deadliness":"2","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000025","name":"Naginata","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"10 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000001","name":" Razor-Edged"},{"id":"L5RCorePro000011","name":" Wargear"}],"category":"Polearms","skill":"melee","readied":false,"range":"2","damage":"6","deadliness":"6","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000026","name":"Trident","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"10 koku","properties":[{"id":"L5RCorePro000007","name":"Snaring"},{"id":"L5RCorePro000011","name":" Wargear"}],"category":"Polearms","skill":"melee","readied":false,"range":"2","damage":"4","deadliness":"4","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000027","name":"Yari","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"5 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Polearms","skill":"melee","readied":false,"range":"2","damage":"5","deadliness":"3","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000028","name":"Horsebow","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"6 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Bows","skill":"ranged","readied":false,"range":"2-4","damage":"4","deadliness":"5","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.236"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000029","name":"Daikyū","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"6 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Bows","skill":"ranged","readied":false,"range":"3-5","damage":"6","deadliness":"4","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.236"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000030","name":"Yumi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"3 koku","properties":[],"category":"Bows","skill":"ranged","readied":false,"range":"2-5","damage":"5","deadliness":"3","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.236"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000031","name":"Oyumi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"40 koku","properties":[{"id":"L5RCorePro000013","name":"Prepare"},{"id":"L5RCorePro000011","name":" Wargear"}],"category":"Crossbows","skill":"ranged","readied":false,"range":"2-5","damage":"7","deadliness":"3","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.236"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000032","name":"Kama","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"category":"Specialist Weapons","skill":"melee","readied":false,"range":"0-1","damage":"3","deadliness":"3","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/kusarigama.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000033","name":"Kusari-gama","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"5 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000007","name":" Snaring"},{"id":"L5RCorePro000011","name":" Wargear"}],"category":"Specialist Weapons","skill":"melee","readied":false,"range":"","damage":"3","deadliness":"3","grip_1":"-","grip_2":"Range 2-3","description":"","book_reference":"Core p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/kusarigama.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000034","name":"Blowgun","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"5 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"category":"Specialist Weapons","skill":"ranged","readied":false,"range":"2-3","damage":"1","deadliness":"2","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/kusarigama.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000035","name":"Shuriken","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"1 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"category":"Specialist Weapons","skill":"unarmed","readied":false,"range":"","damage":"2","deadliness":"4","grip_1":"(thrown) Martial Arts (Ranged), Range 1-3","grip_2":"-","description":"","book_reference":"Core p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/kusarigama.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000036","name":"Punch","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"0","zeni":"0","properties":[{"id":"L5RCorePro000007","name":"Snaring"}],"category":"Unarmed profiles","skill":"unarmed","readied":false,"range":"","damage":"1","deadliness":"2","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000037","name":"Kick","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"0","zeni":"0","properties":[],"category":"Unarmed profiles","skill":"unarmed","readied":false,"range":"1","damage":"2","deadliness":"1","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000038","name":"BIte","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"0","zeni":"0","properties":[],"category":"Unarmed profiles","skill":"unarmed","readied":false,"range":"","damage":"","deadliness":"3","grip_1":"-","grip_2":"-","description":"","book_reference":"Core p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000001","name":"Bokken","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"1 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"3","deadliness":"3","grip_1":"","grip_2":"Damage +2","description":"","book_reference":"Core Rulebook p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000002","name":"Chokutō","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"20 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000001","name":"Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"0-1","damage":"4","deadliness":"5","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000003","name":"Scimitar","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"20 koku","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000001","name":"Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"4","deadliness":"5","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000004","name":"Dao","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"15 koku","properties":[],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"3","deadliness":"6","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000005","name":"Gao","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"15 koku","properties":[{"id":"L5RCorePro000007","name":"Snaring"}],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"4","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000006","name":"Jian","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"15 koku","properties":[],"category":"Swords","skill":"melee","readied":false,"range":"0-1","damage":"4","deadliness":"4","grip_1":"","grip_2":"Deadliness +1 / Razor-Edge","description":"","book_reference":"Core Rulebook p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000007","name":"Katana","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"20 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000001","name":"Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"4","deadliness":"5","grip_1":"","grip_2":"Deadliness +2","description":"","book_reference":"Core Rulebook p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000008","name":"Nodachi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"20 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000001","name":"Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"1-2","damage":"5","deadliness":"6","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.232"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000009","name":"Wakizashi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"15 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000001","name":"Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"0-1","damage":"3","deadliness":"5","grip_1":"","grip_2":"Deadliness +2","description":"","book_reference":"Core Rulebook p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000010","name":"Zanbatō","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"40 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Swords","skill":"melee","readied":false,"range":"1-2","damage":"6","deadliness":"7","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000011","name":"Masakari","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"3 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Axes","skill":"melee","readied":false,"range":"0-1","damage":"3","deadliness":"4","grip_1":"","grip_2":"Deadliness +2","description":"","book_reference":"Core Rulebook p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/axe.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000012","name":"Ono","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"5 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Axes","skill":"melee","readied":false,"range":"1-2","damage":"5","deadliness":"6","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.233"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/axe.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000013","name":"Club","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Blunt Weapons","skill":"melee","readied":false,"range":"0-1","damage":"5","deadliness":"2","grip_1":"","grip_2":"Damage +1","description":"","book_reference":"Core Rulebook p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000014","name":"Kiseru","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"1 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Blunt Weapons","skill":"melee","readied":false,"range":"","damage":"2","deadliness":"2","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000015","name":"Hammer","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"2 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Blunt Weapons","skill":"melee","readied":false,"range":"0-1","damage":"5","deadliness":"2","grip_1":"","grip_2":"Damage +2","description":"","book_reference":"Core Rulebook p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000016","name":"Otsuchi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"30 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Blunt Weapons","skill":"melee","readied":false,"range":"1","damage":"8","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000017","name":"Tetsubō","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"5","zeni":"20 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Blunt Weapons","skill":"melee","readied":false,"range":"1-2","damage":"7","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000018","name":"Jitte","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"5 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000007","name":"Snaring"}],"category":"Hand Weapons","skill":"melee","readied":false,"range":"","damage":"3","deadliness":"2","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/knife.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000019","name":"Knife","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"1 koku","properties":[{"id":"L5RCorePro000001","name":"Razor-Edged"},{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Hand Weapons","skill":"melee","readied":false,"range":"","damage":"2","deadliness":"4","grip_1":"","grip_2":"Deadliness +2","description":"","book_reference":"Core Rulebook p.234"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/knife.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000020","name":"Nunchaku","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"1 koku","properties":[],"category":"Hand Weapons","skill":"melee","readied":false,"range":"0-1","damage":"4","deadliness":"2","grip_1":"","grip_2":"Snaring","description":"","book_reference":"Core Rulebook p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/nunchaku.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000021","name":"Tessen","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"15 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000005","name":"Concealable"}],"category":"Hand Weapons","skill":"melee","readied":false,"range":"0-1","damage":"4","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/knife.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000022","name":"Bisentō","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"15 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Polearms","skill":"melee","readied":false,"range":"2","damage":"4","deadliness":"6","grip_1":"Range 1","grip_2":"Damage +2","description":"","book_reference":"Core Rulebook p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000023","name":"Bō","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"2 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Polearms","skill":"melee","readied":false,"range":"1-2","damage":"6","deadliness":"2","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000024","name":"Ji","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"7 koku","properties":[{"id":"L5RCorePro000007","name":"Snaring"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Polearms","skill":"melee","readied":false,"range":"2","damage":"5","deadliness":"2","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000025","name":"Naginata","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"10 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000001","name":"Razor-Edged"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Polearms","skill":"melee","readied":false,"range":"2","damage":"6","deadliness":"6","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000026","name":"Trident","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"10 koku","properties":[{"id":"L5RCorePro000007","name":"Snaring"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Polearms","skill":"melee","readied":false,"range":"2","damage":"4","deadliness":"4","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000027","name":"Yari","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"5 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Polearms","skill":"melee","readied":false,"range":"2","damage":"5","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.235"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000028","name":"Horsebow","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"6 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Bows","skill":"ranged","readied":false,"range":"2-4","damage":"4","deadliness":"5","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.236"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000029","name":"Daikyū","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"6 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Bows","skill":"ranged","readied":false,"range":"3-5","damage":"6","deadliness":"4","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.236"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000030","name":"Yumi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"3","zeni":"3 koku","properties":[],"category":"Bows","skill":"ranged","readied":false,"range":"2-5","damage":"5","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.236"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000031","name":"Oyumi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"40 koku","properties":[{"id":"L5RCorePro000013","name":"Prepare"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Crossbows","skill":"ranged","readied":false,"range":"2-5","damage":"7","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.236"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000032","name":"Kama","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"1 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"category":"Specialist Weapons","skill":"melee","readied":false,"range":"0-1","damage":"3","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/kusarigama.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000033","name":"Kusari-gama","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"5 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000007","name":"Snaring"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Specialist Weapons","skill":"melee","readied":false,"range":"","damage":"3","deadliness":"3","grip_1":"","grip_2":"Range 2-3","description":"","book_reference":"Core Rulebook p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/kusarigama.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000034","name":"Blowgun","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"1","zeni":"5 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"category":"Specialist Weapons","skill":"ranged","readied":false,"range":"2-3","damage":"1","deadliness":"2","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/kusarigama.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000035","name":"Shuriken","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"1 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"category":"Specialist Weapons","skill":"unarmed","readied":false,"range":"","damage":"2","deadliness":"4","grip_1":"(thrown) Martial Arts (Ranged), Range 1-3","grip_2":"","description":"","book_reference":"Core Rulebook p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/kusarigama.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000036","name":"Punch","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"0","zeni":"0","properties":[{"id":"L5RCorePro000007","name":"Snaring"}],"category":"Unarmed profiles","skill":"unarmed","readied":false,"range":"","damage":"1","deadliness":"2","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000037","name":"Kick","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"0","zeni":"0","properties":[],"category":"Unarmed profiles","skill":"unarmed","readied":false,"range":"1","damage":"2","deadliness":"1","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000038","name":"BIte","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"0","rarity":"0","zeni":"0","properties":[],"category":"Unarmed profiles","skill":"unarmed","readied":false,"range":"","damage":"","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Core Rulebook p.237"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000039","name":"Tachi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"25 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000001","name":"Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"5","deadliness":"5","grip_1":"","grip_2":"Deadliness +1","description":"","book_reference":"Celestial Realms p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000040","name":"Whip","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"4 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"},{"id":"L5RCorePro000007","name":"Snaring"}],"category":"Specialist Weapons","skill":"melee","readied":false,"range":"2","damage":"3","deadliness":"2","grip_1":"","grip_2":"","description":"","book_reference":"Celestial Realms p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/kusarigama.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000041","name":"Moshi Sun Ax","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"20 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000010","name":"Resplendent"}],"category":"Axes","skill":"melee","readied":false,"range":"1-2","damage":"3","deadliness":"5","grip_1":"","grip_2":"Damage +3","description":"","book_reference":"Celestial Realms p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/axe.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000042","name":"Uchigatana","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"16 koku","properties":[{"id":"L5RCorePro000001","name":"Razor-Edged"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"3","deadliness":"6","grip_1":"","grip_2":"","description":"","book_reference":"Celestial Realms p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000043","name":"Shakujo","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"5 bu","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"}],"category":"Polearms","skill":"melee","readied":false,"range":"1","damage":"4","deadliness":"1","grip_1":"","grip_2":"Damage +1","description":"","book_reference":"Celestial Realms p.98"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bo.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000044","name":"Kusarifundo","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"4 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"}],"category":"Specialist Weapons","skill":"melee","readied":false,"range":"1","damage":"2","deadliness":"2","grip_1":"","grip_2":"Snaring","description":"","book_reference":"Court of Stones p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/weapon.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000045","name":"Shakuhachi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"3 bu","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000012","name":"Mundane"},{"id":"L5RCorePro000016","name":"Subtle"}],"category":"Specialist Weapons","skill":"melee","readied":false,"range":"","damage":"3","deadliness":"2","grip_1":"","grip_2":"Damage +1","description":"","book_reference":"Court of Stones p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/items/weapon.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000046","name":"Kyoketsu Shoge","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"3 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000007","name":"Snaring"}],"category":"Specialist Weapons","skill":"ranged","readied":false,"range":"1-2","damage":"2","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Court of Stones p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/kusarigama.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000047","name":"Shinobigatana","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"22 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000001","name":"Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"0-1","damage":"4","deadliness":"5","grip_1":"","grip_2":"Deadliness +1","description":"","book_reference":"Court of Stones p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000048","name":"Ninjatõ","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"12 koku","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000009","name":"Forbidden"},{"id":"L5RCorePro000001","name":"Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"0-1","damage":"4","deadliness":"4","grip_1":"","grip_2":"Deadliness +1","description":"","book_reference":"Court of Stones p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000049","name":"Kamayari","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"8 koku","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000007","name":"Snaring"}],"category":"Specialist Weapons","skill":"melee","readied":false,"range":"2","damage":"4","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Court of Stones p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/kusarigama.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000050","name":"Tekagi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"4 bu","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000009","name":"Forbidden"}],"category":"Specialist Weapons","skill":"unarmed","readied":false,"range":"","damage":"1","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Court of Stones p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000051","name":"Folding Half-Bow","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"3 koku","properties":[],"category":"Bows","skill":"ranged","readied":false,"range":"2-3","damage":"4","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Court of Stones p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000052","name":"Tekken","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"3 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000015","name":"Durable"}],"category":"Specialist Weapons","skill":"unarmed","readied":false,"range":"","damage":"2","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Court of Stones p.110"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000053","name":"Sake Bottle & Cups","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"5 bu for average quality","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Improvised Weapons","skill":"melee","readied":false,"range":"0-1","damage":"2","deadliness":"3","grip_1":"Bludgeon: - / Thrown: Deadliness +2 / Range 1-3 / Razor Edge","grip_2":"","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000054","name":"Umbrella","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"4","zeni":"3 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Improvised Weapon","skill":"melee","readied":false,"range":"0-1","damage":"2","deadliness":"2","grip_1":"Bludgeon: - / Stab: Damage +2, Deadliness +2","grip_2":"Bludgeon: Damage +2","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000055","name":"Talwar","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"35 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000001","name":"Razor-Edged"}],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"4","deadliness":"6","grip_1":"","grip_2":"","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000056","name":"Scroll Case","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"1 koku","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Improvised Weapon","skill":"melee","readied":false,"range":"0-1","damage":"3","deadliness":"3","grip_1":"","grip_2":"Damage +2 / Deadliness +1","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000057","name":"Urumi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"9","zeni":"50 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000001","name":"Razor-Edged"},{"id":"L5RCorePro000007","name":"Snaring"}],"category":"Swords","skill":"melee","readied":false,"range":"1-2","damage":"4","deadliness":"5","grip_1":"","grip_2":"","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000058","name":"Iron Sheath","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"2 koku","properties":[{"id":"L5RCorePro000015","name":"Durable"}],"category":"Improvised Weapon","skill":"melee","readied":false,"range":"0-1","damage":"3","deadliness":"3","grip_1":"","grip_2":"Damage +2","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000059","name":"Buckler","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"4 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Shields","skill":"melee","readied":false,"range":"","damage":"2","deadliness":"2","grip_1":"","grip_2":"","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000060","name":"Lute","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"10 koku","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Improvised Weapon","skill":"melee","readied":false,"range":"0-1","damage":"1","deadliness":"2","grip_1":"","grip_2":"Damage +1 / Deadliness +1","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000061","name":"Sling","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"1 bu","properties":[{"id":"L5RCorePro000005","name":"Concealable"},{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Specialist Weapons","skill":"ranged","readied":false,"range":"2-3","damage":"3","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000062","name":"Gada","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"9","zeni":"50 koku","properties":[{"id":"L5RCorePro000002","name":"Ceremonial"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Blunt Weapons","skill":"melee","readied":false,"range":"1","damage":"6","deadliness":"3","grip_1":"","grip_2":"Deadliness +3","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000063","name":"Kuwa","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"3","zeni":"4 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Axes","skill":"melee","readied":false,"range":"1","damage":"4","deadliness":"2","grip_1":"","grip_2":"Damage +2 / Deadliness +2 / Range 1-2","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/axe.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000064","name":"Qamarist Heavy Shield","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"9","zeni":"50 koku","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Shields","skill":"melee","readied":false,"range":"","damage":"4","deadliness":"2","grip_1":"","grip_2":"","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000065","name":"Boat Oar","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"3 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Improvised Weapons","skill":"melee","readied":false,"range":"1-2","damage":"3","deadliness":"3","grip_1":"","grip_2":"Damage +1 / Deadliness +3","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000066","name":"Fishing Net","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"5 bu","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000012","name":"Mundane"},{"id":"L5RCorePro000007","name":"Snaring"}],"category":"Improvised Weapon","skill":"ranged","readied":false,"range":"0-3","damage":"3","deadliness":"1","grip_1":"","grip_2":"","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000067","name":"Chair","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"2","zeni":"2 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Improvised Weapons","skill":"melee","readied":false,"range":"0-1","damage":"3","deadliness":"3","grip_1":"","grip_2":"Bludgeon: Damage +2 / Thrown: Deadliness +1, Range 0-2","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000068","name":"Chain Whip","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"6","zeni":"4 koku","properties":[{"id":"L5RCorePro000001","name":"Razor-Edged"},{"id":"L5RCorePro000007","name":"Snaring"}],"category":"Specialist Weapons","skill":"melee","readied":false,"range":"1-2","damage":"3","deadliness":"5","grip_1":"","grip_2":"","description":"","book_reference":"Path of Waves p.113"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/kusarigama.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000069","name":"Genno","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"5","zeni":"1 koku","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Hammers","skill":"melee","readied":false,"range":"0-1","damage":"3","deadliness":"3","grip_1":"","grip_2":"Damage +4","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/mace.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000070","name":"Tekkan","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"50 koku","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Swords","skill":"melee","readied":false,"range":"1-2","damage":"4","deadliness":"3","grip_1":"Cumbersome","grip_2":"Damage+2","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000071","name":"Small Shield","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"6 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Shields","skill":"melee","readied":false,"range":"","damage":"2","deadliness":"2","grip_1":"","grip_2":"","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000072","name":"O-Gata Dohou","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"20","rarity":"7","zeni":"120 koku","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000013","name":"Prepare"}],"category":"Siege Weapons","skill":"ranged","readied":false,"range":"4-5","damage":"16","deadliness":"6","grip_1":"","grip_2":"","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/crossbow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000073","name":"Large Shield","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"3","rarity":"8","zeni":"10 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Shields","skill":"melee","readied":false,"range":"","damage":"3","deadliness":"2","grip_1":"","grip_2":"","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000074","name":"Kaiu no Oyumi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"8","zeni":"60 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000013","name":"Prepare"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Crossbows","skill":"ranged","readied":false,"range":"2-5","damage":"7","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/crossbow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000075","name":"Tsuruhashi","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"4","zeni":"5 bu","properties":[{"id":"L5RCorePro000012","name":"Mundane"}],"category":"Axes","skill":"melee","readied":false,"range":"1","damage":"4","deadliness":"3","grip_1":"Cumbersome","grip_2":"Deadliness +2","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/axe.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000076","name":"Flyssa","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"15 koku","properties":[{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Swords","skill":"melee","readied":false,"range":"1","damage":"4","deadliness":"4","grip_1":"","grip_2":"Razor-Edge","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000077","name":"Sode","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"8","zeni":"8 koku","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Shields","skill":"melee","readied":false,"range":"","damage":"1","deadliness":"1","grip_1":"","grip_2":"","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/unarmed.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000078","name":"Ballista","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"16","rarity":"7","zeni":"60 koku","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000013","name":"Prepare"}],"category":"Siege Weapons","skill":"ranged","readied":false,"range":"3-5","damage":"14","deadliness":"8","grip_1":"","grip_2":"","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/crossbow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000079","name":"Kabutowari","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"1","rarity":"7","zeni":"6 koku","properties":[{"id":"L5RCorePro000015","name":"Durable"},{"id":"L5RCorePro000007","name":"Snaring"}],"category":"Swords","skill":"melee","readied":false,"range":"0-1","damage":"3","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/katana.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000080","name":"Storm Bow","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"9","zeni":"60 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000013","name":"Prepare"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Bows","skill":"ranged","readied":false,"range":"1-4","damage":"4","deadliness":"3","grip_1":"","grip_2":"","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/bow.svg","effects":[]}
|
||||
{"_id":"L5RCoreWea000081","name":"Doom Crossbow","permission":{"default":0},"type":"weapon","data":{"equipped":false,"quantity":1,"weight":"2","rarity":"10","zeni":"80 koku","properties":[{"id":"L5RCorePro000006","name":"Cumbersome"},{"id":"L5RCorePro000013","name":"Prepare"},{"id":"L5RCorePro000011","name":"Wargear"}],"category":"Crossbows","skill":"ranged","readied":false,"range":"3-5","damage":"8","deadliness":"6","grip_1":"","grip_2":"","description":"","book_reference":"Shadowlands p.104"},"sort":100001,"flags":{},"img":"systems/l5r5e/assets/icons/weapons/crossbow.svg","effects":[]}
|
||||
|
||||
@@ -12,7 +12,9 @@ export class ActorL5r5e extends Actor {
|
||||
// }
|
||||
|
||||
// Replace default image
|
||||
data.img = `${CONFIG.l5r5e.paths.assets}icons/actors/${data.type}.svg`;
|
||||
if (data.img === undefined) {
|
||||
data.img = `${CONFIG.l5r5e.paths.assets}icons/actors/${data.type}.svg`;
|
||||
}
|
||||
|
||||
// Some tweak on actors token
|
||||
data.token = data.token || {};
|
||||
|
||||
@@ -27,9 +27,81 @@ export class BaseSheetL5r5e extends ActorSheet {
|
||||
sheetData.data.stances = CONFIG.l5r5e.stances;
|
||||
sheetData.data.techniquesList = CONFIG.l5r5e.techniques;
|
||||
|
||||
// Sort Items by name
|
||||
sheetData.items.sort((a, b) => {
|
||||
return a.name.localeCompare(b.name);
|
||||
});
|
||||
|
||||
// Split Techniques by types
|
||||
sheetData.data.splitTechniquesList = this._splitTechniques(sheetData);
|
||||
|
||||
// Split Items by types
|
||||
sheetData.data.splitItemsList = this._splitItems(sheetData);
|
||||
|
||||
return sheetData;
|
||||
}
|
||||
|
||||
/**
|
||||
* Split Techniques by types for better readability
|
||||
* @private
|
||||
*/
|
||||
_splitTechniques(sheetData) {
|
||||
const out = {};
|
||||
|
||||
// Build the list order
|
||||
[...CONFIG.l5r5e.techniques, ...CONFIG.l5r5e.techniques_school].forEach((tech) => {
|
||||
out[tech] = [];
|
||||
});
|
||||
|
||||
// Add tech the character knows
|
||||
sheetData.items.forEach((item) => {
|
||||
if (item.type === "technique") {
|
||||
out[item.data.technique_type].push(item);
|
||||
}
|
||||
});
|
||||
|
||||
// Remove unused techs
|
||||
Object.keys(out).forEach((tech) => {
|
||||
if (
|
||||
out[tech].length < 1 &&
|
||||
!sheetData.data.techniques[tech] &&
|
||||
!CONFIG.l5r5e.techniques_school.includes(tech)
|
||||
) {
|
||||
delete out[tech];
|
||||
}
|
||||
});
|
||||
|
||||
// Manage school add button
|
||||
sheetData.data.techniques["school_ability"] = out["school_ability"].length === 0;
|
||||
sheetData.data.techniques["mastery_ability"] = out["mastery_ability"].length === 0;
|
||||
|
||||
// Always display "school_ability", but display "mastery_ability" only if rank >= 5
|
||||
if (sheetData.data.identity?.school_rank < 5 && out["mastery_ability"].length === 0) {
|
||||
delete out["mastery_ability"];
|
||||
}
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* Split Items by types for better readability
|
||||
* @private
|
||||
*/
|
||||
_splitItems(sheetData) {
|
||||
const out = {
|
||||
weapon: [],
|
||||
armor: [],
|
||||
item: [],
|
||||
};
|
||||
|
||||
sheetData.items.forEach((item) => {
|
||||
if (["item", "armor", "weapon"].includes(item.type)) {
|
||||
out[item.type].push(item);
|
||||
}
|
||||
});
|
||||
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a light sheet if in "limited" state
|
||||
* @override
|
||||
@@ -71,8 +143,14 @@ export class BaseSheetL5r5e extends ActorSheet {
|
||||
|
||||
/**
|
||||
* Handle dropped data on the Actor sheet
|
||||
* @param {Event} event
|
||||
*/
|
||||
async _onDrop(event) {
|
||||
// *** Everything below here is only needed if the sheet is editable ***
|
||||
if (!this.options.editable) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Check item type and subtype
|
||||
const item = await game.l5r5e.HelpersL5r5e.getDragnDropTargetObject(event);
|
||||
if (
|
||||
@@ -172,8 +250,16 @@ export class BaseSheetL5r5e extends ActorSheet {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
const li = $(event.currentTarget);
|
||||
let skillId = li.data("skill") || null;
|
||||
|
||||
const weaponId = li.data("weapon-id") || null;
|
||||
if (weaponId) {
|
||||
skillId = this._getWeaponSkillId(weaponId);
|
||||
}
|
||||
|
||||
new game.l5r5e.DicePickerDialog({
|
||||
skillId: li.data("skill") || null,
|
||||
ringId: li.data("ring") || null,
|
||||
skillId: skillId,
|
||||
skillCatId: li.data("skillcat") || null,
|
||||
isInitiativeRoll: li.data("initiative") || false,
|
||||
actor: this.actor,
|
||||
@@ -191,35 +277,16 @@ export class BaseSheetL5r5e extends ActorSheet {
|
||||
html.find(".prepared-control").on("click", (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
const preparedId = $(event.currentTarget).data("id");
|
||||
if (["adversary", "character"].includes(preparedId)) {
|
||||
this._switchPrepared();
|
||||
}
|
||||
this._switchPrepared();
|
||||
});
|
||||
|
||||
// Equipped / Readied
|
||||
html.find(".equip-readied-control").on("click", (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
this._switchEquipReadied(event);
|
||||
});
|
||||
html.find(".equip-readied-control").on("click", this._switchEquipReadied.bind(this));
|
||||
|
||||
// *** Items : add, edit, delete ***
|
||||
html.find(".item-add").on("click", (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
this._addSubItem(event);
|
||||
});
|
||||
html.find(`.item-edit`).on("click", (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
this._editSubItem(event);
|
||||
});
|
||||
html.find(`.item-delete`).on("click", (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
this._deleteSubItem(event);
|
||||
});
|
||||
html.find(".item-add").on("click", this._addSubItem.bind(this));
|
||||
html.find(`.item-edit`).on("click", this._editSubItem.bind(this));
|
||||
html.find(`.item-delete`).on("click", this._deleteSubItem.bind(this));
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -238,9 +305,13 @@ export class BaseSheetL5r5e extends ActorSheet {
|
||||
|
||||
/**
|
||||
* Add a generic item with sub type
|
||||
* @param {Event} event
|
||||
* @private
|
||||
*/
|
||||
async _addSubItem(event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
const type = $(event.currentTarget).data("item-type");
|
||||
const titles = {
|
||||
item: "l5r5e.items.title_new",
|
||||
@@ -253,7 +324,7 @@ export class BaseSheetL5r5e extends ActorSheet {
|
||||
const created = await this.actor.createEmbeddedEntity("OwnedItem", {
|
||||
name: game.i18n.localize(titles[type]),
|
||||
type: type,
|
||||
img: "icons/svg/mystery-man.svg",
|
||||
img: `${CONFIG.l5r5e.paths.assets}icons/items/${type}.svg`,
|
||||
});
|
||||
const item = this.actor.getOwnedItem(created._id);
|
||||
|
||||
@@ -263,14 +334,37 @@ export class BaseSheetL5r5e extends ActorSheet {
|
||||
item.data.data.bought_at_rank = this.actor.data.data.identity.school_rank;
|
||||
}
|
||||
|
||||
switch (item.data.type) {
|
||||
case "armor": // no break
|
||||
case "weapon":
|
||||
if ($(event.currentTarget).data("item-eqquiped")) {
|
||||
item.data.data.equipped = true;
|
||||
}
|
||||
break;
|
||||
|
||||
case "technique": {
|
||||
// If technique, select the current type
|
||||
const techType = $(event.currentTarget).data("tech-type");
|
||||
if ([...CONFIG.l5r5e.techniques, ...CONFIG.l5r5e.techniques_school].includes(techType)) {
|
||||
item.data.data.technique_type = techType;
|
||||
item.data.img = `${CONFIG.l5r5e.paths.assets}/icons/techs/${techType}.svg`;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
item.sheet.render(true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Edit a generic item with sub type
|
||||
* @param {Event} event
|
||||
* @private
|
||||
*/
|
||||
_editSubItem(event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
const itemId = $(event.currentTarget).data("item-id");
|
||||
const item = this.actor.getOwnedItem(itemId);
|
||||
item.sheet.render(true);
|
||||
@@ -278,9 +372,13 @@ export class BaseSheetL5r5e extends ActorSheet {
|
||||
|
||||
/**
|
||||
* Delete a generic item with sub type
|
||||
* @param {Event} event
|
||||
* @private
|
||||
*/
|
||||
_deleteSubItem(event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
const itemId = $(event.currentTarget).data("item-id");
|
||||
|
||||
// Remove 1 qty if possible
|
||||
@@ -289,32 +387,48 @@ export class BaseSheetL5r5e extends ActorSheet {
|
||||
return;
|
||||
}
|
||||
|
||||
// Specific advancements, remove 1 to selected ring/skill
|
||||
if (tmpItem.type === "advancement") {
|
||||
const actor = duplicate(this.actor.data.data);
|
||||
const itmData = tmpItem.data.data;
|
||||
if (itmData.advancement_type === "ring") {
|
||||
// Ring
|
||||
actor.rings[itmData.ring] = Math.max(1, actor.rings[itmData.ring] - 1);
|
||||
} else {
|
||||
// Skill
|
||||
const skillCatId = CONFIG.l5r5e.skills.get(itmData.skill);
|
||||
if (skillCatId) {
|
||||
actor.skills[skillCatId][itmData.skill] = Math.max(0, actor.skills[skillCatId][itmData.skill] - 1);
|
||||
const callback = async () => {
|
||||
// Specific advancements, remove 1 to selected ring/skill
|
||||
if (tmpItem.type === "advancement") {
|
||||
const actor = duplicate(this.actor.data.data);
|
||||
const itmData = tmpItem.data.data;
|
||||
if (itmData.advancement_type === "ring") {
|
||||
// Ring
|
||||
actor.rings[itmData.ring] = Math.max(1, actor.rings[itmData.ring] - 1);
|
||||
} else {
|
||||
// Skill
|
||||
const skillCatId = CONFIG.l5r5e.skills.get(itmData.skill);
|
||||
if (skillCatId) {
|
||||
actor.skills[skillCatId][itmData.skill] = Math.max(
|
||||
0,
|
||||
actor.skills[skillCatId][itmData.skill] - 1
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
// Update Actor
|
||||
this.actor.update({
|
||||
data: diffObject(this.actor.data.data, actor),
|
||||
});
|
||||
}
|
||||
|
||||
// Update Actor
|
||||
this.actor.update({
|
||||
data: diffObject(this.actor.data.data, actor),
|
||||
});
|
||||
return this.actor.deleteOwnedItem(itemId);
|
||||
};
|
||||
|
||||
// Holing Ctrl = without confirm
|
||||
if (event.ctrlKey) {
|
||||
return callback();
|
||||
}
|
||||
|
||||
return this.actor.deleteOwnedItem(itemId);
|
||||
game.l5r5e.HelpersL5r5e.confirmDeleteDialog(
|
||||
game.i18n.format("l5r5e.global.delete_confirm", { name: tmpItem.name }),
|
||||
callback
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Switch "in_curriculum"
|
||||
* @param {Event} event
|
||||
* @private
|
||||
*/
|
||||
_switchSubItemCurriculum(event) {
|
||||
@@ -349,9 +463,13 @@ export class BaseSheetL5r5e extends ActorSheet {
|
||||
|
||||
/**
|
||||
* Switch Readied state on a weapon
|
||||
* @param {Event} event
|
||||
* @private
|
||||
*/
|
||||
_switchEquipReadied(event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
const type = $(event.currentTarget).data("type");
|
||||
if (!["equipped", "readied"].includes(type)) {
|
||||
return;
|
||||
@@ -374,4 +492,16 @@ export class BaseSheetL5r5e extends ActorSheet {
|
||||
|
||||
tmpItem.update({ data });
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the skillId for this weaponId
|
||||
* @private
|
||||
*/
|
||||
_getWeaponSkillId(weaponId) {
|
||||
const item = this.actor.getOwnedItem(weaponId);
|
||||
if (!!item && item.type === "weapon") {
|
||||
return item.data.data.skill;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,11 +49,6 @@ export class CharacterSheetL5r5e extends BaseSheetL5r5e {
|
||||
// Split Money
|
||||
sheetData.data.money = this._zeniToMoney(this.actor.data.data.zeni);
|
||||
|
||||
// Sort Items by name
|
||||
sheetData.items.sort((a, b) => {
|
||||
return a.name.localeCompare(b.name);
|
||||
});
|
||||
|
||||
// split advancements list by rank, and calculate xp spent
|
||||
this._prepareAdvancement(sheetData);
|
||||
sheetData.data.xp_saved = Math.floor(parseInt(sheetData.data.xp_total) - parseInt(sheetData.data.xp_spent));
|
||||
|
||||
@@ -208,6 +208,7 @@ export class TwentyQuestionsDialog extends FormApplication {
|
||||
html.find("#generate").on("click", async (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
$(event.currentTarget).prop("disabled", true);
|
||||
await this.object.toActor(this.actor, flattenObject(this.cache));
|
||||
await this.close({ submit: true, force: true });
|
||||
});
|
||||
@@ -217,6 +218,11 @@ export class TwentyQuestionsDialog extends FormApplication {
|
||||
* Handle dropped items
|
||||
*/
|
||||
async _onDropItem(type, event) {
|
||||
// *** Everything below here is only needed if the sheet is editable ***
|
||||
if (!this.options.editable) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!["item", "technique", "peculiarity"].includes(type)) {
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -76,6 +76,7 @@ export class TwentyQuestions {
|
||||
allowed_techniques: {
|
||||
kata: false,
|
||||
kiho: false,
|
||||
inversion: false,
|
||||
invocation: false,
|
||||
ritual: false,
|
||||
shuji: false,
|
||||
@@ -199,6 +200,7 @@ export class TwentyQuestions {
|
||||
this.data.step3.roles = actorDatas.identity.roles;
|
||||
this.data.step3.allowed_techniques.kata = actorDatas.techniques.kata;
|
||||
this.data.step3.allowed_techniques.kiho = actorDatas.techniques.kiho;
|
||||
this.data.step3.allowed_techniques.inversion = actorDatas.techniques.inversion;
|
||||
this.data.step3.allowed_techniques.invocation = actorDatas.techniques.invocation;
|
||||
this.data.step3.allowed_techniques.ritual = actorDatas.techniques.ritual;
|
||||
this.data.step3.allowed_techniques.shuji = actorDatas.techniques.shuji;
|
||||
@@ -253,6 +255,7 @@ export class TwentyQuestions {
|
||||
...actorDatas.techniques,
|
||||
kata: !!formData.step3.allowed_techniques.kata,
|
||||
kiho: !!formData.step3.allowed_techniques.kiho,
|
||||
inversion: !!formData.step3.allowed_techniques.inversion,
|
||||
invocation: !!formData.step3.allowed_techniques.invocation,
|
||||
ritual: !!formData.step3.allowed_techniques.ritual,
|
||||
shuji: !!formData.step3.allowed_techniques.shuji,
|
||||
|
||||
@@ -41,7 +41,7 @@ export class CombatL5r5e extends Combat {
|
||||
|
||||
// Get score for each combatant
|
||||
const updatedCombatants = [];
|
||||
ids.forEach((combatantId) => {
|
||||
for (const combatantId of ids) {
|
||||
const combatant = game.combat.combatants.find((c) => c._id === combatantId);
|
||||
|
||||
// Skip if combatant already have a initiative value
|
||||
@@ -52,25 +52,21 @@ export class CombatL5r5e extends Combat {
|
||||
// Shortcut to data
|
||||
const data = combatant.actor.data.data;
|
||||
|
||||
// Prepared is a boolean or if null we get the info in the actor sheet
|
||||
const isPc = combatant.actor.data.type === "character";
|
||||
let isPrepared = isPc ? cfg.prepared.character : cfg.prepared[data.type];
|
||||
if (isPrepared === "null") {
|
||||
isPrepared = data.prepared ? "true" : "false";
|
||||
}
|
||||
|
||||
// A character’s initiative value is based on their state of preparedness when the conflict began.
|
||||
// If the character was ready for the conflict, their base initiative value is their focus attribute.
|
||||
// If the character was unprepared (such as when surprised), their base initiative value is their vigilance attribute.
|
||||
let initiative;
|
||||
|
||||
if (combatant.actor.data.type === "npc" && combatant.actor.data.data.type === "minion") {
|
||||
// Minion NPCs can generate initiative value without a check, using their focus or vigilance attribute
|
||||
initiative = cfg.prepared.minion === "true" ? data.focus : data.is_compromised ? 1 : data.vigilance;
|
||||
} else {
|
||||
// PC and Adversary
|
||||
const isPc = combatant.actor.data.type === "character";
|
||||
|
||||
// prepared is a boolean or if null we get the info in the actor sheet
|
||||
let isPrepared = isPc ? cfg.prepared.character : cfg.prepared.adversary;
|
||||
if (isPrepared === "null") {
|
||||
isPrepared = data.prepared ? "true" : "false";
|
||||
}
|
||||
initiative = isPrepared === "true" ? data.focus : data.is_compromised ? 1 : data.vigilance;
|
||||
// Minion NPCs can generate initiative value without a check, using their focus or vigilance attribute
|
||||
let initiative = isPrepared === "true" ? data.focus : data.is_compromised ? 1 : data.vigilance;
|
||||
|
||||
// Roll only for PC and Adversary
|
||||
if (isPc || data.type === "adversary") {
|
||||
// Roll formula
|
||||
if (!formula) {
|
||||
const createFormula = [`${data.rings[data.stance]}dr`];
|
||||
@@ -81,33 +77,49 @@ export class CombatL5r5e extends Combat {
|
||||
formula = createFormula.join("+");
|
||||
}
|
||||
|
||||
const roll = new game.l5r5e.RollL5r5e(formula);
|
||||
roll.actor = combatant.actor;
|
||||
roll.l5r5e.stance = data.stance;
|
||||
roll.l5r5e.skillId = skillId;
|
||||
roll.l5r5e.skillCatId = skillCat;
|
||||
roll.l5r5e.summary.difficulty =
|
||||
messageOptions.difficulty !== undefined ? messageOptions.difficulty : cfg.difficulty;
|
||||
roll.l5r5e.summary.difficultyHidden =
|
||||
messageOptions.difficultyHidden !== undefined
|
||||
? messageOptions.difficultyHidden
|
||||
: cfg.difficultyHidden;
|
||||
roll.l5r5e.summary.voidPointUsed = !!messageOptions.useVoidPoint;
|
||||
let roll;
|
||||
let rnkMessage;
|
||||
const flavor =
|
||||
game.i18n.localize("l5r5e.chatdices.initiative_roll") +
|
||||
" (" +
|
||||
game.i18n.localize(`l5r5e.conflict.initiative.prepared_${isPrepared}`) +
|
||||
")";
|
||||
|
||||
roll.roll();
|
||||
roll.toMessage({
|
||||
flavor:
|
||||
game.i18n.localize("l5r5e.chatdices.initiative_roll") +
|
||||
" (" +
|
||||
game.i18n.localize(`l5r5e.conflict.initiative.prepared_${isPrepared}`) +
|
||||
")",
|
||||
});
|
||||
if (messageOptions.rnkRoll instanceof game.l5r5e.RollL5r5e && ids.length === 1) {
|
||||
// Specific RnK
|
||||
roll = messageOptions.rnkRoll;
|
||||
rnkMessage = await roll.toMessage({ flavor });
|
||||
} else {
|
||||
// Regular
|
||||
roll = new game.l5r5e.RollL5r5e(formula);
|
||||
roll.actor = combatant.actor;
|
||||
roll.l5r5e.isInitiativeRoll = true;
|
||||
roll.l5r5e.stance = data.stance;
|
||||
roll.l5r5e.skillId = skillId;
|
||||
roll.l5r5e.skillCatId = skillCat;
|
||||
roll.l5r5e.difficulty =
|
||||
messageOptions.difficulty !== undefined ? messageOptions.difficulty : cfg.difficulty;
|
||||
roll.l5r5e.difficultyHidden =
|
||||
messageOptions.difficultyHidden !== undefined
|
||||
? messageOptions.difficultyHidden
|
||||
: cfg.difficultyHidden;
|
||||
roll.l5r5e.voidPointUsed = !!messageOptions.useVoidPoint;
|
||||
roll.l5r5e.skillAssistance = messageOptions.skillAssistance || 0;
|
||||
|
||||
roll.roll();
|
||||
rnkMessage = await roll.toMessage({ flavor });
|
||||
}
|
||||
|
||||
// Ugly but work... i need the new message
|
||||
if (ids.length === 1) {
|
||||
combatant.actor.rnkMessage = rnkMessage;
|
||||
}
|
||||
|
||||
// if the character succeeded on their Initiative check, they add 1 to their base initiative value,
|
||||
// plus an additional amount equal to their bonus successes.
|
||||
const successes = Math.min(roll.l5r5e.summary.ringsUsed, roll.l5r5e.summary.success);
|
||||
if (successes >= roll.l5r5e.summary.difficulty) {
|
||||
initiative = initiative + 1 + Math.max(successes - roll.l5r5e.summary.difficulty, 0);
|
||||
const successes = roll.l5r5e.summary.totalSuccess;
|
||||
if (successes >= roll.l5r5e.difficulty) {
|
||||
initiative = initiative + 1 + Math.max(successes - roll.l5r5e.difficulty, 0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -115,7 +127,7 @@ export class CombatL5r5e extends Combat {
|
||||
_id: combatant._id,
|
||||
initiative: initiative,
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
// Update all combatants at once
|
||||
await this.updateEmbeddedEntity("Combatant", updatedCombatants);
|
||||
@@ -131,8 +143,22 @@ export class CombatL5r5e extends Combat {
|
||||
_sortCombatants(a, b) {
|
||||
// if tie, sort by honor, less honorable first
|
||||
if (a.initiative === b.initiative) {
|
||||
// if tie, Character > Adversary > Minion
|
||||
if (a.actor.data.data.social.honor === b.actor.data.data.social.honor) {
|
||||
return (
|
||||
CombatL5r5e._getWeightByActorType(a.actor.data) - CombatL5r5e._getWeightByActorType(b.actor.data)
|
||||
);
|
||||
}
|
||||
return a.actor.data.data.social.honor - b.actor.data.data.social.honor;
|
||||
}
|
||||
return b.initiative - a.initiative;
|
||||
}
|
||||
|
||||
/**
|
||||
* Basic weight system for sorting Character > Adversary > Minion
|
||||
* @private
|
||||
*/
|
||||
static _getWeightByActorType(data) {
|
||||
return data.type === "npc" ? (data.data.type === "minion" ? 3 : 2) : 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ L5R5E.paths = {
|
||||
|
||||
L5R5E.money = [50, 10];
|
||||
L5R5E.stances = ["earth", "air", "water", "fire", "void"];
|
||||
L5R5E.techniques = ["kata", "kiho", "invocation", "ritual", "shuji", "maho", "ninjutsu"];
|
||||
L5R5E.techniques = ["kata", "kiho", "inversion", "invocation", "ritual", "shuji", "maho", "ninjutsu"];
|
||||
L5R5E.techniques_school = ["school_ability", "mastery_ability"];
|
||||
|
||||
L5R5E.xp = {
|
||||
@@ -60,7 +60,7 @@ L5R5E.symbols = new Map();
|
||||
L5R5E.symbols.set("(op)", { class: "i_opportunity", label: "l5r5e.chatdices.opportunities" });
|
||||
L5R5E.symbols.set("(su)", { class: "i_success", label: "l5r5e.chatdices.successes" });
|
||||
L5R5E.symbols.set("(ex)", { class: "i_explosive", label: "l5r5e.chatdices.explosives" });
|
||||
L5R5E.symbols.set("(st)", { class: "i_strife", label: "l5r5e.chatdices.strives" });
|
||||
L5R5E.symbols.set("(st)", { class: "i_strife", label: "l5r5e.chatdices.strife" });
|
||||
L5R5E.symbols.set("(ring)", { class: "i_ring", label: "l5r5e.rings.title" });
|
||||
L5R5E.symbols.set("(skill)", { class: "i_skill", label: "l5r5e.skills.title" });
|
||||
|
||||
@@ -75,6 +75,7 @@ L5R5E.symbols.set("(maho)", { class: "i_maho", label: "l5r5e.techniques.maho" })
|
||||
L5R5E.symbols.set("(ninjitsu)", { class: "i_ninjitsu", label: "l5r5e.techniques.ninjutsu" });
|
||||
L5R5E.symbols.set("(ritual)", { class: "i_rituals", label: "l5r5e.techniques.ritual" });
|
||||
L5R5E.symbols.set("(shuji)", { class: "i_shuji", label: "l5r5e.techniques.shuji" });
|
||||
L5R5E.symbols.set("(inversion)", { class: "i_inversion", label: "l5r5e.techniques.inversion" });
|
||||
L5R5E.symbols.set("(invocation)", { class: "i_invocations", label: "l5r5e.techniques.invocation" });
|
||||
L5R5E.symbols.set("(kata)", { class: "i_kata", label: "l5r5e.techniques.kata" });
|
||||
L5R5E.symbols.set("(prereq)", { class: "i_prerequisite_exemption", label: "l5r5e.advancements.curriculum" });
|
||||
|
||||
@@ -27,14 +27,15 @@ export class DicePickerDialog extends FormApplication {
|
||||
skill: {
|
||||
id: "",
|
||||
value: 0,
|
||||
default_value: 0,
|
||||
defaultValue: 0,
|
||||
cat: "",
|
||||
name: "",
|
||||
assistance: 0,
|
||||
},
|
||||
difficulty: {
|
||||
value: 2,
|
||||
hidden: false,
|
||||
add_void_point: false,
|
||||
addVoidPoint: false,
|
||||
},
|
||||
useVoidPoint: false,
|
||||
isInitiativeRoll: false,
|
||||
@@ -50,8 +51,6 @@ export class DicePickerDialog extends FormApplication {
|
||||
classes: ["l5r5e", "dice-picker-dialog"],
|
||||
template: CONFIG.l5r5e.paths.templates + "dice/dice-picker-dialog.html",
|
||||
title: "L5R Dice Roller",
|
||||
width: 660,
|
||||
height: 460,
|
||||
actor: null,
|
||||
ringId: null,
|
||||
skillId: "",
|
||||
@@ -184,6 +183,7 @@ export class DicePickerDialog extends FormApplication {
|
||||
}
|
||||
|
||||
this.object.skill = {
|
||||
...this.object.skill,
|
||||
id: skillId.toLowerCase().trim(),
|
||||
value: 0,
|
||||
cat: "",
|
||||
@@ -215,13 +215,13 @@ export class DicePickerDialog extends FormApplication {
|
||||
switch (this._actor.data.type) {
|
||||
case "character":
|
||||
this.object.skill.value = this._actor.data.data.skills[skillCatId]?.[this.object.skill.id] || 0;
|
||||
this.object.skill.default_value = this.object.skill.value;
|
||||
this.object.skill.defaultValue = this.object.skill.value;
|
||||
break;
|
||||
|
||||
case "npc":
|
||||
// Skill value is in categories for npc
|
||||
this.object.skill.value = this._actor.data.data.skills[skillCatId] || 0;
|
||||
this.object.skill.default_value = this.object.skill.value;
|
||||
this.object.skill.defaultValue = this.object.skill.value;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -249,7 +249,7 @@ export class DicePickerDialog extends FormApplication {
|
||||
isHidden = true;
|
||||
}
|
||||
this.object.difficulty.hidden = !!isHidden;
|
||||
this.object.difficulty.add_void_point = this.object.difficulty.hidden;
|
||||
this.object.difficulty.addVoidPoint = this.object.difficulty.hidden;
|
||||
this._updateVoidPointUsage();
|
||||
}
|
||||
|
||||
@@ -274,7 +274,7 @@ export class DicePickerDialog extends FormApplication {
|
||||
actor: this._actor,
|
||||
actorIsPc: !this._actor || this._actor.data?.type === "character",
|
||||
canUseVoidPoint:
|
||||
this.object.difficulty.add_void_point || !this._actor || this._actor.data.data.void_points.value > 0,
|
||||
this.object.difficulty.addVoidPoint || !this._actor || this._actor.data.data.void_points.value > 0,
|
||||
disableSubmit: this.object.skill.value < 1 && this.object.ring.value < 1,
|
||||
difficultyHiddenIsLock: this._difficultyHiddenIsLock,
|
||||
};
|
||||
@@ -323,11 +323,27 @@ export class DicePickerDialog extends FormApplication {
|
||||
this.render(false);
|
||||
});
|
||||
|
||||
// Skill assistance
|
||||
html.find(".assistance").on("click", async (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
const assistanceAdd = $(event.currentTarget).data("value");
|
||||
if (this.object.skill.assistance > 0 || assistanceAdd > 0) {
|
||||
this._quantityChange("skill", assistanceAdd);
|
||||
}
|
||||
this.object.skill.assistance = Math.max(
|
||||
Math.min(parseInt(this.object.skill.assistance) + assistanceAdd, 9),
|
||||
0
|
||||
);
|
||||
this.render(false);
|
||||
});
|
||||
|
||||
// Click on the Default Skill Dice
|
||||
html.find("#skill_default_value").on("click", async (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
this.object.skill.value = this.object.skill.default_value;
|
||||
this.object.skill.value = this.object.skill.defaultValue;
|
||||
this.object.skill.assistance = 0;
|
||||
this.render(false);
|
||||
});
|
||||
|
||||
@@ -345,7 +361,7 @@ export class DicePickerDialog extends FormApplication {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
this.object.difficulty.hidden = !this.object.difficulty.hidden;
|
||||
this.object.difficulty.add_void_point = this.object.difficulty.hidden;
|
||||
this.object.difficulty.addVoidPoint = this.object.difficulty.hidden;
|
||||
this._updateVoidPointUsage();
|
||||
this.render(false);
|
||||
});
|
||||
@@ -354,7 +370,7 @@ export class DicePickerDialog extends FormApplication {
|
||||
html.find("#diff_add_void_point").on("click", async (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
this.object.difficulty.add_void_point = !this.object.difficulty.add_void_point;
|
||||
this.object.difficulty.addVoidPoint = !this.object.difficulty.addVoidPoint;
|
||||
this._updateVoidPointUsage();
|
||||
this.render(false);
|
||||
});
|
||||
@@ -391,7 +407,7 @@ export class DicePickerDialog extends FormApplication {
|
||||
}
|
||||
|
||||
// If hidden add 1 void pt
|
||||
if (this.object.difficulty.add_void_point) {
|
||||
if (this.object.difficulty.addVoidPoint) {
|
||||
actorData.void_points.value = Math.min(actorData.void_points.value + 1, actorData.void_points.max);
|
||||
}
|
||||
|
||||
@@ -415,9 +431,10 @@ export class DicePickerDialog extends FormApplication {
|
||||
formula.push(`${this.object.skill.value}ds`);
|
||||
}
|
||||
|
||||
let message;
|
||||
if (this.object.isInitiativeRoll) {
|
||||
// Initiative roll
|
||||
this._actor.rollInitiative({
|
||||
await this._actor.rollInitiative({
|
||||
initiativeOptions: {
|
||||
formula: formula.join("+"),
|
||||
// updateTurn: true,
|
||||
@@ -426,9 +443,13 @@ export class DicePickerDialog extends FormApplication {
|
||||
difficulty: this.object.difficulty.value,
|
||||
difficultyHidden: this.object.difficulty.hidden,
|
||||
useVoidPoint: this.object.useVoidPoint,
|
||||
skillAssistance: this.object.skill.assistance,
|
||||
},
|
||||
},
|
||||
});
|
||||
// Adhesive tape to get the messageId :/
|
||||
message = this._actor.rnkMessage;
|
||||
delete this._actor.rnkMessage;
|
||||
} else {
|
||||
// Regular roll, so let's roll !
|
||||
const roll = await new game.l5r5e.RollL5r5e(formula.join("+"));
|
||||
@@ -437,12 +458,17 @@ export class DicePickerDialog extends FormApplication {
|
||||
roll.l5r5e.stance = this.object.ring.id;
|
||||
roll.l5r5e.skillId = this.object.skill.id;
|
||||
roll.l5r5e.skillCatId = this.object.skill.cat;
|
||||
roll.l5r5e.summary.difficulty = this.object.difficulty.value;
|
||||
roll.l5r5e.summary.difficultyHidden = this.object.difficulty.hidden;
|
||||
roll.l5r5e.summary.voidPointUsed = this.object.useVoidPoint;
|
||||
roll.l5r5e.difficulty = this.object.difficulty.value;
|
||||
roll.l5r5e.difficultyHidden = this.object.difficulty.hidden;
|
||||
roll.l5r5e.voidPointUsed = this.object.useVoidPoint;
|
||||
roll.l5r5e.skillAssistance = this.object.skill.assistance;
|
||||
|
||||
await roll.roll();
|
||||
await roll.toMessage();
|
||||
message = await roll.toMessage();
|
||||
}
|
||||
|
||||
if (message) {
|
||||
new game.l5r5e.RollnKeepDialog(message._id).render(true);
|
||||
}
|
||||
|
||||
return this.close();
|
||||
@@ -463,7 +489,7 @@ export class DicePickerDialog extends FormApplication {
|
||||
_updateVoidPointUsage() {
|
||||
if (
|
||||
this.object.useVoidPoint &&
|
||||
!this.object.difficulty.add_void_point &&
|
||||
!this.object.difficulty.addVoidPoint &&
|
||||
!!this._actor &&
|
||||
this._actor.data.data.void_points.value < 1
|
||||
) {
|
||||
|
||||
@@ -18,8 +18,8 @@ export class AbilityDie extends L5rBaseDie {
|
||||
8: { success: 1, explosive: 0, opportunity: 0, strife: 0, image: "skill_s" },
|
||||
9: { success: 1, explosive: 0, opportunity: 0, strife: 0, image: "skill_s" },
|
||||
10: { success: 1, explosive: 0, opportunity: 1, strife: 0, image: "skill_so" },
|
||||
11: { success: 1, explosive: 1, opportunity: 0, strife: 1, image: "skill_et" },
|
||||
12: { success: 1, explosive: 1, opportunity: 0, strife: 0, image: "skill_e" },
|
||||
11: { success: 0, explosive: 1, opportunity: 0, strife: 1, image: "skill_et" },
|
||||
12: { success: 0, explosive: 1, opportunity: 0, strife: 0, image: "skill_e" },
|
||||
};
|
||||
|
||||
/** @override */
|
||||
|
||||
@@ -14,6 +14,14 @@ export class L5rBaseDie extends DiceTerm {
|
||||
this.l5r5e = { success: 0, explosive: 0, opportunity: 0, strife: 0 };
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the total number of success + explosives
|
||||
* @returns {number}
|
||||
*/
|
||||
get totalSuccess() {
|
||||
return this.l5r5e.success + this.l5r5e.explosive;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a standardized representation for the displayed formula associated with this DiceTerm
|
||||
* @override
|
||||
@@ -64,13 +72,7 @@ export class L5rBaseDie extends DiceTerm {
|
||||
this._evaluateModifiers();
|
||||
|
||||
// Combine all results
|
||||
this.l5r5e = { success: 0, explosive: 0, opportunity: 0, strife: 0 };
|
||||
this.results.forEach((term) => {
|
||||
const face = this.constructor.FACES[term.result];
|
||||
["success", "explosive", "opportunity", "strife"].forEach((props) => {
|
||||
this.l5r5e[props] += parseInt(face[props]);
|
||||
});
|
||||
});
|
||||
this.l5rSummary();
|
||||
|
||||
// Return the evaluated term
|
||||
this._evaluated = true;
|
||||
@@ -79,24 +81,36 @@ export class L5rBaseDie extends DiceTerm {
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Summarise the total of success, strife... for L5R dices for the current Die
|
||||
*/
|
||||
l5rSummary() {
|
||||
this.l5r5e = { success: 0, explosive: 0, opportunity: 0, strife: 0 };
|
||||
this.results.forEach((term) => {
|
||||
const face = this.constructor.FACES[term.result];
|
||||
["success", "explosive", "opportunity", "strife"].forEach((props) => {
|
||||
this.l5r5e[props] += parseInt(face[props]);
|
||||
});
|
||||
if (face.explosive) {
|
||||
term.exploded = true;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Roll the DiceTerm by mapping a random uniform draw against the faces of the dice term
|
||||
* @override
|
||||
*/
|
||||
roll(options) {
|
||||
const roll = super.roll(options);
|
||||
|
||||
//roll.l5r5e = this.l5r5e;
|
||||
|
||||
return roll;
|
||||
}
|
||||
|
||||
/** @override */
|
||||
static fromData(data) {
|
||||
const roll = super.fromData(data);
|
||||
|
||||
roll.l5r5e = data.l5r5e;
|
||||
|
||||
return roll;
|
||||
}
|
||||
|
||||
@@ -106,9 +120,7 @@ export class L5rBaseDie extends DiceTerm {
|
||||
*/
|
||||
toJSON() {
|
||||
const json = super.toJSON();
|
||||
|
||||
json.l5r5e = this.l5r5e;
|
||||
|
||||
return json;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export class RingDie extends L5rBaseDie {
|
||||
3: { success: 0, explosive: 0, opportunity: 1, strife: 0, image: "ring_o" },
|
||||
4: { success: 1, explosive: 0, opportunity: 0, strife: 1, image: "ring_st" },
|
||||
5: { success: 1, explosive: 0, opportunity: 0, strife: 0, image: "ring_s" },
|
||||
6: { success: 1, explosive: 1, opportunity: 0, strife: 1, image: "ring_et" },
|
||||
6: { success: 0, explosive: 1, opportunity: 0, strife: 1, image: "ring_et" },
|
||||
};
|
||||
|
||||
/** @override */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* L5R Initiative Roll dialog
|
||||
* L5R GM Toolbox dialog
|
||||
* @extends {FormApplication}
|
||||
*/
|
||||
export class GmToolsDialog extends FormApplication {
|
||||
@@ -19,12 +19,9 @@ export class GmToolsDialog extends FormApplication {
|
||||
id: "l5r5e-gm-tools-dialog",
|
||||
classes: ["l5r5e", "gm-tools-dialog"],
|
||||
template: CONFIG.l5r5e.paths.templates + "dice/gm-tools-dialog.html",
|
||||
title: game.i18n.localize("l5r5e.dicepicker.difficulty_title"),
|
||||
width: 200, // ignored under 200px
|
||||
height: 130, // ignored under 50px
|
||||
scale: 0.5, // so scale /2 :D
|
||||
left: x - 470,
|
||||
top: y - 94,
|
||||
title: game.i18n.localize("l5r5e.gm_toolbox.title"),
|
||||
left: x - 512,
|
||||
top: y - 98,
|
||||
closeOnSubmit: false,
|
||||
submitOnClose: false,
|
||||
submitOnChange: true,
|
||||
@@ -37,6 +34,25 @@ export class GmToolsDialog extends FormApplication {
|
||||
*/
|
||||
constructor(options = {}) {
|
||||
super(options);
|
||||
this._initialize();
|
||||
}
|
||||
|
||||
/**
|
||||
* Refresh data (used from socket)
|
||||
*/
|
||||
async refresh() {
|
||||
if (!game.user.isGM) {
|
||||
return;
|
||||
}
|
||||
this._initialize();
|
||||
this.render(false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize the values
|
||||
* @private
|
||||
*/
|
||||
_initialize() {
|
||||
this.object = {
|
||||
difficulty: game.settings.get("l5r5e", "initiative.difficulty.value"),
|
||||
difficultyHidden: game.settings.get("l5r5e", "initiative.difficulty.hidden"),
|
||||
@@ -67,6 +83,8 @@ export class GmToolsDialog extends FormApplication {
|
||||
if (!game.user.isGM) {
|
||||
return false;
|
||||
}
|
||||
this.position.width = "auto";
|
||||
this.position.height = "auto";
|
||||
return super.render(force, options);
|
||||
}
|
||||
|
||||
@@ -104,6 +122,8 @@ export class GmToolsDialog extends FormApplication {
|
||||
|
||||
// Modify difficulty hidden
|
||||
html.find(`.difficulty_hidden`).on("click", (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
this.object.difficultyHidden = !this.object.difficultyHidden;
|
||||
game.settings
|
||||
.set("l5r5e", "initiative.difficulty.hidden", this.object.difficultyHidden)
|
||||
@@ -130,6 +150,13 @@ export class GmToolsDialog extends FormApplication {
|
||||
}
|
||||
game.settings.set("l5r5e", "initiative.difficulty.value", this.object.difficulty).then(() => this.submit());
|
||||
});
|
||||
|
||||
// Scene End & Sleep
|
||||
html.find(`.gm_actor_updates`).on("click", (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
this._updatesActors($(event.currentTarget).data("type"));
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -140,15 +167,54 @@ export class GmToolsDialog extends FormApplication {
|
||||
* @override
|
||||
*/
|
||||
async _updateObject(event, formData) {
|
||||
// Notify the change to other players if they already have opened the DicePicker
|
||||
game.l5r5e.sockets.refreshAppId("l5r5e-dice-picker-dialog");
|
||||
|
||||
// If the current GM also have the DP open
|
||||
const app = Object.values(ui.windows).find((e) => e.id === "l5r5e-dice-picker-dialog");
|
||||
if (app && typeof app.refresh === "function") {
|
||||
app.refresh();
|
||||
}
|
||||
|
||||
this.render(false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Update all actors
|
||||
* @param {string} type
|
||||
* @private
|
||||
*/
|
||||
_updatesActors(type) {
|
||||
if (!game.user.isGM) {
|
||||
return;
|
||||
}
|
||||
|
||||
game.actors.entities.forEach((actor) => {
|
||||
switch (type) {
|
||||
case "sleep":
|
||||
// Remove 'water x2' fatigue points
|
||||
actor.data.data.fatigue.value = Math.max(
|
||||
0,
|
||||
actor.data.data.fatigue.value - Math.ceil(actor.data.data.rings.water * 2)
|
||||
);
|
||||
break;
|
||||
|
||||
case "scene_end":
|
||||
// If more than half the value => roundup half conflit & fatigue
|
||||
actor.data.data.fatigue.value = Math.min(
|
||||
actor.data.data.fatigue.value,
|
||||
Math.ceil(actor.data.data.fatigue.max / 2)
|
||||
);
|
||||
actor.data.data.strife.value = Math.min(
|
||||
actor.data.data.strife.value,
|
||||
Math.ceil(actor.data.data.strife.max / 2)
|
||||
);
|
||||
break;
|
||||
}
|
||||
|
||||
actor.update({
|
||||
data: {
|
||||
fatigue: {
|
||||
value: actor.data.data.fatigue.value,
|
||||
},
|
||||
strife: {
|
||||
value: actor.data.data.strife.value,
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
ui.notifications.info(game.i18n.localize(`l5r5e.gm_toolbox.${type}_info`));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,23 +8,35 @@ export class RollnKeepDialog extends FormApplication {
|
||||
*/
|
||||
static CHOICES = {
|
||||
discard: "discard",
|
||||
face_change: "face-change",
|
||||
keep: "keep",
|
||||
nothing: null,
|
||||
reroll: "reroll",
|
||||
reserve: "reserve",
|
||||
// reserve: "reserve",
|
||||
swap: "swap",
|
||||
};
|
||||
|
||||
/**
|
||||
* The current ChatMessage where we come from
|
||||
* @param {ChatMessage} message
|
||||
*/
|
||||
message = null;
|
||||
_message = null;
|
||||
|
||||
/**
|
||||
* The current Roll
|
||||
* @param {RollL5r5e} roll
|
||||
*/
|
||||
roll = null;
|
||||
|
||||
/**
|
||||
* Payload Object
|
||||
*/
|
||||
object = {
|
||||
currentStep: 0,
|
||||
submitDisabled: false,
|
||||
swapDiceFaces: {
|
||||
rings: [],
|
||||
skills: [],
|
||||
},
|
||||
dicesList: [[]],
|
||||
};
|
||||
|
||||
@@ -38,59 +50,102 @@ export class RollnKeepDialog extends FormApplication {
|
||||
classes: ["l5r5e", "roll-n-keep-dialog"],
|
||||
template: CONFIG.l5r5e.paths.templates + "dice/roll-n-keep-dialog.html",
|
||||
title: game.i18n.localize("l5r5e.roll_n_keep.title"),
|
||||
width: 660,
|
||||
height: 660,
|
||||
closeOnSubmit: false,
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Define a unique and dynamic element ID for the rendered ActorSheet application
|
||||
* Define a unique and dynamic element ID for the rendered application
|
||||
*/
|
||||
get id() {
|
||||
return `l5r5e-roll-n-keep-dialog-${this.message._id}`;
|
||||
return `l5r5e-roll-n-keep-dialog-${this._message._id}`;
|
||||
}
|
||||
|
||||
/**
|
||||
* ChatMessage
|
||||
* @param {ChatMessage} msg
|
||||
*/
|
||||
set message(msg) {
|
||||
this._message = msg instanceof ChatMessage ? msg : null;
|
||||
}
|
||||
|
||||
/**
|
||||
* ChatMessage
|
||||
* @returns {ChatMessage}
|
||||
*/
|
||||
get message() {
|
||||
return this._message;
|
||||
}
|
||||
|
||||
/**
|
||||
* Create the Roll n Keep dialog
|
||||
* @param {ChatMessage} message
|
||||
* @param {number} messageId
|
||||
* @param {FormApplicationOptions} options
|
||||
*/
|
||||
constructor(message, options = {}) {
|
||||
constructor(messageId, options = {}) {
|
||||
super({}, options);
|
||||
this.message = message;
|
||||
this._initialize();
|
||||
this.message = game.messages.get(messageId);
|
||||
this.options.editable =
|
||||
this._message?.isAuthor || this._message?._roll.l5r5e.actor?.owner || this._message?.owner || false;
|
||||
|
||||
this._initializeDiceFaces();
|
||||
this._initializeHistory();
|
||||
}
|
||||
|
||||
/**
|
||||
* Refresh data (used from socket)
|
||||
*/
|
||||
async refresh() {
|
||||
if (!this.message) {
|
||||
if (!this._message) {
|
||||
return;
|
||||
}
|
||||
this._initialize();
|
||||
this._initializeHistory();
|
||||
this.render(false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize the dialog with the message
|
||||
* Render
|
||||
* @param {boolean} force
|
||||
* @param {RenderOptions} options
|
||||
* @returns {Application}
|
||||
* @override
|
||||
*/
|
||||
render(force = null, options = {}) {
|
||||
if (!this._message) {
|
||||
return;
|
||||
}
|
||||
this.position.width = "auto";
|
||||
this.position.height = "auto";
|
||||
return super.render(force, options);
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize the dice history list
|
||||
* @private
|
||||
*/
|
||||
_initialize() {
|
||||
// Get the roll
|
||||
const roll = game.l5r5e.RollL5r5e.fromData(this.message.roll);
|
||||
_initializeHistory() {
|
||||
if (!this._message) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.clear();
|
||||
console.log(roll); // TODO TMP
|
||||
// Get the roll
|
||||
this.roll = game.l5r5e.RollL5r5e.fromData(this._message._roll);
|
||||
|
||||
// Already history
|
||||
if (Array.isArray(roll.l5r5e.history)) {
|
||||
this.object.dicesList = roll.l5r5e.history;
|
||||
if (Array.isArray(this.roll.l5r5e.history)) {
|
||||
this.object.dicesList = this.roll.l5r5e.history;
|
||||
|
||||
let currentStep = this.roll.l5r5e.history.length - 1;
|
||||
if (!this._haveChoice(currentStep, RollnKeepDialog.CHOICES.nothing)) {
|
||||
currentStep += 1;
|
||||
}
|
||||
this.object.currentStep = currentStep;
|
||||
return;
|
||||
}
|
||||
|
||||
// New
|
||||
roll.terms.forEach((term) => {
|
||||
this.object.dicesList = [[]];
|
||||
this.roll.terms.forEach((term) => {
|
||||
if (typeof term !== "object") {
|
||||
return;
|
||||
}
|
||||
@@ -98,14 +153,24 @@ export class RollnKeepDialog extends FormApplication {
|
||||
this.object.dicesList[0].push({
|
||||
type: term.constructor.name,
|
||||
face: res.result,
|
||||
explosive: term.constructor.FACES[res.result].explosive,
|
||||
img: term.constructor.getResultSrc(res.result),
|
||||
choice: RollnKeepDialog.CHOICES.nothing,
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Fill the dices faces
|
||||
* @private
|
||||
*/
|
||||
_initializeDiceFaces() {
|
||||
// All faces are unique for rings
|
||||
this.object.swapDiceFaces.rings = Object.keys(game.l5r5e.RingDie.FACES);
|
||||
|
||||
// Only unique for Skills
|
||||
this.object.swapDiceFaces.skills = [1, 3, 6, 8, 10, 11, 12];
|
||||
}
|
||||
|
||||
/**
|
||||
* Create drag-and-drop workflow handlers for this Application
|
||||
* @return An array of DragDrop handlers
|
||||
@@ -121,6 +186,15 @@ export class RollnKeepDialog extends FormApplication {
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* Define whether a user is able to begin a dragstart workflow for a given drag selector
|
||||
* @param selector The candidate HTML selector for dragging
|
||||
* @return Can the current user drag this selector?
|
||||
*/
|
||||
_canDragStart(selector) {
|
||||
return this.options.editable;
|
||||
}
|
||||
|
||||
/**
|
||||
* Callback actions which occur at the beginning of a drag start workflow.
|
||||
* @param {DragEvent} event The originating DragEvent
|
||||
@@ -142,20 +216,23 @@ export class RollnKeepDialog extends FormApplication {
|
||||
* @return {Object}
|
||||
*/
|
||||
getData(options = null) {
|
||||
const draggableList = [];
|
||||
this.object.dicesList.forEach((step, idx) => {
|
||||
step.forEach((die, dieNum) => {
|
||||
if (die) {
|
||||
draggableList[dieNum] = idx;
|
||||
}
|
||||
});
|
||||
});
|
||||
// Disable submit / edition
|
||||
this.options.classes = this.options.classes.filter((e) => e !== "finalized");
|
||||
this.object.submitDisabled = false;
|
||||
|
||||
if (this._checkKeepCount(this.object.currentStep)) {
|
||||
const kept = this._getKeepCount(this.object.currentStep);
|
||||
this.object.submitDisabled = kept < 1 || kept > this.roll.l5r5e.keepLimit;
|
||||
} else if (!this.object.dicesList[this.object.currentStep]) {
|
||||
this.options.editable = false;
|
||||
this.options.classes.push("finalized");
|
||||
}
|
||||
|
||||
return {
|
||||
...super.getData(options),
|
||||
cssClass: this.options.classes.join(" "),
|
||||
data: this.object,
|
||||
draggableList: draggableList,
|
||||
l5r5e: this.message._roll.l5r5e,
|
||||
l5r5e: this.roll.l5r5e,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -166,11 +243,28 @@ export class RollnKeepDialog extends FormApplication {
|
||||
activateListeners(html) {
|
||||
super.activateListeners(html);
|
||||
|
||||
// GM Only, need to be before the editable check
|
||||
if (game.user.isGM && this.object.currentStep > 0) {
|
||||
// Add Context menu to rollback choices
|
||||
new ContextMenu(html, ".l5r5e.profil", [
|
||||
{
|
||||
name: game.i18n.localize("l5r5e.roll_n_keep.undo"),
|
||||
icon: '<i class="fas fa-undo"></i>',
|
||||
callback: () => this._undoLastStepChoices(),
|
||||
},
|
||||
]);
|
||||
}
|
||||
|
||||
// *** Everything below here is only needed if the sheet is editable ***
|
||||
if (!this.options.editable) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Finalize Button
|
||||
html.find("#finalize").on("click", (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
if (this._getKeepCount() > 0) {
|
||||
if (!this.object.submitDisabled) {
|
||||
this.submit();
|
||||
}
|
||||
});
|
||||
@@ -180,6 +274,11 @@ export class RollnKeepDialog extends FormApplication {
|
||||
* Handle dropped items
|
||||
*/
|
||||
async _onDropItem(event) {
|
||||
// *** Everything below here is only needed if the sheet is editable ***
|
||||
if (!this.options.editable) {
|
||||
return;
|
||||
}
|
||||
|
||||
const type = $(event.currentTarget).data("type");
|
||||
const json = event.dataTransfer.getData("text/plain");
|
||||
if (!json || !Object.values(RollnKeepDialog.CHOICES).some((e) => !!e && e === type)) {
|
||||
@@ -191,81 +290,361 @@ export class RollnKeepDialog extends FormApplication {
|
||||
return;
|
||||
}
|
||||
|
||||
let addNewRoll = false;
|
||||
const current = this.object.dicesList[data.step][data.die];
|
||||
current.choice = type;
|
||||
delete current.newFace;
|
||||
|
||||
// Actions p 26 : change, ignore/discard, reroll, reserve, change face
|
||||
switch (type) {
|
||||
case RollnKeepDialog.CHOICES.keep:
|
||||
if (current.explosive) {
|
||||
addNewRoll = true;
|
||||
case RollnKeepDialog.CHOICES.swap: {
|
||||
// Dice Type Ring/Skill
|
||||
const diceType = $(event.currentTarget).data("die");
|
||||
const diceNewFace = $(event.currentTarget).data("face");
|
||||
|
||||
if (current.type !== diceType || current.face === diceNewFace) {
|
||||
current.choice = RollnKeepDialog.CHOICES.nothing;
|
||||
this.render(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
current.newFace = diceNewFace;
|
||||
break;
|
||||
}
|
||||
|
||||
case RollnKeepDialog.CHOICES.reroll:
|
||||
addNewRoll = true;
|
||||
// If reroll, we need to keep all the line by default
|
||||
this._forceChoiceForDiceWithoutOne(RollnKeepDialog.CHOICES.keep);
|
||||
break;
|
||||
}
|
||||
|
||||
// New roll
|
||||
if (addNewRoll) {
|
||||
if (!this.object.dicesList[data.step + 1]) {
|
||||
this.object.dicesList[data.step + 1] = Array(this.object.dicesList[0].length).fill(null);
|
||||
}
|
||||
this.object.dicesList[data.step + 1][data.die] = await this._newRoll(current.type, type);
|
||||
current.choice = type;
|
||||
|
||||
// Little time saving : if we reach the max kept dices, discard all dices without a choice
|
||||
if (
|
||||
this._checkKeepCount(this.object.currentStep) &&
|
||||
this._getKeepCount(this.object.currentStep) === this.roll.l5r5e.keepLimit
|
||||
) {
|
||||
this._forceChoiceForDiceWithoutOne(RollnKeepDialog.CHOICES.discard);
|
||||
}
|
||||
|
||||
this.render(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Roll a new die avec return the result
|
||||
* @private
|
||||
*/
|
||||
async _newRoll(dieType, actionType) {
|
||||
const roll = await new game.l5r5e.RollL5r5e(dieType === "RingDie" ? "1dr" : "1ds");
|
||||
roll.actor = this.message.roll.l5r5e.actor;
|
||||
roll.l5r5e.stance = this.message.roll.l5r5e.stance;
|
||||
// roll.l5r5e.skillId = this.message.roll.l5r5e.skillId;
|
||||
// roll.l5r5e.skillCatId = this.message.roll.l5r5e.skillCatId;
|
||||
|
||||
await roll.roll();
|
||||
await roll.toMessage({
|
||||
flavor: game.i18n.localize(`l5r5e.roll_n_keep.${actionType}_chat`),
|
||||
});
|
||||
|
||||
const dice = roll.terms[0];
|
||||
const result = dice.results[0].result;
|
||||
|
||||
return {
|
||||
type: dieType,
|
||||
face: result,
|
||||
explosive: dice.constructor.FACES[result].explosive,
|
||||
img: dice.constructor.getResultSrc(result),
|
||||
choice: RollnKeepDialog.CHOICES.nothing,
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the current number of dices kept
|
||||
* @private
|
||||
*/
|
||||
_getKeepCount() {
|
||||
return this.object.dicesList.reduce((acc, step) => {
|
||||
return (
|
||||
acc +
|
||||
step.reduce((acc2, die) => {
|
||||
if (!!die && die.choice === RollnKeepDialog.CHOICES.keep) {
|
||||
acc2 = acc2 + 1;
|
||||
}
|
||||
return acc2;
|
||||
}, 0)
|
||||
);
|
||||
_getKeepCount(step) {
|
||||
return this.object.dicesList[step].reduce((acc, die) => {
|
||||
if (
|
||||
!!die &&
|
||||
[RollnKeepDialog.CHOICES.keep, RollnKeepDialog.CHOICES.reroll, RollnKeepDialog.CHOICES.swap].includes(
|
||||
die.choice
|
||||
)
|
||||
) {
|
||||
acc = acc + 1;
|
||||
}
|
||||
return acc;
|
||||
}, 0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return true if a "_getKeepCount" is needed
|
||||
* @param {number} step
|
||||
* @returns {boolean}
|
||||
* @private
|
||||
*/
|
||||
_checkKeepCount(step) {
|
||||
return (
|
||||
!this._haveChoice(step, RollnKeepDialog.CHOICES.reroll) &&
|
||||
(step === 0 || this._haveChoice(step - 1, RollnKeepDialog.CHOICES.reroll))
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return true if this choice exist in the current step
|
||||
* @private
|
||||
*/
|
||||
_haveChoice(currentStep, choice) {
|
||||
return (
|
||||
this.object.dicesList[currentStep] &&
|
||||
this.object.dicesList[currentStep].some((e) => !!e && e.choice === choice)
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Discard all dices without a choice for the current step
|
||||
* @param {string} newChoice
|
||||
* @private
|
||||
*/
|
||||
_forceChoiceForDiceWithoutOne(newChoice) {
|
||||
this.object.dicesList[this.object.currentStep]
|
||||
.filter((e) => !!e)
|
||||
.map((e) => {
|
||||
if (e.choice === RollnKeepDialog.CHOICES.nothing) {
|
||||
e.choice = newChoice;
|
||||
}
|
||||
return e;
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize dice array for "step" if needed
|
||||
* @param {number} step
|
||||
* @private
|
||||
*/
|
||||
_initializeDicesListStep(step) {
|
||||
if (!this.object.dicesList[step]) {
|
||||
this.object.dicesList[step] = Array(this.object.dicesList[0].length).fill(null);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Apply all choices to build the next step
|
||||
* @returns {Promise<void>}
|
||||
* @private
|
||||
*/
|
||||
async _applyChoices() {
|
||||
const nextStep = this.object.currentStep + 1;
|
||||
const haveReroll = this._haveChoice(this.object.currentStep, RollnKeepDialog.CHOICES.reroll);
|
||||
|
||||
// Foreach kept dices, apply choices
|
||||
const newRolls = {};
|
||||
this.object.dicesList[this.object.currentStep].forEach((die, idx) => {
|
||||
if (!die) {
|
||||
return;
|
||||
}
|
||||
switch (die.choice) {
|
||||
case RollnKeepDialog.CHOICES.keep:
|
||||
if (haveReroll) {
|
||||
// Reroll line add all kept into a new line
|
||||
this._initializeDicesListStep(nextStep);
|
||||
this.object.dicesList[nextStep][idx] = duplicate(
|
||||
this.object.dicesList[this.object.currentStep][idx]
|
||||
);
|
||||
this.object.dicesList[nextStep][idx].choice = RollnKeepDialog.CHOICES.nothing;
|
||||
this.object.dicesList[this.object.currentStep][idx].choice = RollnKeepDialog.CHOICES.discard;
|
||||
} else if (game.l5r5e[die.type].FACES[die.face].explosive) {
|
||||
// Exploding dice : add a new dice in the next step
|
||||
if (!newRolls[die.type]) {
|
||||
newRolls[die.type] = 0;
|
||||
}
|
||||
newRolls[die.type] += 1;
|
||||
}
|
||||
break;
|
||||
|
||||
case RollnKeepDialog.CHOICES.reroll:
|
||||
// Reroll : add a new dice in the next step
|
||||
if (!newRolls[die.type]) {
|
||||
newRolls[die.type] = 0;
|
||||
}
|
||||
newRolls[die.type] += 1;
|
||||
break;
|
||||
|
||||
case RollnKeepDialog.CHOICES.swap:
|
||||
// FaceSwap : add a new dice with selected face in next step
|
||||
this._initializeDicesListStep(nextStep);
|
||||
this.object.dicesList[nextStep][idx] = {
|
||||
type: this.object.dicesList[this.object.currentStep][idx].type,
|
||||
face: this.object.dicesList[this.object.currentStep][idx].newFace,
|
||||
choice: RollnKeepDialog.CHOICES.keep,
|
||||
};
|
||||
delete this.object.dicesList[this.object.currentStep][idx].newFace;
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
||||
// If new rolls, roll and add them
|
||||
if (Object.keys(newRolls).length > 0) {
|
||||
const newRollsResults = await this._newRoll(newRolls);
|
||||
this._initializeDicesListStep(nextStep);
|
||||
this.object.dicesList[this.object.currentStep].forEach((die, idx) => {
|
||||
if (!die) {
|
||||
return;
|
||||
}
|
||||
if (
|
||||
die.choice === RollnKeepDialog.CHOICES.reroll ||
|
||||
(!haveReroll &&
|
||||
die.choice === RollnKeepDialog.CHOICES.keep &&
|
||||
game.l5r5e[die.type].FACES[die.face].explosive)
|
||||
) {
|
||||
this.object.dicesList[nextStep][idx] = newRollsResults[die.type].shift();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Transform a array (of int or object) into a formula ring/skill
|
||||
* @param rolls
|
||||
* @returns {string}
|
||||
* @private
|
||||
*/
|
||||
_arrayToFormula(rolls) {
|
||||
const formula = [];
|
||||
if (rolls["RingDie"]) {
|
||||
const rings = Array.isArray(rolls["RingDie"]) ? rolls["RingDie"].length : rolls["RingDie"];
|
||||
formula.push(rings + "dr");
|
||||
}
|
||||
if (rolls["AbilityDie"]) {
|
||||
const skills = Array.isArray(rolls["AbilityDie"]) ? rolls["AbilityDie"].length : rolls["AbilityDie"];
|
||||
formula.push(skills + "ds");
|
||||
}
|
||||
if (formula.length < 1) {
|
||||
return "";
|
||||
}
|
||||
return formula.join("+");
|
||||
}
|
||||
|
||||
/**
|
||||
* Roll all new dice at once (better performance) and return the result
|
||||
* @private
|
||||
*/
|
||||
async _newRoll(newRolls) {
|
||||
const out = {
|
||||
RingDie: [],
|
||||
AbilityDie: [],
|
||||
};
|
||||
|
||||
const roll = await new game.l5r5e.RollL5r5e(this._arrayToFormula(newRolls));
|
||||
await roll.roll();
|
||||
|
||||
// Show DsN dice for the new roll
|
||||
if (game.dice3d !== undefined) {
|
||||
game.dice3d.showForRoll(roll, game.user, true);
|
||||
}
|
||||
|
||||
roll.terms.forEach((term) => {
|
||||
if (typeof term !== "object") {
|
||||
return;
|
||||
}
|
||||
term.results.forEach((res) => {
|
||||
out[term.constructor.name].push({
|
||||
type: term.constructor.name,
|
||||
face: res.result,
|
||||
choice: RollnKeepDialog.CHOICES.nothing,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* Rebuild the message roll
|
||||
* @param {boolean} forceKeep If true keep all dice regardless their choice
|
||||
* @returns {Promise<void>}
|
||||
* @private
|
||||
*/
|
||||
async _rebuildRoll(forceKeep = false) {
|
||||
// Get all kept dices + new (choice null)
|
||||
const diceList = this.object.dicesList.reduce((acc, step, stepIdx) => {
|
||||
const haveReroll = stepIdx > 0 && this._haveChoice(stepIdx - 1, RollnKeepDialog.CHOICES.reroll);
|
||||
step.forEach((die, idx) => {
|
||||
if (
|
||||
!!die &&
|
||||
(forceKeep ||
|
||||
die.choice === RollnKeepDialog.CHOICES.keep ||
|
||||
(haveReroll && die.choice === RollnKeepDialog.CHOICES.nothing))
|
||||
) {
|
||||
if (!acc[die.type]) {
|
||||
acc[die.type] = [];
|
||||
}
|
||||
// Check previous dice, to add html classes in chat
|
||||
if (stepIdx > 0 && this.object.dicesList[stepIdx - 1][idx]) {
|
||||
switch (this.object.dicesList[stepIdx - 1][idx].choice) {
|
||||
case RollnKeepDialog.CHOICES.reroll:
|
||||
die.class = "rerolled";
|
||||
break;
|
||||
case RollnKeepDialog.CHOICES.swap:
|
||||
die.class = "swapped";
|
||||
break;
|
||||
}
|
||||
}
|
||||
acc[die.type].push(die);
|
||||
}
|
||||
});
|
||||
return acc;
|
||||
}, {});
|
||||
|
||||
// Re create a new roll
|
||||
const roll = await new game.l5r5e.RollL5r5e(this._arrayToFormula(diceList));
|
||||
roll.l5r5e = {
|
||||
...this.roll.l5r5e,
|
||||
summary: roll.l5r5e.summary,
|
||||
};
|
||||
|
||||
// Fill the data
|
||||
roll.evaluate();
|
||||
|
||||
// Modify results
|
||||
roll.terms.map((term) => {
|
||||
if (term instanceof game.l5r5e.L5rBaseDie) {
|
||||
term.results.map((res) => {
|
||||
const die = diceList[term.constructor.name].shift();
|
||||
res.result = die.face;
|
||||
|
||||
// add class to term result
|
||||
if (die.class) {
|
||||
res[die.class] = true;
|
||||
}
|
||||
return res;
|
||||
});
|
||||
term.l5rSummary();
|
||||
}
|
||||
return term;
|
||||
});
|
||||
|
||||
// Recompute summary
|
||||
roll.l5rSummary();
|
||||
|
||||
// Add roll & history to message
|
||||
this.roll = roll;
|
||||
this.roll.l5r5e.history = this.object.dicesList;
|
||||
}
|
||||
|
||||
/**
|
||||
* Send the new roll in chat and delete the old message
|
||||
* @returns {Promise<void>}
|
||||
* @private
|
||||
*/
|
||||
async _toChatMessage() {
|
||||
// Keep old Ids
|
||||
const appOldId = this.id;
|
||||
const msgOldId = this._message._id;
|
||||
|
||||
if (this.roll.l5r5e.isInitiativeRoll) {
|
||||
await this.roll.l5r5e.actor.rollInitiative({
|
||||
rerollInitiative: true,
|
||||
initiativeOptions: {
|
||||
messageOptions: {
|
||||
rnkRoll: this.roll,
|
||||
},
|
||||
},
|
||||
});
|
||||
// Adhesive tape to get the message :/
|
||||
this.message = this.roll.l5r5e.actor.rnkMessage;
|
||||
delete this.roll.l5r5e.actor.rnkMessage;
|
||||
} else {
|
||||
// Send it to chat, switch to new message
|
||||
this.message = await this.roll.toMessage();
|
||||
}
|
||||
|
||||
// Refresh viewers
|
||||
game.l5r5e.sockets.updateMessageIdAndRefresh(appOldId, this._message._id);
|
||||
|
||||
// Delete old chat message related to this series
|
||||
if (game.settings.get("l5r5e", "rnk.deleteOldMessage")) {
|
||||
if (game.user.isGM) {
|
||||
const message = game.messages.get(msgOldId);
|
||||
if (message) {
|
||||
message.delete();
|
||||
}
|
||||
} else {
|
||||
game.l5r5e.sockets.deleteChatMessage(msgOldId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is called upon form submission after form data is validated
|
||||
* @param event The initial triggering submission event
|
||||
@@ -274,32 +653,66 @@ export class RollnKeepDialog extends FormApplication {
|
||||
* @override
|
||||
*/
|
||||
async _updateObject(event, formData) {
|
||||
console.log("**** _updateObject");
|
||||
// *** Everything below here is only needed if the sheet is editable ***
|
||||
if (!this.options.editable) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Notify the change to other players
|
||||
// game.l5r5e.sockets.refreshAppId(this.id);
|
||||
// Discard all dices without a choice for the current step
|
||||
this._forceChoiceForDiceWithoutOne(RollnKeepDialog.CHOICES.discard);
|
||||
|
||||
// this.message._roll.l5r5e.history = {test: "yahooo"};
|
||||
// Apply all choices to build the next step
|
||||
await this._applyChoices();
|
||||
|
||||
// await message.update({
|
||||
// data: {
|
||||
// roll: roll
|
||||
// }
|
||||
// });
|
||||
// message.render(false);
|
||||
// *** Below this the current step become the next step ***
|
||||
this.object.currentStep++;
|
||||
|
||||
// console.log(roll.toJSON(), this.message);
|
||||
// Rebuild the roll
|
||||
await this._rebuildRoll(false);
|
||||
|
||||
// ui.chat.updateMessage(message);
|
||||
// ui.chat.postOne(message, false);
|
||||
// Send the new roll in chat and delete the old message
|
||||
await this._toChatMessage();
|
||||
|
||||
// if (game.user.isGM) {
|
||||
// message.delete();
|
||||
// } else {
|
||||
// game.l5r5e.sockets.deleteChatMessage(messageId);
|
||||
// }
|
||||
// If a next step exist, rerender, else close
|
||||
if (this.object.dicesList[this.object.currentStep]) {
|
||||
return this.render(false);
|
||||
}
|
||||
return this.close();
|
||||
}
|
||||
|
||||
// return this.close();
|
||||
/**
|
||||
* Undo the last step choice
|
||||
* @returns {Promise<Application|any>}
|
||||
* @private
|
||||
*/
|
||||
async _undoLastStepChoices() {
|
||||
// Find the step to work to
|
||||
this.object.currentStep = this.object.dicesList[this.object.currentStep]
|
||||
? this.object.currentStep
|
||||
: Math.max(0, this.object.currentStep - 1);
|
||||
|
||||
// If all clear, delete this step
|
||||
if (this._haveChoice(this.object.currentStep, RollnKeepDialog.CHOICES.nothing)) {
|
||||
if (this.object.currentStep === 0) {
|
||||
return;
|
||||
}
|
||||
this.object.dicesList.pop();
|
||||
this.object.dicesList = this.object.dicesList.filter((e) => !!e);
|
||||
this.object.currentStep--;
|
||||
}
|
||||
|
||||
// Clear choices
|
||||
this.object.dicesList[this.object.currentStep]
|
||||
.filter((e) => !!e)
|
||||
.map((e) => {
|
||||
e.choice = RollnKeepDialog.CHOICES.nothing;
|
||||
return e;
|
||||
});
|
||||
|
||||
this.options.editable = true;
|
||||
await this._rebuildRoll(true);
|
||||
await this._toChatMessage();
|
||||
return this.render(false);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -309,21 +722,22 @@ export class RollnKeepDialog extends FormApplication {
|
||||
*/
|
||||
static async onChatAction(event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
// Extract card data
|
||||
const button = $(event.currentTarget);
|
||||
button.attr("disabled", true);
|
||||
const card = button.parents(".l5r5e.item-display.dices-l5r");
|
||||
const messageId = card.parents(".chat-message").data("message-id");
|
||||
const message = game.messages.get(messageId);
|
||||
|
||||
// Validate permission to proceed with the roll n keep
|
||||
if (!message || !message._roll.l5r5e.actor.owner) {
|
||||
return;
|
||||
// Already open ? close it
|
||||
const app = Object.values(ui.windows).find((e) => e.id === `l5r5e-roll-n-keep-dialog-${messageId}`);
|
||||
if (app) {
|
||||
app.close();
|
||||
} else {
|
||||
new RollnKeepDialog(messageId).render(true);
|
||||
}
|
||||
|
||||
new RollnKeepDialog(message).render(true);
|
||||
|
||||
// Re-enable the button
|
||||
button.attr("disabled", false);
|
||||
}
|
||||
|
||||
@@ -13,15 +13,20 @@ export class RollL5r5e extends Roll {
|
||||
skillId: "",
|
||||
skillCatId: "",
|
||||
actor: null,
|
||||
difficulty: 2,
|
||||
difficultyHidden: false,
|
||||
voidPointUsed: false,
|
||||
keepLimit: null,
|
||||
isInitiativeRoll: false,
|
||||
skillAssistance: 0,
|
||||
initialFormula: null,
|
||||
dicesTypes: {
|
||||
std: false,
|
||||
l5r: false,
|
||||
},
|
||||
summary: {
|
||||
difficulty: 2,
|
||||
difficultyHidden: false,
|
||||
voidPointUsed: false,
|
||||
ringsUsed: 0,
|
||||
totalSuccess: 0,
|
||||
totalBonus: 0,
|
||||
success: 0,
|
||||
explosive: 0,
|
||||
opportunity: 0,
|
||||
@@ -40,8 +45,6 @@ export class RollL5r5e extends Roll {
|
||||
this.l5r5e.skillId = res[2];
|
||||
}
|
||||
});
|
||||
|
||||
// TODO parse difficulty stance skillId from cmd line ?
|
||||
}
|
||||
|
||||
set actor(actor) {
|
||||
@@ -68,23 +71,15 @@ export class RollL5r5e extends Roll {
|
||||
|
||||
// Roll
|
||||
super.evaluate({ minimize, maximize });
|
||||
|
||||
// Current terms - L5R Summary
|
||||
this.terms.forEach((term) => this._l5rSummary(term));
|
||||
|
||||
// Check inner L5R rolls - L5R Summary
|
||||
this._dice.forEach((term) => this._l5rSummary(term));
|
||||
|
||||
// Store final outputs
|
||||
this._rolled = true;
|
||||
this.l5r5e.dicesTypes.std = this.dice.some(
|
||||
(term) => term instanceof DiceTerm && !(term instanceof game.l5r5e.L5rBaseDie)
|
||||
); // ignore math symbols
|
||||
this.l5r5e.dicesTypes.l5r = this.dice.some((term) => term instanceof game.l5r5e.L5rBaseDie);
|
||||
this.l5r5e.summary.ringsUsed = this.dice.reduce(
|
||||
(acc, term) => (term instanceof game.l5r5e.RingDie ? acc + term.number : acc),
|
||||
0
|
||||
);
|
||||
|
||||
// Save initial formula
|
||||
if (!this.l5r5e.initialFormula) {
|
||||
this.l5r5e.initialFormula = this.formula;
|
||||
}
|
||||
|
||||
// Compute summary
|
||||
this.l5rSummary();
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -92,10 +87,54 @@ export class RollL5r5e extends Roll {
|
||||
/**
|
||||
* Summarise the total of success, strife... for L5R dices for the current roll
|
||||
*
|
||||
* @private
|
||||
*/
|
||||
l5rSummary() {
|
||||
const summary = this.l5r5e.summary;
|
||||
|
||||
// Reset totals
|
||||
summary.success = 0;
|
||||
summary.explosive = 0;
|
||||
summary.opportunity = 0;
|
||||
summary.strife = 0;
|
||||
summary.totalSuccess = 0;
|
||||
|
||||
// Current terms - L5R Summary
|
||||
this.terms.forEach((term) => this._l5rTermSummary(term));
|
||||
|
||||
// Check inner L5R rolls - L5R Summary
|
||||
this._dice.forEach((term) => this._l5rTermSummary(term));
|
||||
|
||||
// Store final outputs
|
||||
this.l5r5e.dicesTypes.std = this.dice.some(
|
||||
(term) => term instanceof DiceTerm && !(term instanceof game.l5r5e.L5rBaseDie)
|
||||
); // ignore math symbols
|
||||
this.l5r5e.dicesTypes.l5r = this.dice.some((term) => term instanceof game.l5r5e.L5rBaseDie);
|
||||
summary.totalBonus = Math.max(0, summary.totalSuccess - this.l5r5e.difficulty);
|
||||
|
||||
if (!this.l5r5e.keepLimit) {
|
||||
// count ring die + skill assistance
|
||||
this.l5r5e.keepLimit =
|
||||
this.dice.reduce((acc, term) => (term instanceof game.l5r5e.RingDie ? acc + term.number : acc), 0) +
|
||||
Math.max(0, this.l5r5e.skillAssistance || 0);
|
||||
|
||||
// if only bulk skill dice, count the skill dice
|
||||
if (!this.l5r5e.keepLimit) {
|
||||
this.l5r5e.keepLimit = this.dice.reduce(
|
||||
(acc, term) => (term instanceof game.l5r5e.AbilityDie ? acc + term.number : acc),
|
||||
0
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Summarise the total of success, strife... for L5R dices for the current term
|
||||
*
|
||||
* @param term
|
||||
* @private
|
||||
*/
|
||||
_l5rSummary(term) {
|
||||
_l5rTermSummary(term) {
|
||||
if (!(term instanceof game.l5r5e.L5rBaseDie)) {
|
||||
return;
|
||||
}
|
||||
@@ -103,6 +142,8 @@ export class RollL5r5e extends Roll {
|
||||
["success", "explosive", "opportunity", "strife"].forEach((props) => {
|
||||
this.l5r5e.summary[props] += parseInt(term.l5r5e[props]);
|
||||
});
|
||||
this.l5r5e.summary.totalSuccess += term.totalSuccess;
|
||||
|
||||
// TODO Others advantage/disadvantage
|
||||
}
|
||||
|
||||
@@ -160,8 +201,9 @@ export class RollL5r5e extends Roll {
|
||||
classes: [
|
||||
cls.name.toLowerCase(),
|
||||
"d" + term.faces,
|
||||
!isL5rDie && r.rerolled ? "rerolled" : null,
|
||||
!isL5rDie && r.exploded ? "exploded" : null,
|
||||
isL5rDie && r.swapped ? "swapped" : null,
|
||||
r.rerolled ? "rerolled" : null,
|
||||
r.exploded ? "exploded" : null,
|
||||
!isL5rDie && r.discarded ? "discarded" : null,
|
||||
!isL5rDie && r.result === 1 ? "min" : null,
|
||||
!isL5rDie && r.result === term.faces ? "max" : null,
|
||||
@@ -204,13 +246,6 @@ export class RollL5r5e extends Roll {
|
||||
this.roll();
|
||||
}
|
||||
|
||||
const canRnK = false; // TODO TMP dev in progress
|
||||
// const canRnK = !this.l5r5e.dicesTypes.std
|
||||
// && this.l5r5e.dicesTypes.l5r
|
||||
// && this.dice.length > 1
|
||||
// && this.l5r5e.actor // pb with dice with no actor
|
||||
// && this.l5r5e.actor.owner;
|
||||
|
||||
// Define chat data
|
||||
const chatData = {
|
||||
formula: isPrivate ? "???" : this._formula,
|
||||
@@ -224,13 +259,20 @@ export class RollL5r5e extends Roll {
|
||||
? {}
|
||||
: {
|
||||
...this.l5r5e,
|
||||
canRnK: canRnK,
|
||||
dices: this.dice.map((d) => {
|
||||
dices: this.dice.map((term) => {
|
||||
const isL5rDie = term instanceof game.l5r5e.L5rBaseDie;
|
||||
return {
|
||||
diceTypeL5r: d instanceof game.l5r5e.L5rBaseDie,
|
||||
rolls: d.results.map((r) => {
|
||||
diceTypeL5r: isL5rDie,
|
||||
rolls: term.results.map((r) => {
|
||||
return {
|
||||
result: d.constructor.getResultLabel(r.result),
|
||||
result: term.constructor.getResultLabel(r.result),
|
||||
classes: [
|
||||
isL5rDie && r.swapped ? "swapped" : null,
|
||||
r.rerolled ? "rerolled" : null,
|
||||
r.exploded ? "exploded" : null,
|
||||
]
|
||||
.filter((c) => !!c)
|
||||
.join(" "),
|
||||
};
|
||||
}),
|
||||
};
|
||||
@@ -294,10 +336,16 @@ export class RollL5r5e extends Roll {
|
||||
roll.l5r5e = duplicate(data.l5r5e);
|
||||
|
||||
// get real Actor object
|
||||
if (data.l5r5e.actor && !(data.l5r5e.actor instanceof game.l5r5e.ActorL5r5e)) {
|
||||
const actor = game.actors.get(data.l5r5e.actor.id);
|
||||
if (actor) {
|
||||
roll.l5r5e.actor = actor;
|
||||
if (data.l5r5e.actor) {
|
||||
if (data.l5r5e.actor instanceof game.l5r5e.ActorL5r5e) {
|
||||
// duplicate break the object, relink it
|
||||
roll.l5r5e.actor = data.l5r5e.actor;
|
||||
} else {
|
||||
// only id, get the object
|
||||
const actor = game.actors.get(data.l5r5e.actor.id);
|
||||
if (actor) {
|
||||
roll.l5r5e.actor = actor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -29,6 +29,13 @@ export const RegisterHandlebars = function () {
|
||||
return game.i18n.localize("l5r5e.techniques." + techniqueName.toLowerCase());
|
||||
});
|
||||
|
||||
/* ------------------------------------ */
|
||||
/* Dice */
|
||||
/* ------------------------------------ */
|
||||
Handlebars.registerHelper("getDiceFaceUrl", function (diceClass, faceId) {
|
||||
return game.l5r5e[diceClass].getResultSrc(faceId);
|
||||
});
|
||||
|
||||
/* ------------------------------------ */
|
||||
/* Utility */
|
||||
/* ------------------------------------ */
|
||||
|
||||
@@ -68,6 +68,11 @@ export class HelpersL5r5e {
|
||||
*/
|
||||
static async getObjectGameOrPack(id, type, pack = null) {
|
||||
try {
|
||||
// If no pack passed, but it's a core item, we know the pack to get it
|
||||
if (!pack && id.substr(0, 7) === "L5RCore") {
|
||||
pack = HelpersL5r5e.getPackNameForCoreItem(id);
|
||||
}
|
||||
|
||||
// Named pack
|
||||
if (pack) {
|
||||
const data = await game.packs.get(pack).getEntity(id);
|
||||
@@ -184,4 +189,65 @@ export class HelpersL5r5e {
|
||||
static escapeRegExp(str) {
|
||||
return str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the associated pack for a core item (time saving)
|
||||
*/
|
||||
static getPackNameForCoreItem(itemId) {
|
||||
const core = new Map();
|
||||
core.set("Pro", "l5r5e.core-properties");
|
||||
core.set("Kat", "l5r5e.core-techniques-kata");
|
||||
core.set("Kih", "l5r5e.core-techniques-kiho");
|
||||
core.set("Ins", "l5r5e.core-techniques-inversion");
|
||||
core.set("Inv", "l5r5e.core-techniques-invocations");
|
||||
core.set("Rit", "l5r5e.core-techniques-rituals");
|
||||
core.set("Shu", "l5r5e.core-techniques-shuji");
|
||||
core.set("Mah", "l5r5e.core-techniques-maho");
|
||||
core.set("Nin", "l5r5e.core-techniques-ninjutsu");
|
||||
core.set("Sch", "l5r5e.core-techniques-school");
|
||||
core.set("Mas", "l5r5e.core-techniques-mastery");
|
||||
core.set("Ite", "l5r5e.core-items");
|
||||
core.set("Arm", "l5r5e.core-armors");
|
||||
core.set("Wea", "l5r5e.core-weapons");
|
||||
core.set("Dis", "l5r5e.core-peculiarities-distinctions");
|
||||
core.set("Pas", "l5r5e.core-peculiarities-passions");
|
||||
core.set("Adv", "l5r5e.core-peculiarities-adversities");
|
||||
core.set("Anx", "l5r5e.core-peculiarities-anxieties");
|
||||
return core.get(itemId.replace(/L5RCore(\w{3})\d+/gi, "$1"));
|
||||
}
|
||||
|
||||
/**
|
||||
* Show a confirm dialog before a deletion
|
||||
* @param {string} content
|
||||
* @param {function} callback The callback function for confirmed action
|
||||
*/
|
||||
static confirmDeleteDialog(content, callback) {
|
||||
new Dialog({
|
||||
title: game.i18n.localize("Delete"),
|
||||
content,
|
||||
buttons: {
|
||||
confirm: {
|
||||
icon: '<i class="fas fa-trash"></i>',
|
||||
label: game.i18n.localize("Yes"),
|
||||
callback,
|
||||
},
|
||||
cancel: {
|
||||
icon: '<i class="fas fa-times"></i>',
|
||||
label: game.i18n.localize("No"),
|
||||
},
|
||||
},
|
||||
}).render(true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Notify Applications using Difficulty settings that the values was changed
|
||||
*/
|
||||
static notifyDifficultyChange() {
|
||||
["l5r5e-dice-picker-dialog", "l5r5e-gm-tools-dialog"].forEach((appId) => {
|
||||
const app = Object.values(ui.windows).find((e) => e.id === appId);
|
||||
if (app && typeof app.refresh === "function") {
|
||||
app.refresh();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@@ -122,27 +122,21 @@ export default class HooksL5r5e {
|
||||
.then(() => HooksL5r5e._gmCombatBar(app, html, data));
|
||||
});
|
||||
|
||||
html.find(".prepared-control").on("click", (event) => {
|
||||
html.find(".prepared-control").on("mousedown", (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
let preparedId = $(event.currentTarget).data("id");
|
||||
const preparedId = $(event.currentTarget).data("id");
|
||||
if (!Object.hasOwnProperty.call(prepared, preparedId)) {
|
||||
return;
|
||||
}
|
||||
let value = prepared[preparedId];
|
||||
switch (value) {
|
||||
case "false":
|
||||
value = "true";
|
||||
break;
|
||||
case "true":
|
||||
value = preparedId === "minion" ? "false" : "null";
|
||||
break;
|
||||
case "null":
|
||||
value = "false";
|
||||
break;
|
||||
}
|
||||
const rev = event.which === 3;
|
||||
const nextValue = {
|
||||
false: rev ? "true" : "null",
|
||||
true: rev ? "null" : "false",
|
||||
null: rev ? "false" : "true",
|
||||
};
|
||||
game.settings
|
||||
.set("l5r5e", `initiative.prepared.${preparedId}`, value)
|
||||
.set("l5r5e", `initiative.prepared.${preparedId}`, nextValue[prepared[preparedId]])
|
||||
.then(() => HooksL5r5e._gmCombatBar(app, html, data));
|
||||
});
|
||||
}
|
||||
@@ -151,15 +145,19 @@ export default class HooksL5r5e {
|
||||
* Compendium display
|
||||
*/
|
||||
static async renderCompendium(app, html, data) {
|
||||
// Add Rank & Ring in the compendium
|
||||
// templates "item" : add Rarity
|
||||
// Techniques / Peculiarities : add Ring / Rank
|
||||
if (app.entity === "Item") {
|
||||
const content = await app.getContent();
|
||||
content.forEach((item) => {
|
||||
if (!!item.data.data.ring || !!item.data.data.rank) {
|
||||
if (["weapon", "armor", "item", "peculiarity", "technique", "peculiarity"].includes(item.type)) {
|
||||
html.find(`[data-entry-id="${item._id}"]`).append(
|
||||
`<i` +
|
||||
(item.data.data.ring ? ` class="i_${item.data.data.ring}"` : ``) +
|
||||
`>` +
|
||||
(item.data.data.rarity
|
||||
? `${game.i18n.localize("l5r5e.rarity")} ${item.data.data.rarity}`
|
||||
: "") +
|
||||
(item.data.data.rank ? game.i18n.localize("l5r5e.rank") + " " + item.data.data.rank : "") +
|
||||
`</i>`
|
||||
);
|
||||
@@ -170,7 +168,7 @@ export default class HooksL5r5e {
|
||||
}
|
||||
|
||||
/**
|
||||
* DiceSoNice Hook
|
||||
* DiceSoNice - Add L5R DicePresets
|
||||
*/
|
||||
static diceSoNiceReady(dice3d) {
|
||||
const texturePath = `${CONFIG.l5r5e.paths.assets}dices/default/3d/`;
|
||||
@@ -214,4 +212,16 @@ export default class HooksL5r5e {
|
||||
"d12"
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* DiceSoNice - Do not show 3D roll for the Roll n Keep series
|
||||
*
|
||||
* @param {string} messageId
|
||||
* @param {object} context
|
||||
*/
|
||||
static diceSoNiceRollStart(messageId, context) {
|
||||
if (context.roll.l5r5e?.history) {
|
||||
context.blind = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,9 @@ export class ItemL5r5e extends Item {
|
||||
* @override
|
||||
*/
|
||||
static async create(data, options = {}) {
|
||||
data.img = `${CONFIG.l5r5e.paths.assets}icons/items/${data.type}.svg`;
|
||||
if (data.img === undefined) {
|
||||
data.img = `${CONFIG.l5r5e.paths.assets}icons/items/${data.type}.svg`;
|
||||
}
|
||||
return super.create(data, options);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -95,46 +95,55 @@ export class AdvancementSheetL5r5e extends ItemSheetL5r5e {
|
||||
* @private
|
||||
*/
|
||||
async _updateChoice(oldChoice, newChoice) {
|
||||
let skillCatId = null;
|
||||
const actor = duplicate(this.actor.data.data);
|
||||
let xp_used = this.object.data.data.xp_used;
|
||||
let name = this.object.data.name;
|
||||
let img = this.object.data.img;
|
||||
|
||||
// Old choices
|
||||
if (oldChoice.ring) {
|
||||
actor.rings[oldChoice.ring] = Math.max(1, actor.rings[oldChoice.ring] - 1);
|
||||
}
|
||||
if (oldChoice.skill) {
|
||||
skillCatId = CONFIG.l5r5e.skills.get(oldChoice.skill);
|
||||
actor.skills[skillCatId][oldChoice.skill] = Math.max(0, actor.skills[skillCatId][oldChoice.skill] - 1);
|
||||
}
|
||||
|
||||
// new choices
|
||||
// Modify image to reflect choice
|
||||
if (newChoice.ring) {
|
||||
actor.rings[newChoice.ring] = actor.rings[newChoice.ring] + 1;
|
||||
xp_used = actor.rings[newChoice.ring] * CONFIG.l5r5e.xp.ringCostMultiplier;
|
||||
name =
|
||||
game.i18n.localize(`l5r5e.rings.${newChoice.ring}`) +
|
||||
` +1 (${actor.rings[newChoice.ring] - 1} -> ${actor.rings[newChoice.ring]})`;
|
||||
img = `systems/l5r5e/assets/icons/rings/${newChoice.ring}.svg`;
|
||||
}
|
||||
if (newChoice.skill) {
|
||||
skillCatId = CONFIG.l5r5e.skills.get(newChoice.skill);
|
||||
actor.skills[skillCatId][newChoice.skill] = actor.skills[skillCatId][newChoice.skill] + 1;
|
||||
xp_used = actor.skills[skillCatId][newChoice.skill] * CONFIG.l5r5e.xp.skillCostMultiplier;
|
||||
name =
|
||||
game.i18n.localize(`l5r5e.skills.${skillCatId}.${newChoice.skill}`) +
|
||||
` +1 (${actor.skills[skillCatId][newChoice.skill] - 1} -> ${
|
||||
actor.skills[skillCatId][newChoice.skill]
|
||||
})`;
|
||||
} else if (newChoice.skill) {
|
||||
img = `systems/l5r5e/assets/dices/default/skill_blank.svg`;
|
||||
}
|
||||
|
||||
// Update Actor
|
||||
await this.actor.update({
|
||||
data: diffObject(this.actor.data.data, actor),
|
||||
});
|
||||
// Object embed in actor ?
|
||||
if (this.actor) {
|
||||
const actor = duplicate(this.actor.data.data);
|
||||
let skillCatId = null;
|
||||
|
||||
// Old choices
|
||||
if (oldChoice.ring) {
|
||||
actor.rings[oldChoice.ring] = Math.max(1, actor.rings[oldChoice.ring] - 1);
|
||||
}
|
||||
if (oldChoice.skill) {
|
||||
skillCatId = CONFIG.l5r5e.skills.get(oldChoice.skill);
|
||||
actor.skills[skillCatId][oldChoice.skill] = Math.max(0, actor.skills[skillCatId][oldChoice.skill] - 1);
|
||||
}
|
||||
|
||||
// new choices
|
||||
if (newChoice.ring) {
|
||||
actor.rings[newChoice.ring] = actor.rings[newChoice.ring] + 1;
|
||||
xp_used = actor.rings[newChoice.ring] * CONFIG.l5r5e.xp.ringCostMultiplier;
|
||||
name =
|
||||
game.i18n.localize(`l5r5e.rings.${newChoice.ring}`) +
|
||||
` +1 (${actor.rings[newChoice.ring] - 1} -> ${actor.rings[newChoice.ring]})`;
|
||||
}
|
||||
if (newChoice.skill) {
|
||||
skillCatId = CONFIG.l5r5e.skills.get(newChoice.skill);
|
||||
actor.skills[skillCatId][newChoice.skill] = actor.skills[skillCatId][newChoice.skill] + 1;
|
||||
xp_used = actor.skills[skillCatId][newChoice.skill] * CONFIG.l5r5e.xp.skillCostMultiplier;
|
||||
name =
|
||||
game.i18n.localize(`l5r5e.skills.${skillCatId}.${newChoice.skill}`) +
|
||||
` +1 (${actor.skills[skillCatId][newChoice.skill] - 1} -> ${
|
||||
actor.skills[skillCatId][newChoice.skill]
|
||||
})`;
|
||||
}
|
||||
|
||||
// Update Actor
|
||||
await this.actor.update({
|
||||
data: diffObject(this.actor.data.data, actor),
|
||||
});
|
||||
}
|
||||
|
||||
// Update object
|
||||
await this.object.update({
|
||||
|
||||
@@ -105,12 +105,7 @@ export class ItemSheetL5r5e extends ItemSheet {
|
||||
});
|
||||
|
||||
// Delete a property
|
||||
html.find(`.property-delete`).on("click", (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
const li = $(event.currentTarget).parents(".property");
|
||||
this._deleteProperty(li.data("propertyId"));
|
||||
});
|
||||
html.find(`.property-delete`).on("click", this._deleteProperty.bind(this));
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -133,6 +128,11 @@ export class ItemSheetL5r5e extends ItemSheet {
|
||||
* Also a property canot be on another property
|
||||
*/
|
||||
async _onDrop(event) {
|
||||
// Everything below here is only needed if the sheet is editable
|
||||
if (!this.options.editable) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Check item type and subtype
|
||||
const item = await game.l5r5e.HelpersL5r5e.getDragnDropTargetObject(event);
|
||||
if (!item || item.entity !== "Item" || item.data.type !== "property" || this.item.type === "property") {
|
||||
@@ -169,20 +169,37 @@ export class ItemSheetL5r5e extends ItemSheet {
|
||||
* Delete a property from the current item
|
||||
* @private
|
||||
*/
|
||||
_deleteProperty(id) {
|
||||
if (
|
||||
!Array.isArray(this.entity.data.data.properties) ||
|
||||
this.entity.data.data.properties.findIndex((p) => p.id === id) === -1
|
||||
) {
|
||||
_deleteProperty(event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
if (!Array.isArray(this.entity.data.data.properties)) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.entity.data.data.properties = this.entity.data.data.properties.filter((p) => p.id !== id);
|
||||
const id = $(event.currentTarget).parents(".property").data("propertyId");
|
||||
const tmpProps = this.entity.data.data.properties.find((p) => p.id === id);
|
||||
if (!tmpProps) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.entity.update({
|
||||
data: {
|
||||
properties: this.entity.data.data.properties,
|
||||
},
|
||||
});
|
||||
const callback = async () => {
|
||||
this.entity.data.data.properties = this.entity.data.data.properties.filter((p) => p.id !== id);
|
||||
this.entity.update({
|
||||
data: {
|
||||
properties: this.entity.data.data.properties,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
// Holing Ctrl = without confirm
|
||||
if (event.ctrlKey) {
|
||||
return callback();
|
||||
}
|
||||
|
||||
game.l5r5e.HelpersL5r5e.confirmDeleteDialog(
|
||||
game.i18n.format("l5r5e.global.delete_confirm", { name: tmpProps.name }),
|
||||
callback
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -113,6 +113,40 @@ Hooks.once("init", async () => {
|
||||
// Journal
|
||||
Items.unregisterSheet("core", JournalSheet);
|
||||
Items.registerSheet("l5r5e", BaseJournalSheetL5r5e, { makeDefault: true });
|
||||
|
||||
// Override the default Token _drawBar function to allow fatigue bar reversing.
|
||||
Token.prototype._drawBar = function (number, bar, data) {
|
||||
const reverseBar = data.attribute === "fatigue" && game.settings.get("l5r5e", "token.reverseFatigueBar");
|
||||
|
||||
// Bar value
|
||||
const pct = Math.clamped(Number(data.value), 0, data.max) / data.max;
|
||||
|
||||
// Modify color
|
||||
let color = number === 0 ? [pct / 1.2, 1 - pct, 0] : [0.5 * pct, 0.7 * pct, 0.5 + pct / 2];
|
||||
|
||||
// Red if compromised
|
||||
if (data.attribute === "strife" && data.value > data.max) {
|
||||
color = [1, 0.1, 0.1];
|
||||
}
|
||||
|
||||
// Enlarge the bar for large tokens
|
||||
let h = Math.max(canvas.dimensions.size / 12, 8);
|
||||
if (this.data.height >= 2) {
|
||||
h *= 1.6;
|
||||
}
|
||||
|
||||
// Draw the bar
|
||||
bar.clear()
|
||||
.beginFill(0x000000, 0.5)
|
||||
.lineStyle(2, 0x000000, 0.9)
|
||||
.drawRoundedRect(0, 0, this.w, h, 3)
|
||||
.beginFill(PIXI.utils.rgb2hex(color), 0.8)
|
||||
.lineStyle(1, 0x000000, 0.8)
|
||||
.drawRoundedRect(1, 1, (reverseBar ? 1 - pct : pct) * (this.w - 2), h - 2, 2);
|
||||
|
||||
// Set position
|
||||
bar.position.set(0, number === 0 ? this.h - h : 0);
|
||||
};
|
||||
});
|
||||
|
||||
/* ------------------------------------ */
|
||||
@@ -129,3 +163,4 @@ Hooks.on("renderSidebarTab", (app, html, data) => HooksL5r5e.renderSidebarTab(ap
|
||||
Hooks.on("renderChatMessage", (message, html, data) => HooksL5r5e.renderChatMessage(message, html, data));
|
||||
Hooks.on("renderCombatTracker", (app, html, data) => HooksL5r5e.renderCombatTracker(app, html, data));
|
||||
Hooks.on("renderCompendium", async (app, html, data) => HooksL5r5e.renderCompendium(app, html, data));
|
||||
Hooks.on("diceSoNiceRollStart", (messageId, context) => HooksL5r5e.diceSoNiceRollStart(messageId, context));
|
||||
|
||||
@@ -2,6 +2,33 @@
|
||||
* Custom system settings register
|
||||
*/
|
||||
export const RegisterSettings = function () {
|
||||
/* ------------------------------------ */
|
||||
/* User settings */
|
||||
/* ------------------------------------ */
|
||||
game.settings.register("l5r5e", "rnk.deleteOldMessage", {
|
||||
name: "SETTINGS.RollNKeep.DeleteOldMessage",
|
||||
hint: "SETTINGS.RollNKeep.DeleteOldMessageHint",
|
||||
scope: "world",
|
||||
config: true,
|
||||
default: true,
|
||||
type: Boolean,
|
||||
});
|
||||
game.settings.register("l5r5e", "initiative.setTn1OnTypeChange", {
|
||||
name: "SETTINGS.Initiative.SetTn1OnTypeChange",
|
||||
hint: "SETTINGS.Initiative.SetTn1OnTypeChangeHint",
|
||||
scope: "world",
|
||||
config: true,
|
||||
type: Boolean,
|
||||
default: true,
|
||||
});
|
||||
game.settings.register("l5r5e", "token.reverseFatigueBar", {
|
||||
name: "SETTINGS.ReverseFatigueBar",
|
||||
scope: "world",
|
||||
config: true,
|
||||
type: Boolean,
|
||||
default: false,
|
||||
});
|
||||
|
||||
/* ------------------------------------ */
|
||||
/* Update */
|
||||
/* ------------------------------------ */
|
||||
@@ -22,6 +49,7 @@ export const RegisterSettings = function () {
|
||||
config: false,
|
||||
type: Boolean,
|
||||
default: false,
|
||||
onChange: () => game.l5r5e.HelpersL5r5e.notifyDifficultyChange(),
|
||||
});
|
||||
game.settings.register("l5r5e", "initiative.difficulty.value", {
|
||||
name: "Initiative difficulty value",
|
||||
@@ -29,6 +57,7 @@ export const RegisterSettings = function () {
|
||||
config: false,
|
||||
type: Number,
|
||||
default: 2,
|
||||
onChange: () => game.l5r5e.HelpersL5r5e.notifyDifficultyChange(),
|
||||
});
|
||||
game.settings.register("l5r5e", "initiative.encounter", {
|
||||
name: "Initiative encounter type",
|
||||
@@ -36,6 +65,11 @@ export const RegisterSettings = function () {
|
||||
config: false,
|
||||
type: String,
|
||||
default: "skirmish",
|
||||
onChange: () => {
|
||||
if (game.settings.get("l5r5e", "initiative.setTn1OnTypeChange")) {
|
||||
game.settings.set("l5r5e", "initiative.difficulty.value", 1);
|
||||
}
|
||||
},
|
||||
});
|
||||
game.settings.register("l5r5e", "initiative.prepared.character", {
|
||||
name: "Initiative PC prepared or not",
|
||||
@@ -56,6 +90,6 @@ export const RegisterSettings = function () {
|
||||
scope: "world",
|
||||
config: false,
|
||||
type: String,
|
||||
default: "true",
|
||||
default: "null",
|
||||
});
|
||||
};
|
||||
|
||||
@@ -25,6 +25,10 @@ export class SocketHandlerL5r5e {
|
||||
this._onRefreshAppId(data);
|
||||
break;
|
||||
|
||||
case "updateMessageIdAndRefresh":
|
||||
this._onUpdateMessageIdAndRefresh(data);
|
||||
break;
|
||||
|
||||
default:
|
||||
console.warn(new Error("This socket event is not supported"), data);
|
||||
break;
|
||||
@@ -40,9 +44,13 @@ export class SocketHandlerL5r5e {
|
||||
});
|
||||
}
|
||||
_onDeleteChatMessage(data) {
|
||||
// Only delete the message if the user is a GM (otherwise it have no real effect)
|
||||
// Currently only used in RnK
|
||||
if (!game.user.isGM || !game.settings.get("l5r5e", "rnk.deleteOldMessage")) {
|
||||
return;
|
||||
}
|
||||
const message = game.messages.get(data.messageId);
|
||||
// only delete the message if the user is a GM and the event emitter is one of the recipients
|
||||
if (game.user.isGM && message.data["whisper"].includes(data.userId)) {
|
||||
if (message) {
|
||||
message.delete();
|
||||
}
|
||||
}
|
||||
@@ -65,4 +73,25 @@ export class SocketHandlerL5r5e {
|
||||
}
|
||||
app.refresh();
|
||||
}
|
||||
|
||||
/**
|
||||
* Change in app message and refresh (used in RnK)
|
||||
* @param appId
|
||||
* @param msgId
|
||||
*/
|
||||
updateMessageIdAndRefresh(appId, msgId) {
|
||||
game.socket.emit(SocketHandlerL5r5e.SOCKET_NAME, {
|
||||
type: "updateMessageIdAndRefresh",
|
||||
appId,
|
||||
msgId,
|
||||
});
|
||||
}
|
||||
_onUpdateMessageIdAndRefresh(data) {
|
||||
const app = Object.values(ui.windows).find((e) => e.id === data.appId);
|
||||
if (!app || !app.message || typeof app.refresh !== "function") {
|
||||
return;
|
||||
}
|
||||
app.message = game.messages.get(data.msgId);
|
||||
app.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
@import "../scss/ui";
|
||||
|
||||
.l5r5e {
|
||||
@import "../scss/dices";
|
||||
@import "../scss/dices-chat";
|
||||
@import "../scss/sheets";
|
||||
@import "../scss/npc";
|
||||
@import "../scss/nav";
|
||||
|
||||
File diff suppressed because one or more lines are too long
73
system/styles/scss/dices-chat.scss
Normal file
73
system/styles/scss/dices-chat.scss
Normal file
@@ -0,0 +1,73 @@
|
||||
// Dice in chat
|
||||
.chat-dice {
|
||||
display: inline;
|
||||
position: relative;
|
||||
padding: 0.25rem;
|
||||
&:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
border-radius: 0.15rem;
|
||||
padding: 0 0.1rem 0 0.15rem;
|
||||
font-size: 0.65rem;
|
||||
line-height: 1rem;
|
||||
width: 0.75rem;
|
||||
text-align: center;
|
||||
color: white;
|
||||
background: transparent;
|
||||
}
|
||||
&.rerolled {
|
||||
> img {
|
||||
border-bottom: 0 none;
|
||||
}
|
||||
&:after {
|
||||
content: "\f2f9";
|
||||
background: orangered;
|
||||
}
|
||||
}
|
||||
|
||||
&.swapped {
|
||||
> img {
|
||||
border-bottom: 0 none;
|
||||
}
|
||||
&:after {
|
||||
content: "\f337";
|
||||
background: fuchsia;
|
||||
}
|
||||
}
|
||||
|
||||
> img {
|
||||
border: 1px solid transparent;
|
||||
height: auto;
|
||||
width: calc(100% / 6 - 0.255rem);
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.chat-profil {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
||||
.profile-img {
|
||||
margin: 0.25rem 0.25rem 0 0;
|
||||
}
|
||||
|
||||
&-stance {
|
||||
font-size: 2.5rem;
|
||||
line-height: 2.5rem;
|
||||
margin: 0.25rem;
|
||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
&-element {
|
||||
flex-wrap: wrap;
|
||||
flex-grow: 1;
|
||||
|
||||
&-skill {
|
||||
flex-grow: 3;
|
||||
}
|
||||
&:last-child {
|
||||
flex-grow: 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,52 +1,80 @@
|
||||
// -- Dices.scss
|
||||
|
||||
.dice-roll {
|
||||
.dice-formula,
|
||||
.dice-total {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border: rgba(255, 255, 255, 0.75);
|
||||
text-align: center;
|
||||
margin: 0.5rem 0;
|
||||
padding: 0.25rem 0.5rem 0.25rem 0.25rem;
|
||||
&-rnk {
|
||||
line-height: 2rem;
|
||||
i {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Dice in chat
|
||||
.chat-dice > img {
|
||||
border: 1px solid transparent;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 100%;
|
||||
height: 44px;
|
||||
width: 44px;
|
||||
//cursor: pointer;
|
||||
//-webkit-appearance: none;
|
||||
//appearance: none;
|
||||
outline: none;
|
||||
margin: 0;
|
||||
flex: 0 0 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.chat-profil {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
||||
&-stance {
|
||||
font-size: 40px;
|
||||
position: relative;
|
||||
top: 8px;
|
||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||
button {
|
||||
&.chat-dice-rnk {
|
||||
cursor: default;
|
||||
color: $white;
|
||||
background: linear-gradient(
|
||||
$l5r5e-linear-gradient-third,
|
||||
$l5r5e-linear-gradient-third-dark,
|
||||
$l5r5e-linear-gradient-third
|
||||
);
|
||||
background-origin: padding-box;
|
||||
border-image: url("../assets/ui/macro-button.webp") 10 repeat;
|
||||
border-image-width: 0.5rem;
|
||||
border-image-outset: 0px;
|
||||
margin: 0.5rem 0 0;
|
||||
&:hover {
|
||||
background: linear-gradient(
|
||||
$l5r5e-linear-gradient-first-dark,
|
||||
$l5r5e-linear-gradient-first,
|
||||
$l5r5e-linear-gradient-first-dark
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
&-element {
|
||||
flex-wrap: wrap;
|
||||
flex-grow: 1;
|
||||
|
||||
&-skill {
|
||||
flex-grow: 3;
|
||||
.dice-result-rnk {
|
||||
background: rgba(0, 0, 255, 0.1);
|
||||
border: 1px solid rgba(55, 55, 155, 0.75);
|
||||
padding: 0.25rem;
|
||||
color: rgba(55, 55, 155, 0.75);
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
text-shadow: 0 0 0 $black;
|
||||
&.success {
|
||||
background: rgba(0, 255, 0, 0.1);
|
||||
border-color: rgba(55, 155, 55, 0.75);
|
||||
color: rgba(55, 155, 55, 0.75);
|
||||
i.i_success {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
&.unknown {
|
||||
background: rgba(121, 121, 121, 0.1);
|
||||
border-color: rgba(124, 124, 124, 0.75);
|
||||
color: rgba(91, 91, 91, 0.75);
|
||||
}
|
||||
&.fail {
|
||||
background: rgba(255, 0, 0, 0.1);
|
||||
border-color: rgba(155, 55, 55, 0.75);
|
||||
color: rgba(155, 55, 55, 0.75);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// If DicePicker add a pointer
|
||||
.dice-picker {
|
||||
cursor: url("../assets/cursors/pointer.webp"), pointer;
|
||||
}
|
||||
|
||||
// Dice Picker
|
||||
.dice-picker-dialog {
|
||||
min-width: 600px;
|
||||
min-height: auto;
|
||||
// Utility
|
||||
* {
|
||||
transition: none;
|
||||
@@ -67,18 +95,26 @@
|
||||
text-align: center;
|
||||
background: none;
|
||||
border: none;
|
||||
height: calc(100% - 3rem);
|
||||
|
||||
td:first-child {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
td {
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
td:last-child {
|
||||
width: 200px;
|
||||
border: 0 none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
tbody {
|
||||
tr {
|
||||
td {
|
||||
width: 250px;
|
||||
padding: 0 0.5rem;
|
||||
&:first-child,
|
||||
&:last-child {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
td {
|
||||
width: 100%;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -146,17 +182,66 @@
|
||||
}
|
||||
|
||||
.roll-n-keep-dialog {
|
||||
min-width: 600px;
|
||||
max-width: 800px;
|
||||
&.finalized {
|
||||
width: auto;
|
||||
min-width: 400px;
|
||||
}
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
table {
|
||||
display: table;
|
||||
min-height: 9rem;
|
||||
border: 0 none;
|
||||
margin: 0.25rem 0;
|
||||
padding: 0;
|
||||
tbody {
|
||||
tr {
|
||||
background: transparent;
|
||||
td {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.rnk-ct {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
border-radius: 0.25rem;
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
border: 1px solid rgba(255, 255, 255, 0.5);
|
||||
.rnk-center {
|
||||
flex: 350px;
|
||||
flex-wrap: wrap;
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.profil {
|
||||
border-bottom: 1px solid #782e22;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.dropbox {
|
||||
min-height: 100px;
|
||||
position: relative;
|
||||
min-height: 7rem;
|
||||
|
||||
legend {
|
||||
i:last-child {
|
||||
position: absolute;
|
||||
top: 1rem;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.faces-change {
|
||||
min-height: 40px;
|
||||
margin: 0.5rem auto;
|
||||
}
|
||||
&.discards {
|
||||
border: 1px solid gray;
|
||||
}
|
||||
@@ -164,31 +249,141 @@
|
||||
border: 1px solid orangered;
|
||||
}
|
||||
&.keeps {
|
||||
flex: 100%;
|
||||
border: 1px solid green;
|
||||
}
|
||||
&.swap {
|
||||
flex: 0 0 calc(100px + 1rem);
|
||||
border: 1px solid fuchsia;
|
||||
}
|
||||
&.discards,
|
||||
&.rerolls {
|
||||
flex: 0 0 calc(50% - 0.5rem);
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
/* Dice Marker */
|
||||
.dice-ct {
|
||||
position: relative;
|
||||
padding: 0.25rem;
|
||||
&:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 0.5rem;
|
||||
width: 2px;
|
||||
top: -0.3rem;
|
||||
right: calc(50% - 1px);
|
||||
background: $l5r5e-black-light;
|
||||
}
|
||||
&:after {
|
||||
content: "\f128";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
border-radius: 0.15rem;
|
||||
padding: 0 0.1rem 0 0.15rem;
|
||||
font-size: 0.65rem;
|
||||
line-height: 1rem;
|
||||
width: 0.65rem;
|
||||
text-align: center;
|
||||
color: white;
|
||||
background: gray;
|
||||
}
|
||||
&.discard {
|
||||
filter: opacity(0.5);
|
||||
&:after {
|
||||
content: "\f00d";
|
||||
background: gray;
|
||||
}
|
||||
}
|
||||
&.reroll {
|
||||
filter: opacity(0.5);
|
||||
&:after {
|
||||
content: "\f2f9";
|
||||
background: orangered;
|
||||
}
|
||||
}
|
||||
&.keep {
|
||||
&:after {
|
||||
content: "\f00c";
|
||||
background: green;
|
||||
}
|
||||
}
|
||||
&.swap {
|
||||
&:after {
|
||||
content: "\f337";
|
||||
background: fuchsia;
|
||||
}
|
||||
}
|
||||
}
|
||||
tr:first-child .dice-ct {
|
||||
&:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dice {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
&.discard {
|
||||
filter: opacity(0.5);
|
||||
border: 0 none;
|
||||
}
|
||||
&.reroll {
|
||||
filter: opacity(0.5);
|
||||
border: 0 none;
|
||||
}
|
||||
&.keep {
|
||||
border: 0 none;
|
||||
}
|
||||
&.swap {
|
||||
border: 0 none;
|
||||
}
|
||||
}
|
||||
|
||||
.discard {
|
||||
filter: opacity(0.5);
|
||||
border: 3px solid gray;
|
||||
#finalize {
|
||||
width: 100%;
|
||||
margin: 0.5rem 0.25rem 0.25rem;
|
||||
}
|
||||
.reroll {
|
||||
filter: opacity(0.5);
|
||||
border: 3px solid orangered;
|
||||
.section-header {
|
||||
i {
|
||||
font-size: 0.75rem;
|
||||
margin: 0 0.25rem;
|
||||
}
|
||||
}
|
||||
.keep {
|
||||
border: 3px solid green;
|
||||
.fa-sign-in-alt {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.chat-profil {
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
li {
|
||||
&:nth-child(1),
|
||||
&:nth-child(2) {
|
||||
flex: 0 0 4rem;
|
||||
padding: 0 0.25rem 0.25rem;
|
||||
}
|
||||
&:nth-child(4) {
|
||||
flex: 0 0 4rem;
|
||||
padding: 0 0.25rem 0.25rem;
|
||||
}
|
||||
}
|
||||
.profile-img {
|
||||
width: 4rem;
|
||||
}
|
||||
.chat-profil-stance {
|
||||
font-size: 3.5rem;
|
||||
line-height: 3.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#l5r5e-gm-tools-dialog {
|
||||
bottom: 0;
|
||||
right: 0.5rem;
|
||||
//bottom: 0;
|
||||
//right: 0.5rem;
|
||||
display: flex;
|
||||
background-position: center;
|
||||
background-size: 100%;
|
||||
@@ -203,13 +398,15 @@
|
||||
border-image: url("../assets/ui/macro-button.webp") 10 repeat;
|
||||
border-image-width: 0.5rem;
|
||||
border-image-outset: 0px;
|
||||
padding: 0;
|
||||
margin: 0.5rem;
|
||||
.window-header {
|
||||
text-align: center;
|
||||
border-bottom: 1px solid rgb(195, 165, 130);
|
||||
h4 {
|
||||
font-family: $font-primary;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.15rem;
|
||||
letter-spacing: 0.25rem;
|
||||
line-height: 2.25rem;
|
||||
color: $white-light;
|
||||
}
|
||||
}
|
||||
.window-content {
|
||||
@@ -217,22 +414,50 @@
|
||||
vertical-align: middle;
|
||||
background: transparent;
|
||||
color: $white-light;
|
||||
form {
|
||||
padding: 0;
|
||||
}
|
||||
.gm-tools-container {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-flow: wrap;
|
||||
a {
|
||||
font-size: 2rem;
|
||||
line-height: 2rem;
|
||||
min-height: 2rem;
|
||||
margin: 0;
|
||||
li {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-right: 1px solid #c3a582;
|
||||
cursor: url("../assets/cursors/pointer.webp"), pointer;
|
||||
i {
|
||||
font-size: 3rem;
|
||||
line-height: 4rem;
|
||||
vertical-align: middle;
|
||||
&:last-child {
|
||||
margin: 0;
|
||||
border: 0 none;
|
||||
}
|
||||
:hover {
|
||||
text-shadow: 0 0 $red;
|
||||
}
|
||||
}
|
||||
.difficulty {
|
||||
flex: 1;
|
||||
font-size: 3rem;
|
||||
.difficulty_hidden {
|
||||
.fa {
|
||||
width: 3rem;
|
||||
}
|
||||
.difficulty {
|
||||
flex: 1rem;
|
||||
width: 2rem;
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
}
|
||||
.fa {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.fa-bed,
|
||||
.fa-star-half-alt {
|
||||
width: 100%;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -241,3 +466,34 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dice-picker-dialog,
|
||||
.roll-n-keep-dialog {
|
||||
button {
|
||||
cursor: default;
|
||||
color: $white;
|
||||
background: linear-gradient(
|
||||
$l5r5e-linear-gradient-third,
|
||||
$l5r5e-linear-gradient-third-dark,
|
||||
$l5r5e-linear-gradient-third
|
||||
);
|
||||
background-origin: padding-box;
|
||||
border-image: url("../assets/ui/macro-button.webp") 10 repeat;
|
||||
border-image-width: 0.5rem;
|
||||
border-image-outset: 0px;
|
||||
margin: 0.5rem 0 0;
|
||||
&:hover {
|
||||
background: linear-gradient(
|
||||
$l5r5e-linear-gradient-first-dark,
|
||||
$l5r5e-linear-gradient-first,
|
||||
$l5r5e-linear-gradient-first-dark
|
||||
);
|
||||
}
|
||||
&[disabled] {
|
||||
opacity: 0.25;
|
||||
&:hover {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
width: 100%;
|
||||
line-height: 2rem;
|
||||
font-size: 0.75rem;
|
||||
margin: 0.25rem 0.25rem 0.5rem;
|
||||
margin: 0 0 0.5rem;
|
||||
text-align: center;
|
||||
li {
|
||||
flex: 1;
|
||||
@@ -133,24 +133,32 @@
|
||||
}
|
||||
}
|
||||
article {
|
||||
.weapons-content {
|
||||
flex: 1;
|
||||
}
|
||||
min-height: auto;
|
||||
display: flex;
|
||||
fieldset {
|
||||
fieldset,
|
||||
.checklist {
|
||||
flex: 0 0 calc(100% - 0.5rem);
|
||||
}
|
||||
.items-content {
|
||||
flex: 0 0 calc(100% - 0.5rem);
|
||||
margin: 1rem 0.25rem 0;
|
||||
}
|
||||
.weapons-content {
|
||||
flex: 1;
|
||||
}
|
||||
.initiative-wrapper {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
&:last-child {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
.techniques-wrapper {
|
||||
padding-left: 0.5rem;
|
||||
fieldset,
|
||||
.checklist {
|
||||
flex: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.npc-note {
|
||||
.editor {
|
||||
|
||||
@@ -17,13 +17,6 @@
|
||||
.sheet-body {
|
||||
height: calc(100% - 27rem);
|
||||
}
|
||||
.techniques-wrapper {
|
||||
fieldset {
|
||||
&:last-child {
|
||||
margin: 0 0 0 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
fieldset {
|
||||
&.advancement {
|
||||
display: block;
|
||||
@@ -501,6 +494,31 @@
|
||||
padding: 0.5rem;
|
||||
flex-wrap: wrap;
|
||||
min-height: calc(100% - 3.25rem);
|
||||
fieldset {
|
||||
h3 {
|
||||
font-size: 1.25rem;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
line-height: 2rem;
|
||||
color: $l5r5e-bold;
|
||||
border-bottom: 1px solid;
|
||||
.item-control {
|
||||
&.item-add {
|
||||
float: right;
|
||||
font-size: 0.75rem;
|
||||
line-height: 0.75rem;
|
||||
border: 1px solid;
|
||||
padding: 0.25rem;
|
||||
margin: 0.25rem;
|
||||
color: $white;
|
||||
background: $l5r5e-bold;
|
||||
&:hover {
|
||||
opacity: 0.75;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.tab[data-tab] {
|
||||
&.active {
|
||||
display: flex;
|
||||
@@ -517,11 +535,15 @@
|
||||
}
|
||||
}
|
||||
.techniques-wrapper {
|
||||
padding-left: 0.25rem;
|
||||
fieldset {
|
||||
margin: 0 0 0 0.25rem;
|
||||
}
|
||||
.checklist {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
font-size: 0.85rem;
|
||||
margin: 0 0 0.25rem 0.5rem;
|
||||
margin: 0 0 0.25rem 0.25rem;
|
||||
padding: 0.5rem;
|
||||
background: $l5r5e-title;
|
||||
--notchSize: 0.25rem;
|
||||
@@ -683,13 +705,16 @@
|
||||
display: block;
|
||||
}
|
||||
button {
|
||||
width: 22%;
|
||||
width: auto;
|
||||
min-width: 20%;
|
||||
margin: 0 0.25rem 0.25rem;
|
||||
padding: 0 0.5rem;
|
||||
color: #5a6e5a;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
border: 1px solid #5a6e5a;
|
||||
border-radius: 1rem;
|
||||
line-height: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
button:focus {
|
||||
box-shadow: none;
|
||||
@@ -746,3 +771,19 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
// Lang Adjust.
|
||||
&.sheet {
|
||||
.editable[data-lang="Español"] {
|
||||
.sheet-header {
|
||||
.focus-content,
|
||||
.vigilance-content {
|
||||
.attribute-label {
|
||||
strong {
|
||||
font-size: 0.7rem;
|
||||
line-height: 1.1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "l5r5e",
|
||||
"title": "Legend of the Five Rings (5th Edition)",
|
||||
"description": "This is an authorised multilingual game system En|Fr|Es, for Legend of the Five Rings (5th Edition) by <a href='https://edge-studio.net/'>Edge Studio</a> <p> - Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p> - Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
|
||||
"version": "1.1.1",
|
||||
"version": "1.2.0",
|
||||
"minimumCoreVersion": "0.7.9",
|
||||
"compatibleCoreVersion": "0.7.9",
|
||||
"manifestPlusVersion": "1.0.0",
|
||||
@@ -36,109 +36,134 @@
|
||||
"name": "core-properties",
|
||||
"label": "Properties",
|
||||
"path": "packs/core-properties.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-techniques-kata",
|
||||
"label": "Techniques Kata",
|
||||
"path": "packs/core-techniques-kata.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-techniques-kiho",
|
||||
"label": "Techniques Kihõ",
|
||||
"path": "packs/core-techniques-kiho.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-techniques-inversion",
|
||||
"label": "Techniques Inversions",
|
||||
"path": "packs/core-techniques-inversion.db",
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-techniques-invocations",
|
||||
"label": "Techniques Invocations",
|
||||
"path": "packs/core-techniques-invocations.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-techniques-rituals",
|
||||
"label": "Techniques Rituals",
|
||||
"path": "packs/core-techniques-rituals.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-techniques-shuji",
|
||||
"label": "Techniques Shuji",
|
||||
"path": "packs/core-techniques-shuji.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-techniques-maho",
|
||||
"label": "Techniques Mahõ",
|
||||
"path": "packs/core-techniques-maho.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-techniques-ninjutsu",
|
||||
"label": "Techniques Ninjutsu",
|
||||
"path": "packs/core-techniques-ninjutsu.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-techniques-school",
|
||||
"label": "School Abilities",
|
||||
"path": "packs/core-techniques-school.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-techniques-mastery",
|
||||
"label": "Mastery Abilities",
|
||||
"path": "packs/core-techniques-mastery.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-items",
|
||||
"label": "Items",
|
||||
"path": "packs/core-items.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-armors",
|
||||
"label": "Armors",
|
||||
"path": "packs/core-armors.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-weapons",
|
||||
"label": "Weapons",
|
||||
"path": "packs/core-weapons.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-peculiarities-distinctions",
|
||||
"label": "Distinctions",
|
||||
"path": "packs/core-peculiarities-distinctions.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-peculiarities-passions",
|
||||
"label": "Passions",
|
||||
"path": "packs/core-peculiarities-passions.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-peculiarities-adversities",
|
||||
"label": "Adversities",
|
||||
"path": "packs/core-peculiarities-adversities.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "core-peculiarities-anxieties",
|
||||
"label": "Anxieties",
|
||||
"path": "packs/core-peculiarities-anxieties.db",
|
||||
"entity": "Item"
|
||||
"entity": "Item",
|
||||
"system": "l5r5e"
|
||||
},
|
||||
{
|
||||
"name": "great-clans-presentation",
|
||||
"label": "Great Clans Presentation",
|
||||
"path": "packs/great-clans-presentation.db",
|
||||
"entity": "JournalEntry"
|
||||
"entity": "JournalEntry",
|
||||
"system": "l5r5e"
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
@@ -160,5 +185,5 @@
|
||||
],
|
||||
"url": "https://gitlab.com/teaml5r/l5r5e",
|
||||
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
|
||||
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.1.1/raw/l5r5e.zip?job=build"
|
||||
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.2.0/raw/l5r5e.zip?job=build"
|
||||
}
|
||||
|
||||
@@ -97,12 +97,12 @@
|
||||
"techniques": {
|
||||
"kata": false,
|
||||
"kiho": false,
|
||||
"inversion": false,
|
||||
"invocation": false,
|
||||
"ritual": false,
|
||||
"shuji": false,
|
||||
"maho": false,
|
||||
"ninjutsu": false,
|
||||
"list": []
|
||||
"ninjutsu": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<form class="{{cssClass}}" autocomplete="off">
|
||||
<form class="{{cssClass}}" data-lang="{{localize 'I18N.Language'}}" autocomplete="off">
|
||||
{{!-- Sheet Header --}}
|
||||
<header class="sheet-header">
|
||||
<img class="profile-img" src="{{actor.img}}" data-edit="img" title="{{actor.name}}"/>
|
||||
@@ -62,7 +62,10 @@
|
||||
<input name="data.money.zeni" type="number" value="{{actor.data.money.zeni}}" data-dtype="Number" min="0" placeholder="0"/>
|
||||
</label>
|
||||
</fieldset>
|
||||
{{> 'systems/l5r5e/templates/items/item/items.html' }}
|
||||
<fieldset class="items-wrapper">
|
||||
<legend>{{localize 'l5r5e.equipment' }}</legend>
|
||||
{{> 'systems/l5r5e/templates/items/item/items.html' }}
|
||||
</fieldset>
|
||||
</article>
|
||||
|
||||
{{!-- Experience Tab --}}
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
<ul class="rings">
|
||||
<li id="earth">
|
||||
<label class="earth">
|
||||
<i class="i_earth"></i>
|
||||
<i class="i_earth dice-picker rollable" data-ring="earth"></i>
|
||||
<strong>{{ localizeRing 'earth' }}</strong>
|
||||
<input class="centered-input select-on-focus" type="number" name="data.rings.earth" value="{{data.rings.earth}}" data-dtype="Number" min="1" max="9" placeholder="0"/>
|
||||
</label>
|
||||
</li>
|
||||
<li id="air">
|
||||
<label class="air">
|
||||
<i class="i_air"></i>
|
||||
<i class="i_air dice-picker rollable" data-ring="air"></i>
|
||||
<strong>{{ localizeRing 'air' }}</strong>
|
||||
<input class="centered-input select-on-focus" type="number" name="data.rings.air" value="{{data.rings.air}}" data-dtype="Number" min="1" max="9" placeholder="0"/>
|
||||
</label>
|
||||
</li>
|
||||
<li id="water">
|
||||
<label class="water">
|
||||
<i class="i_water"></i>
|
||||
<i class="i_water dice-picker rollable" data-ring="water"></i>
|
||||
<strong>{{ localizeRing 'water' }}</strong>
|
||||
<input class="centered-input select-on-focus" type="number" name="data.rings.water" value="{{data.rings.water}}" data-dtype="Number" min="1" max="9" placeholder="0"/>
|
||||
</label>
|
||||
</li>
|
||||
<li id="fire">
|
||||
<label class="fire">
|
||||
<i class="i_fire"></i>
|
||||
<i class="i_fire dice-picker rollable" data-ring="fire"></i>
|
||||
<strong>{{ localizeRing 'fire' }}</strong>
|
||||
<input class="centered-input select-on-focus" type="number" name="data.rings.fire" value="{{data.rings.fire}}" data-dtype="Number" min="1" max="9" placeholder="0"/>
|
||||
</label>
|
||||
</li>
|
||||
<li id="void">
|
||||
<label class="void">
|
||||
<i class="i_void"></i>
|
||||
<i class="i_void dice-picker rollable" data-ring="void"></i>
|
||||
<strong>{{ localizeRing 'void' }}</strong>
|
||||
<input class="centered-input select-on-focus" type="number" name="data.rings.void" value="{{data.rings.void}}" data-dtype="Number" min="1" max="9" placeholder="0"/>
|
||||
</label>
|
||||
|
||||
@@ -8,19 +8,19 @@
|
||||
</label>
|
||||
{{/each}}
|
||||
</div>
|
||||
<fieldset class="section-header flexrow">
|
||||
<legend class="technique-controls">
|
||||
{{ localize 'l5r5e.techniques.title' }}
|
||||
{{#if editable}}
|
||||
<a data-item-type="technique" class="technique-control item-add" title="{{ localize 'l5r5e.global.add' }}"><i class="fas fa-plus"></i></a>
|
||||
{{/if}}
|
||||
</legend>
|
||||
<ul class="item-list">
|
||||
{{#each actor.items as |item id|}}
|
||||
{{#ifCond item.type '==' 'technique'}}
|
||||
{{> 'systems/l5r5e/templates/items/technique/technique-entry.html' technique=item editable=../editable }}
|
||||
{{#each actor.data.splitTechniquesList as |list technique|}}
|
||||
<fieldset class="section-header flexrow">
|
||||
<legend class="technique-controls">
|
||||
{{localize (localize 'l5r5e.techniques.{technique}' technique=technique) }}
|
||||
{{#ifCond ../editable '&&' (lookup ../actor.data.techniques technique)}}
|
||||
<a data-item-type="technique" class="technique-control item-add" data-tech-type="{{technique}}" title="{{ localize 'l5r5e.global.add' }}"><i class="fas fa-plus"></i></a>
|
||||
{{/ifCond}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</legend>
|
||||
<ul class="item-list">
|
||||
{{#each list as |item id|}}
|
||||
{{> 'systems/l5r5e/templates/items/technique/technique-entry.html' technique=item editable=../../editable }}
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
{{/each}}
|
||||
</div>
|
||||
@@ -1,4 +1,4 @@
|
||||
<form class="{{cssClass}} flexcol limited" autocomplete="off">
|
||||
<form class="{{cssClass}} flexcol limited" data-lang="{{localize 'I18N.Language'}}" autocomplete="off">
|
||||
<img class="profile-img full" src="{{actor.img}}" data-edit="img" title="{{actor.name}}" />
|
||||
{{!-- Sheet Header --}}
|
||||
<div class="sheet-header">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<form class="{{cssClass}}" autocomplete="off">
|
||||
<form class="{{cssClass}}" data-lang="{{localize 'I18N.Language'}}" autocomplete="off">
|
||||
{{!-- Sheet Header --}}
|
||||
<header class="sheet-header">
|
||||
<div class="header-fields identity-wrapper">
|
||||
@@ -20,22 +20,31 @@
|
||||
</header>
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
<article>
|
||||
{{!-- Skills No Tab --}}
|
||||
{{> 'systems/l5r5e/templates/actors/npc/skill.html' }}
|
||||
{{#ifCond data.type '==' 'adversary'}}
|
||||
{{> 'systems/l5r5e/templates/actors/npc/conflict.html' }}
|
||||
{{/ifCond}}
|
||||
</article>
|
||||
<article>
|
||||
{{!-- Sheet Tab Navigation --}}
|
||||
<nav class="sheet-tabs tabs" data-group="primary">
|
||||
<a class="item" data-tab="skills">{{ localize 'l5r5e.skills.title' }}</a>
|
||||
<a class="item" data-tab="conflict">{{ localize 'l5r5e.conflict.title' }}</a>
|
||||
<a class="item" data-tab="inventory">{{ localize 'l5r5e.inventory' }}</a>
|
||||
</nav>
|
||||
{{!-- Techniques Tab --}}
|
||||
<article class="tab skills" data-group="primary" data-tab="skills">
|
||||
{{> 'systems/l5r5e/templates/actors/npc/narrative.html' }}
|
||||
{{> 'systems/l5r5e/templates/actors/npc/techniques.html' }}
|
||||
</article>
|
||||
<article>
|
||||
{{!-- Conflict Tab --}}
|
||||
<article class="tab conflict" data-group="primary" data-tab="conflict">
|
||||
{{> 'systems/l5r5e/templates/actors/npc/conflict.html' }}
|
||||
{{> 'systems/l5r5e/templates/items/weapon/weapons.html' }}
|
||||
{{> 'systems/l5r5e/templates/items/armor/armors.html' }}
|
||||
{{> 'systems/l5r5e/templates/items/item/items.html' }}
|
||||
</article>
|
||||
<article>
|
||||
{{> 'systems/l5r5e/templates/actors/npc/techniques.html' }}
|
||||
{{!-- Inventory Tab --}}
|
||||
<article class="tab inventory" data-group="primary" data-tab="inventory">
|
||||
<fieldset class="items-wrapper">
|
||||
<legend>{{localize 'l5r5e.equipment' }}</legend>
|
||||
{{> 'systems/l5r5e/templates/items/item/items.html' }}
|
||||
</fieldset>
|
||||
</article>
|
||||
</section>
|
||||
</form>
|
||||
@@ -1,35 +1,35 @@
|
||||
<ul class="rings">
|
||||
<li id="earth">
|
||||
<label class="earth">
|
||||
<i class="i_earth"></i>
|
||||
<i class="i_earth dice-picker rollable" data-ring="earth"></i>
|
||||
<strong>{{ localizeRing 'earth' }}</strong>
|
||||
<input class="centered-input select-on-focus" type="number" name="data.rings.earth" value="{{data.rings.earth}}" data-dtype="Number" min="1" max="9" placeholder="0"/>
|
||||
</label>
|
||||
</li>
|
||||
<li id="air">
|
||||
<li id="air">
|
||||
<label class="air">
|
||||
<i class="i_air"></i>
|
||||
<i class="i_air dice-picker rollable" data-ring="air"></i>
|
||||
<strong>{{ localizeRing 'air' }}</strong>
|
||||
<input class="centered-input select-on-focus" type="number" name="data.rings.air" value="{{data.rings.air}}" data-dtype="Number" min="1" max="9" placeholder="0"/>
|
||||
</label>
|
||||
</li>
|
||||
<li id="water">
|
||||
<label class="water">
|
||||
<i class="i_water"></i>
|
||||
<i class="i_water dice-picker rollable" data-ring="water"></i>
|
||||
<strong>{{ localizeRing 'water' }}</strong>
|
||||
<input class="centered-input select-on-focus" type="number" name="data.rings.water" value="{{data.rings.water}}" data-dtype="Number" min="1" max="9" placeholder="0"/>
|
||||
</label>
|
||||
</li>
|
||||
<li id="fire">
|
||||
<label class="fire">
|
||||
<i class="i_fire"></i>
|
||||
<i class="i_fire dice-picker rollable" data-ring="fire"></i>
|
||||
<strong>{{ localizeRing 'fire' }}</strong>
|
||||
<input class="centered-input select-on-focus" type="number" name="data.rings.fire" value="{{data.rings.fire}}" data-dtype="Number" min="1" max="9" placeholder="0"/>
|
||||
</label>
|
||||
</li>
|
||||
<li id="void">
|
||||
<label class="void">
|
||||
<i class="i_void"></i>
|
||||
<i class="i_void dice-picker rollable" data-ring="void"></i>
|
||||
<strong>{{ localizeRing 'void' }}</strong>
|
||||
<input class="centered-input select-on-focus" type="number" name="data.rings.void" value="{{data.rings.void}}" data-dtype="Number" min="1" max="9" placeholder="0"/>
|
||||
</label>
|
||||
|
||||
@@ -1,13 +1,29 @@
|
||||
<fieldset class="techniques-wrapper section-header flexrow">
|
||||
<legend class="technique-controls">
|
||||
{{ localize 'l5r5e.techniques.title' }}
|
||||
<a data-item-type="technique" class="technique-control item-add" title="{{ localize 'l5r5e.global.add' }}"><i class="fas fa-plus"></i></a>
|
||||
</legend>
|
||||
<ul class="item-list">
|
||||
{{#each actor.items as |item id|}}
|
||||
{{#ifCond item.type '==' 'technique'}}
|
||||
{{> 'systems/l5r5e/templates/items/technique/technique-entry.html' technique=item editable=../editable }}
|
||||
{{/ifCond}}
|
||||
<div class="checklist">
|
||||
<i>{{ localize 'l5r5e.techniques.type'}}</i>
|
||||
{{#each actor.data.techniquesList as |technique|}}
|
||||
<label>
|
||||
<input type="checkbox" name="data.techniques.{{technique}}" {{checked (lookup ../actor.data.techniques technique)}} />
|
||||
{{localizeTechnique technique}}
|
||||
</label>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</div>
|
||||
{{#each actor.data.splitTechniquesList as |list technique|}}
|
||||
<fieldset class="section-header flexrow">
|
||||
<legend class="technique-controls">
|
||||
{{localize (localize 'l5r5e.techniques.{technique}' technique=technique) }}
|
||||
{{#ifCond ../editable '&&' (lookup ../actor.data.techniques technique)}}
|
||||
<a data-item-type="technique" class="technique-control item-add" data-tech-type="{{technique}}" title="{{ localize 'l5r5e.global.add' }}"><i class="fas fa-plus"></i></a>
|
||||
{{/ifCond}}
|
||||
</legend>
|
||||
<ul class="item-list">
|
||||
{{#each list as |item id|}}
|
||||
{{> 'systems/l5r5e/templates/items/technique/technique-entry.html' technique=item editable=../../editable }}
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
{{/each}}
|
||||
</fieldset>
|
||||
@@ -1,17 +1,11 @@
|
||||
<div class="l5r5e dice-roll">
|
||||
{{#if isPublicRoll }}
|
||||
{{#if isPublicRoll}}
|
||||
|
||||
{{#if l5r5e.stance}}
|
||||
<div class="l5r5e profil">
|
||||
<header class="part-header flexrow chat-profil">
|
||||
<span class="chat-profil-element">
|
||||
<img class="profile-img"
|
||||
src="{{#if l5r5e.actor.img}}{{l5r5e.actor.img}}{{else}}icons/svg/mystery-man.svg{{/if}}"
|
||||
data-edit="img"
|
||||
height="40"
|
||||
width="40"
|
||||
alt="{{#if l5r5e.actor.name}}{{l5r5e.actor.name}}{{else}}mystery-man{{/if}}"
|
||||
>
|
||||
<img class="profile-img" src="{{#if l5r5e.actor.img}}{{l5r5e.actor.img}}{{else}}icons/svg/mystery-man.svg{{/if}}" data-edit="img" alt="{{#if l5r5e.actor.name}}{{l5r5e.actor.name}}{{else}}mystery-man{{/if}}" />
|
||||
</span>
|
||||
|
||||
<span class="chat-profil-element">
|
||||
@@ -27,57 +21,81 @@
|
||||
</span>
|
||||
|
||||
<span class="chat-profil-element">
|
||||
{{#if l5r5e.summary.difficultyHidden}}
|
||||
{{#if l5r5e.difficultyHidden}}
|
||||
{{localize 'l5r5e.chatdices.difficulty_hidden'}}
|
||||
{{else}}
|
||||
{{localize 'l5r5e.chatdices.difficulty'}} {{l5r5e.summary.difficulty}}
|
||||
{{localize 'l5r5e.chatdices.difficulty'}} {{l5r5e.difficulty}}
|
||||
{{/if}}
|
||||
{{#if l5r5e.summary.voidPointUsed}}
|
||||
<br><i class="i_void" title="{{localize 'l5r5e.chatdices.void_point_used'}}"></i>
|
||||
<br>
|
||||
{{#if l5r5e.voidPointUsed}}
|
||||
<i class="i_void" title="{{localize 'l5r5e.chatdices.void_point_used'}}"></i>
|
||||
{{/if}}
|
||||
{{#if l5r5e.skillAssistance}}
|
||||
<i class="i_skill" title="{{l5r5e.skillAssistance}}x {{localize 'l5r5e.chatdices.assistance_used'}}"></i>
|
||||
{{/if}}
|
||||
</span>
|
||||
</header>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div class="l5r5e dice-formula">{{formula}}</div>
|
||||
<div class="l5r5e dice-formula">{{#if l5r5e.initialFormula}}{{l5r5e.initialFormula}}{{else}}{{formula}}{{/if}}</div>
|
||||
|
||||
<div class="l5r5e dice-result">
|
||||
{{#if l5r5e.dicesTypes.l5r}}
|
||||
<div class="l5r5e item-display dices-l5r">
|
||||
{{!-- Dices list --}}
|
||||
{{#each l5r5e.dices}}
|
||||
{{#if this.diceTypeL5r}}
|
||||
{{#each this.rolls}}
|
||||
<span class="l5r5e chat-dice">{{{this.result}}}</span>
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
{{#if this.diceTypeL5r}}
|
||||
{{#each this.rolls}}
|
||||
<span class="l5r5e fas chat-dice {{this.classes}}">{{{this.result}}}</span>
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
|
||||
{{!-- Roll & Keep Button --}}
|
||||
{{#if l5r5e.canRnK}}
|
||||
{{^if l5r5e.dicesTypes.std}}
|
||||
<button class="l5r5e chat-dice-rnk">{{localize "l5r5e.chatdices.roll_n_keep"}}</button>
|
||||
{{/if}}
|
||||
|
||||
{{#l5r5e.summary}}
|
||||
<ul>
|
||||
<li>{{localize "l5r5e.chatdices.successes"}}: {{this.success}}</li>
|
||||
{{!-- summary symbols --}}
|
||||
<div class="l5r5e dice-total dice-total-rnk">
|
||||
{{#if success}}
|
||||
<i class="i_success" title="{{localize 'l5r5e.chatdices.successes'}}"></i>x{{success}}
|
||||
{{/if}}
|
||||
|
||||
{{#if explosive}}
|
||||
<li>{{localize "l5r5e.chatdices.explosives"}}: {{this.explosive}}</li>
|
||||
<i class="i_explosive" title="{{localize 'l5r5e.chatdices.explosives'}}"></i>x{{explosive}}
|
||||
{{/if}}
|
||||
|
||||
{{#if opportunity}}
|
||||
<li>{{localize "l5r5e.chatdices.opportunities"}}: {{this.opportunity}}</li>
|
||||
<i class="i_opportunity" title="{{localize 'l5r5e.chatdices.opportunities'}}"></i>x{{opportunity}}
|
||||
{{/if}}
|
||||
|
||||
{{#if strife}}
|
||||
<li>{{localize "l5r5e.chatdices.strives"}}: {{this.strife}}</li>
|
||||
<i class="i_strife" title="{{localize 'l5r5e.chatdices.strife'}}"></i>x{{strife}}
|
||||
{{/if}}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{{!-- Result text --}}
|
||||
{{#if ../l5r5e.difficultyHidden}}
|
||||
<div class="l5r5e dice-result-rnk unknown">
|
||||
{{totalSuccess}} {{localize 'l5r5e.chatdices.successes'}}
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="l5r5e dice-result-rnk {{#ifCond totalSuccess '>=' ../l5r5e.difficulty}}success{{else}}fail{{/ifCond}}">
|
||||
{{#ifCond totalSuccess '>=' ../l5r5e.difficulty}}
|
||||
{{localize "l5r5e.chatdices.success_text"}} <i title="{{totalBonus}} {{localize 'l5r5e.chatdices.successes'}}">({{totalBonus}} {{localize "l5r5e.chatdices.bonus_text"}})</i>
|
||||
{{else}}
|
||||
{{localize "l5r5e.chatdices.fail_text"}}
|
||||
{{/ifCond}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/l5r5e.summary}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{!-- Regular dices --}}
|
||||
{{#if l5r5e.dicesTypes.std}}
|
||||
<div class="l5r5e dices-std">
|
||||
{{#each results}}
|
||||
@@ -90,7 +108,6 @@
|
||||
{{{tooltip}}}
|
||||
<h4 class="l5r5e dice-total dice-total-std">{{total}}</h4>
|
||||
{{/if}}
|
||||
|
||||
</div>
|
||||
|
||||
{{/if}}
|
||||
|
||||
@@ -3,28 +3,16 @@
|
||||
{{!-- First line--}}
|
||||
<tr>
|
||||
<td class="profil center">
|
||||
<img class="profile-img"
|
||||
src="{{#if actor.img}}{{actor.img}}{{else}}icons/svg/mystery-man.svg{{/if}}"
|
||||
data-edit="img"
|
||||
height="200"
|
||||
width="200"
|
||||
alt="{{#if actor.name}}{{actor.name}}{{else}}mystery-man{{/if}}"
|
||||
>
|
||||
<img class="profile-img" src="{{#if actor.img}}{{actor.img}}{{else}}icons/svg/mystery-man.svg{{/if}}" data-edit="img" alt="{{#if actor.name}}{{actor.name}}{{else}}mystery-man{{/if}}" />
|
||||
</td>
|
||||
<td class="rings center">
|
||||
<td class="center">
|
||||
<ul class="rings">
|
||||
{{#each ringsList}}
|
||||
<li id="{{this.id}}">
|
||||
<label class="attribute-label {{this.id}} centered-input ring-selection pointer-choice {{#ifCond ../data.ring.id '==' this.id}}ring-selected{{/ifCond}}">
|
||||
<i class="i_{{this.id}}"></i>
|
||||
<strong>{{this.label}}</strong>
|
||||
<input class="centered-input approach_{{this.id}}"
|
||||
type="text"
|
||||
name="approach"
|
||||
data-ringid="{{this.id}}"
|
||||
value="{{this.value}}"
|
||||
readonly="readonly"
|
||||
/>
|
||||
<input class="centered-input approach_{{this.id}}" type="text" name="approach" data-ringid="{{this.id}}" value="{{this.value}}" readonly="readonly" />
|
||||
</label>
|
||||
</li>
|
||||
{{/each}}
|
||||
@@ -32,33 +20,19 @@
|
||||
</td>
|
||||
<td class="skill">
|
||||
{{#if data.skill.name}}
|
||||
<div>
|
||||
<label>{{localizeSkill data.skill.cat 'title'}}</label>
|
||||
</div>
|
||||
|
||||
{{#if actorIsPc}}
|
||||
<div>
|
||||
<label>{{data.skill.name}}</label>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div>
|
||||
<label id="stance_label">{{localizeSkill data.skill.cat data.ring.id}}</label>
|
||||
</div>
|
||||
<div id="skill_default_value" class="dice-container pointer-choice">
|
||||
<img src="systems/l5r5e/assets/dices/default/skill_blank.svg" alt="1">
|
||||
<div class="dice-value">
|
||||
<span class="dice-skill" type="text" name="skill_{{data.skill.name}}">{{data.skill.default_value}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<label id="stance_label">{{localizeSkill data.skill.cat data.ring.id}}</label>
|
||||
<div id="skill_default_value" class="dice-container pointer-choice">
|
||||
<img src="systems/l5r5e/assets/dices/default/skill_blank.svg" alt="1">
|
||||
<div class="dice-value">
|
||||
<span class="dice-skill" type="text" name="skill_{{data.skill.name}}">{{data.skill.defaultValue}}</span>
|
||||
</div>
|
||||
</div>
|
||||
{{else}}
|
||||
<img class="profile-img"
|
||||
src="systems/l5r5e/assets/imgs/noskill.webp"
|
||||
data-edit="img"
|
||||
height="200"
|
||||
width="200"
|
||||
alt="no skill selected"
|
||||
>
|
||||
<img class="profile-img" src="systems/l5r5e/assets/imgs/noskill.webp" data-edit="img" alt="no skill selected" />
|
||||
{{/if}}
|
||||
</td>
|
||||
</tr>
|
||||
@@ -81,7 +55,7 @@
|
||||
<td>
|
||||
{{#if data.difficulty.hidden}}
|
||||
<label>
|
||||
<input type="checkbox" id="diff_add_void_point" name="difficulty.add_void_point" value="1" {{checked data.difficulty.add_void_point}}>
|
||||
<input type="checkbox" id="diff_add_void_point" name="difficulty.addVoidPoint" value="1" {{checked data.difficulty.addVoidPoint}} />
|
||||
+1 <i class="i_void" title="{{localize 'l5r5e.dicepicker.void_point_tooltip'}}"></i>
|
||||
</label>
|
||||
{{else}}
|
||||
@@ -92,9 +66,9 @@
|
||||
|
||||
<div class="third">
|
||||
<div class="dice-container">
|
||||
<img src="systems/l5r5e/assets/dices/default/3d/blank.png" alt="1">
|
||||
<img src="systems/l5r5e/assets/dices/default/3d/blank.png" alt="1" />
|
||||
<div class="dice-value">
|
||||
<input class="input-dice" type="text" name="difficulty.value" value="{{data.difficulty.value}}" readonly="readonly">
|
||||
<input class="input-dice" type="text" name="difficulty.value" value="{{data.difficulty.value}}" readonly="readonly" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -113,9 +87,9 @@
|
||||
|
||||
<div class="third">
|
||||
<div class="dice-container">
|
||||
<img src="systems/l5r5e/assets/dices/default/ring_blank.svg" alt="1">
|
||||
<img src="systems/l5r5e/assets/dices/default/ring_blank.svg" alt="1" />
|
||||
<div class="dice-value">
|
||||
<input class="input-dice input-dice-ring" type="text" name="ring.value" value="{{data.ring.value}}" readonly="readonly">
|
||||
<input class="input-dice input-dice-ring" type="text" name="ring.value" value="{{data.ring.value}}" readonly="readonly" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -132,9 +106,9 @@
|
||||
|
||||
<div class="third">
|
||||
<div class="dice-container">
|
||||
<img src="systems/l5r5e/assets/dices/default/skill_blank.svg" alt="1">
|
||||
<img src="systems/l5r5e/assets/dices/default/skill_blank.svg" alt="1" />
|
||||
<div class="dice-value">
|
||||
<input class="input-dice input-dice-skill" type="text" name="skill.value" value="{{data.skill.value}}" readonly="readonly">
|
||||
<input class="input-dice input-dice-skill" type="text" name="skill.value" value="{{data.skill.value}}" readonly="readonly" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -150,7 +124,7 @@
|
||||
<td>
|
||||
{{^if difficultyHiddenIsLock}}
|
||||
<label>
|
||||
<input type="checkbox" id="diff_hidden" name="difficulty.hidden" value="1" {{checked data.difficulty.hidden}}>
|
||||
<input type="checkbox" id="diff_hidden" name="difficulty.hidden" value="1" {{checked data.difficulty.hidden}} />
|
||||
{{localize 'l5r5e.dicepicker.difficulty_hidden_label'}}
|
||||
</label>
|
||||
{{/if}}
|
||||
@@ -158,18 +132,35 @@
|
||||
<td>
|
||||
{{#if canUseVoidPoint}}
|
||||
<label>
|
||||
<input type="checkbox" id="use_void_point" name="useVoidPoint" value="1" {{checked data.useVoidPoint}}>
|
||||
<input type="checkbox" id="use_void_point" name="useVoidPoint" value="1" {{checked data.useVoidPoint}} />
|
||||
{{localize 'l5r5e.dicepicker.use_void_point_label'}} <i class="i_void" title="{{localize 'l5r5e.dicepicker.void_point_tooltip'}}"></i>
|
||||
</label>
|
||||
{{/if}}
|
||||
</td>
|
||||
<td>
|
||||
<div class="third">
|
||||
<i class="assistance pointer-choice fa fa-minus-square" data-item="assistance" data-value="-1"></i>
|
||||
</div>
|
||||
|
||||
<div class="third">
|
||||
<i class="i_skill"></i> {{localize 'l5r5e.dicepicker.skill_assistance_label'}}
|
||||
<div class="dice-container">
|
||||
<img src="systems/l5r5e/assets/dices/default/3d/blank.png" alt="1" />
|
||||
<div class="dice-value">
|
||||
<input class="input-dice" type="text" name="skill.assistance" value="{{data.skill.assistance}}" readonly="readonly" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="third">
|
||||
<i class="assistance pointer-choice fa fa-plus-square" data-item="assistance" data-value="1"></i>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<button name="roll" type="submit" {{#if disableSubmit}}disabled{{/if}}>{{localize 'l5r5e.dicepicker.roll_label'}} <i class='fas fa-arrow-circle-right'></i></button>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<div class="form-group">
|
||||
<button name="roll" type="submit" {{#if disableSubmit}}disabled{{/if}}>{{localize 'l5r5e.dicepicker.roll_label'}} <i class='fas fa-arrow-circle-right'></i></button>
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
@@ -1,6 +1,14 @@
|
||||
<form class="l5r5e gm-tools-dialog" autocomplete="off">
|
||||
<p class="gm-tools-container">
|
||||
<a class="difficulty_hidden"><i class="fa fa-eye{{#if data.difficultyHidden}}-slash{{/if}}"></i></a>
|
||||
<strong class="difficulty">{{data.difficulty}}</strong>
|
||||
</p>
|
||||
</form>
|
||||
<ul class="gm-tools-container">
|
||||
<li class="difficulty_hidden" title="{{localize 'l5r5e.gm_toolbox.difficulty_hidden'}}">
|
||||
<i class="fa fa-eye{{#if data.difficultyHidden}}-slash{{/if}}"></i>
|
||||
<strong class="difficulty" title="{{localize 'l5r5e.gm_toolbox.difficulty'}}">{{data.difficulty}}</strong>
|
||||
</li>
|
||||
<li class="gm_actor_updates sleep" data-type="sleep" title="{{localize 'l5r5e.gm_toolbox.sleep'}}">
|
||||
<i class="fa fa-bed"></i>
|
||||
</li>
|
||||
<li class="gm_actor_updates scene_end" data-type="scene_end" title="{{localize 'l5r5e.gm_toolbox.scene_end'}}">
|
||||
<i class="fas fa-star-half-alt"></i>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
@@ -1,90 +1,130 @@
|
||||
<form class="l5r5e roll-n-keep-dialog" autocomplete="off">
|
||||
|
||||
<form class="{{cssClass}}" autocomplete="off">
|
||||
{{!-- Profil --}}
|
||||
<div class="l5r5e profil">
|
||||
<header class="part-header flexrow chat-profil">
|
||||
<span class="chat-profil-element">
|
||||
<img class="profile-img"
|
||||
src="{{#if l5r5e.actor.img}}{{l5r5e.actor.img}}{{else}}icons/svg/mystery-man.svg{{/if}}"
|
||||
data-edit="img"
|
||||
height="40"
|
||||
width="40"
|
||||
alt="{{#if l5r5e.actor.name}}{{l5r5e.actor.name}}{{else}}mystery-man{{/if}}"
|
||||
>
|
||||
</span>
|
||||
|
||||
<span class="chat-profil-element">
|
||||
<header class="l5r5e profil part-header flexrow chat-profil">
|
||||
<ul>
|
||||
<li class="chat-profil-element">
|
||||
<img class="profile-img" src="{{#if l5r5e.actor.img}}{{l5r5e.actor.img}}{{else}}icons/svg/mystery-man.svg{{/if}}" data-edit="img" alt="{{#if l5r5e.actor.name}}{{l5r5e.actor.name}}{{else}}mystery-man{{/if}}" />
|
||||
</li>
|
||||
<li class="chat-profil-element">
|
||||
<i class="chat-profil-stance {{l5r5e.stance}} i_{{l5r5e.stance}}" title="{{localizeRing l5r5e.stance}}"></i>
|
||||
</span>
|
||||
|
||||
<span class="chat-profil-element-skill">
|
||||
</li>
|
||||
<li class="chat-profil-element-skill">
|
||||
{{#if l5r5e.skillId}}
|
||||
{{localizeSkillId l5r5e.skillId}}
|
||||
{{else}}
|
||||
{{#if l5r5e.skillCatId}}{{localizeSkill l5r5e.skillCatId 'title'}}{{/if}}
|
||||
{{/if}}
|
||||
</span>
|
||||
|
||||
<span class="chat-profil-element">
|
||||
{{#if l5r5e.summary.difficultyHidden}}
|
||||
</li>
|
||||
<li class="chat-profil-element">
|
||||
{{#if l5r5e.difficultyHidden}}
|
||||
{{localize 'l5r5e.chatdices.difficulty_hidden'}}
|
||||
{{else}}
|
||||
{{localize 'l5r5e.chatdices.difficulty'}} {{l5r5e.summary.difficulty}}
|
||||
{{localize 'l5r5e.chatdices.difficulty'}} {{l5r5e.difficulty}}
|
||||
{{/if}}
|
||||
{{#if l5r5e.summary.voidPointUsed}}
|
||||
<br><i class="i_void" title="{{localize 'l5r5e.chatdices.void_point_used'}}"></i>
|
||||
<br />
|
||||
{{#if l5r5e.voidPointUsed}}
|
||||
<i class="i_void" title="{{localize 'l5r5e.chatdices.void_point_used'}}"></i>
|
||||
{{/if}}
|
||||
</span>
|
||||
</header>
|
||||
</div>
|
||||
{{#if l5r5e.skillAssistance}}
|
||||
<i class="i_skill" title="{{l5r5e.skillAssistance}}x {{localize 'l5r5e.chatdices.assistance_used'}}"></i>
|
||||
{{/if}}
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<section class="rnk-ct">
|
||||
{{!-- Body --}}
|
||||
{{#if options.editable}}
|
||||
{{!-- Face Rings --}}
|
||||
<fieldset class="dropbox swap">
|
||||
<legend class="section-header">
|
||||
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.roll_n_keep.swap_drop_here'}} <i class="fa fa-arrows-alt-h"></i>
|
||||
</legend>
|
||||
|
||||
{{!-- Discard & ReRoll --}}
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
{{#each data.swapDiceFaces.rings}}
|
||||
<div class="dice dropbox faces-change" data-type="swap" data-face="{{this}}" data-die="RingDie">
|
||||
<img src="{{getDiceFaceUrl 'RingDie' this}}" alt="{{this}}" />
|
||||
</div>
|
||||
{{/each}}
|
||||
</fieldset>
|
||||
{{!-- Center --}}
|
||||
<article class="rnk-center">
|
||||
{{!-- Discard & ReRoll --}}
|
||||
<fieldset class="dropbox discards" data-type="discard">
|
||||
<legend class="section-header"><i class="fa fa-arrow-down" aria-hidden="true"></i> {{ localize 'l5r5e.roll_n_keep.discard_drop_here' }}</legend>
|
||||
<legend class="section-header">
|
||||
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.roll_n_keep.discard_drop_here'}} <i class="fa fa-times"></i>
|
||||
</legend>
|
||||
</fieldset>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<fieldset class="dropbox rerolls" data-type="reroll">
|
||||
<legend class="section-header"><i class="fa fa-arrow-down" aria-hidden="true"></i> {{ localize 'l5r5e.roll_n_keep.reroll_drop_here' }}</legend>
|
||||
<legend class="section-header">
|
||||
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.roll_n_keep.reroll_drop_here'}} <i class="fa fa-redo-alt"></i>
|
||||
</legend>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
{{!-- DiceList history --}}
|
||||
<table>
|
||||
{{#each data.dicesList as |item idxStep|}}
|
||||
<tr>
|
||||
{{#each item as |dice idxDie|}}
|
||||
<td>
|
||||
<div class="dice {{this.choice}} {{#ifCond (lookup ../../draggableList idxDie) '==' idxStep }}draggable{{/ifCond}}" data-step="{{idxStep}}" data-die="{{idxDie}}">
|
||||
{{#if this.img}}
|
||||
<img src="{{this.img}}" alt="{{idxStep}}_{{idxDie}}" />
|
||||
{{/if}}
|
||||
</div>
|
||||
</td>
|
||||
{{/each}}
|
||||
</tr>
|
||||
{{/each}}
|
||||
</table>
|
||||
|
||||
{{!-- Keep --}}
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
{{!-- DiceList history --}}
|
||||
<table>
|
||||
{{#each data.dicesList as |item idxStep|}}
|
||||
<tr>
|
||||
{{#each item as |dice idxDie|}}
|
||||
<td>
|
||||
{{#if dice.face}}
|
||||
{{#if dice.newFace}}
|
||||
<span class="fas dice-ct {{dice.choice}}">
|
||||
<img class="dice {{dice.choice}}{{#ifCond ../../data.currentStep '==' idxStep}} draggable{{/ifCond}}" data-step="{{idxStep}}" data-die="{{idxDie}}" src="{{getDiceFaceUrl dice.type dice.newFace}}" alt="{{idxStep}}_{{idxDie}}" />
|
||||
</span>
|
||||
{{else}}
|
||||
<span class="fas dice-ct {{dice.choice}}">
|
||||
<img class="dice {{dice.choice}}{{#ifCond ../../data.currentStep '==' idxStep}} draggable{{/ifCond}}" data-step="{{idxStep}}" data-die="{{idxDie}}" src="{{getDiceFaceUrl dice.type dice.face}}" alt="{{idxStep}}_{{idxDie}}" />
|
||||
</span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</td>
|
||||
{{/each}}
|
||||
</tr>
|
||||
{{/each}}
|
||||
</table>
|
||||
{{!-- Keep --}}
|
||||
<fieldset class="dropbox keeps" data-type="keep">
|
||||
<legend class="section-header"><i class="fa fa-arrow-down" aria-hidden="true"></i> {{ localize 'l5r5e.roll_n_keep.keep_drop_here' }}</legend>
|
||||
<legend class="section-header">
|
||||
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.roll_n_keep.keep_drop_here'}} <i class="fa fa-check"></i>
|
||||
</legend>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<button id="finalize" name="finalize" type="button">{{ localize 'l5r5e.roll_n_keep.bt_validate' }} <i class='fas fa-arrow-circle-right'></i></button>
|
||||
|
||||
</article>
|
||||
{{!-- Face Skills --}}
|
||||
<fieldset class="dropbox swap">
|
||||
<legend class="section-header">
|
||||
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.roll_n_keep.swap_drop_here'}} <i class="fa fa-arrows-alt-h"></i>
|
||||
</legend>
|
||||
{{#each data.swapDiceFaces.skills}}
|
||||
<div class="dice dropbox faces-change" data-type="swap" data-face="{{this}}" data-die="AbilityDie">
|
||||
<img src="{{getDiceFaceUrl 'AbilityDie' this}}" alt="{{this}}" />
|
||||
</div>
|
||||
{{/each}}
|
||||
</fieldset>
|
||||
<button id="finalize" name="finalize" type="button" {{#if data.submitDisabled}}disabled{{/if}}>
|
||||
{{ localize 'l5r5e.roll_n_keep.bt_validate' }} <i class="fas fa-arrow-circle-right"></i>
|
||||
</button>
|
||||
{{else}}
|
||||
<table>
|
||||
{{!-- Non editable DiceList history --}}
|
||||
{{#each data.dicesList as |item idxStep|}}
|
||||
<tr>
|
||||
{{#each item as |dice idxDie|}}
|
||||
<td>
|
||||
{{#if dice.face}}
|
||||
{{#if dice.newFace}}
|
||||
<span class="fas dice-ct {{dice.choice}}">
|
||||
<img class="dice {{dice.choice}}" src="{{getDiceFaceUrl dice.type dice.newFace}}" alt="{{idxStep}}_{{idxDie}}" />
|
||||
</span>
|
||||
{{else}}
|
||||
<span class="fas dice-ct {{dice.choice}}">
|
||||
<img class="dice {{dice.choice}}" src="{{getDiceFaceUrl dice.type dice.face}}" alt="{{idxStep}}_{{idxDie}}" />
|
||||
</span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</td>
|
||||
{{/each}}
|
||||
</tr>
|
||||
{{/each}}
|
||||
</table>
|
||||
{{/if}}
|
||||
</section>
|
||||
</form>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
{{/if}}
|
||||
|
||||
{{#if strife}}
|
||||
<li>{{localize "l5r5e.chatdices.strives"}}: {{this.strife}}</li>
|
||||
<li>{{localize "l5r5e.chatdices.strife"}}: {{this.strife}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if difficulty}}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<li class="item-name">{{ advancement.name }}</li>
|
||||
{{#if editable}}
|
||||
<li data-item-id="{{advancement._id}}" class="item-control item-edit" title="{{localize 'l5r5e.global.edit'}}"><i class="fas fa-edit"></i></li>
|
||||
<li data-item-id="{{advancement._id}}" class="item-control item-delete" title="{{localize 'l5r5e.global.delete'}}"><i class="fas fa-trash"></i></li>
|
||||
<li data-item-id="{{advancement._id}}" class="item-control item-delete" title="{{localize 'Delete'}}"><i class="fas fa-trash"></i></li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
{{#if advancement.data.description}}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</li>
|
||||
{{#if editable}}
|
||||
<li data-item-id="{{item._id}}" class="item-edit" title="{{localize 'l5r5e.global.edit'}}"><i class="fas fa-edit"></i></li>
|
||||
<li data-item-id="{{item._id}}" class="item-delete" title="{{localize 'l5r5e.global.delete'}}"><i class="fas fa-trash"></i></li>
|
||||
<li data-item-id="{{item._id}}" class="item-delete" title="{{localize 'Delete'}}"><i class="fas fa-trash"></i></li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
<ul class="item-properties">
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<fieldset class="armors-content">
|
||||
<legend class="section-header">
|
||||
{{ localize 'l5r5e.armors.title' }}
|
||||
{{localize 'l5r5e.armors.title'}}
|
||||
{{#if editable}}
|
||||
<a data-item-type="armor" class="armor-control item-add" title="{{ localize 'l5r5e.global.add'}}"><i class="fas fa-plus"></i></a>
|
||||
<a data-item-type="armor" data-item-eqquiped="true" class="armor-control item-add" title="{{localize 'l5r5e.global.add'}}"><i class="fas fa-plus"></i></a>
|
||||
{{/if}}
|
||||
</legend>
|
||||
<ul class="item-list">
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{{#if editable}}
|
||||
<li data-item-id="{{item._id}}" data-type="equipped" class="item-equip equip-readied-control" title="{{localize 'l5r5e.armors.equipped'}}"><i class="fas {{#if item.data.equipped}}fa-tshirt{{else}}fa-weight-hanging{{/if}}"></i></li>
|
||||
<li data-item-id="{{item._id}}" class="item-edit" title="{{localize 'l5r5e.global.edit'}}"><i class="fas fa-edit"></i></li>
|
||||
<li data-item-id="{{item._id}}" class="item-delete" title="{{localize 'l5r5e.global.delete'}}"><i class="fas fa-trash"></i></li>
|
||||
<li data-item-id="{{item._id}}" class="item-delete" title="{{localize 'Delete'}}"><i class="fas fa-trash"></i></li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
<ul class="item-properties">
|
||||
|
||||
@@ -1,15 +1,13 @@
|
||||
<fieldset class="items-content">
|
||||
<legend>
|
||||
{{ localize 'l5r5e.equipment' }}
|
||||
{{#if editable}}
|
||||
<a data-item-type="item" class="item-control item-add" title="{{ localize 'l5r5e.global.add'}}"><i class="fas fa-plus"></i></a>
|
||||
{{#each data.splitItemsList as |cat type|}}
|
||||
<h3>
|
||||
{{localize (localize 'l5r5e.{type}s.title' type=type) }}
|
||||
{{#if ../editable}}
|
||||
<a data-item-type="{{type}}" class="item-control item-add" title="{{ localize 'l5r5e.global.add'}}"><i class="fas fa-plus"></i></a>
|
||||
{{/if}}
|
||||
</legend>
|
||||
</h3>
|
||||
<ul class="item-list">
|
||||
{{#each actor.items as |item id|}}
|
||||
{{#ifCond '["item", "armor", "weapon"]' 'includes' item.type}}
|
||||
{{> 'systems/l5r5e/templates/items/item/item-entry.html' item=item id=id editable=../editable }}
|
||||
{{/ifCond}}
|
||||
{{#each cat as |item id|}}
|
||||
{{> 'systems/l5r5e/templates/items/item/item-entry.html' item=item id=id editable=../../editable }}
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
{{/each}}
|
||||
@@ -4,7 +4,7 @@
|
||||
<li class="item-name">{{ peculiarity.name }}</li>
|
||||
{{#if editable}}
|
||||
<li data-item-id="{{peculiarity._id}}" class="item-control item-edit" title="{{localize 'l5r5e.global.edit'}}"><i class="fas fa-edit"></i></li>
|
||||
<li data-item-id="{{peculiarity._id}}" class="item-control item-delete" title="{{localize 'l5r5e.global.delete'}}"><i class="fas fa-trash"></i></li>
|
||||
<li data-item-id="{{peculiarity._id}}" class="item-control item-delete" title="{{localize 'Delete'}}"><i class="fas fa-trash"></i></li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
{{#if peculiarity.data.types}}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<li class="item-img"><img src="{{item.img}}" title="{{item.name}}" width="32px" height="32px"/></li>
|
||||
<li class="item-name">{{ item.name }}</li>
|
||||
{{#if editable}}
|
||||
<li class="property-delete" title="{{localize 'l5r5e.global.delete'}}"><i class="fas fa-trash"></i></li>
|
||||
<li class="property-delete" title="{{localize 'Delete'}}"><i class="fas fa-trash"></i></li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
{{#if item.data.data.description}}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<li class="item-name">{{ technique.name }}</li>
|
||||
{{#if editable}}
|
||||
<li data-item-id="{{technique._id}}" class="item-control item-edit" title="{{localize 'l5r5e.global.edit'}}"><i class="fas fa-edit"></i></li>
|
||||
<li data-item-id="{{technique._id}}" class="item-control item-delete" title="{{localize 'l5r5e.global.delete'}}"><i class="fas fa-trash"></i></li>
|
||||
<li data-item-id="{{technique._id}}" class="item-control item-delete" title="{{localize 'Delete'}}"><i class="fas fa-trash"></i></li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
{{#if technique.data.description}}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<li class="item weapon flexcol toggle-on-click" data-toggle="item-description-{{item._id}}">
|
||||
<ul class="item-header item-control">
|
||||
<li class="item-img"><img src="{{item.img}}" title="{{item.name}}" width="32px" height="32px"/></li>
|
||||
<li class="item-name">{{ item.name }}</li>
|
||||
<li class="item-name dice-picker" data-weapon-id="{{item._id}}">{{ item.name }}</li>
|
||||
<li class="icon-stat-container">
|
||||
<i class="fas fa-arrows-alt-h" title="{{ localize 'l5r5e.weapons.range' }}"> {{item.data.range}}</i>
|
||||
<i class="fas fa-tint" title="{{ localize 'l5r5e.weapons.damage' }}"> {{item.data.damage}}</i>
|
||||
@@ -9,7 +9,7 @@
|
||||
</li>
|
||||
{{#if editable}}
|
||||
<li data-item-id="{{item._id}}" class="item-edit" title="{{localize 'l5r5e.global.edit'}}"><i class="fas fa-edit"></i></li>
|
||||
<li data-item-id="{{item._id}}" class="item-delete" title="{{localize 'l5r5e.global.delete'}}"><i class="fas fa-trash"></i></li>
|
||||
<li data-item-id="{{item._id}}" class="item-delete" title="{{localize 'Delete'}}"><i class="fas fa-trash"></i></li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
<ul class="item-properties">
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<fieldset class="weapons-content">
|
||||
<legend class="section-header">
|
||||
{{ localize 'l5r5e.weapons.title' }}
|
||||
{{localize 'l5r5e.weapons.title'}}
|
||||
{{#if editable}}
|
||||
<a data-item-type="weapon" class="weapon-control item-add" title="{{ localize 'l5r5e.global.add'}}"><i class="fas fa-plus"></i></a>
|
||||
<a data-item-type="weapon" data-item-eqquiped="true" class="weapon-control item-add" title="{{localize 'l5r5e.global.add'}}"><i class="fas fa-plus"></i></a>
|
||||
{{/if}}
|
||||
</legend>
|
||||
<ul class="item-list">
|
||||
|
||||
Reference in New Issue
Block a user