Commit Graph

73 Commits

Author SHA1 Message Date
Vlyan
1662f59009 FVTT v11 Compatibility
- Added CONFIG.l5r5e.namespace
- Fix new labels for Types
- Fix Effects
- Fix TokenData : actorData->delta
2023-06-11 09:27:49 +02:00
Vlyan
40147ae8d3 Added props in actor object : isCharacter, isAdversary, isMinion, isArmy, canDoInitiativeRoll
Minion ignore now the DP in init roll
2022-07-31 18:41:50 +02:00
Vlyan
c7476a42c2 Working on Compatibility for FVTT v10
Removed restriction on technique types on drop (Sheet and 20Q).
Again some missing data->system
2022-07-23 00:02:47 +02:00
Vlyan
894cdba28b Working on Compatibility for FVTT v10
modified some actor-id to uuid :
dragndrop-actor-id -> dragndrop-actor-uuid
open-sheet-actor-id -> open-sheet-from-uuid
2022-07-22 11:03:08 +02:00
Vlyan
eebd26d32a Working on Compatibility for FVTT v10 2022-07-21 16:08:47 +02:00
Vlyan
597c5a0b49 Refactor the way of symbols was handled, now compatible with "monks enhanced journal". 2022-04-19 19:27:42 +02:00
Vlyan
f17cc1c7b0 Uniformizing the translation skills ids 2022-03-23 18:33:08 +01:00
Vlyan
a1c6f0f373 Translate skills for technique list
Fixed img following the technique_type
2022-03-22 20:35:11 +01:00
Vlyan
473ff9997c Properties sheet
Fixed loading properties from custom compendiums.
Added a line strike on removed/unknown property and ability to remove them.
2022-03-06 13:49:30 +01:00
Vlyan
b5bb4e04f2 Reorganizing languages files properties 2022-02-26 13:27:24 +01:00
Vlyan
a876bfa122 finalising the autocomplete helper, and added to technique skillids 2022-02-18 22:33:47 +01:00
Vlyan
efe1e088ed Roll : Added target info in Roll 2022-02-17 15:24:50 +01:00
Vlyan
5bbec503ea Technique: Sanitize Difficulty and Skill list 2022-02-12 13:07:14 +01:00
Vlyan
a39cc0e326 Trying to fix advancement behavior who sometime left point on old choice. 2022-01-09 14:29:28 +01:00
Vlyan
91b5c2164f Added the ability to Drag n Drop an actor's image to map (token).
some fix on editor for symbol
2021-12-06 14:39:01 +01:00
Vlyan
eb36ce67ae Cohort sheet : added symbol translation for abilities 2021-12-06 10:45:53 +01:00
Vlyan
b13242dafc Army sheet : added ability to drag n drop a cohort on a map
Cohort sheet : added ability to drag n drop an actor and some css
2021-12-06 10:02:45 +01:00
Vlyan
b5a21f950e Added Army/Cohort/Fortification raw sheet and js 2021-10-01 19:51:43 +02:00
Vlyan
2689d48f68 Using a leading debounce on send2chat button 2021-08-18 12:26:31 +02:00
Vlyan
d13ec4049c Fixed Title's embed items tooltips. 2021-08-12 12:42:30 +02:00
Vlyan
0116497921 Added Send to chat to JournalEntry 2021-08-03 18:30:31 +02:00
Vlyan
f3bbcd7499 - Added "send to chat" button on items sheets.
- Minor fixe on editable state.
2021-08-01 16:45:11 +02:00
Vlyan
3d2181e3b0 Added properties antagonists (ex : Sacred remove Unholy on drop). 2021-07-02 19:33:05 +02:00
Vlyan
d54d8343a2 -Kuni Warden School Scorpion -> Crab
-Added warn when the property id is unknown
2021-06-25 09:26:29 +02:00
Vlyan
b1a1430114 Added a commonListeners in helper to avoid repetitions
Added a "compendium-link" listener class to open compendium folder in JournalEntries
2021-06-02 15:05:50 +02:00
Vlyan
fcb3f2b58d Working on 0.8.x
- Xp spent curriculum/total for titles
2021-05-25 17:08:49 +02:00
Vlyan
286ee72c9f Working on 0.8.x
- Advancement bonus management for onDrop and delete
2021-05-22 23:33:24 +02:00
Vlyan
90ccfd1d68 Working on 0.8.x
- Finished the dialog for add new item on title and other advancements
- some documentation update
2021-05-22 22:10:54 +02:00
Vlyan
53f04e6cef Working on 0.8.x
- Title's Advancements are now reflected on actor
- Migration update
2021-05-22 17:20:17 +02:00
Vlyan
4f9b72c63f Working on 0.8.x
- Working on title
- Added property update/delete for item patterns
2021-05-21 14:12:14 +02:00
Vlyan
4350ea25ee Working on 0.8.x
- some fix for 0.8.3, and working on titles
2021-05-13 13:07:27 +02:00
Vlyan
cda02bd8c7 Working on 0.8.x
- NPC with all ring on strengths/weaknesses (CSS TODO).
- Removed Custom tech "Links" as they are in fact "Bonds" and need more work.
- Added Bonds, SignatureScroll, ItemPatterns and working on titles
2021-05-09 14:43:46 +02:00
Vlyan
0bef6afc66 Working on 0.8.x
- NPC with all ring on strengths/weaknesses (CSS TODO).
- Removed Custom tech "Links" as they are in fact "Bonds" and need more work.
2021-05-04 19:19:11 +02:00
Vlyan
93cfe5bb86 Working on 0.8.x
-dot separator in settings
-mergeObject ns
-added a option to enable/disable custom techs
-removed "foundry-pc-types" as it was absolutely obsolete
-fixed some roll errors (_rolled -> _evaluated)
2021-04-30 17:20:34 +02:00
Vlyan
b6f3d42fa2 Working on 0.8.x - Character sheets related 2021-04-24 17:16:52 +02:00
Vlyan
45ae96724e Add confirm on item deletion 2021-02-03 11:44:22 +01:00
Vlyan
740d5cd8a6 Disallow drop on non editable sheet 2021-01-24 14:54:47 +01:00
Vlyan
a958e17278 Fix js error when Advancement is not in a actor 2021-01-23 14:01:32 +01:00
Vlyan
8fbf7f9005 Use of toggleClass 2021-01-19 20:18:15 +01:00
Vlyan
58a4e71b32 Working on initiative, and now TN is global with GM tool 2021-01-14 21:55:42 +01:00
Vlyan
6489c41692 Advancement: Change the name and img according to the selection 2021-01-07 09:45:33 +01:00
Vlyan
6ef4dd3bde Stop some missing propagation 2021-01-05 17:49:38 +01:00
Vlyan
791a98eb3c 20Q added a summary
Some language refactoring
Allow toggle even without editing perm
Fix DnD on school rank with npc as they don't have it
2021-01-03 12:22:53 +01:00
Vlyan
331872e84f Added convertSymbol for item's desc and actor's notes 2021-01-02 12:35:08 +01:00
Vlyan
b02407a67b Added school_ability and mastery_ability types for techniques 2021-01-01 12:56:36 +01:00
Vlyan
b05f583b1e Translation for peculiarities types in sheet 2020-12-31 12:55:10 +01:00
Vlyan
c874caec1a Some automatisations on advancements
Added xp cost for technique
2020-12-27 12:20:07 +01:00
Vlyan
6842673ee1 Make compendium droppable :D 2020-12-26 14:31:31 +01:00
Vlyan
540ad7b3ac toggle hook 2020-12-24 19:01:52 +01:00
Vlyan
0f1afcf740 Properties from pack
Editable functionalities (hide icons)
Merge of edit/add/delete items hooks
2020-12-24 15:51:52 +01:00