Compare commits
136 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71c03b8a5d | ||
|
|
d6ba994ae6 | ||
|
|
cab98451cd | ||
|
|
ac43982f24 | ||
|
|
c5c5d173db | ||
|
|
9446e08433 | ||
|
|
14e18fdc8e | ||
|
|
b219f4aee6 | ||
|
|
5b573a5ed0 | ||
|
|
1dce3a5444 | ||
|
|
b04ac12636 | ||
|
|
3a674fd0f4 | ||
|
|
49fee9a5dd | ||
|
|
ac5bc5f5b2 | ||
|
|
2429be4c5d | ||
|
|
dbff0bb2d4 | ||
|
|
6c50eac0b4 | ||
|
|
a9a2169ed6 | ||
|
|
ff3199ad5c | ||
|
|
40147ae8d3 | ||
|
|
798b0fdf03 | ||
|
|
ad427d99e4 | ||
|
|
f8e45c1e32 | ||
|
|
f9191b7b1c | ||
|
|
e802161d4d | ||
|
|
8acede12ea | ||
|
|
4beace9dfb | ||
|
|
acea008622 | ||
|
|
685c923667 | ||
|
|
fb911a9bf0 | ||
|
|
e88c8aa2f6 | ||
|
|
d500e515e2 | ||
|
|
fc07ee9f46 | ||
|
|
7a8ad990a6 | ||
|
|
c2d8441ba1 | ||
|
|
7a6ea9932d | ||
|
|
ba5f27674d | ||
|
|
66cb3d08ad | ||
|
|
baad5c0d6f | ||
|
|
9d33be15fb | ||
|
|
71eed1b26d | ||
|
|
075ce5f662 | ||
|
|
e7bd9ea3fb | ||
|
|
096429d2f8 | ||
|
|
c7476a42c2 | ||
|
|
8514064722 | ||
|
|
b92d2b3112 | ||
|
|
894cdba28b | ||
|
|
dbbde5eeb3 | ||
|
|
f848e6c234 | ||
|
|
eebd26d32a | ||
|
|
cf937c4979 | ||
|
|
d74d91d8b8 | ||
|
|
ed79c53907 | ||
|
|
6d91bea530 | ||
|
|
9742f6c254 | ||
|
|
39fad25e74 | ||
|
|
bc51066dd7 | ||
|
|
c5cca09e86 | ||
|
|
d1ed939e9a | ||
|
|
d991fd57b4 | ||
|
|
f024f6ba16 | ||
|
|
66f84ba9d7 | ||
|
|
1c2de655c4 | ||
|
|
05a06b6e31 | ||
|
|
aae646c15a | ||
|
|
d14ed8023f | ||
|
|
f83a17aec9 | ||
|
|
d04cc51e79 | ||
|
|
7eed9fdea1 | ||
|
|
597c5a0b49 | ||
|
|
93e2bd23f8 | ||
|
|
c24fba5d19 | ||
|
|
02c8f5a304 | ||
|
|
ae738241b2 | ||
|
|
5fe5350d69 | ||
|
|
0869e43a37 | ||
|
|
41da4e7de2 | ||
|
|
706acab070 | ||
|
|
a9f9d9ce2e | ||
|
|
7b7926674a | ||
|
|
36997c099e | ||
|
|
5aed5629bf | ||
|
|
daf402fd1a | ||
|
|
fd25650a5d | ||
|
|
e9b289d4a6 | ||
|
|
98ce77774f | ||
|
|
a7ac0bbab3 | ||
|
|
fffe8d661a | ||
|
|
d9ba4569c7 | ||
|
|
dbbb2d4f00 | ||
|
|
ff44530eff | ||
|
|
783a49713a | ||
|
|
e3a42817c0 | ||
|
|
49214fc330 | ||
|
|
f17cc1c7b0 | ||
|
|
a1c6f0f373 | ||
|
|
35a7bbf974 | ||
|
|
638ea5859f | ||
|
|
002ec8c218 | ||
|
|
255b0c96e2 | ||
|
|
3b3cb67787 | ||
|
|
ccc81d439f | ||
|
|
aabdcae49a | ||
|
|
e8d8f7143d | ||
|
|
473ff9997c | ||
|
|
32f142deae | ||
|
|
b5bb4e04f2 | ||
|
|
0d3ac2ce83 | ||
|
|
a876bfa122 | ||
|
|
193a10daed | ||
|
|
efe1e088ed | ||
|
|
448fadeca7 | ||
|
|
bc103c2988 | ||
|
|
92e5c780e6 | ||
|
|
d06926e8f6 | ||
|
|
f640949016 | ||
|
|
8c4072d8af | ||
|
|
64b436627f | ||
|
|
da788d47c7 | ||
|
|
5bbec503ea | ||
|
|
16dbc7939d | ||
|
|
a900a2dc46 | ||
|
|
3dfee20484 | ||
|
|
165c8c81c7 | ||
|
|
732b6b85d8 | ||
|
|
c0c3f13a46 | ||
|
|
39129ddd6f | ||
|
|
b35fb852af | ||
|
|
1afd85d3e9 | ||
|
|
9d5374e35c | ||
|
|
57a645f2e0 | ||
|
|
05fe3b8326 | ||
|
|
f04f0a0b4e | ||
|
|
36795e7b48 | ||
|
|
ee2a485ab6 |
@@ -17,6 +17,7 @@ module.exports = {
|
||||
"import/extensions": "off",
|
||||
"class-methods-use-this": "off",
|
||||
// Personal Preference
|
||||
// "operator-linebreak": ["error", "before"], // prettier bug
|
||||
"linebreak-style": "off",
|
||||
"no-mixed-operators": "off",
|
||||
"no-param-reassign": "off",
|
||||
@@ -29,6 +30,8 @@ module.exports = {
|
||||
},
|
||||
globals: {
|
||||
foundry: "readonly",
|
||||
TokenDocument: "readonly",
|
||||
Babele: "readonly",
|
||||
AudioHelper: "readonly",
|
||||
Collection: "readonly",
|
||||
Hooks: "readonly",
|
||||
@@ -417,7 +420,7 @@ module.exports = {
|
||||
filterObject: "readonly",
|
||||
flattenObject: "readonly",
|
||||
expandObject: "readonly",
|
||||
isObjectEmpty: "readonly",
|
||||
isEmpty: "readonly",
|
||||
mergeObject: "readonly",
|
||||
diffObject: "readonly",
|
||||
hasProperty: "readonly",
|
||||
@@ -436,6 +439,7 @@ module.exports = {
|
||||
saveDataToFile: "readonly",
|
||||
readTextFromFile: "readonly",
|
||||
fromUuid: "readonly",
|
||||
fromUuidSync: "readonly",
|
||||
_handleMouseWheelInputChange: "readonly",
|
||||
getTemplate: "readonly",
|
||||
loadTemplates: "readonly",
|
||||
|
||||
251
CHANGELOG.md
@@ -1,6 +1,121 @@
|
||||
# Changelog
|
||||
Date format : day/month/year
|
||||
|
||||
## 1.6.0 - QoL & SoftLock
|
||||
## 1.9.5 - 11/01/2023 - Adding Modifiers
|
||||
- Characters can now have bonus endurance/composure/focus/vigilance from conditions (thx to Perkuns).
|
||||
|
||||
## 1.9.4 - 31/12/2022 - Last bugfixes of the Year !
|
||||
- Fix prepared settings bugs (trackers icons sometimes disappears).
|
||||
- GM Toolbox : Left clic do only actors with an active player as owner.
|
||||
- Compendiums : Added Celestial Realms missing Titles : `Bond with a spirit` and `Moon cultist`.
|
||||
|
||||
## 1.9.3 - 29/09/2022 - Combat Tracker
|
||||
- Fix for L5R combat tracker bar who have disappeared.
|
||||
|
||||
## 1.9.2 - 09/09/2022 - Advancements Again
|
||||
- Fix for advancements ownership (items in items).
|
||||
|
||||
## 1.9.1 - 08/09/2022 - Advancements Bugfixes
|
||||
- Fix for advancements fail to add new items ("_id" readonly error. see #42).
|
||||
|
||||
## 1.9.0 - 01/09/2022 - Foundry v10 Compatibility
|
||||
__! Be certain to carefully back up any critical user data before installing this update !__
|
||||
- Updated the System to FoundryVTT v10.
|
||||
- Updated the initiative behaviour, he now open the DicePicker for PC and Adversaries locally or remotely.
|
||||
- Added a `game.user.isFirstGM` property for some traitements (socket and migration) to prevent multiple executions with multiple GM connected.
|
||||
- Added socket API `openDicePicker` to remotely open the DicePicker (see [usage on wiki](https://gitlab.com/teaml5r/l5r5e/-/wikis/dev/sockets.md#opendicepicker)).
|
||||
- Added chat distinction for roll using target (`@T:`) with `min` or `max` for non disclose the target to players.
|
||||
- Added a distinction when clicking on the dice icon on Chat tab :
|
||||
- Left clic, open the DP locally (as usual).
|
||||
- Right clic (GM only), now open the DP for players with all skills in list.
|
||||
- Added `itemUuid`/`item` to DP and `item` in RnK/Roll for the technique or weapon used to be readable in ChatMessage.
|
||||
- Replaced `targetInfos` (`name`/`img`) to `target` (`TokenDocument`) on DP/RnK/Roll for better access to the related token.
|
||||
- Added `@UUID` link on target and weapon/technique in ChatMessage.
|
||||
- Added `Wiki` and `Compendium` link in system tab (open wiki page).
|
||||
- Removed restriction on technique types when dropping a technique (Sheet and 20Q. see #39).
|
||||
- Fixed sync between GM for Combat tracker `initiative encounter type` and `initiative prepared`.
|
||||
- Compendiums :
|
||||
- Added `Writ of the Wild` compendiums.
|
||||
- Updated Blessed Treasure/Concealed Horror/Nemuranai.
|
||||
|
||||
## 1.8.2 - 24/06/2022 - Unofficial Italian translation
|
||||
- Added Unofficial Italian translation (Corebook only for compendiums), all thanks to EldritchTranslator.
|
||||
- Added French translation for Tables.
|
||||
- Fixed : Translated table names broke the macros. We are now using IDs to avoid that in `L5R5E Macros` compendium.
|
||||
|
||||
## 1.8.1 - 09/06/2022 - Small bugfixes
|
||||
- Added a restriction on symbols, they are now lower-case only, ex : (air) work, (Air) will not (#36).
|
||||
- Added some 20q questions in GM monitor global tooltip (q14, q15, q20) for quick access.
|
||||
- Fixed css for body>background-size from auto to cover, for blank scene (Thx to Sasmira).
|
||||
- Fixed css for header buttons in maximized state for `OneJournal` module.
|
||||
- Updated System manifest property `manifestPlusVersion` to 1.2.0, and added screenshots in media section.
|
||||
|
||||
## 1.8.0 - 29/04/2022 - QoL & Compendiums Update
|
||||
- Added 179 Japanese villages name table.
|
||||
- Added Rōnin icon and tag symbol `(ronin)` (Thanks to TesserWract).
|
||||
- Added a different view for GM and Players for hidden roll in ChatMessage.
|
||||
- Fixed : Missing translation for EN and ES - `Armors, Weapons, and Items` in Npc Generator dialog.
|
||||
- Compendiums :
|
||||
- Added CR missing `Agasha Pattern` Pattern and Property (Thanks to KitCat).
|
||||
- Added `Celestial Implement Boons` compendium (Thanks to TesserWract)
|
||||
- Updated Weapon Names and Grips (Thanks to TesserWract) :
|
||||
- Added `N/A` to invalid weapon grips.
|
||||
- Grips with more than one quality and/or style now use a more consistent format: `(style): Quality 1, Quality 2, ...`
|
||||
- Renamed `Tinbe-Rochin` to `Rochin` as the DB entry is for the single item rather than the item pair.
|
||||
- Added macrons to relevant weapon names.
|
||||
- Refactor the way of symbols was handled, now compatible with `monks enhanced journal` module.
|
||||
|
||||
## 1.7.1 - 01/04/2022 - Spring fixes
|
||||
- PC/NPC sheet :
|
||||
- Fixed technique with a skill set, in a title, now open the DicePicker as intended.
|
||||
- Roll/DP/RnK :
|
||||
- Fixed the way an actor is lightweight and re-construct from chat message. This fix minions npc sync with multiple token (missing context).
|
||||
- Added `changelog` and `readme` properties in system.json
|
||||
|
||||
## 1.7.0 - 28/03/2022 - Strife, DiceRoller for Techniques & Npc Generator
|
||||
- NPC Sheet :
|
||||
- Added a random generator feature (Demeanor, Clan and Families names courteously authorized by Edge).
|
||||
- This is random by design, don't expect clan/school logic in values.
|
||||
- Added collapsible techniques groupes.
|
||||
- PC sheet :
|
||||
- Added collapsible skill/techniques groupes.
|
||||
- Army sheet :
|
||||
- Image and token now follow the commander's on drop.
|
||||
- PC/NPC sheet :
|
||||
- Added a volatile storage to keep collapsible (Skills/Inventory) in theirs state on sheet update.
|
||||
- Added the ability for technique with a skill set, to open the DicePicker with presets values.
|
||||
- Some can interact with targets, but do the default difficulty if none.
|
||||
- Notes : Techniques in sheet need to be re-imported from the compendium or manually updated for this to work.
|
||||
- Trying an autocomplete on some fields : clan, family, school, roles, demeanor.
|
||||
- Techniques Sheet & Compendiums :
|
||||
- Added difficulty and skill values (not to all techniques. see [usage on wiki](https://gitlab.com/teaml5r/l5r5e/-/wikis/users/techniques-syntaxe.md)).
|
||||
- Trying an autocomplete on skill field.
|
||||
- DicePicker :
|
||||
- Added TN hidden difficulty visibility for GM (ex: ?2?).
|
||||
- Added a selection for techniques with skill list.
|
||||
- RnK :
|
||||
- Added ability to directly apply the strife to the actor on final step. The chat message show the value taken in gray aside the total strife.
|
||||
- Changed the way the swap is handled, that now work the same as the reroll.
|
||||
- You need to keep them after the step was validated.
|
||||
- This way you can do step by step for disadvantages, advantages, techniques swaps...
|
||||
- Roll chat message :
|
||||
- Added Target information.
|
||||
- Properties sheet:
|
||||
- Fixed loading properties from custom compendiums.
|
||||
- Added a line strike on removed/unknown property and ability to remove them.
|
||||
- Added Inversion and Mantra icon and tag symbols (thanks to TesserWract).
|
||||
- Added a Changelog link in system tab.
|
||||
- Fixed image following the technique_type on technique sheet.
|
||||
- Fixed linked actor image compatibility with Tokenizer.
|
||||
- Fixed svg height/width for firefox.
|
||||
- Compendiums : Removed the Phoenix image on `Ishiken Initiate School` school techniques.
|
||||
|
||||
## 1.6.1 - 13/02/2022 - Little Bugfixes
|
||||
- PC sheet : fixed the `Complete this rank` button who stayed hidden in experience tab.
|
||||
- GmMonitor : fixed a bug with render when the list was emptied.
|
||||
- Combat : fixed a null error when sometimes the combatant actor is null.
|
||||
|
||||
## 1.6.0 - 11/02/2022 - QoL & SoftLock
|
||||
- PC/NPC/Armies sheet:
|
||||
- Added SoftLock functionality.
|
||||
- Added a new button bar for system specific buttons to reduce elements in headers.
|
||||
@@ -14,14 +129,14 @@
|
||||
- Inversion techniques : Updated xp cost from 3 to 6.
|
||||
- Spanish language updated thanks to Alejandro Barranquero.
|
||||
|
||||
## 1.5.0 - FoundryVTT v9 Compatibility
|
||||
## 1.5.0 - 09/01/2022 - FoundryVTT v9 Compatibility
|
||||
- Updated the System to FoundryVTT v9.
|
||||
- Thanks to Perkuns for his help with the CSS for this v9 release.
|
||||
- Fixed armies in combat tracker.
|
||||
- Fixed "traditional-japanese-man.svg" and "traditional-japanese-woman.svg" headers for firefox (x/y/width/height).
|
||||
- Fixed `traditional-japanese-man.svg` and `traditional-japanese-woman.svg` headers for firefox (x/y/width/height).
|
||||
- Trying to fix advancements behavior, who sometime left point on the old choice.
|
||||
|
||||
## 1.4.0 - Armies & French PoW
|
||||
## 1.4.0 - 19/12/2021 - Armies & French PoW
|
||||
- Added Army (Actor), Cohort (Item) and Fortification (Item) sheets.
|
||||
- Actor Sheet (PC, NPC, Army) : Added the ability to Drag n Drop an actor's image.
|
||||
- GM monitor :
|
||||
@@ -32,44 +147,44 @@
|
||||
- Compendiums :
|
||||
- PoW:
|
||||
- Updated all French compendiums from official French translation.
|
||||
- Added missing items pattern : "Spirit of the Qamarist Pattern", "Ghostlands Yodhaniya Pattern" and "Kökejin’s Heart of the Wind Pattern".
|
||||
- Added missing title : "Astradhari".
|
||||
- Added mantras : "Summon Mantra : [One Implement]" and "Countering Mantra".
|
||||
- Fixed : "Urbane and Worldly" advantage was misspelled "Wroldly" (thx to Cernunnos).
|
||||
- Fixed : "Passion for [Foreign Performing Art Form]" from "Passion" to "Distinction" type.
|
||||
- Fixed : "Flowering Deceptions" from "Kata" to "Shuji" type.
|
||||
- Added Hooves (weapon) & Arrows (object)
|
||||
- Added two tables to draw japanese names (1500 males names & 530 females names).
|
||||
- Added missing items pattern : `Spirit of the Qamarist Pattern`, `Ghostlands Yodhaniya Pattern` and `Kökejin’s Heart of the Wind Pattern`.
|
||||
- Added missing title : `Astradhari`.
|
||||
- Added mantras : `Summon Mantra : [One Implement]` and `Countering Mantra`.
|
||||
- Fixed : `Urbane and Worldly` advantage was misspelled `Wroldly` (thx to Cernunnos).
|
||||
- Fixed : `Passion for [Foreign Performing Art Form]` from `Passion` to `Distinction` type.
|
||||
- Fixed : `Flowering Deceptions` from `Kata` to `Shuji` type.
|
||||
- Added `Hooves` (weapon) and `Arrows` (object).
|
||||
- Added two tables to draw japanese names (1500 males names and 530 females names).
|
||||
- Added some Macros.
|
||||
- Standardization of "great-clans-presentation" pack name to "core-journal-great-clans-presentation".
|
||||
- Standardization of `great-clans-presentation` pack name to `core-journal-great-clans-presentation`.
|
||||
- SendToChat now check links validity before adding them.
|
||||
- New NPC changed from "minion" to "adversary" by default.
|
||||
- New NPC changed from `minion` to `adversary` by default.
|
||||
- 20Q : Fixed line break in techniques label list.
|
||||
|
||||
## 1.3.5 - DsN hotfix
|
||||
- Fixed a bug introduced by DiceSoNice 4.2.1 : context in "diceSoNiceRollStart" hook rebuild data and lost what we needed. The consequence is 3d dice flood a lot in RnK.
|
||||
## 1.3.5 - 11/10/2021 - DsN hotfix
|
||||
- Fixed a bug introduced by DiceSoNice 4.2.1 : context in `diceSoNiceRollStart` hook rebuild data and lost what we needed. The consequence is 3d dice flood a lot in RnK.
|
||||
|
||||
## 1.3.4 - Compendiums Update
|
||||
## 1.3.4 - 15/09/2021 - Compendiums Update
|
||||
- Fixed a bug with sheet item drop introduced in previous version.
|
||||
- Added FoV English Opportunities usage.
|
||||
- Compendiums :
|
||||
- New icon for Inversion techniques.
|
||||
- Opportunities "Conflict use" table : the Air entry for the 2 opportunities was replaced by this real text (copy-past error).
|
||||
- Added missing Mantis "Storm Fleet Tide Seer" school techniques : "Storm Surge" and "Eye of the Storm".
|
||||
- Opportunities `Conflict use` table : the Air entry for the 2 opportunities was replaced by this real text (copy-past error).
|
||||
- Added missing Mantis `Storm Fleet Tide Seer` school techniques : `Storm Surge` and `Eye of the Storm`.
|
||||
- Added PoW School Curriculum and Titles.
|
||||
- Fixed Compendiums entries :
|
||||
- "Asako Inquisitor School [Crab]" to "Asako Inquisitor School [Phoenix]"
|
||||
- FoV Title : "Elemental Guard" (duplicate) to "Elemental Legionnaire".
|
||||
- PoW Mastery : "Divine Protection" (duplicate) to "Tower of Ivory".
|
||||
- `Asako Inquisitor School [Crab]` to `Asako Inquisitor School [Phoenix]`
|
||||
- FoV Title : `Elemental Guard` (duplicate) to `Elemental Legionnaire`.
|
||||
- PoW Mastery : `Divine Protection` (duplicate) to `Tower of Ivory`.
|
||||
|
||||
## 1.3.3 - Send'n'Watch
|
||||
## 1.3.3 - 23/08/2021 - Send'n'Watch
|
||||
- GM toolbox changes :
|
||||
- Added "Reset void point" and "Gm Monitor" buttons.
|
||||
- "Reset void point", "Sleep" and "Scene End" now use left clic to target only assigned characters, and right clic to do all actors.
|
||||
- Added "Gm Monitor", a windows to see summaries of actors :
|
||||
- Added `Reset void point` and `Gm Monitor` buttons.
|
||||
- `Reset void point`, `Sleep` and `Scene End` now use left clic to target only assigned characters, and right clic to do all actors.
|
||||
- Added `Gm Monitor`, a windows to see summaries of actors :
|
||||
- Drop any actor on it to display them.
|
||||
- By default, or if the list is empty, all assigned characters will fill it.
|
||||
- Added "send to chat" header buttons on sheets for :
|
||||
- Added `send to chat` header buttons on sheets for :
|
||||
- Item : Image and description
|
||||
- Actor : Image and public description
|
||||
- Journal : Image and description, or full image if no text, or only description if no image.
|
||||
@@ -80,14 +195,14 @@
|
||||
- Added Opportunity usage helper in Journal Compendium (courteously authorized by Edge).
|
||||
- Fixed Compendiums entries thanks to TesserWract :
|
||||
- Weapons:
|
||||
- Chair, lute, sake bottle and cups, and scroll case use the "Unarmed skill".
|
||||
- Chair, lute, sake bottle and cups, and scroll case use the `Unarmed skill`.
|
||||
- Changed the umbrella's stab grip to be 2-handed.
|
||||
- School Cursus :
|
||||
- "Utaku Battle Maiden": Replaced "Striking as Air" with "Courtier's Resolve".
|
||||
- `Utaku Battle Maiden`: Replaced `Striking as Air` with `Courtier's Resolve`.
|
||||
- Techniques :
|
||||
- "Disappearing World Style": Ring used changed from "air" to "fire".
|
||||
- "Lord Hida's Grip": Added the "(Crab)" prerequisite in title.
|
||||
- "Lord Shiba's Valor": Added the "(Phoenix)" prerequisite in title.
|
||||
- `Disappearing World Style`: Ring used changed from `air` to `fire`.
|
||||
- `Lord Hida's Grip`: Added the `(Crab)` prerequisite in title.
|
||||
- `Lord Shiba's Valor`: Added the `(Phoenix)` prerequisite in title.
|
||||
- Fixes for RnK :
|
||||
- Visibility mode now should be consistent with the 1st message (public, private, gm...).
|
||||
- DiceSoNice will now not show the new dice(s) for explosive in non-public mode.
|
||||
@@ -96,7 +211,7 @@
|
||||
- Minor fixe on editable state.
|
||||
- Updated compatibility to Foundry VTT v0.8.9
|
||||
|
||||
## 1.3.2 - Ronin's Bubble
|
||||
## 1.3.2 - 14/07/2021 - Ronin's Bubble
|
||||
- Added a tooltip on hover with all information for items, and removed all these silly moving description (which made me crazy).
|
||||
- Added PoW Revised 20Q (for old Ronin, just modify the template in 20Q to change the character sheet fields).
|
||||
- Added Bushido tenets on Social tab in sheet for all (I think this is useful for players, and it's in Core rulebook so... why this is not by default ;) ).
|
||||
@@ -104,56 +219,56 @@
|
||||
- Added English FoV Terrain Compendium.
|
||||
- Added PoW Name Tables compendium : Qamarist Names, Ivory Kingdoms Names, Rokugani Names and Ujik Names (courteously authorized by Edge).
|
||||
- Added ability to drop a (Curriculum) Journal to have a link in school experience tab.
|
||||
- Added properties antagonists (ex : "Sacred" remove "Unholy" on drop). So now properties can have another properties in them.
|
||||
- Added properties antagonists (ex : `Sacred` remove `Unholy` on drop). So now properties can have another properties in them.
|
||||
- Added a little time saver : when switching between NPC types, now the prototype token is altered this way : Linked actor for Adversary, unlinked for Minion.
|
||||
- Fixed roll for RollTable not showing the text in chat.
|
||||
- Fixed school compendium: "Kuni Warden School" from "Scorpion" to "Crab".
|
||||
- Fixed school compendium: `Kuni Warden School` from `Scorpion` to `Crab`.
|
||||
- Fixed some Pdf Copy-Paste error in school cursus that make L instead of I : Lkoma/Lsawa/Luchi...
|
||||
|
||||
## 1.3.1 - Empty Sheet Scholar Helper
|
||||
## 1.3.1 - 16/06/2021 - Empty Sheet Scholar Helper
|
||||
- Added English/French Journal Compendiums for School Curriculums.
|
||||
- Added English/French Curriculums in description for Titles.
|
||||
- Added English Compendiums for Field of Victory (thanks to mdosantos).
|
||||
- Added English "Blessed Treasures" in items for Field of Victory (thanks to PlatFleece)
|
||||
- Added English/French "Blessed Treasures" and "Concealed Horror" in items for Shadowlands.
|
||||
- Added English `Blessed Treasures` in items for Field of Victory (thanks to PlatFleece)
|
||||
- Added English/French `Blessed Treasures` and `Concealed Horror` in items for Shadowlands.
|
||||
- Added new icons for titles, links, items pattern and scroll signatures.
|
||||
- QoL : Added label for grips in Weapon sheet (thanks to TesserWract).
|
||||
- QoL : Added buttons to Add or Subtract money.
|
||||
- Fixed the "empty sheet" bug (I hope).
|
||||
- Fixed the "bought_at_rank" does not change according to the PC rank value when an Item is drop on a sheet.
|
||||
- Fixed the issue #23 "Token image does not save". Now we reflect the change on the token name/image only if it's a linked actor and if the token/sheet have the same values.
|
||||
- Fixed the "unlink actor data" who still change the Actor Data when editing an unlinked token.
|
||||
- Fixed the `empty sheet` bug (I hope).
|
||||
- Fixed the `bought_at_rank` does not change according to the PC rank value when an Item is drop on a sheet.
|
||||
- Fixed the issue #23 `Token image does not save`. Now we reflect the change on the token name/image only if it's a linked actor and if the token/sheet have the same values.
|
||||
- Fixed the `unlink actor data` who still change the Actor Data when editing an unlinked token.
|
||||
|
||||
## 1.3.0 - Foundry 0.8 Compatibility
|
||||
## 1.3.0 - 02/06/2021 - Foundry 0.8 Compatibility
|
||||
__! Be certain to carefully back up any critical user data before installing this update !__
|
||||
- Updated the System to the new version of Foundry VTT (a lot of things broke).
|
||||
- NPC can now have strengths/weaknesses with all rings.
|
||||
- Added "Title", "Bond", "Signature Scroll" and "Item Pattern":
|
||||
- Added `Title`, `Bond`, `Signature Scroll` and `Item Pattern`:
|
||||
- The item types.
|
||||
- Theirs compendiums entries.
|
||||
- A new list in experience tab to not mess with school cursus.
|
||||
- Item patterns :
|
||||
- Can be dropped on another item to add the associated property.
|
||||
- To change the linked property, drop any property on the item pattern sheet.
|
||||
- Added an optional "Specificity" technique type to serve as a catch-all.
|
||||
- Added an optional `Specificity` technique type to serve as a catch-all.
|
||||
- Added Mantis clan compendium entries.
|
||||
- Added a "Description" in PC/NPC sheet: this field is used in limited view ("description" are public, "notes" are private).
|
||||
- PC/NPC : Removed the "titles" field in social.
|
||||
- NPC : Moved the "note" field in social to gain some space, and uniformize with PC.
|
||||
- Added a `Description` in PC/NPC sheet: this field is used in limited view (`description` are public, `notes` are private).
|
||||
- PC/NPC : Removed the `titles` field in social.
|
||||
- NPC : Moved the `note` field in social to gain some space, and uniformize with PC.
|
||||
- Fix : rnkMessage not passing on actor object for NPCs (thanks to Bragma).
|
||||
- Fix : The "Crescent Moon Style" technique rank from 4 to 2.
|
||||
- Fix : The `Crescent Moon Style` technique rank from 4 to 2.
|
||||
- Fix : Drop an advancement on a PC/NPC sheet now correctly add the bonus to the Actor (ex Air +1), and the same with remove.
|
||||
- QoL : RnK button is now black in chat if no actions are left in roll (new messages only).
|
||||
- QoL : Added symbols legend in RnK dialog as reminder.
|
||||
- QoL : Added "(x Max)" display in RnK picker for max number of dice to keep (thanks to Bragma).
|
||||
- QoL : Added `(x Max)` display in RnK picker for max number of dice to keep (thanks to Bragma).
|
||||
- QoL : When DiceSoNice is enabled, the display of the RnK dialog is delayed by 2s before show-up.
|
||||
- Others minor optimizations (ex: 20q saving multiple item at once).
|
||||
|
||||
## 1.2.1 - Praised be Firefox
|
||||
## 1.2.1 - 18/02/2021 - Praised be Firefox
|
||||
- Fix dice swap on firefox that overflowed on the top and bottom of the RnK dialog
|
||||
- Fix new items list on firefox who deformed the sheets
|
||||
|
||||
## 1.2.0 - Roll n Keep
|
||||
## 1.2.0 - 17/02/2021 - Roll n Keep
|
||||
- Added Roll n Keep 1st iteration !
|
||||
- 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
|
||||
@@ -167,21 +282,21 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
- Please note all dice without choice will be discarded for the next step
|
||||
- The GM has the ability to undo choices by left-clicking in the status headers
|
||||
- Limitation: The roll need to only have L5R dice in it (no mixed regular + L5R)
|
||||
- Fix image's behavior on create for all items sub classes
|
||||
- Fix image's behavior on create for all items subclasses
|
||||
- Click on rings in the PC/PNC sheet now open the DicePicker with the selected ring
|
||||
- Added a booster for loading compendium's core items (speed up 20Q)
|
||||
- Added confirm dialog on item's deletion (Hold "ctrl" on the click, if you want to bypass it)
|
||||
- Added "Sleep" & "Scene End" buttons in "GM ToolBox" (old "difficulty" box)
|
||||
- Added confirm dialog on item's deletion (Hold `ctrl` on the click, if you want to bypass it)
|
||||
- Added `Sleep` & `Scene End` buttons in `GM ToolBox` (old `difficulty` box)
|
||||
- Token's bar:
|
||||
- The strife bar is now displayed in red if the actor is compromised
|
||||
- Added an option, off by default, to reverse the fatigue's token bar (thanks to Jzrzmy)
|
||||
- Added an option, on by default, to set the TN to 1 when the encounter type is selected (Intrigue, Duel, Skirmish or Mass battle)
|
||||
- Split Techniques & Items by category in actor sheet (pc & npc) for better readability
|
||||
- Armor & Weapon added in the conflict tab now set the "equipped" property by default
|
||||
- Armor & Weapon added in the conflict tab now set the `equipped` property by default
|
||||
- Added Tabs on NPC sheets
|
||||
- New styles for dice results
|
||||
|
||||
## 1.1.2 - One Compendium to bring them all
|
||||
## 1.1.2 - 28/01/2021 - One Compendium to bring them all
|
||||
- Added compendiums (Thanks to Stéfano Fara for the English version !) Partial for French as PoW and CR are not translated yet
|
||||
- Shadowlands
|
||||
- Emerald Empire
|
||||
@@ -196,11 +311,11 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
- Minion can now choose a stance and if they are prepared
|
||||
- Other minors fix
|
||||
|
||||
## 1.1.1 - The Huns War
|
||||
## 1.1.1 - 21/01/2021 - The Huns War
|
||||
- Fix Minion initiative
|
||||
- Fix textarea ninjo/giri
|
||||
|
||||
## 1.1.0 - Initiative first !
|
||||
## 1.1.0 - 20/01/2021 - Initiative first !
|
||||
- Added initiative system :
|
||||
- Now use the score rule (the real one if you prefer)
|
||||
- Added global modifiers for Characters, Adversary and Minons in the combat tracker : Confrontation types, Prepared
|
||||
@@ -212,7 +327,7 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
- Added a GM Dialog Tool for setting global difficulty (TN) value / hidden (with DicePicker live refresh)
|
||||
- Compendium now display Ring and Rank if any in list view
|
||||
- DicePicker :
|
||||
- Fixed the initial display of "use a void point"
|
||||
- Fixed the initial display of `use a void point`
|
||||
- No free void point anymore
|
||||
- PC/NPC Sheet :
|
||||
- Added a visual indicator for equipped / readied
|
||||
@@ -222,7 +337,7 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
- 20Q Pushed the step3 item's limit to 20 (10 previous)
|
||||
- Added System migration stuff
|
||||
|
||||
## 1.0.0 - First public release
|
||||
## 1.0.0 - 12/01/2021 - First public release
|
||||
- Removed the 0ds if no skill point
|
||||
- Added initiative roll (only tactics for the moment)
|
||||
- Change color of keikogi and add on compendium
|
||||
@@ -259,12 +374,12 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
- Fix for logo on Firefox
|
||||
- Visual fix for Firefox and end 20Q edit
|
||||
- Fix for no actor dice picker
|
||||
- Added "add a void point" checkbox, and some fixes
|
||||
- Added `add a void point` checkbox, and some fixes
|
||||
- Added code fr module translation on README.md
|
||||
- Babele is better in setup hook ?
|
||||
- Added babele french translation into system
|
||||
- Removed DicePiker bulk macro as it was unnecessary now
|
||||
- Fix for Q13: "skill and disadv" OR "adv"
|
||||
- Fix for Q13: `skill and disadv` OR `adv`
|
||||
- Added some text for 20Q 2dn dice
|
||||
- Stop some missing propagation
|
||||
- Fix adv tooltip
|
||||
@@ -275,12 +390,12 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
- Fix marge on sheet + fix nav on 20Q + clean imgs
|
||||
- 20Q added step18 status, honor and glory for modifier
|
||||
- Add BG and first style for 20Q
|
||||
- Added class "roll" for roll in chat
|
||||
- Added class `roll` for roll in chat
|
||||
- Some styles
|
||||
- Add style for skill types checkboxes
|
||||
- Add roll to global game var
|
||||
- Change file to md
|
||||
- Added a icon for "void point used" in chat log
|
||||
- Added a icon for `void point used` in chat log
|
||||
- Fix for 20Q: constructCache only once
|
||||
- Fix EN vigilante -> vigilance
|
||||
- Update actor for using/get a void point
|
||||
@@ -296,11 +411,11 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
- Added (ring) and (skill) symbols
|
||||
- Specific case for school_ability and mastery_ability on drop
|
||||
- Added convertSymbol for item's desc and actor's notes
|
||||
- Fix for "search anywhere" draggable icon
|
||||
- Fix for `search anywhere` draggable icon
|
||||
- Add ul li style for editor + Adjuste stance + marge on sheets and img
|
||||
- Remove effects from template.json for tech
|
||||
- Update css for item attribute
|
||||
- added pack for "school_ability" and "mastery_ability" techniques
|
||||
- added pack for `school_ability` and `mastery_ability` techniques
|
||||
- Added school_ability and mastery_ability types for techniques
|
||||
- Update on compendiums
|
||||
- Fix properties description
|
||||
@@ -347,7 +462,7 @@ __! Be certain to carefully back up any critical user data before installing thi
|
||||
## 0.5.0 - Testbed
|
||||
- Fix last bug on items and update json for 0.5.0 Pre-Release
|
||||
- fix using id for toggle
|
||||
- removed "for" on label
|
||||
- removed `for` on label
|
||||
- Update item with js expanded function
|
||||
- toggle hook
|
||||
- forced render true on macro
|
||||
|
||||
77
README.md
@@ -1,85 +1,88 @@
|
||||
# Legend of the Five Rings (5th Edition) by [Edge Studio](https://edge-studio.net/)
|
||||
# Legend of the Five Rings (5th Edition) authorized by [Edge Studio](https://edge-studio.net/)
|
||||
|
||||

|
||||
[](https://ko-fi.com/vlyan)
|
||||
[](https://foundryvtt.com/)
|
||||
[](https://forge-vtt.com/bazaar#package=l5r5e)
|
||||
[](https://www.foundryvtt-hub.com/package/l5r5e/)
|
||||
[](https://www.foundryvtt-hub.com/package/l5r5e/)
|
||||
|
||||
# English
|
||||
|
||||
This is a game system for [Foundry Virtual Tabletop](https://foundryvtt.com/) provides a character sheet and basic systems to play [Edge Studio's](https://edge-studio.net/) Legend of the Five Rings 5th edition.
|
||||
This version is authorized by Edge Studio, all texts, images and copyrights are the property of their respective owners.
|
||||
|
||||
## Install with the manifest
|
||||
1. Copy this link and use it in Foundry system manager to install the system.
|
||||
> https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json
|
||||
|
||||
### Recommended modules
|
||||
- `Babele` required for non english compendium translation: https://gitlab.com/riccisi/foundryvtt-babele
|
||||
- `Dice so Nice` for 3D dices : https://gitlab.com/riccisi/foundryvtt-dice-so-nice
|
||||
- `Search Anywhere` https://gitlab.com/riccisi/foundryvtt-search-anywhere (don't spent too much time searching the right technique)
|
||||
## Installation & Recommended modules
|
||||
See the [Wiki page - Installation](https://gitlab.com/teaml5r/l5r5e/-/wikis/users/install.md) for detail.
|
||||
|
||||
|
||||
## Current L5R team (alphabetical order)
|
||||
- Carter (compendiums, adventure adaptation)
|
||||
- Vlyan (development)
|
||||
|
||||
|
||||
## Historical L5R team (alphabetical order)
|
||||
- Carter (compendiums, adventure adaptation)
|
||||
- Hrunh (compendiums, pre-gen characters adaptation)
|
||||
- Mandar (development)
|
||||
- Sasmira (contributor)
|
||||
- Vlyan (development)
|
||||
|
||||
## Remerciements, vielen danke & Many thanks to :
|
||||
1. José Ladislao Lainez Ortega, aka "L4D15", for his first version
|
||||
2. Sasmira and LeRatierBretonnien for their work on the [Francophone community of Foundry](https://discord.gg/pPSDNJk)
|
||||
3. Flex for his advice
|
||||
|
||||
## Acknowledgements, vielen danke & Many thanks to :
|
||||
1. José Ladislao Lainez Ortega, aka "L4D15", for his first version.
|
||||
2. Sasmira and LeRatierBretonnien for their work on the [Francophone community of Foundry](https://discord.gg/pPSDNJk).
|
||||
3. Flex for advices in L5R rules.
|
||||
|
||||
|
||||
## Contribute
|
||||
You are free to contribute and propose corrections, modifications after fork. Try to respect 3 rules:
|
||||
1. Make sure you are up to date with the referent branch.
|
||||
2. Clear and precise commit messages allow a quick review of the code.
|
||||
3. If possible, limit yourself to one Feature per Merge request so as not to block the process.
|
||||
You are free to contribute and propose corrections, modifications after fork.
|
||||
|
||||
See the [Wiki page - System helping (Contribute)](https://gitlab.com/teaml5r/l5r5e/-/wikis/dev/system-helping.md) for detail.
|
||||
|
||||
|
||||
|
||||
# French
|
||||
|
||||
Il s'agit d'un système de jeu pour [Foundry Virtual Tabletop](https://foundryvtt.com/) qui fournit une fiche de personnage et des systèmes de base pour jouer à La Légende des Cinq Anneaux 5e édition de [Edge Studio](https://edge-studio.net/).
|
||||
Cette version est autorisée par Edge Studio, tous les textes, images et droits d'auteur reviennent à leurs propriétaires respectifs.
|
||||
|
||||
## Installer avec le manifeste
|
||||
Copier ce lien et chargez-le dans le menu système de Foundry.
|
||||
> https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json
|
||||
|
||||
### Modules requis pour le français
|
||||
Pour traduire les éléments de base de FoundryVTT (interface), il vous faut installer et activer le module suivant :
|
||||
> https://gitlab.com/baktov.sugar/foundryvtt-lang-fr-fr
|
||||
## Installation & Modules recommandés
|
||||
Le wiki en français est disponible à cette adresse :
|
||||
> https://foundryvtt.wiki/fr/systemes/l5r
|
||||
|
||||
La traduction du système fonctionne directement, cependant les compendiums nécessitent d'installer et activer le module Babele pour être traduit :
|
||||
> https://gitlab.com/riccisi/foundryvtt-babele
|
||||
|
||||
### Modules recommandés
|
||||
- `Dice so Nice` pour avoir des dés 3D : https://gitlab.com/riccisi/foundryvtt-dice-so-nice
|
||||
- `Search Anywhere` pour ne pas perdre top de temps à chercher une technique : https://gitlab.com/riccisi/foundryvtt-search-anywhere
|
||||
La liste des modules recommandés mise à jour est aussi disponible sur le [Wiki - Installation](https://gitlab.com/teaml5r/l5r5e/-/wikis/users/install.md#modules) (en anglais).
|
||||
|
||||
|
||||
## Nous rejoindre
|
||||
1. Vous pouvez retrouver toutes les mises à jour en français pour FoundryVTT sur le discord officiel francophone
|
||||
2. Lien vers [Discord Francophone](https://discord.gg/pPSDNJk)
|
||||
|
||||
|
||||
## L'équipe L5R actuelle (par ordre alphabétique)
|
||||
- Carter (compendiums, adaptation de scénario)
|
||||
- Vlyan (développement)
|
||||
|
||||
|
||||
## L'équipe L5R historique (par ordre alphabétique)
|
||||
- Carter (compendiums, adaptation de scénario)
|
||||
- Hrunh (compendiums, adaptation des pré-tirés)
|
||||
- Mandar (développement)
|
||||
- Sasmira (contributeur)
|
||||
- Vlyan (développement)
|
||||
|
||||
|
||||
## Remerciements, vielen danke & Many thanks to :
|
||||
1. José Ladislao Lainez Ortega, aka "L4D15", pour sa première version
|
||||
2. Sasmira et LeRatierBretonnien pour leur travail sur la [communauté Francophone de Foundry](https://discord.gg/pPSDNJk)
|
||||
3. Flex pour ses conseils
|
||||
1. José Ladislao Lainez Ortega, aka "L4D15", pour sa première version.
|
||||
2. Sasmira et LeRatierBretonnien pour leur travail sur la [communauté Francophone de Foundry](https://discord.gg/pPSDNJk).
|
||||
3. Flex pour ses conseils sur les règles de L5R.
|
||||
|
||||
|
||||
## Contribuer
|
||||
Vous êtes libre de contribuer et proposer après fork des corrections, modifications. Essayez de respecter 3 règles :
|
||||
1. Assurez-vous de bien être à jour par rapport à la branche référente.
|
||||
2. Des messages de commit clair et précis permettent une relecture rapide du code.
|
||||
3. Limitez-vous si possible à une Feature par demande de Merge pour ne pas bloquer le processus.
|
||||
Vous êtes libre de contribuer et proposer après fork des corrections, modifications.
|
||||
|
||||
Voir la [page du Wiki - System helping (Contribute)](https://gitlab.com/teaml5r/l5r5e/-/wikis/dev/system-helping.md) pour le détail (en anglais).
|
||||
|
||||
|
||||
|
||||
# Screenshots
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Requires
|
||||
const gulp = require("gulp");
|
||||
const prefix = require("gulp-autoprefixer");
|
||||
const sass = require("gulp-sass");
|
||||
const sass = require("gulp-sass")(require('sass'));
|
||||
const browserSync = require("browser-sync");
|
||||
|
||||
/* ----------------------------------------- */
|
||||
|
||||
3167
package-lock.json
generated
22
package.json
@@ -20,22 +20,16 @@
|
||||
"homepage": "https://gitlab.com/teaml5r/l5r5e#readme",
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.1.0",
|
||||
"browser-sync": "^2.23.7",
|
||||
"eslint": "^7.15.0",
|
||||
"eslint-config-prettier": "^6.15.0",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"browser-sync": "^2.27.10",
|
||||
"eslint": "^8.27.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^7.0.1",
|
||||
"gulp-sass": "^4.1.0",
|
||||
"husky": "^4.3.0",
|
||||
"gulp-autoprefixer": "^8.0.0",
|
||||
"gulp-sass": "^5.1.0",
|
||||
"lint-staged": "^10.5.1",
|
||||
"node-sass": "^4.14.1",
|
||||
"prettier": "^2.1.2"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
"sass": "^1.56.1",
|
||||
"prettier": "^2.7.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": "eslint --cache --fix",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve">
|
||||
width="23px" height="23px" viewBox="0 0 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;opacity:0.25;}
|
||||
|
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve">
|
||||
width="23px" height="23px" viewBox="0 0 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;opacity:0.25;enable-background:new ;}
|
||||
.st2{display:inline;fill:#FFFFFF;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||
|
||||
|
||||
.st3{display:inline;fill:#FFFFFF;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||
.st4{fill:#FFFFFF;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||
.st5{fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#292929;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#292929;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#292929;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#292929;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#292929;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#292929;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||
.st1{fill:#CC0000;}
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
width="40px" height="40px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
|
||||
.st1{display:none;}
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 49 49" style="enable-background:new 0 0 49 49;" xml:space="preserve">
|
||||
width="49px" height="49px" viewBox="0 0 49 49" style="enable-background:new 0 0 49 49;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FCE770;}
|
||||
.st1{fill:#3F342F;}
|
||||
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.2 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 45.9 45.9" style="enable-background:new 0 0 45.9 45.9;" xml:space="preserve">
|
||||
width="45.9px" height="45.9px" viewBox="0 0 45.9 45.9" style="enable-background:new 0 0 45.9 45.9;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#2D2121;}
|
||||
.st1{fill:#4C1F1F;}
|
||||
|
||||
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 239.5 239.5" style="enable-background:new 0 0 239.5 239.5;" xml:space="preserve">
|
||||
width="239.5px" height="239.5px" viewBox="0 0 239.5 239.5" style="enable-background:new 0 0 239.5 239.5;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFCC;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 41.4 41.4" style="enable-background:new 0 0 41.4 41.4;" xml:space="preserve">
|
||||
width="41.4px" height="41.4px" viewBox="0 0 41.4 41.4" style="enable-background:new 0 0 41.4 41.4;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#444351;}
|
||||
.st1{fill:#B7B3AE;}
|
||||
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 35.3 35.3" style="enable-background:new 0 0 35.3 35.3;" xml:space="preserve">
|
||||
width="35.5px" height="35.5px" viewBox="0 0 35.3 35.3" style="enable-background:new 0 0 35.3 35.3;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 47.8 47.8" style="enable-background:new 0 0 47.8 47.8;" xml:space="preserve">
|
||||
width="47.8px" height="47.8px" viewBox="0 0 47.8 47.8" style="enable-background:new 0 0 47.8 47.8;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 52.5 52.5" style="enable-background:new 0 0 52.5 52.5;" xml:space="preserve">
|
||||
width="52.5px" height="52.5px" viewBox="0 0 52.5 52.5" style="enable-background:new 0 0 52.5 52.5;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#336666;}
|
||||
.st1{fill:#FFFBB3;}
|
||||
|
||||
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 36.2 36.2" style="enable-background:new 0 0 36.2 36.2;" xml:space="preserve">
|
||||
width="36.2px" height="36.2px" viewBox="0 0 36.2 36.2" style="enable-background:new 0 0 36.2 36.2;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#999999;}
|
||||
.st1{fill:#4F4A47;}
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#A55A5A;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 43.4 43.4" style="enable-background:new 0 0 43.4 43.4;" xml:space="preserve">
|
||||
width="43.4px" height="43.4px" viewBox="0 0 43.4 43.4" style="enable-background:new 0 0 43.4 43.4;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,321 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
.st2{fill:#FFFFFF;}
|
||||
.st3{display:inline;fill:none;}
|
||||
.st4{font-family:'L5R-Icons';}
|
||||
.st5{font-size:480px;}
|
||||
.st6{fill:#699678;}
|
||||
.st7{fill:#917896;}
|
||||
.st8{fill:#9B7350;}
|
||||
.st9{fill:#5F919B;}
|
||||
.st10{fill:#4B4641;}
|
||||
.st11{fill:#A75B58;}
|
||||
.st12{fill:#68829B;}
|
||||
.st13{fill:none;}
|
||||
.st14{fill:#78FFB4;}
|
||||
.st15{fill:#785A87;}
|
||||
.st16{fill:#9B463C;}
|
||||
.st17{fill:#B9784B;}
|
||||
.st18{fill:#2D551E;}
|
||||
.st19{fill:#A08C50;}
|
||||
.st20{fill:#55826E;}
|
||||
.st21{fill:#82828C;}
|
||||
.st22{fill:#789191;}
|
||||
</style>
|
||||
<g id="Fond" class="st0">
|
||||
<g transform="translate(0,0)" class="st1">
|
||||
<path class="st2" d="M249.9,18.6c-81.4,0-231.4,155.8-171.7,300.7c8,25.3,27.9,50.3,49.2,77.1c24.5,30.6,51.6,63.2,68.7,96.9h20.6
|
||||
c-18.1-39.8-48.6-75.9-74.6-108.5c-27.4-34.3-48.8-65.3-48.8-88c0-3.6,0.4-7.3,1.1-11.1h-0.1c0.3-1.2,0.6-2.5,0.9-3.7
|
||||
c0.9-3.8,2.1-7.6,3.7-11.4c23.1-61.4,94.2-106.3,146.6-135l3.6-2l3.9,1.3c60.9,20.9,131.3,66.8,156,135.8c1.1,3,2.1,6,2.9,9
|
||||
c0.4,1.4,0.8,2.8,1.2,4.3h-0.2c1.1,5.1,1.7,10.2,1.7,15.2l0,0c0,22.3-24.4,53.5-55,87.5c-29.1,32.3-62.3,67.6-80,106.6H300
|
||||
c16.8-32.1,46.2-64,73.3-94.1c23.1-25.7,45.3-50,54.9-74.9C481,200.2,329,18.7,249.9,18.6L249.9,18.6z M250.7,154
|
||||
c-38.7,21.5-85,52.2-113.6,88.2c9.7,83,59,146.2,118.3,146.2c59.1,0,108.2-62.7,118.2-145.3C344.7,200.9,295.6,170.1,250.7,154
|
||||
L250.7,154z M192.5,237c0.8,0,1.6,0,2.4,0c13,0.1,26,2.7,39.1,7.4c-16.8,40.6-59,42-78.1,0C168.1,239.6,180.3,237.2,192.5,237z
|
||||
M317.4,237c13-0.1,26,2.3,39.1,7.4c-19.1,42-61.3,40.6-78.1,0C291.3,239.7,304.4,237.1,317.4,237L317.4,237z M204.6,512l0.1,0.3
|
||||
h86.8l0.1-0.3H204.6L204.6,512z"/>
|
||||
</g>
|
||||
<rect y="18.6" class="st3" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st1 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Elements" class="st0">
|
||||
<g id="Earth" class="st1">
|
||||
<g>
|
||||
<path class="st6" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||
C36.9,318.8,31,289.6,31,258.6z M438.3,181.8c-10.3-24.1-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,5.3,0.2,10.6,0.7,15.9
|
||||
s1,10.6,1.6,15.9l4.2-0.5c5.9-4.4,11.4-9.3,16.4-14.8s9.7-11.3,14.1-17.6c5.3,0.9,10.8,0.8,16.4-0.5c5.6-1.2,10.6-4.8,15-10.8
|
||||
l55.8-75.9l16.4,22l75-83.9L309,145c4.1,4.4,7.4,9.4,10.1,15s6,10.8,10.1,15.5c5.3,6.3,10.9,12.4,16.6,18.5
|
||||
c5.8,6.1,12.1,11.6,19,16.6l8.4,6.6l21.1-12.2c7.2,17.5,15.2,34.7,24.1,51.6s18.7,33.6,29.3,50.2c2.2-7.8,3.8-15.7,4.7-23.7
|
||||
s1.4-16.2,1.4-24.6C453.8,231.5,448.7,205.8,438.3,181.8z M162.3,231.9l37-19.2l-15.9-19.2L162.3,231.9z M313.7,234.3l28.6,47.3
|
||||
c5-4.7,9.6-10.5,13.8-17.3c4.2-6.9,8.2-14.5,12-23L288.3,156l-34.7,227.3L313.7,234.3z M405.1,277.4c0.9-2.8,2.3-5.6,4.2-8.4
|
||||
l-20.6-37h-1.9l6.1,75c3.1-2.2,5.6-5.2,7.5-9.1s3-7.9,3.3-12C403.7,283,404.1,280.2,405.1,277.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Air" class="st1">
|
||||
<g>
|
||||
<path class="st7" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-50.9,48-71.3c20.5-20.3,44.3-36.4,71.5-48.3
|
||||
C195.8,39.4,225,33.5,256,33.5s60.2,5.9,87.7,17.8c27.2,11.9,51,28,71.5,48.3s36.5,44.1,48,71.3c11.9,27.5,17.8,56.7,17.8,87.7
|
||||
s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48c-27.5,11.9-56.7,17.8-87.7,17.8
|
||||
s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5C36.9,318.8,31,289.6,31,258.6z M138.8,314
|
||||
c-11.9-5.6-22.6-13.2-32.1-22.7S89,270.1,82.1,256.4c-7.2-13.7-13-29.8-17.3-48.3c-2.2,8.1-3.8,16.4-4.9,24.8
|
||||
c-1.1,8.4-1.6,17-1.6,25.8c0,3.1,0.1,6.2,0.2,9.1c0.2,3,0.4,5.9,0.7,8.7C77.9,293,97,306,116.5,315.4s39.6,12.8,60.2,10.3
|
||||
C163,323.2,150.4,319.3,138.8,314z M443.3,194.7c-7-20.2-16.8-38.5-29.3-55.1c-20.9-14.1-43.3-21.9-67-23.4
|
||||
c-23.8-1.6-46,1.4-66.8,8.9c-20.8,7.5-38.5,18.6-53.2,33.3s-23.4,31.3-26.3,49.7c-1.6,10.9,3,21.6,13.6,31.9
|
||||
c10.6,10.3,21.4,15.6,32.3,15.9c8.4,0.3,16.5-3,24.1-9.8c7.7-6.9,12-14.4,12.9-22.5c0.6-5.9-0.8-11.7-4.2-17.3
|
||||
c-3.4-5.6-8.9-9.4-16.4-11.3c-4.1-0.9-8.5-0.2-13.4,2.1c-4.8,2.3-7.7,5.7-8.7,10.1c-1.3,4.7-1.1,8.4,0.5,11.3
|
||||
c1.6,2.8,4.2,4.2,8,4.2c3.4,0.3,6.3-0.8,8.7-3.3c2.3-2.5,0.5-5.9-5.4-10.3c5.9-0.3,10.3,1.3,13.1,4.9c2.8,3.6,3.6,9.1,2.3,16.6
|
||||
c-0.6,4.1-3.4,7.2-8.4,9.4s-9.5,3-13.6,2.3c-7.2-1.2-13.8-5.2-19.7-11.7c-5.9-6.6-8.9-13.4-8.9-20.6c0-9.4,3.8-18.8,11.3-28.1
|
||||
s15.9-14.4,25.3-15c12.8-0.9,24.8,1.1,35.9,6.1s18.5,19.8,22.3,44.5c5.9-11.3,14.5-19.2,25.8-23.9s22.7-5.7,34.2-3
|
||||
c11.6,2.7,22,9.3,31.4,19.9c9.1,10.3,14.2,25,15.5,44.1c0.9,12.2-1.7,23.9-8,35.2c-5.9,11.3-13.8,20.7-23.7,28.4
|
||||
c-9.8,7.7-20.7,12.6-32.6,14.8c-11.9,2.5-23.1,0.9-33.8-4.7c2.5,20-0.9,35.9-10.3,47.8c-9.4,11.6-21.6,18.8-36.6,21.8
|
||||
s-31.3,1.3-48.8-4.9c-17.2-6.2-32.3-17.3-45.5-33.3c-1.3-1.2-3.2-1.8-5.9-1.6c-2.7,0.2-4.6,1-5.9,2.6l-5.6,8.4
|
||||
c-17.8-6.2-35.2-16.4-52.3-30.5c-17-14.1-33.8-30.9-50.4-50.6c3.8,23.8,11.3,45.9,22.5,66.6c11.6,20.6,26.1,38.5,43.6,53.7
|
||||
s37.2,27,59.1,35.4c22.2,8.8,45.8,13.1,70.8,13.1c27.2,0,52.8-5.2,76.9-15.5s45.1-24.4,63-42.4c18-18,32.1-39,42.4-63
|
||||
c10.3-24.1,15.5-49.7,15.5-76.9C453.8,236.1,450.3,214.8,443.3,194.7z M147.7,93.2c-7.2,4.7-14.1,9.8-20.6,15.5
|
||||
s-12.8,11.7-18.8,18.3c-4.4,35.6-3.6,64.1,2.3,85.3c5.6,21.3,14.9,37.6,27.9,49s28.8,18.8,47.6,22.3c18.4,3.4,38.1,5,59.1,4.7
|
||||
c-26.6-4.1-48.1-11.6-64.7-22.5c-16.3-10.9-28.1-24.8-35.4-41.5s-10.5-36.2-9.6-58.4C136.2,143.7,140.2,119.4,147.7,93.2z
|
||||
M309.4,68.1c-10.9-3-22.2-5.1-33.8-6.3C256,69,239.1,77.1,225.1,86.1c-13.8,9.4-24.8,19.8-33,31.4
|
||||
c-8.3,11.6-13.5,24.1-15.7,37.5c-2.5,13.8-2.2,28.4,0.9,44.1c1.6-16.9,5.8-32.2,12.7-45.9c7.2-14.1,17.4-26.1,30.7-36.1
|
||||
s29.9-18.1,49.9-24.4c20-6.6,43.4-10.8,70.3-12.7C330.8,75.1,320.4,71.1,309.4,68.1z M264,317.2c-3.1,2.8-5.2,6.1-6.1,9.8
|
||||
c-0.3,1.9,0.2,3.9,1.6,6.1s3,3.6,4.9,4.2c1.2,0.3,2.6,0.2,4-0.5c1.4-0.6,2.4-1.4,3-2.3s1-1.9,1.2-2.8s0.1-1.7-0.2-2.3
|
||||
c-0.3-0.6-0.7-1.2-1.2-1.6s-1-0.9-1.6-1.2c8.1-1.2,11.6,2.4,10.5,11s-6.5,14-16.2,16.2c-8.4,1.6-15-0.5-19.7-6.1
|
||||
s-7.2-12.2-7.5-19.7c0-13.1,5.1-22,15.2-26.5c10.2-4.5,22.7-5.7,37.7-3.5c-13.1-10.9-26.3-14.2-39.4-9.8
|
||||
c-13.4,4.1-23.4,11.4-30,22s-8,22-4.2,34.2s15.9,20.9,36.6,26.3c22.8,3.4,36.7-3.8,41.7-21.6c5-17.8-1.3-29.4-18.8-34.7
|
||||
C271,313.5,267.1,314.4,264,317.2z M379,259.4c2-5.5,2.9-10.9,2.6-16.2c-0.3-4.4-1.7-8.6-4.2-12.7c-2.5-4.1-5.6-7.3-9.4-9.8
|
||||
c-2.8-2.2-6.1-3.5-9.8-4s-7.3-0.2-10.8,0.7c-3.1,0.6-6,2-8.7,4s-4.5,4.6-5.4,7.7c-0.6,1.9-0.6,3.9,0,6.1c0.6,2.2,1.6,4.1,2.8,5.6
|
||||
c1.6,1.3,3.5,2.1,5.9,2.6s4.5,0.4,6.3-0.2c1.2-0.3,2.4-1.1,3.5-2.3s1.6-2.5,1.6-3.8c0.3-0.9,0.2-1.8-0.5-2.6
|
||||
c-0.6-0.8-1.4-1.5-2.3-2.1s-1.8-1.2-2.6-1.6c-0.8-0.5-1.6-0.9-2.6-1.2c0.3-1.2,1.7-2.1,4.2-2.6s4.5-0.2,6.1,0.7
|
||||
c3.4,1.6,6.3,4.4,8.7,8.4c2.3,4.1,3,8,2.1,11.7c-1.6,5.3-5.2,9.7-10.8,13.1c-5.6,3.4-11.1,5.2-16.4,5.2c-5.9,0-11.6-1.9-16.9-5.6
|
||||
c-5.3-3.8-9.2-8.9-11.7-15.5c-1.6,5.9-3.3,11.1-5.2,15.5c-1.9,4.4-4.1,7.7-6.6,9.8c9.4,12.2,20.7,18.4,34,18.5
|
||||
c13.3,0.2,25.7-5.2,37.3-16.2C374.1,269.3,377,264.8,379,259.4z M389.1,227.7c4.4,20.3,2.8,37.3-4.7,51.1s-22.8,23.4-45.9,29.1
|
||||
c11.9,3.1,23,2.2,33.3-2.8c10.3-5.3,18.4-12.3,24.4-21.1c5.9-8.7,8.7-18.4,8.4-29.1C404,244.6,398.8,235.5,389.1,227.7z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Fire" class="st1">
|
||||
<g>
|
||||
<path class="st8" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||
C36.9,318.8,31,289.6,31,258.6z M370.4,384.7c0.3-3.1,1.4-5.3,3.3-6.6c2.8-2.5,4.7-5.4,5.6-8.7s1.4-7.4,1.4-12.4
|
||||
c2.2,3.1,3.8,6.8,4.9,11s0.9,9.5-0.7,15.7c-0.9,2.2-0.6,3.8,0.9,4.7c1.6,0.9,3.3,0,5.2-2.8c6.6-10.3,9.7-20.7,9.4-31.2
|
||||
c-0.3-10.5-3.3-20.9-8.9-31.2c-8.1-16.9-10.2-30.1-6.1-39.6s12.8-15.1,26.3-16.6c-13.1,9.1-18.2,18.2-15.2,27.4
|
||||
c3,9.2,12,18.5,27,27.9c4.1-5.9,8.3-11.5,12.7-16.6c4.4-5.2,8.9-9.8,13.6-13.8l1.9-0.9c0.6-5.3,1.2-10.6,1.6-15.9
|
||||
c0.5-5.3,0.7-10.8,0.7-16.4c0-27.2-5.2-52.8-15.5-76.9s-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,21.9,3.4,42.7,10.1,62.6
|
||||
c6.7,19.8,16.2,38,28.4,54.6c1.6-0.3,3.4-0.5,5.4-0.5s3.4-0.5,4-1.4s0.7-1.9,0.2-2.8s-0.5-1.7-0.2-2.3c2.5-4.4,6.3-8,11.5-10.8
|
||||
s10.1-4.4,14.8-4.7c-5.6,5.9-9.4,11.6-11.3,17.1s-0.9,10.1,2.8,13.8l10.3,10.8c0.9-6.9,2.3-13.4,4.2-19.7
|
||||
c1.9-6.2,4.1-12.3,6.6-18.3c0.9,5.9,2.4,11.8,4.5,17.6c2,5.8,3.4,11.6,4,17.6c10-1.2,14.9-6.6,14.8-16.2
|
||||
c-0.2-9.5-2.1-17.1-5.9-22.7l-6.6-10.3c-10.3-16.6-19.1-36.4-26.3-59.5s3.9-42,33.3-56.7c-9.7,9.4-14.6,18.7-14.8,27.9
|
||||
s4.5,17.9,13.8,26c2.2-12.8,6.2-20.3,12-22.5s8.2-15.3,7.3-39.4c6.2,5.3,9.8,13.7,10.8,25.1c0.9,11.4,4.4,18.4,10.3,20.9
|
||||
c7.2-4.1,8.6-12.9,4.2-26.5c-4.4-13.6-9.8-26.6-16.4-39.1c-15-26.9-17.3-49.7-7-68.4c10.3-19.1,24.4-32.3,42.2-39.6
|
||||
c17.8-7.3,35-7.7,51.6-1.2c16.6,6.3,23.4,21.3,20.6,45c-1.9-19.1-7.7-30-17.3-32.8c-9.7-2.5-18.1,0-25.3,7.5S244,128.5,244,143.5
|
||||
c0,14.7,8.9,30,26.7,45.9c10.6-2.8,16-8.4,16.2-16.9c0.2-8.4-0.4-15.9-1.6-22.5c2.8,6.6,5.6,12.7,8.4,18.5s6.4,10.4,10.8,13.8
|
||||
c3.1,3.1,5.4,7.3,6.8,12.7c1.4,5.3,1.6,12,0.7,20.2l20.2,19.2c4.1-2.8,6.7-6.2,8-10.1c1.2-3.9,0.6-8.4-1.9-13.4l-5.2-10.3
|
||||
c-5.9-11.9-8.1-23-6.6-33.5c1.6-10.5,10.2-15.7,25.8-15.7c-10.9,8.1-16.1,15.6-15.5,22.5s3.1,13,7.5,18.3l13.1,15.9
|
||||
c9.1,10.6,15.3,22.7,18.8,36.1c3.4,13.4,0.2,29.1-9.8,46.9c9.1,15.6,13,30.2,11.7,43.8c-1.3,13.6-6.6,26.3-15.9,38.2
|
||||
c-0.6,1.9-1.6,3.5-3,4.9s-2.3,3-2.6,4.9c-0.3,2.2-0.2,4.3,0.2,6.3c0.5,2,1.2,4.1,2.1,6.3c0.3,0.6,0.7,1.4,1.2,2.3
|
||||
s1.2,1.4,2.1,1.4c1.2,0,2.3-0.8,3.3-2.3c0.9-1.6,1.7-3,2.3-4.2C369.1,390.5,370.1,387.9,370.4,384.7z M301,408.6
|
||||
c0.3-7.5,3.8-13.7,10.3-18.8c8.4-6.6,15.7-14.3,21.8-23.2s8.2-17.1,6.3-24.6c-1.3,3.4-3.2,5.6-5.9,6.6c-2.7,0.9-5.6,1.3-8.7,0.9
|
||||
l-10.8-0.9c-1.3,0-2-1.1-2.3-3.3c-0.3-2.2-0.2-3.9,0.5-5.2c10.3-16.9,16.6-31.2,19-42.9s1-20.2-4-25.5
|
||||
c-1.3,5.3-4.1,11.1-8.7,17.3c-4.5,6.3-8.7,9.5-12.4,9.8h-7c-1.9,0-3.7-0.5-5.4-1.6c-1.7-1.1-2.9-2.6-3.5-4.5
|
||||
c-4.4-15.3-10.9-28.5-19.7-39.6c-8.8-11.1-18-21.6-27.7-31.6c10,35.9,9.4,63.8-1.9,83.7c-11.3,19.8-30,24.6-56.3,14.3
|
||||
c10,18.1,16.9,35.6,20.6,52.3c3.8,16.7-0.9,31.6-14.1,44.8c-0.3,0.3-0.6,0.5-0.9,0.7c-0.3,0.2-0.8,0.2-1.4,0.2h-5.2
|
||||
c-0.9,0-1.9,0.2-2.8,0.7s-1.9,1-2.8,1.6c-0.6,0.6-1.2,1.3-1.6,2.1c-0.5,0.8-0.7,1.6-0.7,2.6c-0.3,0.9-0.4,1.9-0.2,2.8
|
||||
s0.4,1.7,0.7,2.3c0.6,0.9,1.2,1.7,1.6,2.3c0.5,0.6,1,1.3,1.6,1.9c2.8,2.2,5.9,4.2,9.1,6.1s6.6,3.1,10.1,3.8l8.9-2.3
|
||||
c-2.8-3.8-5.1-7.1-6.8-10.1s-2.6-5.1-2.6-6.3c1.9,0.6,3.9,1.9,6.1,3.8c2.2,1.9,4.5,4.1,7,6.6l7.5-5.2c1.9-4.7,3.1-9.5,3.8-14.5
|
||||
c0.6-5,0-9.7-1.9-14.1l-7.5-17.8c-0.3-1.2-0.5-2.4-0.7-3.5s-0.1-2.3,0.2-3.5l13.1,17.8c2.2,3.1,4.4,3.3,6.6,0.5
|
||||
c2.2-2.8,3.9-5.2,5.2-7c1.2-2.5,1.6-5.4,0.9-8.7c-0.6-3.3-1.4-6.3-2.3-9.1c-2.2-5.9-5.2-11.6-8.9-16.9c-3.8-5.3-7.8-10.3-12.2-15
|
||||
c6.2,1.9,11.8,5.3,16.6,10.3s9.8,9.8,14.8,14.5c2.5,2.5,4.9,3.4,7.3,2.6c2.3-0.8,2.7-2.9,1.2-6.3c-4.1-10.6-5.7-22.7-4.9-36.1
|
||||
s6-26.3,15.7-38.4c-0.3,7.2,0,16.5,0.9,27.9s4.4,19.8,10.3,25.1c4.4,2.2,9.1,1.5,14.1-2.1s8.7-7.7,11.3-12.4
|
||||
c-5.9,17.2-8.2,33.9-6.8,50.2c1.4,16.3-3.5,31.1-14.8,44.5c-5,5.6-4.8,10.7,0.5,15.2s10.6,4.1,15.9-1.2
|
||||
c-3.4,5.3-5.2,9.4-5.2,12.2s2.5,4.1,7.5,3.8c2.8-0.9,5.5-2,8.2-3.3c2.7-1.2,5.2-2.7,7.7-4.2C305.5,426.8,300.7,416.1,301,408.6z"
|
||||
/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Water" class="st1">
|
||||
<g>
|
||||
<path class="st9" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||
C36.9,318.8,31,289.6,31,258.6z M376,327.8c11.9-8,22-17.1,30.5-27.4c8.4-10,14.8-21.2,19.2-33.5c4.4-12.3,8.1-24.8,11.3-37.3
|
||||
c1.6-6.6,2.7-13.1,3.5-19.7c0.8-6.6,1.2-13.1,1.2-19.7c-6.9-19.1-16.4-36.4-28.6-52c-12.5-15.9-26.8-29.6-42.9-41
|
||||
s-33.8-20.4-53.2-27c-19.4-6.2-39.7-9.4-60.9-9.4c-27.2,0-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63
|
||||
c-10.3,24.1-15.5,49.7-15.5,76.9c0,10,0.7,19.8,2.1,29.3c1.4,9.5,3.5,18.8,6.3,27.9c9.7-44.4,22.7-81.4,38.9-111.1
|
||||
c16.6-29.7,35.9-52.9,58.1-69.6s47.2-27.4,75-32.1c27.8-4.4,58-3.8,90.5,1.9l13.1,11.7l-17.8,3.3c-3.1,0.6-6.4,1.3-9.8,1.9
|
||||
s-6.4,1.9-8.9,3.8c-1.6,0.9-3,2.2-4.5,3.8c-1.4,1.6-1.8,3.1-1.2,4.7c0.3,0.9,1,1.5,2.1,1.6c1.1,0.2,2.1,0.4,3,0.7
|
||||
c3.1,0.6,6.2,0.5,9.4-0.2c3.1-0.8,6.2-1,9.4-0.7c3.8,0.3,7.7,0.7,11.7,1.2c4.1,0.5,7.8,1.6,11.3,3.5c5.3,2.5,10.6,5.6,15.9,9.4
|
||||
c5.3,3.8,9.2,8.4,11.7,14.1c1.2,3.1,1.5,6.6,0.7,10.3c-0.8,3.8-1.5,7.3-2.1,10.8c-3.8-10.3-8.3-16.6-13.6-19
|
||||
c-5.3-2.3-11.6-4-18.8-4.9c-6.9-0.9-12.4,0.5-16.6,4.5c-4.2,3.9-4.6,9.3-1.2,16.2c0.6,1.6,1.6,3,3,4.5s2.7,2.7,4,4l12.2,10.3
|
||||
c6.9,5.9,11.6,13.7,14.1,23.2s0.2,19.9-7,31.2c0-9.1-1.1-16.2-3.3-21.6c-2.2-5.3-5.8-8.3-10.8-8.9l-14.1-3.8
|
||||
c-5.9-1.6-10.2-0.9-12.9,1.9c-2.7,2.8-2.1,7.8,1.6,15l3.8,6.1c3.8,6.3,4.8,14.1,3,23.7c-1.7,9.5-5.9,16.2-12.4,19.9
|
||||
c2.2-14.7,0.9-25-3.8-30.9c-4.7-5.9-11.6-9.2-20.6-9.8c-6.6-2.5-13.8-2.2-21.6,0.9c-7.8,3.1-14.1,7.3-18.8,12.7
|
||||
c-5,5.6-8.6,12.7-10.8,21.1s-2,16.3,0.5,23.4c3.1,9.4,9.3,17.2,18.5,23.4c9.2,6.3,18.5,11.1,27.9,14.5c9.7,3.8,20.1,5.9,31.2,6.3
|
||||
c11.1,0.5,21.8-0.5,32.1-3C351.8,341.6,364.1,335.8,376,327.8z M189,408.2l-2.8-2.8c-1.9-1.9-1.5-4.8,1.2-8.7
|
||||
c2.7-3.9,5.4-5.7,8.2-5.4l115.8,8.9c17.8,1.3,34.6-3.9,50.4-15.5s29-26.4,39.6-44.5c-11.9,10.6-26.6,19.3-44.1,26
|
||||
s-34.8,9.3-52,7.7l-119.5-9.4c-3.8,0.3-6.8,1.6-9.1,3.8c-2.3,2.2-3.7,5.3-4,9.4L157.1,366c-5.9-4.7-10.8-10.5-14.5-17.6
|
||||
s-7.3-14-10.8-20.9c-2.5-5.3-2.1-9.5,1.2-12.7c3.3-3.1,7.4-2.8,12.4,0.9l15,9.4l6.1-7l-27.2-23c-4.7-2.8-9.7-2.4-15,1.2
|
||||
s-8.3,7.6-8.9,12c-1.9,10.9-1,22.3,2.6,34s9.4,21.3,17.6,28.8l46.9,46.4L189,408.2z M293,177.6c-0.6-6.6,2.2-12.7,8.4-18.3
|
||||
c-19.1-0.6-29.1-4.5-30-11.5s4.7-16.2,16.9-27.4c-17.8-1.2-34.4-0.2-49.7,3.3c-15.3,3.4-29.5,9.1-42.7,17.1s-25.3,18-36.6,30.2
|
||||
c-10.9,11.9-21.1,25.6-30.5,41.3c15.6-6.9,30.6-11.9,45-15c14.7-3.1,28.8-4.1,42.4-3c13.6,1.1,26.5,4.6,38.7,10.5
|
||||
s23.7,14.8,34.7,26.7c-3.4-9.7-3.1-17.2,0.9-22.5c4.1-5.3,11.7-8.4,23-9.4C300.5,191.5,293.7,184.1,293,177.6z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Void" class="st1">
|
||||
<g>
|
||||
<path class="st10" d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||
C36.9,318.8,31,289.6,31,258.6z M438.3,181.8c-10.3-24.1-24.5-45.1-42.4-63c-18-18-39-32.1-63-42.4C308.8,66,283.2,60.8,256,60.8
|
||||
s-52.8,5.2-76.9,15.5s-45.1,24.5-63,42.4c-18,18-32.1,39-42.4,63c-10.3,24.1-15.5,49.7-15.5,76.9c0,21.6,3.3,42.2,9.8,61.9
|
||||
c6.6,19.4,15.7,37.2,27.4,53.4c11.7,16.3,25.5,30.5,41.5,42.7c16.2,12.2,33.9,21.7,53,28.6c-15-6.2-28.8-14.7-41.3-25.3
|
||||
c-12.5-10.3-23.2-22.2-32.1-35.6s-15.9-28-20.9-43.6c-5-15.9-7.5-32.7-7.5-50.2c0-23.1,4.4-44.8,13.1-65.2
|
||||
c8.7-20.3,20.7-38,35.9-53.2s32.9-27.3,53.2-36.3c20.6-8.7,42.5-13.1,65.6-13.1s44.8,4.4,65.2,13.1c20.3,9.1,38.1,21.2,53.4,36.3
|
||||
c15.3,15.2,27.3,32.9,36.1,53.2c8.7,20.3,13.1,42,13.1,65.2c0,17.5-2.5,34.2-7.5,50.2c-5,15.9-12,30.6-21.1,44.1
|
||||
c-9.1,13.4-20,25.3-32.8,35.6c-12.5,10.6-26.4,19.1-41.7,25.3c19.4-6.9,37.2-16.4,53.4-28.6c16.2-12.2,30.3-26.4,42.2-42.7
|
||||
c11.9-16.2,21.1-34.2,27.7-53.9s9.8-40.3,9.8-61.9C453.8,231.5,448.7,205.8,438.3,181.8z M211.9,344.4
|
||||
c12.2-12.2,26.9-18.3,44.1-18.3s31.9,6.1,44.1,18.3s18.3,26.9,18.3,44.1c0,12.5-3.4,23.8-10.3,34s-15.6,17.7-26.3,22.7
|
||||
c22.8-5.9,41.7-18.3,56.7-37S361,367.7,361,343c0-12.8-2.2-25-6.6-36.6s-10.5-22-18.3-31.2s-17-16.9-27.7-23.2
|
||||
c-10.6-6.2-22-10.5-34.2-12.7c7.2,3.4,13.1,8.7,17.8,15.7c4.7,7,7,14.8,7,23.2c0,12.2-4.2,22.4-12.7,30.7
|
||||
c-8.4,8.3-18.6,12.4-30.5,12.4s-22-4.1-30.5-12.4c-8.4-8.3-12.7-18.5-12.7-30.7c0-8.4,2.3-16.2,6.8-23.2c4.5-7,10.5-12.3,18-15.7
|
||||
c-12.5,2.2-24.1,6.4-34.7,12.7c-10.6,6.3-19.8,14-27.4,23.2c-7.7,9.2-13.8,19.6-18.5,31.2c-4.4,11.6-6.6,23.8-6.6,36.6
|
||||
c0,24.7,7.6,46.4,22.7,65.2c15.2,18.8,34.1,31.1,57,37c-10.9-5-19.8-12.6-26.5-22.7c-6.7-10.2-10.1-21.5-10.1-34
|
||||
C193.7,371.3,199.8,356.6,211.9,344.4z M304.3,382.4c0-13.4-4.7-24.8-14.1-34.2s-20.8-14.1-34.2-14.1c-13.4,0-24.8,4.7-34.2,14.1
|
||||
s-14.1,20.8-14.1,34.2c0,13.4,4.7,24.8,14.1,34.2s20.8,14.1,34.2,14.1c13.4,0,24.8-4.7,34.2-14.1S304.3,395.8,304.3,382.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Npcs" class="st0">
|
||||
<g id="Martial" class="st1">
|
||||
<g>
|
||||
<path class="st11" d="M57.3,388.5L31,315.4c8.7-1.9,18-3.4,27.7-4.7c9.7-1.2,20-1.9,30.9-1.9c5.9,10.6,13.3,20.5,22,29.5
|
||||
c8.7,9.1,19.1,17.2,30.9,24.4c-14.7,1.9-29.2,5-43.6,9.4C84.6,376.5,70.7,381.9,57.3,388.5z M50.7,100.7
|
||||
c12.2,9.1,22.7,19.1,31.6,30.2s10.5,22.9,4.9,35.4c-8.1,17.5-12.5,35.9-13.1,55.3s3.6,38,12.7,56s23.4,34.6,43.1,49.9
|
||||
s45.8,27.7,78.3,37c2.8-6.2,6.1-11.3,9.8-15s7.7-7,11.7-9.8c-28.1-9.7-48.3-23-60.5-39.8s-18.8-33-19.7-48.3s2.7-27.8,10.8-37.5
|
||||
c8.1-9.4,18.3-11.6,30.5-6.6c-2.5-17.5,1.2-28.4,11.3-32.8c10-4.4,19.7-1.4,29.1,8.9c7.8-21.2,5.9-39.9-5.6-56
|
||||
c-11.6-16.1-29.5-20.7-53.9-13.8c-5.9-7.8-13.8-13.9-23.7-18.3c-9.8-4.4-19.9-5-30.2-1.9s-20.7,3.7-31.2,1.6
|
||||
c-10.5-2-21.2-6-32.1-12L50.7,100.7z M83,393.6c17.2-6.2,34.5-12.7,51.8-19.5c17.3-6.7,30.1-4,38.2,8.2c5.3,0,10.6,0.4,15.9,1.2
|
||||
c5.3,0.8,10.5,2.7,15.5,5.9c0,5.3,0.7,10.4,2.1,15.2c1.4,4.8,3.5,9.3,6.3,13.4h-74.5v-13.6c-5.9,2.8-11.4,6.7-16.4,11.7
|
||||
s-9.7,10.9-14.1,17.8L83,393.6z M256,354.7c-9.1,0-16.8,3.1-23.2,9.4s-9.6,13.9-9.6,23s3.2,16.8,9.6,23.2
|
||||
c6.4,6.4,14.1,9.6,23.2,9.6c9.1,0,16.7-3.2,23-9.6c6.2-6.4,9.4-14.1,9.4-23.2s-3.1-16.7-9.4-23
|
||||
C272.7,357.9,265.1,354.7,256,354.7z M461.3,100.7c-12.2,9.1-22.7,19.1-31.6,30.2s-10.5,22.9-4.9,35.4
|
||||
c8.1,17.5,12.5,35.9,13.1,55.3s-3.6,38-12.7,56s-23.4,34.6-43.1,49.9s-45.8,27.7-78.3,37c-2.8-6.2-6.1-11.3-9.8-15
|
||||
s-7.7-7-11.7-9.8c28.1-9.7,48.3-23,60.5-39.8s18.8-33,19.7-48.3c0.9-15.3-2.7-27.8-10.8-37.5c-8.1-9.4-18.3-11.6-30.5-6.6
|
||||
c2.5-17.5-1.3-28.4-11.3-32.8c-10-4.4-19.7-1.4-29.1,8.9c-7.8-21.2-5.9-39.9,5.6-56c11.6-16.1,29.5-20.7,53.9-13.8
|
||||
c5.9-7.8,13.8-13.9,23.7-18.3c9.8-4.4,19.9-5,30.2-1.9c10.3,3.1,20.7,3.7,31.2,1.6c10.5-2,21.2-6,32.1-12L461.3,100.7z
|
||||
M429,393.6c-17.2-6.2-34.5-12.7-51.8-19.5c-17.3-6.7-30.1-4-38.2,8.2c-5.3,0-10.6,0.4-15.9,1.2c-5.3,0.8-10.5,2.7-15.5,5.9
|
||||
c0,5.3-0.7,10.4-2.1,15.2c-1.4,4.8-3.5,9.3-6.3,13.4h74.5v-13.6c5.9,2.8,11.4,6.7,16.4,11.7s9.7,10.9,14.1,17.8L429,393.6z
|
||||
M454.8,388.5l26.3-73.1c-8.8-1.9-18-3.4-27.7-4.7c-9.7-1.2-20-1.9-30.9-1.9c-5.9,10.6-13.3,20.5-22,29.5
|
||||
c-8.8,9.1-19.1,17.2-30.9,24.4c14.7,1.9,29.2,5,43.6,9.4C427.4,376.5,441.3,381.9,454.8,388.5z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Social" class="st1">
|
||||
<g>
|
||||
<path class="st12" d="M249.4,382.4L31,265.2c7.8-6.9,15.9-13.3,24.1-19.2c8.3-5.9,17.1-11.3,26.5-15.9c2.8-6.6,5.4-13.2,7.7-19.9
|
||||
c2.3-6.7,4.1-13.5,5.4-20.4l-8.4-8.4c9.4-4.1,18.9-7.1,28.6-9.1s19.5-3.2,29.5-3.5c5.3-4.1,10.4-8.8,15.2-14.3s9.4-11.5,13.8-18
|
||||
l-6.6-11.3c9.1-0.3,18.3,0.5,27.7,2.6c9.4,2,19.2,5.2,29.5,9.6c6.9-1.9,13.4-4.2,19.7-7c6.2-2.8,12.2-6.6,17.8-11.3v-12.7
|
||||
c7.8,3.4,15.6,7.6,23.4,12.4s15.5,11.5,23,19.9c6.9,2.2,13.8,3.1,20.9,2.8c7-0.3,14-1.6,20.9-3.8L353,125
|
||||
c6.6,7.2,12.7,14.7,18.5,22.5s10.5,16.6,14.3,26.3c5.3,5,11.3,9.1,17.8,12.2c6.6,3.1,13.9,4.5,22,4.2l7-8.4
|
||||
c4.1,8.1,7.6,17.3,10.5,27.7c3,10.3,5.1,22,6.3,35.2c4.4,5.3,9.1,10.2,14.3,14.8c5.2,4.5,10.9,8.4,17.1,11.5L273.3,381.5
|
||||
l14.5,7.5c-3.4,15.3-12.4,22.7-27,22.3s-23.5-7.6-27-21.3L249.4,382.4z M186.2,304.1l-4.7,15.5l-17.8,9.4l80.6,42.2L186.2,304.1z
|
||||
M218.5,279.7l-9.4,11.3l-20.2,3.8l60,69.8L218.5,279.7z M256.5,361.3v-90.9l-13.1,7l-20.6-6.6L256.5,361.3z M264.9,363.6
|
||||
l31.4-84.8l-15,0.5l-16.9-14.1L264.9,363.6z M328.7,299.4l-7.5-1.9l-17.3-22l-31.4,89.1L328.7,299.4z M353,332.7l-8-7.5
|
||||
l-5.6-26.3l-59.5,71.7L353,332.7z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="list_-_copie" class="st1">
|
||||
<g>
|
||||
<path d="M31,258.6c0-30.9,5.9-60.2,17.8-87.7c11.6-27.2,27.6-51,48-71.5c20.5-20.5,44.3-36.5,71.5-48
|
||||
C195.8,39.5,225,33.6,256,33.6s60.2,5.9,87.7,17.8c27.2,11.6,51,27.6,71.5,48c20.5,20.5,36.5,44.3,48,71.5
|
||||
c11.9,27.5,17.8,56.7,17.8,87.7s-5.9,60.2-17.8,87.7c-11.6,27.2-27.6,51-48,71.5c-20.5,20.5-44.3,36.5-71.5,48
|
||||
c-27.5,11.9-56.7,17.8-87.7,17.8s-60.2-5.9-87.7-17.8c-27.2-11.6-51-27.6-71.5-48c-20.5-20.5-36.5-44.3-48-71.5
|
||||
C36.9,318.8,31,289.6,31,258.6z M467.4,258.6c0-29.1-5.5-56.6-16.4-82.5c-11.3-25.6-26.4-48-45.5-67
|
||||
c-19.1-19.1-41.4-34.2-67-45.5c-25.9-10.9-53.4-16.4-82.5-16.4s-56.6,5.5-82.5,16.4c-25.6,11.3-48,26.4-67,45.5
|
||||
c-19.1,19.1-34.2,41.4-45.5,67c-10.9,25.9-16.4,53.4-16.4,82.5s5.5,56.6,16.4,82.5c11.3,25.6,26.4,48,45.5,67
|
||||
c19.1,19.1,41.4,34.2,67,45.5c25.9,10.9,53.4,16.4,82.5,16.4s56.6-5.5,82.5-16.4c25.6-11.3,48-26.4,67-45.5
|
||||
c19.1-19.1,34.2-41.4,45.5-67C461.9,315.2,467.4,287.7,467.4,258.6z M75.1,182.2c10.3-24.1,24.3-45,42-62.8s38.5-31.9,62.6-42.2
|
||||
c23.7-10.3,49.2-15.5,76.4-15.5s52.7,5.2,76.4,15.5c24.1,10.3,45,24.4,62.8,42.2s31.9,38.8,42.2,62.8
|
||||
c10.3,23.8,15.5,49.2,15.5,76.4s-5.2,52.7-15.5,76.4c-10.3,24.1-24.4,45-42.2,62.8s-38.8,31.9-62.8,42.2
|
||||
c-23.8,10.3-49.2,15.5-76.4,15.5s-52.7-5.2-76.4-15.5c-24.1-10.3-44.9-24.4-62.6-42.2c-17.7-17.8-31.6-38.7-42-62.8
|
||||
c-10.3-23.7-15.5-49.2-15.5-76.4S64.8,206,75.1,182.2z M190.6,305.1c13.6-5.6,24.8-16.2,33.5-31.9c-0.3-0.3-0.5-0.6-0.5-0.9
|
||||
s-0.2-0.6-0.5-0.9c-11.9-3.8-23.4-5.3-34.5-4.7c-11.1,0.6-22,3-32.6,7c-2.2,4.1-5.5,7.3-9.8,9.6c-4.4,2.3-9.1,3.5-14.1,3.5
|
||||
c-7.8,0-14.5-2.7-19.9-8.2c-5.5-5.5-8.2-12.1-8.2-19.9c0-7.8,2.7-14.5,8.2-19.9c5.5-5.5,12.1-8.2,19.9-8.2c5,0,9.7,1.2,14.1,3.5
|
||||
c4.4,2.3,7.7,5.6,9.8,9.6c10.6,4.1,21.5,6.4,32.6,7s22.6-0.9,34.5-4.7c0.3-0.3,0.5-0.6,0.5-0.9c0-0.3,0.2-0.6,0.5-0.9
|
||||
c-11.3-20-26.3-33-45.2-39.1s-37.3-25.4-55.1-57.9c-12.8,15-22.8,32-30,51.1C86.6,217.2,83,237.4,83,258.6
|
||||
c0,21.3,3.6,41.4,10.8,60.5c7.2,19.1,17.2,36.1,30,51.1c4.1-7.5,8.1-14.1,12.2-19.7c4.1-5.6,8.3-10.5,12.7-14.5
|
||||
C163,321,177,310.7,190.6,305.1z M248,191.4c-0.6-11.1-3-21.8-7-32.1c-4.1-2.5-7.3-5.9-9.6-10.3c-2.3-4.4-3.5-9.1-3.5-14.1
|
||||
c0-7.8,2.7-14.5,8.2-19.9c5.5-5.5,12.1-8.2,19.9-8.2c7.8,0,14.5,2.7,19.9,8.2c5.5,5.5,8.2,12.1,8.2,19.9c0,5-1.2,9.7-3.5,14.1
|
||||
c-2.3,4.4-5.6,7.8-9.6,10.3c-4.1,10.3-6.4,21-7,32.1s0.9,22.6,4.7,34.5c0.3,0.3,0.6,0.5,0.9,0.5s0.6,0.2,0.9,0.5
|
||||
c20-11.3,33-26.3,39.1-45.2s25.4-37.3,57.9-55.1c-15-12.8-32-22.8-51.1-30c-19.1-7.2-39.2-10.8-60.5-10.8s-41.4,3.6-60.5,10.8
|
||||
c-19.1,7.2-36.1,17.2-51.1,30c7.5,4.1,14.1,8.1,19.7,12.2c5.6,4.1,10.5,8.3,14.5,12.7c15,14.4,25.3,28.4,30.9,42
|
||||
s16.2,24.8,31.9,33.5c0.3-0.3,0.6-0.5,0.9-0.5c0.3,0,0.6-0.2,0.9-0.5C247.1,214,248.7,202.5,248,191.4z M347.9,378.6
|
||||
c-5.6-4.1-10.5-8.3-14.5-12.7c-15-14.4-25.3-28.4-30.9-42s-16.3-24.8-31.9-33.5c-0.3,0.3-0.6,0.5-0.9,0.5s-0.6,0.2-0.9,0.5
|
||||
c-3.8,11.9-5.3,23.4-4.7,34.5c0.6,11.1,3,22,7,32.6c4.1,2.2,7.3,5.5,9.6,9.8c2.3,4.4,3.5,9.1,3.5,14.1c0,7.8-2.7,14.5-8.2,19.9
|
||||
c-5.5,5.5-12.1,8.2-19.9,8.2c-7.8,0-14.5-2.7-19.9-8.2c-5.5-5.5-8.2-12.1-8.2-19.9c0-5,1.2-9.7,3.5-14.1s5.5-7.7,9.6-9.8
|
||||
c4.1-10.6,6.4-21.5,7-32.6s-0.9-22.6-4.7-34.5c-0.3-0.3-0.6-0.5-0.9-0.5c-0.3,0-0.6-0.2-0.9-0.5c-20,11.3-33,26.3-39.1,45.2
|
||||
c-6.1,18.9-25.4,37.3-57.9,55.1c15,12.8,32,22.8,51.1,30s39.2,10.8,60.5,10.8c21.2,0,41.4-3.6,60.5-10.8
|
||||
c19.1-7.2,36.1-17.2,51.1-30C360.1,386.8,353.5,382.7,347.9,378.6z M418.2,198.2c-7.2-19.1-17.2-36.1-30-51.1
|
||||
c-4.1,7.5-8.1,14.1-12.2,19.7c-4.1,5.6-8.3,10.5-12.7,14.5c-14.4,15-28.4,25.3-42,30.9s-24.8,16.3-33.5,31.9
|
||||
c0.3,0.3,0.5,0.6,0.5,0.9c0,0.3,0.2,0.6,0.5,0.9c11.9,3.8,23.4,5.3,34.5,4.7s21.8-3,32.1-7c2.5-4.1,5.9-7.3,10.3-9.6
|
||||
s9.1-3.5,14.1-3.5c7.8,0,14.5,2.7,19.9,8.2c5.5,5.5,8.2,12.1,8.2,19.9c0,7.8-2.7,14.5-8.2,19.9c-5.5,5.5-12.1,8.2-19.9,8.2
|
||||
c-5,0-9.7-1.2-14.1-3.5s-7.8-5.5-10.3-9.6c-10.3-4.1-21-6.4-32.1-7s-22.6,0.9-34.5,4.7c-0.3,0.3-0.5,0.6-0.5,0.9
|
||||
s-0.2,0.6-0.5,0.9c11.3,20,26.3,33,45.2,39.1c18.9,6.1,37.3,25.4,55.1,57.9c12.8-15,22.8-32,30-51.1s10.8-39.2,10.8-60.5
|
||||
C429,237.4,425.4,217.2,418.2,198.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Clans" class="st0">
|
||||
<g id="Imperial" class="st1">
|
||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st14 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Unicorn" class="st1">
|
||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st15 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Torttle" class="st1">
|
||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st4 st5"></text>
|
||||
</g>
|
||||
<g id="Scorpion" class="st1">
|
||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st16 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Phoenix" class="st1">
|
||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st17 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Mantis" class="st1">
|
||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st18 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Lion" class="st1">
|
||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st19 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Dragon" class="st1">
|
||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st20 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Crab" class="st1">
|
||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st21 st4 st5"></text>
|
||||
</g>
|
||||
<g id="Crane" class="st1">
|
||||
<rect y="18.6" class="st13" width="512" height="493.4"/>
|
||||
<text transform="matrix(1 0 0 1 16 468.6476)" class="st22 st4 st5"></text>
|
||||
</g>
|
||||
</g>
|
||||
<polygon points="131.8,398.4 17,230.8 170.4,233 287.5,68.2 340.6,56.9 466.5,233.3 496,233.3 473,263.3 324.2,265.6 197.4,428.4
|
||||
197.4,455.9 171.2,455.9 171.2,420.9 286,263.3 287.3,226.3 354.9,233 424.8,234 338.5,115.7 "/>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" x="0px" y="0px" width="512px" height="512px">
|
||||
<path
|
||||
fill="currentColor"
|
||||
d="m 472.59787,246.96022 q -6.56862,3.83171 -10.9477,9.03186 -4.37908,5.20015 -8.75816,10.12663 -4.37908,4.92645 -9.57924,9.03185 -5.20015,4.10538 -13.41092,5.20016 -10.94771,2.18953 -21.34802,0.27368 -10.4003,-1.91585 -20.80062,-3.01061 -17.51632,-2.73693 -34.48524,-3.8317 -16.96894,-1.09477 -34.48526,-0.54739 -2.18954,0 -4.37907,0.2737 -2.18955,0.27369 -4.92648,1.91584 -3.2843,2.18955 -6.02123,5.47385 -17.5163,23.53756 -29.55878,49.81203 -12.04247,26.27447 -27.91664,51.45418 -10.94769,17.51631 -21.62169,35.03262 -10.674,17.51633 -21.07432,35.58003 -3.28431,5.47385 -5.20015,12.58985 -1.91585,7.116 -4.37907,14.23201 -2.46325,7.116 -5.74756,13.41092 -3.2843,6.29494 -8.21076,10.12663 -0.54739,-1.09477 -0.82109,-4.10538 l -0.54737,-6.02125 q 0,0 0,-5.74754 0,-5.74754 1.36846,-2.73691 -2.18955,0.54738 -5.47386,3.83168 4.92647,-3.83168 3.28431,-8.21077 -0.54738,-2.73693 -3.55799,-2.46323 -3.01062,0.2737 -1.91585,2.46323 2.73691,-8.21078 4.92646,-17.51631 2.18954,-9.30555 4.92647,-17.51632 -11.49509,13.13724 -19.70586,27.91662 2.18954,-2.73691 4.37908,-6.56861 l 4.37908,-7.66339 q -2.18954,4.37907 -5.20016,8.21078 -3.01062,3.83169 -5.74754,7.116 1.64214,0 6.29492,-7.3897 4.65278,-7.3897 9.57923,-16.42154 4.92648,-9.03185 9.30556,-17.51632 4.37907,-8.48446 6.02122,-10.674 7.66339,-12.58985 15.0531,-24.35863 7.38969,-11.76878 15.05308,-23.81124 9.30553,-14.23201 16.69523,-29.83248 7.3897,-15.60048 15.05309,-31.47463 3.83169,-8.21077 8.21076,-16.14786 4.37908,-7.93708 8.75816,-15.60047 4.92647,-8.21077 6.29494,-12.31615 1.36845,-4.10539 -6.29494,-11.2214 2.73694,-1.09477 5.47385,-1.91584 2.73693,-0.82108 5.47385,0.27368 -3.83169,-2.73691 -5.47385,-6.29492 -1.64215,-3.55801 -5.47385,-5.74754 2.73694,0 6.84232,1.36847 4.10538,1.36846 6.84232,0.27369 3.2843,-1.09478 4.10538,-5.20016 0.82107,-4.10539 2.46323,-6.84231 4.92646,-4.37908 13.13723,-6.02125 4.92647,-1.09475 7.93709,3.55802 3.01062,4.65278 7.93708,5.74754 6.56861,2.73693 13.13724,4.10539 6.56862,1.36846 12.58984,1.91584 2.18954,1.09477 7.3897,2.46324 5.20017,1.36846 6.29493,-0.82109 1.64215,-2.18953 4.37908,-2.18953 2.73692,-0.5474 8.48446,-0.2737 5.74755,0.2737 11.76878,-0.2737 6.02123,-0.54736 10.9477,-1.91583 4.92646,-1.36846 6.56862,-4.65278 0.54739,-2.73692 -1.91586,-8.48446 -2.46323,-5.74755 -6.29492,-12.04246 -3.83169,-6.29493 -7.66338,-12.04248 -3.8317,-5.74754 -5.47386,-8.48446 -10.94769,-20.80063 -21.89538,-42.42232 -10.9477,-21.62172 -21.89541,-42.96972 1.09478,2.18955 1.09478,4.10538 v 3.01063 q -4.37908,-6.02124 -7.6634,-12.31617 -3.28431,-6.294917 -7.116,-12.316156 -13.68462,20.800626 -27.09555,42.148636 -13.41093,21.34801 -24.35862,43.24341 -8.75817,18.61109 -17.51632,36.67478 -8.75815,18.0637 -18.06371,36.67479 0,0.54738 -1.64215,2.18954 -17.51632,35.58001 -34.75894,70.61265 -17.24263,35.03263 -34.75894,70.61264 -4.92647,11.49509 -12.86355,24.35864 -7.93707,12.86353 -19.43216,18.33739 0,-7.11601 -2.73692,-14.50571 -2.73692,-7.38969 -6.29493,-14.23201 -3.558,-6.8423 -7.38969,-13.68462 -3.8317,-6.84231 -7.116,-13.41092 Q 100.37616,365.74275 92.712765,351.23704 85.049381,336.73135 77.933373,321.95196 71.364759,309.9095 65.61721,295.67749 59.86967,281.44548 51.658899,271.04516 q -1.09477,-1.09477 -5.747541,-4.65276 -4.652773,-3.55801 -9.852927,-6.84231 -5.200156,-3.28432 -9.579236,-5.74754 -4.379079,-2.46324 -4.926464,-1.91585 1.642154,-2.18954 6.021234,-2.18954 3.28431,-1.09477 6.842311,-1.09477 h 7.389696 q -4.926465,-1.09477 -10.674005,-2.18954 -5.747542,-1.09477 -7.937082,-6.02124 5.473849,-1.09476 10.947697,-1.09476 h 10.400313 q -5.473848,-7.11601 -14.232007,-8.75817 19.705856,3.28431 40.232789,3.01063 20.526932,-0.2737 40.780163,-0.2737 7.66339,0 16.69524,1.09477 9.03186,1.09478 18.33739,1.64215 9.30556,0.54739 17.79002,-1.09477 8.48446,-1.64215 14.50569,-7.6634 4.92647,-4.92644 8.48447,-11.22136 3.558,-6.29494 6.84231,-12.31617 14.77939,-29.55879 27.91663,-58.57019 13.13723,-29.01139 25.72708,-59.664944 4.37909,-10.400312 8.48447,-21.074318 4.10538,-10.674005 5.20015,-22.169087 10.94771,-2.189539 22.1691,-3.558002 11.22139,-1.368463 21.62169,-5.747542 10.40033,-4.379079 18.88478,-10.674006 8.48448,-6.294925 7.38971,-18.337392 1.09477,11.495082 -0.27369,22.442779 -1.36846,10.947698 -4.10539,21.895396 5.47385,-5.473848 12.04247,-7.663388 3.2843,13.137237 9.03185,25.727088 5.74754,12.589854 12.31615,24.906013 6.56862,12.316163 13.68462,24.358633 7.11601,12.04246 13.68463,24.63232 16.42154,33.39047 35.03262,65.13879 4.37909,7.66339 9.30555,16.42154 4.92646,8.75816 11.49509,15.87417 3.2843,3.28432 6.56861,4.92646 3.28432,1.64215 6.56862,2.18954 3.28432,0.54739 7.116,0.82108 3.83169,0.27368 8.75817,1.36845 z" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 4.8 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 6.5 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
33
system/assets/icons/techs/title_ability.svg
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="500px" height="500px" viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#EE6F57;}
|
||||
.st1{fill:#E25749;}
|
||||
.st2{fill:#FDD578;}
|
||||
.st3{fill:#DCE8EF;}
|
||||
.st4{fill:#425F73;}
|
||||
</style>
|
||||
<g>
|
||||
<polygon class="st0" points="241.9,337.4 234.8,362.9 207.8,459.7 172.2,420 121.1,435.5 150.2,331.3 156.4,308.8 206.1,314.1 "/>
|
||||
<polygon class="st0" points="379.1,435.5 328,420 292.4,459.7 265.3,362.9 258.2,337.4 294.1,314.1 343.8,308.8 350,331.3 "/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st1" d="M206.1,314.1l35.8,23.3l-7.1,25.5c-9.8-6.3-18.9-16.4-28.7-19.6c-15.3-5-37.5,3.6-50.2-5.7
|
||||
c-2.3-1.7-4.2-3.8-5.7-6.3l6.3-22.5L206.1,314.1z"/>
|
||||
<path class="st1" d="M350,331.3c-1.5,2.5-3.4,4.6-5.7,6.3c-12.7,9.2-35,0.7-50.3,5.7c-9.9,3.2-18.9,13.3-28.7,19.6l-7.1-25.5
|
||||
l35.8-23.3l49.7-5.3L350,331.3z"/>
|
||||
</g>
|
||||
<path class="st2" d="M392.4,183.7c0-16.3,15-34.8,10.2-49.5c-5-15.3-28.1-21.4-37.4-34.1c-9.3-12.8-8.1-36.7-20.9-46.1
|
||||
c-12.7-9.2-35-0.7-50.2-5.7c-14.7-4.8-27.7-24.9-44-24.9s-29.3,20.1-44,24.9c-15.3,5-37.5-3.6-50.2,5.7
|
||||
c-12.8,9.3-11.6,33.2-20.9,46.1c-9.2,12.7-32.4,18.8-37.4,34.1c-4.8,14.7,10.2,33.2,10.2,49.5s-15,34.8-10.2,49.5
|
||||
c5,15.3,28.1,21.4,37.4,34.1c9.3,12.8,8.1,36.7,20.9,46.1c12.7,9.2,35,0.7,50.2,5.7c14.7,4.8,27.7,24.9,44,24.9s29.3-20.1,44-24.9
|
||||
c15.3-5,37.5,3.6,50.2-5.7c12.8-9.3,11.6-33.2,20.9-46.1c9.2-12.7,32.4-18.8,37.4-34.1C407.4,218.6,392.4,200.1,392.4,183.7z"/>
|
||||
<circle class="st3" cx="250.1" cy="183.7" r="101"/>
|
||||
<g>
|
||||
<rect x="213.6" y="137.1" class="st4" width="72.9" height="15"/>
|
||||
<rect x="213.6" y="215.4" class="st4" width="72.9" height="15"/>
|
||||
<rect x="192.9" y="176.2" class="st4" width="114.5" height="15"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
32
system/assets/imgs/target-round.svg
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="484.227px" height="484.227px" viewBox="0 0 484.227 484.227" style="enable-background:new 0 0 484.227 484.227;" xml:space="preserve">
|
||||
<g>
|
||||
<path d="M7.32,255.207c7.1,1.7,14.3,3.6,21.5,3.4c7.4-0.2,14.8-1.1,22.1-2.1c0.3,15.1,2.5,30.4,6.7,45.1
|
||||
c6.6,23.7,18.1,46.2,33.6,65.7s34.9,36.1,56.9,48.2l16.9,8.3c5.9,2.3,11.8,4.4,17.7,6.6c6,1.8,12.2,3.3,18.3,4.9
|
||||
c6.3,1.3,13,2.1,19.5,3.1l2.5,0.3h0.1c-1.4,12.9-1.6,25.8,2.2,38.7c1.2,3.9,5.8,7.1,14.8,6.8c8.3-0.3,14.4-3,15.3-7
|
||||
c1.7-7.2,3.6-14.4,3.4-21.6c-0.2-5.6-0.7-11.1-1.4-16.7l4.6-0.3c1.6-0.2,3.1-0.4,4.7-0.7l9.4-1.4c6.3-0.7,12.3-2.7,18.4-4.2
|
||||
c24.3-6.7,47.3-18.2,67.2-33.6c20-15.3,37-34.4,49.9-56c1.6-2.7,3.4-5.3,4.8-8.1l4.1-8.5c1.3-2.9,2.9-5.6,4-8.5l3.3-8.8
|
||||
c1.1-3,2.3-5.9,3.2-8.9l2.4-9.1l2.4-9.1l1.6-9.8c0.7-3.5,0.7-7.2,0.4-10.8c14.4,1.9,28.9-0.7,43.2,1c0.9,0.1,2.4-3.4,2.9-5.8
|
||||
c0.9-4.9-0.3-9-2-12.1c-5.8-10.3-12.9-14.8-20.2-16c-11.6-1.9-23.1-4.5-34.8-5c0-0.1,0-0.1,0-0.2c0.5-5.6,0.7-12.3,0.2-19.9
|
||||
c-0.5-3.8-1.2-7.7-2-11.9c-0.4-2.1-0.8-4.2-1.4-6.4c-0.7-2.1-1.4-4.3-2.1-6.5c-4.8-16-12.7-30.9-21.5-45.1
|
||||
c-4.9-6.8-9.5-13.9-15.2-20c-2.8-3.1-5.4-6.5-8.5-9.4l-9.2-8.7c-12.8-11-26.7-21-42.1-28.1c-7.5-4.1-15.6-6.7-23.5-9.7
|
||||
c-4-1.4-8.2-2.3-12.3-3.4c-4.1-1-8.1-2.3-12.6-2.8l-10.6-1.5l-5.3-0.7h-0.3c2.6-15.2-0.3-30.5,1.4-45.7c0.1-0.9-3.4-2.4-5.8-2.9
|
||||
c-4.9-0.9-9,0.3-12.1,2c-10.3,5.8-14.8,12.9-16,20.1c-1.5,8.9-3.3,17.8-4.4,26.7c-2.6,0.2-5.1,0.5-7.7,1c-6.7,1.1-13.5,2-20,4
|
||||
c-26.4,6.7-51.2,19.1-72.3,36s-38.8,38.1-50.9,62.1c-2.7,6.1-5.9,12.1-8.2,18.4l-3.3,9.5l-1.7,4.8c-0.5,1.6-0.8,3.3-1.2,4.9
|
||||
c-1.5,6.6-3.5,12.8-4.2,19.9c-0.6,4.7-1.4,9.6-1.8,14.2c-1.5-0.3-3-0.6-4.5-0.7c-13.7-1.7-27.4-2.2-41,1.9
|
||||
c-3.9,1.2-7.1,5.8-6.8,14.8C0.62,248.107,3.32,254.207,7.32,255.207z M86.02,214.007c2.8-16.1,8-32.7,15.6-47.8
|
||||
c8.5-14.5,19.2-27.6,31.4-39c24.6-23.1,56.6-37.3,89.7-41.3c-1.2,12.1-1.2,24.2,2.5,36.2c1.2,3.9,5.8,7.1,14.8,6.8
|
||||
c8.3-0.3,14.4-3,15.3-7c1.7-7.1,3.6-14.4,3.4-21.5c-0.2-5-0.6-9.9-1.2-14.9c7.5,0.7,14.9,1.9,22.2,3.8l9.5,2.4l9.2,3.3l4.6,1.6
|
||||
c1.5,0.6,3,1.4,4.5,2.1l8.9,4.2c11.4,6.4,22.7,13.4,32.4,22.4c10.1,8.5,18.6,18.7,26.5,29.4c3.5,5.6,7.5,10.9,10.3,17
|
||||
c1.5,3,3.2,5.8,4.6,8.9l3.8,9.2c5.1,12.3,8.4,24.3,11.4,33.7c-0.7-0.1-1.5-0.3-2.2-0.3c-13.7-1.7-27.4-2.2-41.1,1.9
|
||||
c-3.9,1.2-7.1,5.8-6.8,14.8c0.3,8.3,3,14.4,7,15.3c7.2,1.7,14.4,3.6,21.6,3.4c11.6-0.4,23.1-2.4,34.7-3.7c1.4,0.8,2.7,1.4,4.1,2
|
||||
c-0.6,1.8-1.1,3.7-1.7,5.7c-8,25-20.5,49.7-37.8,71.8c-8.9,10.8-18.6,21.3-29.8,30.1c-5.3,4.8-11.4,8.6-17.3,12.7
|
||||
c-2.9,2.1-6.2,3.6-9.3,5.5c-3.1,1.7-6.1,3.7-9.5,5.1c-15.4,7.9-32.3,12.5-49.3,14.9c-2.3,0.2-4.5,0.6-6.8,0.9
|
||||
c2.5-15.1-0.4-30.3,1.3-45.4c0.1-0.9-3.4-2.4-5.8-2.9c-4.9-0.9-9,0.3-12.1,2c-10.3,5.9-14.8,13-16,20.2c-1.4,8.4-3.1,16.9-4.2,25.3
|
||||
c-0.6-0.1-1.2-0.2-1.8-0.3l-6-1.1l-6-1c-2-0.4-4.1-1.1-6.1-1.7c-4.1-1.3-8.3-2-12.2-3.7l-11.9-4.6l-11.4-5.7
|
||||
c-14.9-8.2-28.4-18.5-40.2-30.7c-11.7-12.2-21.2-26.4-28.6-41.4l-2.7-5.7l-1.4-2.8l-1.1-3l-4.3-11.9l-3.1-12.2
|
||||
c-0.6-2-1-4.1-1.2-6.2l-0.9-6.2l-0.5-3.1c13.6,1.4,27.4-0.8,41,0.8c0.9,0.1,2.4-3.4,2.8-5.8c0.9-4.9-0.3-9-2-12.1
|
||||
c-5.8-10.3-12.9-14.8-20.1-16c-7.4-1.2-14.7-2.7-22.1-3.8C85.02,220.807,85.62,217.507,86.02,214.007z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
@@ -1,23 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 93.64 38.25" style="enable-background:new 0 0 93.64 38.25;" xml:space="preserve">
|
||||
width="93.64px" height="38.25px" viewBox="0 0 93.64 38.25" style="enable-background:new 0 0 93.64 38.25;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
.st1{fill:none;stroke:#C3C3BB;stroke-width:0.334;}
|
||||
.st2{fill:none;stroke:#C3C3BB;}
|
||||
</style>
|
||||
<polygon class="st0" points="6.71,1.63 6.71,4.96 3.37,4.96 3.37,3.29 5.04,3.29 5.04,6.63 1.71,6.63 1.71,31.63 5.04,31.63
|
||||
5.04,34.96 3.37,34.96 3.37,33.29 6.71,33.29 6.71,36.63 86.93,36.63 86.93,33.29 90.26,33.29 90.26,34.96 88.6,34.96 88.6,31.63
|
||||
<polygon class="st0" points="6.71,1.63 6.71,4.96 3.37,4.96 3.37,3.29 5.04,3.29 5.04,6.63 1.71,6.63 1.71,31.63 5.04,31.63
|
||||
5.04,34.96 3.37,34.96 3.37,33.29 6.71,33.29 6.71,36.63 86.93,36.63 86.93,33.29 90.26,33.29 90.26,34.96 88.6,34.96 88.6,31.63
|
||||
91.93,31.63 91.93,6.63 88.6,6.63 88.6,3.29 90.26,3.29 90.26,4.96 86.93,4.96 86.93,1.63 "/>
|
||||
<path class="st1" d="M5.87,1.63v2.5H4.21c0,0.56,0,1.11,0,1.67h-2.5H0.87v0.83v25v0.83h0.83h2.5v1.67c0.55,0,1.11,0,1.67,0v2.5v0.83
|
||||
h0.83h80.22h0.83v-0.83v-2.5h1.67c0-0.55,0-1.11,0-1.67h2.5h0.83v-0.83v-25V5.79h-0.83h-2.5V4.13c-0.55,0-1.11,0-1.67,0v-2.5V0.79
|
||||
h-0.83H6.71H5.87V1.63z"/>
|
||||
<polygon class="st2" points="7.21,2.13 7.21,4.96 7.21,5.46 6.71,5.46 3.37,5.46 2.87,5.46 2.87,4.96 2.87,3.29 2.87,2.79
|
||||
3.37,2.79 5.04,2.79 5.54,2.79 5.54,3.29 5.54,6.63 5.54,7.13 5.04,7.13 2.21,7.13 2.21,31.13 5.04,31.13 5.54,31.13 5.54,31.63
|
||||
5.54,34.96 5.54,35.46 5.04,35.46 3.37,35.46 2.87,35.46 2.87,34.96 2.87,33.29 2.87,32.79 3.37,32.79 6.71,32.79 7.21,32.79
|
||||
7.21,33.29 7.21,36.13 86.43,36.13 86.43,33.29 86.43,32.79 86.93,32.79 90.26,32.79 90.76,32.79 90.76,33.29 90.76,34.96
|
||||
90.76,35.46 90.26,35.46 88.6,35.46 88.1,35.46 88.1,34.96 88.1,31.63 88.1,31.13 88.6,31.13 91.43,31.13 91.43,7.13 88.6,7.13
|
||||
88.1,7.13 88.1,6.63 88.1,3.29 88.1,2.79 88.6,2.79 90.26,2.79 90.76,2.79 90.76,3.29 90.76,4.96 90.76,5.46 90.26,5.46 86.93,5.46
|
||||
<polygon class="st2" points="7.21,2.13 7.21,4.96 7.21,5.46 6.71,5.46 3.37,5.46 2.87,5.46 2.87,4.96 2.87,3.29 2.87,2.79
|
||||
3.37,2.79 5.04,2.79 5.54,2.79 5.54,3.29 5.54,6.63 5.54,7.13 5.04,7.13 2.21,7.13 2.21,31.13 5.04,31.13 5.54,31.13 5.54,31.63
|
||||
5.54,34.96 5.54,35.46 5.04,35.46 3.37,35.46 2.87,35.46 2.87,34.96 2.87,33.29 2.87,32.79 3.37,32.79 6.71,32.79 7.21,32.79
|
||||
7.21,33.29 7.21,36.13 86.43,36.13 86.43,33.29 86.43,32.79 86.93,32.79 90.26,32.79 90.76,32.79 90.76,33.29 90.76,34.96
|
||||
90.76,35.46 90.26,35.46 88.6,35.46 88.1,35.46 88.1,34.96 88.1,31.63 88.1,31.13 88.6,31.13 91.43,31.13 91.43,7.13 88.6,7.13
|
||||
88.1,7.13 88.1,6.63 88.1,3.29 88.1,2.79 88.6,2.79 90.26,2.79 90.76,2.79 90.76,3.29 90.76,4.96 90.76,5.46 90.26,5.46 86.93,5.46
|
||||
86.43,5.46 86.43,4.96 86.43,2.13 "/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 153 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
width="48.2px" height="48.2px" viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#030104;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 48.236 48.236" style="enable-background:new 0 0 48.236 48.236;" xml:space="preserve">
|
||||
width="48.236px" height="48.236px" viewBox="0 0 48.236 48.236" style="enable-background:new 0 0 48.236 48.236;" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path style="fill:#030104;" d="M22.79,6.992l-8.368-2.259c-1.888-0.511-3.833,0.607-4.343,2.496l-2.073,7.676
|
||||
|
||||
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.6 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
width="48.2px" height="48.2px" viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#010002;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
width="48.2px" height="48.2px" viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#010002;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
width="48.2px" height="48.2px" viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#010002;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
width="48.2px" height="48.2px" viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#030104;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.7 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
width="48.2px" height="48.2px" viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#030104;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.5 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
width="48.2px" height="48.2px" viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#030104;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
width="48.2px" height="48.2px" viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1D1C1A;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.6 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
width="48.2px" height="48.2px" viewBox="0 0 48.2 48.2" style="enable-background:new 0 0 48.2 48.2;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#010002;}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"label": "Armures",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"label": "Liens",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference",
|
||||
"bond_type": "data.bond_type"
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference",
|
||||
"bond_type": "system.bond_type"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
|
||||
249
system/babele/fr/l5r5e.core-celestial-implement-boons.json
Normal file
@@ -0,0 +1,249 @@
|
||||
{
|
||||
"label": "Bénédictions d'instrument divin",
|
||||
"mapping": {
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Agility of Legend [Armor]",
|
||||
"name": "Agilité légendaire [Armure]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
},
|
||||
{
|
||||
"id": "Animal Transformation [Projectile]",
|
||||
"name": "Transformation animale [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
},
|
||||
{
|
||||
"id": "Aura of Power [General]",
|
||||
"name": "Aura de puissance [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.101"
|
||||
},
|
||||
{
|
||||
"id": "Beguile the Senses [General]",
|
||||
"name": "Envoûtement des sens [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
},
|
||||
{
|
||||
"id": "Binding [Projectile]",
|
||||
"name": "Liens [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
},
|
||||
{
|
||||
"id": "Blessed Revitalization [General]",
|
||||
"name": "Revitalisation bénie [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
},
|
||||
{
|
||||
"id": "Burst of Force [Armor]",
|
||||
"name": "Explosion de force [Armure]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
},
|
||||
{
|
||||
"id": "Celestial Step [General]",
|
||||
"name": "Enjambée céleste [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
},
|
||||
{
|
||||
"id": "Cosmic Devastation [General]",
|
||||
"name": "Dévastation cosmique [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
},
|
||||
{
|
||||
"id": "Deadly Venom [Projectile]",
|
||||
"name": "Venin mortel [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
},
|
||||
{
|
||||
"id": "Defensive [General]",
|
||||
"name": "Défensif [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.101"
|
||||
},
|
||||
{
|
||||
"id": "Detonation [Projectile]",
|
||||
"name": "Déflagration [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
},
|
||||
{
|
||||
"id": "Duplication [Projectile]",
|
||||
"name": "Duplication [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
},
|
||||
{
|
||||
"id": "Earthshaker [General]",
|
||||
"name": "Bouleversement terrestre [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.101"
|
||||
},
|
||||
{
|
||||
"id": "Flurry [General]",
|
||||
"name": "Déluge [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
},
|
||||
{
|
||||
"id": "Fortress Breaker [Projectile]",
|
||||
"name": "Briseur de défenses [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
},
|
||||
{
|
||||
"id": "Grand Inspiration [Utility Object]",
|
||||
"name": "Inspiration grandiose [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
},
|
||||
{
|
||||
"id": "Harm Returned [Armor]",
|
||||
"name": "Oeil pour oeil [Armure]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
},
|
||||
{
|
||||
"id": "Illusions Shattered [Utility Object]",
|
||||
"name": "Fin des illusions [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
},
|
||||
{
|
||||
"id": "Independence [Melee Weapon]",
|
||||
"name": "Indépendance [Corps à corps]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
},
|
||||
{
|
||||
"id": "Inexorable [Melee Weapon]",
|
||||
"name": "Inexorable [Corps à corps]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
},
|
||||
{
|
||||
"id": "Inviolable [Armor]",
|
||||
"name": "Impénétrable [Armure]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
},
|
||||
{
|
||||
"id": "Mark of Doom [Utility Object]",
|
||||
"name": "Marque fatale [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
},
|
||||
{
|
||||
"id": "Obliteration [Projectile]",
|
||||
"name": "Anéantissement [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
},
|
||||
{
|
||||
"id": "Overwhelming Force [General]",
|
||||
"name": "Force irrésistible [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
},
|
||||
{
|
||||
"id": "Overwhelming Radiance [Armor]",
|
||||
"name": "Eclat irrésistible [Armure]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
},
|
||||
{
|
||||
"id": "Resounding Arrival [Melee Weapon]",
|
||||
"name": "Apparition retentissante [Corps à corps]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
},
|
||||
{
|
||||
"id": "Resounding Rhetoric [Utility Object]",
|
||||
"name": "Rhétorique retentissante [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.105"
|
||||
},
|
||||
{
|
||||
"id": "Returning [Projectile]",
|
||||
"name": "Retour au lanceur [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
},
|
||||
{
|
||||
"id": "Rising Power [Melee Weapon]",
|
||||
"name": "Accumulation de puissance [Corps à corps]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
},
|
||||
{
|
||||
"id": "Root of Language [Utility Object]",
|
||||
"name": "Racine du langage [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.105"
|
||||
},
|
||||
{
|
||||
"id": "Shifting Shape [General]",
|
||||
"name": "Forme changeante [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
},
|
||||
{
|
||||
"id": "Soothing Words [Utility Object]",
|
||||
"name": "Mots de réconfort [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.104"
|
||||
},
|
||||
{
|
||||
"id": "Subterranean Secrets [Utility Object]",
|
||||
"name": "Secrets souterrains [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.105"
|
||||
},
|
||||
{
|
||||
"id": "Transfiguration [General]",
|
||||
"name": "Transfiguration [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
},
|
||||
{
|
||||
"id": "Unassuming [General]",
|
||||
"name": "Sans prétention [Générique]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.102"
|
||||
},
|
||||
{
|
||||
"id": "Unerring [Projectile]",
|
||||
"name": "Infaillible [Projectiles]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
},
|
||||
{
|
||||
"id": "Unleashed Fury [Melee Weapon]",
|
||||
"name": "Déchaînement de fureur [Corps à corps]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.103"
|
||||
},
|
||||
{
|
||||
"id": "Unlimited Negation [Utility Object]",
|
||||
"name": "Négation universelle [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.105"
|
||||
},
|
||||
{
|
||||
"id": "Vitality [Utility Object]",
|
||||
"name": "Vitalité [Utilitaire]",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.105"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"label": "Procédés de fabrication",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
@@ -106,6 +106,12 @@
|
||||
"name": "Procédé du Coeur du vent de Kökejin",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.117"
|
||||
},
|
||||
{
|
||||
"id": "Agasha Pattern",
|
||||
"name": "Agasha Pattern (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"label": "Objets",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
@@ -581,12 +581,6 @@
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
},
|
||||
{
|
||||
"id": "The Five Akodo Daggers [Blessed Treasure]",
|
||||
"name": "The Five Akodo Daggers [Blessed Treasure] (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
},
|
||||
{
|
||||
"id": "Leadership Scrolls [Blessed Treasure]",
|
||||
"name": "Leadership Scrolls [Blessed Treasure] (WIP)",
|
||||
@@ -630,10 +624,10 @@
|
||||
"book_reference": "L’Outremonde p.113"
|
||||
},
|
||||
{
|
||||
"id": "Kishu: The Oni-Cutting Sword [Blessed Treasure]",
|
||||
"name": "Kishu : Le sabre Tranche-oni [Trésor Béni]",
|
||||
"id": "The blade with no name: Ancestral sword of the Dragon [Blessed Treasure]",
|
||||
"name": "The blade with no name: Ancestral sword of the Dragon [Blessed Treasure] (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.113"
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Obsidian Ink [Blessed Treasure]",
|
||||
|
||||
@@ -83,6 +83,31 @@
|
||||
"id": "Wounded",
|
||||
"name": "Blessé",
|
||||
"content": "<blockquote>Livre de Règles p.271</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Illness: Oozing Sore Disease",
|
||||
"name": "Illness: Oozing Sore Disease (WIP)",
|
||||
"content": "<blockquote>Décret de la nature</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Illness: Gut Sickness",
|
||||
"name": "Illness: Gut Sickness (WIP)",
|
||||
"content": "<blockquote>Décret de la nature</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Illness: Coughing Illness",
|
||||
"name": "Illness: Coughing Illness (WIP)",
|
||||
"content": "<blockquote>Décret de la nature</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Illness: Unsteady Illness",
|
||||
"name": "Illness: Unsteady Illness (WIP)",
|
||||
"content": "<blockquote>Décret de la nature</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Illness: Fire Rash",
|
||||
"name": "Illness: Fire Rash (WIP)",
|
||||
"content": "<blockquote>Décret de la nature</blockquote>"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -53,6 +53,11 @@
|
||||
"id": "Recessed",
|
||||
"name": "Recessed (WIP)",
|
||||
"content": "<blockquote>Les Champs de la Victoire</blockquote>"
|
||||
},
|
||||
{
|
||||
"id": "Imbalanced (One or More Elements) Variant",
|
||||
"name": "Imbalanced (One or More Elements) Variant (WIP)",
|
||||
"content": "<blockquote>Décret de la nature</blockquote>"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
40
system/babele/fr/l5r5e.core-name-tables.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"label": "Tables de Noms",
|
||||
"entries": [
|
||||
{
|
||||
"id": "Ivory Kingdoms names",
|
||||
"name": "Noms des Royaumes d’Ivoire",
|
||||
"description": "La Voie des Vagues p.223-224"
|
||||
},
|
||||
{
|
||||
"id": "Japanese names (Female)",
|
||||
"name": "Noms Japonais (Féminin)",
|
||||
"description": "Liste non officielle"
|
||||
},
|
||||
{
|
||||
"id": "Japanese names (Male)",
|
||||
"name": "Noms Japonais (Masculin)",
|
||||
"description": "Liste non officielle"
|
||||
},
|
||||
{
|
||||
"id": "Japanese names (Village)",
|
||||
"name": "Noms Japonais (Village)",
|
||||
"description": "Liste non officielle"
|
||||
},
|
||||
{
|
||||
"id": "Qamarist names",
|
||||
"name": "Noms Qamaristes",
|
||||
"description": "La Voie des Vagues p.226"
|
||||
},
|
||||
{
|
||||
"id": "Rokugani names",
|
||||
"name": "Noms Rokugani",
|
||||
"description": "La Voie des Vagues p.222"
|
||||
},
|
||||
{
|
||||
"id": "Ujik names",
|
||||
"name": "Noms Ujik",
|
||||
"description": "La Voie des Vagues p.225"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"label": "Coups du sort",
|
||||
"mapping": {
|
||||
"types": "data.types",
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"types": "system.types",
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
@@ -65,7 +65,7 @@
|
||||
{
|
||||
"id": "Daikoku’s Curse",
|
||||
"name": "Malédiction de Daikoku",
|
||||
"types": "Relations, Spiritualité",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.123"
|
||||
},
|
||||
@@ -86,7 +86,7 @@
|
||||
{
|
||||
"id": "Discomfiting Countenance",
|
||||
"name": "Aspect déconcertant",
|
||||
"types": "Physique, Relations",
|
||||
"types": "Relations, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.117"
|
||||
},
|
||||
@@ -163,7 +163,7 @@
|
||||
{
|
||||
"id": "Gaijin Name, Culture, or Appearance",
|
||||
"name": "Nom, culture ou apparence gaijin",
|
||||
"types": "Mental et relations (Culture) ou<br>physique (Apparence), Relations (Nom)",
|
||||
"types": "Relations (Culture) ou Physique (Apparance), Relations (Nom), Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.126"
|
||||
},
|
||||
@@ -240,7 +240,7 @@
|
||||
{
|
||||
"id": "Maimed Visage",
|
||||
"name": "Défiguré",
|
||||
"types": "Physique, Relations, Séquelle",
|
||||
"types": "Relations, Physique, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.119"
|
||||
},
|
||||
@@ -254,7 +254,7 @@
|
||||
{
|
||||
"id": "Muteness",
|
||||
"name": "Mutisme",
|
||||
"types": "Physique ou mental, Relations, Séquelle",
|
||||
"types": "Relations, Physique ou Mental, Séquelle",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.126"
|
||||
},
|
||||
@@ -450,7 +450,7 @@
|
||||
{
|
||||
"id": "Despise in [City]",
|
||||
"name": "Méprisé à [une ville]",
|
||||
"types": "Relations, Renommée",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.247"
|
||||
},
|
||||
@@ -485,21 +485,21 @@
|
||||
{
|
||||
"id": "Many Mouths",
|
||||
"name": "Des bouches à nourrir",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.71"
|
||||
},
|
||||
{
|
||||
"id": "Horrible Scar",
|
||||
"name": "Horrible cicatrice",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.72"
|
||||
},
|
||||
{
|
||||
"id": "Pursued by [Individual or Group]",
|
||||
"name": "Poursuivi par [un individu ou un groupe]",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.73"
|
||||
},
|
||||
@@ -513,7 +513,7 @@
|
||||
{
|
||||
"id": "Stained Lineage",
|
||||
"name": "Lignée entachée",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.72"
|
||||
},
|
||||
@@ -548,14 +548,14 @@
|
||||
{
|
||||
"id": "Demon Wound",
|
||||
"name": "Blessure de démon",
|
||||
"types": "Spirituel, Séquelle",
|
||||
"types": "Séquelle, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.97"
|
||||
},
|
||||
{
|
||||
"id": "Shadowlands Taint [Kansen Whispers]",
|
||||
"name": "Souillure de l’Outremonde (Murmures des Kansen)",
|
||||
"types": "Malédiction, Mentale",
|
||||
"types": "Malédiction, Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Outremonde p.99"
|
||||
},
|
||||
@@ -569,16 +569,37 @@
|
||||
{
|
||||
"id": "Sailor’s Tongue",
|
||||
"name": "Parler du marin",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Le Clan de la Mante p.7"
|
||||
},
|
||||
{
|
||||
"id": "Blood Feud",
|
||||
"name": "Blood Feud (WIP)",
|
||||
"types": "Interpersonal, Social",
|
||||
"types": "Relations, Social",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
},
|
||||
{
|
||||
"id": "Insomniac",
|
||||
"name": "Insomniac (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Décret de la nature"
|
||||
},
|
||||
{
|
||||
"id": "Out of Shape",
|
||||
"name": "Out of Shape (WIP)",
|
||||
"types": "Physique",
|
||||
"description": "",
|
||||
"book_reference": "Décret de la nature"
|
||||
},
|
||||
{
|
||||
"id": "Stalked by [Creature]",
|
||||
"name": "Stalked by [Creature] (WIP)",
|
||||
"types": "Relations, Mental, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Décret de la nature"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"label": "Défaillances",
|
||||
"mapping": {
|
||||
"types": "data.types",
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"types": "system.types",
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
@@ -23,7 +23,7 @@
|
||||
{
|
||||
"id": "Cynicism",
|
||||
"name": "Cynisme",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.131"
|
||||
},
|
||||
@@ -37,7 +37,7 @@
|
||||
{
|
||||
"id": "Delusions of Grandeur",
|
||||
"name": "Mégalomanie",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.134"
|
||||
},
|
||||
@@ -128,7 +128,7 @@
|
||||
{
|
||||
"id": "Softheartedness",
|
||||
"name": "Cœur tendre",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.131"
|
||||
},
|
||||
@@ -142,14 +142,14 @@
|
||||
{
|
||||
"id": "Conspiracy",
|
||||
"name": "Conspiracy (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Omen of Bad Luck",
|
||||
"name": "Omen of Bad Luck (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
@@ -163,14 +163,14 @@
|
||||
{
|
||||
"id": "Vanity",
|
||||
"name": "Vanity (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
{
|
||||
"id": "Isolation",
|
||||
"name": "Isolement",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.103"
|
||||
},
|
||||
@@ -205,14 +205,14 @@
|
||||
{
|
||||
"id": "Loathing for Peasants",
|
||||
"name": "Aversion pour les paysans",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.248"
|
||||
},
|
||||
{
|
||||
"id": "Loneliness",
|
||||
"name": "Autophobie",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.249"
|
||||
},
|
||||
@@ -268,16 +268,37 @@
|
||||
{
|
||||
"id": "Belligerent",
|
||||
"name": "Belligerent (WIP)",
|
||||
"types": "Interpersonal",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
},
|
||||
{
|
||||
"id": "Braggart",
|
||||
"name": "Braggart (WIP)",
|
||||
"types": "Interpersonal",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
},
|
||||
{
|
||||
"id": "Fear of [Common Creature]",
|
||||
"name": "Fear of [Common Creature] (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Décret de la nature"
|
||||
},
|
||||
{
|
||||
"id": "Fear of Mediocrity",
|
||||
"name": "Fear of Mediocrity (WIP)",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Décret de la nature"
|
||||
},
|
||||
{
|
||||
"id": "Fear of Poison",
|
||||
"name": "Fear of Poison (WIP)",
|
||||
"types": "Mental",
|
||||
"description": "",
|
||||
"book_reference": "Décret de la nature"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"label": "Aptitudes",
|
||||
"mapping": {
|
||||
"types": "data.types",
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"types": "system.types",
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
@@ -65,7 +65,7 @@
|
||||
{
|
||||
"id": "Dangerous Allure",
|
||||
"name": "Beauté fatale",
|
||||
"types": "Physique, Relations",
|
||||
"types": "Relations, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.102"
|
||||
},
|
||||
@@ -79,35 +79,35 @@
|
||||
{
|
||||
"id": "Famously Honest",
|
||||
"name": "Notoirement honnête",
|
||||
"types": "Relations, Renommée",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.107"
|
||||
},
|
||||
{
|
||||
"id": "Famously Lucky",
|
||||
"name": "Notoirement chanceux",
|
||||
"types": "Relations, Renommée",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.106"
|
||||
},
|
||||
{
|
||||
"id": "Famously Reliable",
|
||||
"name": "Notoirement fiable",
|
||||
"types": "Relations, Renommée",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.107"
|
||||
},
|
||||
{
|
||||
"id": "Famously Successful",
|
||||
"name": "Notoirement efficace",
|
||||
"types": "Relations, Renommée",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.106"
|
||||
},
|
||||
{
|
||||
"id": "Famously Wealthy",
|
||||
"name": "Notoirement riche",
|
||||
"types": "Relations, Renommée",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.107"
|
||||
},
|
||||
@@ -128,7 +128,7 @@
|
||||
{
|
||||
"id": "Indomitable Will",
|
||||
"name": "Volonté indomptable",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.110"
|
||||
},
|
||||
@@ -247,14 +247,14 @@
|
||||
{
|
||||
"id": "Quick Reflexes",
|
||||
"name": "Réflexes fulgurants",
|
||||
"types": "Physique, Relations",
|
||||
"types": "Relations, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.109"
|
||||
},
|
||||
{
|
||||
"id": "Seasoned",
|
||||
"name": "Aguerri",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.101"
|
||||
},
|
||||
@@ -275,7 +275,7 @@
|
||||
{
|
||||
"id": "Subtle Observer",
|
||||
"name": "Observateur subtil",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.107"
|
||||
},
|
||||
@@ -296,7 +296,7 @@
|
||||
{
|
||||
"id": "Famously Kind",
|
||||
"name": "Famously Kind (WIP)",
|
||||
"types": "Relations, Renommée",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
@@ -317,7 +317,7 @@
|
||||
{
|
||||
"id": "Famously Neutral",
|
||||
"name": "Notoirement impartial",
|
||||
"types": "Relations, Renommée",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.99"
|
||||
},
|
||||
@@ -331,7 +331,7 @@
|
||||
{
|
||||
"id": "Animal Trainer",
|
||||
"name": "Dresseur",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.242"
|
||||
},
|
||||
@@ -373,7 +373,7 @@
|
||||
{
|
||||
"id": "Hero of [Village]",
|
||||
"name": "Héros de [Village]",
|
||||
"types": "Relations, Renommée",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.243"
|
||||
},
|
||||
@@ -387,7 +387,7 @@
|
||||
{
|
||||
"id": "Ardent Leader",
|
||||
"name": "Chef ardent",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.69"
|
||||
},
|
||||
@@ -408,7 +408,7 @@
|
||||
{
|
||||
"id": "Scrounger",
|
||||
"name": "Profiteur",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.70"
|
||||
},
|
||||
@@ -422,7 +422,7 @@
|
||||
{
|
||||
"id": "Urbane and Worldly",
|
||||
"name": "Baroudeur bienséant",
|
||||
"types": "Physique, Relations",
|
||||
"types": "Relations, Physique",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.69"
|
||||
},
|
||||
@@ -464,7 +464,7 @@
|
||||
{
|
||||
"id": "Guiding Ancestor",
|
||||
"name": "Guiding Ancestor (WIP)",
|
||||
"types": "Spiritual",
|
||||
"types": "Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
},
|
||||
@@ -478,9 +478,30 @@
|
||||
{
|
||||
"id": "Passion for [Foreign Performing Art Form]",
|
||||
"name": "Talent pour [une forme d’art étrangère]",
|
||||
"types": "Relations, Renommée",
|
||||
"types": "Renommée, Relations",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.70"
|
||||
},
|
||||
{
|
||||
"id": "Knowledgeable Wilderness Guide",
|
||||
"name": "Knowledgeable Wilderness Guide (WIP)",
|
||||
"types": "Relations, Spirituel",
|
||||
"description": "",
|
||||
"book_reference": "Décret de la nature"
|
||||
},
|
||||
{
|
||||
"id": "Skilled Midwife",
|
||||
"name": "Skilled Midwife (WIP)",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Décret de la nature"
|
||||
},
|
||||
{
|
||||
"id": "Thoughtful Arbiter",
|
||||
"name": "Thoughtful Arbiter (WIP)",
|
||||
"types": "Relations",
|
||||
"description": "",
|
||||
"book_reference": "Décret de la nature"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"label": "Passions",
|
||||
"mapping": {
|
||||
"types": "data.types",
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"types": "system.types",
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Animal Bond",
|
||||
"name": "Animaux",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.111"
|
||||
},
|
||||
@@ -51,7 +51,7 @@
|
||||
{
|
||||
"id": "Fashion",
|
||||
"name": "Mode",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.113"
|
||||
},
|
||||
@@ -114,14 +114,14 @@
|
||||
{
|
||||
"id": "Secrets",
|
||||
"name": "Secrets",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.115"
|
||||
},
|
||||
{
|
||||
"id": "Stories",
|
||||
"name": "Contes",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.112"
|
||||
},
|
||||
@@ -142,14 +142,14 @@
|
||||
{
|
||||
"id": "Wordplay",
|
||||
"name": "Jeux de mots",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Livre de Règles p.113"
|
||||
},
|
||||
{
|
||||
"id": "Bathing",
|
||||
"name": "Bains",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
@@ -163,7 +163,7 @@
|
||||
{
|
||||
"id": "Kabuki",
|
||||
"name": "Kabuki (WIP)",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
},
|
||||
@@ -191,21 +191,21 @@
|
||||
{
|
||||
"id": "Decorum",
|
||||
"name": "Décorum",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.100"
|
||||
},
|
||||
{
|
||||
"id": "Pot Stirrer",
|
||||
"name": "Fauteur de trouble",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Les Cours de Pierre p.101"
|
||||
},
|
||||
{
|
||||
"id": "City [Choose One]",
|
||||
"name": "Cité [au choix]",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.244"
|
||||
},
|
||||
@@ -219,7 +219,7 @@
|
||||
{
|
||||
"id": "Gourmet",
|
||||
"name": "Gourmet",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "L’Empire d’Émeraude p.244"
|
||||
},
|
||||
@@ -254,7 +254,7 @@
|
||||
{
|
||||
"id": "Honest Work",
|
||||
"name": "Travail honnête",
|
||||
"types": "Mental, Relations",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.71"
|
||||
},
|
||||
@@ -292,6 +292,20 @@
|
||||
"types": "Martial, Social",
|
||||
"description": "",
|
||||
"book_reference": "Les Champs de la Victoire"
|
||||
},
|
||||
{
|
||||
"id": "Charity",
|
||||
"name": "Charity (WIP)",
|
||||
"types": "Relations, Mental",
|
||||
"description": "",
|
||||
"book_reference": "Décret de la nature"
|
||||
},
|
||||
{
|
||||
"id": "Kintsugi",
|
||||
"name": "Kintsugi (WIP)",
|
||||
"types": "Mental, Physique",
|
||||
"description": "",
|
||||
"book_reference": "Décret de la nature"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"label": "Propriétés",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
@@ -202,6 +202,12 @@
|
||||
"name": "Procédé du Coeur du vent de Kökejin",
|
||||
"description": "",
|
||||
"book_reference": "La Voie des Vagues p.117"
|
||||
},
|
||||
{
|
||||
"id": "Agasha Pattern",
|
||||
"name": "Agasha Pattern (WIP)",
|
||||
"description": "",
|
||||
"book_reference": "Les Royaumes Célestes"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"label": "Rouleaux de marque",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"label": "Techniques d'Inversions",
|
||||
"mapping": {
|
||||
"description": "data.description",
|
||||
"book_reference": "data.book_reference"
|
||||
"description": "system.description",
|
||||
"book_reference": "system.book_reference"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
|
||||