Various fixes in equipment, biodata
This commit is contained in:
parent
bf94dc30b8
commit
1d0d123947
@ -13,7 +13,7 @@ The game system in Foundry offers the following features :
|
||||
- Weapon rolls
|
||||
- Trait management, with Spleen and Ideal also.
|
||||
- Compendiums of items for the game
|
||||
-
|
||||
|
||||
![System Snapshot](https://www.lahiette.com/leratierbretonnien/wp-content/uploads/2023/08/ecryme_snapshot_01.webp "System Snapshot")
|
||||
|
||||
|
||||
|
@ -51,6 +51,7 @@
|
||||
"notenoughdice": "Execution and Preservation must have 2 dices allocated"
|
||||
},
|
||||
"ui": {
|
||||
"equipmentfree": "Equipments (free input)",
|
||||
"traitType": "Trait type",
|
||||
"niveauTrait": "Trait level",
|
||||
"weight": "Weight",
|
||||
@ -160,7 +161,11 @@
|
||||
"ideals": "Ideals",
|
||||
"politic": "Political ideal",
|
||||
"boheme": "Boheme",
|
||||
"annencybonus": "Annency bonus"
|
||||
"annencybonus": "Annency bonus",
|
||||
"bornplace": "Born place",
|
||||
"residence": "Residence",
|
||||
"origin": "Origin",
|
||||
"childhood": "Childhood"
|
||||
}
|
||||
}
|
||||
}
|
@ -52,6 +52,7 @@
|
||||
"notenoughdice": "L'Accomplissement et la Préservation doivent avoir 2 dés chacun"
|
||||
},
|
||||
"ui": {
|
||||
"equipmentfree": "Equipements (saisie libre)",
|
||||
"traitType": "Type de trait",
|
||||
"niveauTrait": "Niveau du trait",
|
||||
"effect": "Incidence",
|
||||
@ -161,7 +162,11 @@
|
||||
"ideals": "Idéaux",
|
||||
"politic": "Idéaux politiques",
|
||||
"boheme": "Bohême",
|
||||
"annencybonus": "Bonus d'Anence"
|
||||
"annencybonus": "Bonus d'Anence",
|
||||
"bornplace": "Lieu de naissance",
|
||||
"residence": "Résidence",
|
||||
"origin": "Origine",
|
||||
"childhood": "Enfance"
|
||||
}
|
||||
}
|
||||
}
|
@ -46,7 +46,7 @@ export class EcrymeActorSheet extends ActorSheet {
|
||||
maneuvers: this.actor.getManeuvers(),
|
||||
impactsMalus: this.actor.getImpactsMalus(),
|
||||
archetype: duplicate(this.actor.getArchetype()),
|
||||
equipements: this.actor.getEquipments(),
|
||||
equipments: this.actor.getEquipments(),
|
||||
hasCephaly: EcrymeUtility.hasCephaly(),
|
||||
hasBoheme: EcrymeUtility.hasBoheme(),
|
||||
hasAmertume: EcrymeUtility.hasAmertume(),
|
||||
|
@ -200,7 +200,7 @@ export class EcrymeActor extends Actor {
|
||||
|
||||
/* ------------------------------------------- */
|
||||
getEquipments() {
|
||||
return this.items.filter(item => item.type == 'equipement')
|
||||
return this.items.filter(item => item.type == 'equipment')
|
||||
}
|
||||
|
||||
/* ------------------------------------------- */
|
||||
|
@ -1 +1 @@
|
||||
MANIFEST-000070
|
||||
MANIFEST-000090
|
||||
|
@ -1,7 +1,7 @@
|
||||
2023/08/22-08:18:29.415756 7f4f609fd6c0 Recovering log #68
|
||||
2023/08/22-08:18:29.426603 7f4f609fd6c0 Delete type=3 #66
|
||||
2023/08/22-08:18:29.426655 7f4f609fd6c0 Delete type=0 #68
|
||||
2023/08/22-08:21:44.533362 7f4ccb7fe6c0 Level-0 table #73: started
|
||||
2023/08/22-08:21:44.533404 7f4ccb7fe6c0 Level-0 table #73: 0 bytes OK
|
||||
2023/08/22-08:21:44.540850 7f4ccb7fe6c0 Delete type=0 #71
|
||||
2023/08/22-08:21:44.560122 7f4ccb7fe6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)
|
||||
2023/08/25-09:06:43.291745 7f42affff6c0 Recovering log #88
|
||||
2023/08/25-09:06:43.308894 7f42affff6c0 Delete type=3 #86
|
||||
2023/08/25-09:06:43.308951 7f42affff6c0 Delete type=0 #88
|
||||
2023/08/25-09:09:02.388289 7f42ae7fc6c0 Level-0 table #93: started
|
||||
2023/08/25-09:09:02.388354 7f42ae7fc6c0 Level-0 table #93: 0 bytes OK
|
||||
2023/08/25-09:09:02.396757 7f42ae7fc6c0 Delete type=0 #91
|
||||
2023/08/25-09:09:02.413788 7f42ae7fc6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,7 +1,7 @@
|
||||
2023/08/17-08:30:06.224452 7fa0dcff96c0 Recovering log #64
|
||||
2023/08/17-08:30:06.244297 7fa0dcff96c0 Delete type=3 #62
|
||||
2023/08/17-08:30:06.244357 7fa0dcff96c0 Delete type=0 #64
|
||||
2023/08/17-08:31:03.278842 7f9e3ffff6c0 Level-0 table #69: started
|
||||
2023/08/17-08:31:03.278870 7f9e3ffff6c0 Level-0 table #69: 0 bytes OK
|
||||
2023/08/17-08:31:03.285336 7f9e3ffff6c0 Delete type=0 #67
|
||||
2023/08/17-08:31:03.285445 7f9e3ffff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)
|
||||
2023/08/25-08:56:40.355200 7f45449ff6c0 Recovering log #84
|
||||
2023/08/25-08:56:40.368438 7f45449ff6c0 Delete type=3 #82
|
||||
2023/08/25-08:56:40.368595 7f45449ff6c0 Delete type=0 #84
|
||||
2023/08/25-09:05:19.712351 7f42ae7fc6c0 Level-0 table #89: started
|
||||
2023/08/25-09:05:19.712385 7f42ae7fc6c0 Level-0 table #89: 0 bytes OK
|
||||
2023/08/25-09:05:19.719168 7f42ae7fc6c0 Delete type=0 #87
|
||||
2023/08/25-09:05:19.719526 7f42ae7fc6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000026
|
||||
|
@ -1,8 +1,8 @@
|
||||
2023/08/22-08:18:29.469195 7f4f611fe6c0 Recovering log #4
|
||||
2023/08/22-08:18:29.483356 7f4f611fe6c0 Delete type=3 #2
|
||||
2023/08/22-08:18:29.483413 7f4f611fe6c0 Delete type=0 #4
|
||||
2023/08/22-08:21:44.524795 7f4ccb7fe6c0 Level-0 table #9: started
|
||||
2023/08/22-08:21:44.524832 7f4ccb7fe6c0 Level-0 table #9: 0 bytes OK
|
||||
2023/08/22-08:21:44.533220 7f4ccb7fe6c0 Delete type=0 #7
|
||||
2023/08/22-08:21:44.560099 7f4ccb7fe6c0 Manual compaction at level-0 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
|
||||
2023/08/22-08:21:44.560175 7f4ccb7fe6c0 Manual compaction at level-1 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
|
||||
2023/08/25-09:06:43.332086 7f42affff6c0 Recovering log #24
|
||||
2023/08/25-09:06:43.343333 7f42affff6c0 Delete type=3 #22
|
||||
2023/08/25-09:06:43.343425 7f42affff6c0 Delete type=0 #24
|
||||
2023/08/25-09:09:02.413816 7f42ae7fc6c0 Level-0 table #29: started
|
||||
2023/08/25-09:09:02.413868 7f42ae7fc6c0 Level-0 table #29: 0 bytes OK
|
||||
2023/08/25-09:09:02.420658 7f42ae7fc6c0 Delete type=0 #27
|
||||
2023/08/25-09:09:02.420945 7f42ae7fc6c0 Manual compaction at level-0 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
|
||||
2023/08/25-09:09:02.420984 7f42ae7fc6c0 Manual compaction at level-1 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2023/08/17-08:30:06.273842 7fa0dd7fa6c0 Delete type=3 #1
|
||||
2023/08/17-08:31:03.298799 7f9e3ffff6c0 Level-0 table #5: started
|
||||
2023/08/17-08:31:03.302135 7f9e3ffff6c0 Level-0 table #5: 2278 bytes OK
|
||||
2023/08/17-08:31:03.309094 7f9e3ffff6c0 Delete type=0 #3
|
||||
2023/08/17-08:31:03.309619 7f9e3ffff6c0 Manual compaction at level-0 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
|
||||
2023/08/25-08:56:40.391655 7f45449ff6c0 Recovering log #20
|
||||
2023/08/25-08:56:40.402088 7f45449ff6c0 Delete type=3 #18
|
||||
2023/08/25-08:56:40.402156 7f45449ff6c0 Delete type=0 #20
|
||||
2023/08/25-09:05:19.719759 7f42ae7fc6c0 Level-0 table #25: started
|
||||
2023/08/25-09:05:19.719808 7f42ae7fc6c0 Level-0 table #25: 0 bytes OK
|
||||
2023/08/25-09:05:19.726375 7f42ae7fc6c0 Delete type=0 #23
|
||||
2023/08/25-09:05:19.739729 7f42ae7fc6c0 Manual compaction at level-0 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
|
||||
2023/08/25-09:05:19.739776 7f42ae7fc6c0 Manual compaction at level-1 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000070
|
||||
MANIFEST-000090
|
||||
|
@ -1,7 +1,7 @@
|
||||
2023/08/22-08:18:29.434436 7f4ccbfff6c0 Recovering log #68
|
||||
2023/08/22-08:18:29.469056 7f4ccbfff6c0 Delete type=3 #66
|
||||
2023/08/22-08:18:29.469125 7f4ccbfff6c0 Delete type=0 #68
|
||||
2023/08/22-08:21:44.540974 7f4ccb7fe6c0 Level-0 table #73: started
|
||||
2023/08/22-08:21:44.541011 7f4ccb7fe6c0 Level-0 table #73: 0 bytes OK
|
||||
2023/08/22-08:21:44.552192 7f4ccb7fe6c0 Delete type=0 #71
|
||||
2023/08/22-08:21:44.560142 7f4ccb7fe6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)
|
||||
2023/08/25-09:06:43.313751 7f45449ff6c0 Recovering log #88
|
||||
2023/08/25-09:06:43.332919 7f45449ff6c0 Delete type=3 #86
|
||||
2023/08/25-09:06:43.332977 7f45449ff6c0 Delete type=0 #88
|
||||
2023/08/25-09:09:02.396939 7f42ae7fc6c0 Level-0 table #93: started
|
||||
2023/08/25-09:09:02.396976 7f42ae7fc6c0 Level-0 table #93: 0 bytes OK
|
||||
2023/08/25-09:09:02.405091 7f42ae7fc6c0 Delete type=0 #91
|
||||
2023/08/25-09:09:02.420883 7f42ae7fc6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,7 +1,7 @@
|
||||
2023/08/17-08:30:06.246354 7fa0de7fc6c0 Recovering log #64
|
||||
2023/08/17-08:30:06.257748 7fa0de7fc6c0 Delete type=3 #62
|
||||
2023/08/17-08:30:06.257814 7fa0de7fc6c0 Delete type=0 #64
|
||||
2023/08/17-08:31:03.285529 7f9e3ffff6c0 Level-0 table #69: started
|
||||
2023/08/17-08:31:03.285609 7f9e3ffff6c0 Level-0 table #69: 0 bytes OK
|
||||
2023/08/17-08:31:03.291891 7f9e3ffff6c0 Delete type=0 #67
|
||||
2023/08/17-08:31:03.309552 7f9e3ffff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)
|
||||
2023/08/25-08:56:40.374817 7f42aeffd6c0 Recovering log #84
|
||||
2023/08/25-08:56:40.392507 7f42aeffd6c0 Delete type=3 #82
|
||||
2023/08/25-08:56:40.392560 7f42aeffd6c0 Delete type=0 #84
|
||||
2023/08/25-09:05:19.732932 7f42ae7fc6c0 Level-0 table #89: started
|
||||
2023/08/25-09:05:19.732977 7f42ae7fc6c0 Level-0 table #89: 0 bytes OK
|
||||
2023/08/25-09:05:19.739465 7f42ae7fc6c0 Delete type=0 #87
|
||||
2023/08/25-09:05:19.739765 7f42ae7fc6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000070
|
||||
MANIFEST-000090
|
||||
|
@ -1,7 +1,7 @@
|
||||
2023/08/22-08:18:29.415768 7f4f619ff6c0 Recovering log #68
|
||||
2023/08/22-08:18:29.430277 7f4f619ff6c0 Delete type=3 #66
|
||||
2023/08/22-08:18:29.430403 7f4f619ff6c0 Delete type=0 #68
|
||||
2023/08/22-08:21:44.516245 7f4ccb7fe6c0 Level-0 table #73: started
|
||||
2023/08/22-08:21:44.516287 7f4ccb7fe6c0 Level-0 table #73: 0 bytes OK
|
||||
2023/08/22-08:21:44.524497 7f4ccb7fe6c0 Delete type=0 #71
|
||||
2023/08/22-08:21:44.524682 7f4ccb7fe6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)
|
||||
2023/08/25-09:06:43.291938 7f42aeffd6c0 Recovering log #88
|
||||
2023/08/25-09:06:43.311799 7f42aeffd6c0 Delete type=3 #86
|
||||
2023/08/25-09:06:43.311854 7f42aeffd6c0 Delete type=0 #88
|
||||
2023/08/25-09:09:02.334209 7f42ae7fc6c0 Level-0 table #93: started
|
||||
2023/08/25-09:09:02.334296 7f42ae7fc6c0 Level-0 table #93: 0 bytes OK
|
||||
2023/08/25-09:09:02.346293 7f42ae7fc6c0 Delete type=0 #91
|
||||
2023/08/25-09:09:02.364301 7f42ae7fc6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,7 +1,7 @@
|
||||
2023/08/17-08:30:06.224380 7fa0dd7fa6c0 Recovering log #64
|
||||
2023/08/17-08:30:06.241271 7fa0dd7fa6c0 Delete type=3 #62
|
||||
2023/08/17-08:30:06.241353 7fa0dd7fa6c0 Delete type=0 #64
|
||||
2023/08/17-08:31:03.262782 7f9e3ffff6c0 Level-0 table #69: started
|
||||
2023/08/17-08:31:03.262832 7f9e3ffff6c0 Level-0 table #69: 0 bytes OK
|
||||
2023/08/17-08:31:03.268889 7f9e3ffff6c0 Delete type=0 #67
|
||||
2023/08/17-08:31:03.285415 7f9e3ffff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)
|
||||
2023/08/25-08:56:40.355478 7f42affff6c0 Recovering log #84
|
||||
2023/08/25-08:56:40.372234 7f42affff6c0 Delete type=3 #82
|
||||
2023/08/25-08:56:40.372332 7f42affff6c0 Delete type=0 #84
|
||||
2023/08/25-09:05:19.704735 7f42ae7fc6c0 Level-0 table #89: started
|
||||
2023/08/25-09:05:19.704765 7f42ae7fc6c0 Level-0 table #89: 0 bytes OK
|
||||
2023/08/25-09:05:19.712218 7f42ae7fc6c0 Delete type=0 #87
|
||||
2023/08/25-09:05:19.719509 7f42ae7fc6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000070
|
||||
MANIFEST-000090
|
||||
|
@ -1,7 +1,7 @@
|
||||
2023/08/22-08:18:29.432772 7f4f609fd6c0 Recovering log #68
|
||||
2023/08/22-08:18:29.459891 7f4f609fd6c0 Delete type=3 #66
|
||||
2023/08/22-08:18:29.460035 7f4f609fd6c0 Delete type=0 #68
|
||||
2023/08/22-08:21:44.552339 7f4ccb7fe6c0 Level-0 table #73: started
|
||||
2023/08/22-08:21:44.552379 7f4ccb7fe6c0 Level-0 table #73: 0 bytes OK
|
||||
2023/08/22-08:21:44.559932 7f4ccb7fe6c0 Delete type=0 #71
|
||||
2023/08/22-08:21:44.560159 7f4ccb7fe6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)
|
||||
2023/08/25-09:06:43.312129 7f42af7fe6c0 Recovering log #88
|
||||
2023/08/25-09:06:43.329832 7f42af7fe6c0 Delete type=3 #86
|
||||
2023/08/25-09:06:43.329881 7f42af7fe6c0 Delete type=0 #88
|
||||
2023/08/25-09:09:02.405626 7f42ae7fc6c0 Level-0 table #93: started
|
||||
2023/08/25-09:09:02.405697 7f42ae7fc6c0 Level-0 table #93: 0 bytes OK
|
||||
2023/08/25-09:09:02.413585 7f42ae7fc6c0 Delete type=0 #91
|
||||
2023/08/25-09:09:02.420919 7f42ae7fc6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,7 +1,7 @@
|
||||
2023/08/17-08:30:06.243329 7fa0ddffb6c0 Recovering log #64
|
||||
2023/08/17-08:30:06.257748 7fa0ddffb6c0 Delete type=3 #62
|
||||
2023/08/17-08:30:06.257816 7fa0ddffb6c0 Delete type=0 #64
|
||||
2023/08/17-08:31:03.292149 7f9e3ffff6c0 Level-0 table #69: started
|
||||
2023/08/17-08:31:03.292214 7f9e3ffff6c0 Level-0 table #69: 0 bytes OK
|
||||
2023/08/17-08:31:03.298635 7f9e3ffff6c0 Delete type=0 #67
|
||||
2023/08/17-08:31:03.309589 7f9e3ffff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)
|
||||
2023/08/25-08:56:40.373273 7f42af7fe6c0 Recovering log #84
|
||||
2023/08/25-08:56:40.389363 7f42af7fe6c0 Delete type=3 #82
|
||||
2023/08/25-08:56:40.389459 7f42af7fe6c0 Delete type=0 #84
|
||||
2023/08/25-09:05:19.726495 7f42ae7fc6c0 Level-0 table #89: started
|
||||
2023/08/25-09:05:19.726528 7f42ae7fc6c0 Level-0 table #89: 0 bytes OK
|
||||
2023/08/25-09:05:19.732766 7f42ae7fc6c0 Delete type=0 #87
|
||||
2023/08/25-09:05:19.739752 7f42ae7fc6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1321,6 +1321,10 @@ ul, li {
|
||||
min-width:2rem;
|
||||
max-width: 2rem;
|
||||
}
|
||||
.item-controls-fixed-full {
|
||||
min-width:3rem;
|
||||
max-width: 3rem;
|
||||
}
|
||||
.attribute-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -1301,6 +1301,10 @@ ul, li {
|
||||
min-width:2rem;
|
||||
max-width: 2rem;
|
||||
}
|
||||
.item-controls-fixed-full {
|
||||
min-width:3rem;
|
||||
max-width: 3rem;
|
||||
}
|
||||
.attribute-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -111,7 +111,7 @@
|
||||
},
|
||||
"title": "Ecryme, le Jeu de Rôles",
|
||||
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-ecryme",
|
||||
"version": "11.0.20",
|
||||
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-ecryme/archive/fvtt-ecryme-v11.0.20.zip",
|
||||
"version": "11.0.21",
|
||||
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-ecryme/archive/fvtt-ecryme-v11.0.21.zip",
|
||||
"background": "systems/fvtt-ecryme/images/assets/ecryme_extract_panel_01.webp"
|
||||
}
|
@ -24,6 +24,7 @@
|
||||
},
|
||||
"core": {
|
||||
"subactors": [],
|
||||
"equipmentfree": "",
|
||||
"skills": {
|
||||
"physical": {
|
||||
"name": "ECRY.ui.physical",
|
||||
|
@ -19,9 +19,10 @@
|
||||
<label class="item-name-label-long">{{spleen.name}}</label>
|
||||
<div class="item-filler"> </div>
|
||||
{{#if spleen}}
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<div class="item-controls item-controls-fixed-full">
|
||||
<a class="item-control item-add" data-type="trait" title="Create Trait"><i class="fas fa-plus"></i></a>
|
||||
<a class="item-control item-edit" data-type="trait" title="Edit Item"><i class="fas fa-edit"></i></a>
|
||||
<a class="item-control item-add" data-type="trait" title="Delete Item"><i class="fas fa-plus"></i></a>
|
||||
<a class="item-control item-add" data-type="trait" title="Delete Item"><i class="fas fa-trash"></i></a>
|
||||
</div>
|
||||
{{/if}}
|
||||
</li>
|
||||
@ -30,9 +31,10 @@
|
||||
<label class="item-name-label-long">{{ideal.name}}</label>
|
||||
<div class="item-filler"> </div>
|
||||
{{#if ideal}}
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<div class="item-controls item-controls-fixed-full">
|
||||
<a class="item-control item-add" data-type="trait" title="Create Trait"><i class="fas fa-plus"></i></a>
|
||||
<a class="item-control item-edit" data-type="trait" title="Edit Item"><i class="fas fa-edit"></i></a>
|
||||
<a class="item-control item-add" data-type="trait" title="Delete Item"><i class="fas fa-plus"></i></a>
|
||||
<a class="item-control item-add" data-type="trait" title="Delete Item"><i class="fas fa-trash"></i></a>
|
||||
</div>
|
||||
{{/if}}
|
||||
</li>
|
||||
@ -273,57 +275,22 @@
|
||||
|
||||
|
||||
{{!-- Equipement Tab --}}
|
||||
<div class="tab equipment" data-group="primary" data-tab="equipment">
|
||||
<div class="tab equipements" data-group="primary" data-tab="equipements">
|
||||
|
||||
<span class="item-name-label-header items-title-bg">
|
||||
<h3><label class="items-title-text">Equipements (saisie libre)</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "ECRY.ui.equipmentfree"}}</label></h3>
|
||||
</span>
|
||||
<div class="form-group small-editor">
|
||||
{{editor equipementlibre target="system.equipementlibre" button=true owner=owner editable=editable}}
|
||||
{{editor equipementlibre target="system.equipmentfree" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Armes</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "ECRY.ui.equipment"}}s</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-medium">
|
||||
<label class="item-field-label-medium">Normaux</label>
|
||||
</span>
|
||||
<span class="item-field-label-medium">
|
||||
<label class="item-field-label-medium">Particulier</label>
|
||||
</span>
|
||||
<span class="item-field-label-medium">
|
||||
<label class="item-field-label-medium">Critique</label>
|
||||
</span>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-add" data-type="weapon" title="Create Item"><i class="fas fa-plus"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{#each armes as |arme key|}}
|
||||
<li class="item flexrow list-item list-item-shadow" data-item-id="{{arme._id}}">
|
||||
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
||||
src="{{arme.img}}" /></a>
|
||||
<span class="item-name-label">{{arme.name}}</span>
|
||||
<span class="item-field-label-medium"><label>{{arme.system.dommagenormale}}</label></span>
|
||||
<span class="item-field-label-medium"><label>{{arme.system.dommagepart}}</label></span>
|
||||
<span class="item-field-label-medium"><label>{{arme.system.dommagecritique}}</label></span>
|
||||
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Equipements (Items)</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-long">
|
||||
<label class="short-label">Q.</label>
|
||||
<label class="item-field-label-medium">{{localize "ECRY.ui.weight"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@ -331,11 +298,12 @@
|
||||
</div>
|
||||
|
||||
</li>
|
||||
{{#each equipements as |equip key|}}
|
||||
{{#each equipments as |equip key|}}
|
||||
<li class="item list-item flexrow list-item-shadow" data-item-id="{{equip._id}}">
|
||||
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
||||
src="{{equip.img}}" /></a>
|
||||
<span class="item-name-label">{{equip.name}}</span>
|
||||
<span class="item-field-label-medium">{{equip.system.weight}}</span>
|
||||
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@ -345,36 +313,6 @@
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Sortilèges</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-medium">
|
||||
<label class="short-label">Seuil</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-add" data-type="equipment" title="Create Item"><i class="fas fa-plus"></i></a>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
{{#each sorts as |sort key|}}
|
||||
<li class="item list-item flexrow list-item-shadow" data-item-id="{{sort._id}}">
|
||||
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
||||
src="{{sort.img}}" /></a>
|
||||
<span class="item-name-label">{{sort.name}}</span>
|
||||
<span class="item-field-label-medium">
|
||||
<label class="short-label">{{sort.system.seuil}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
|
||||
</div>
|
||||
@ -386,7 +324,7 @@
|
||||
<div>
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow">
|
||||
<label class="item-name-label-medium">Lieu de naissance</label>
|
||||
<label class="item-name-label-medium">{{localize "ECRY.ui.bornplace"}}</label>
|
||||
<input type="text" class="" name="system.biodata.lieunaissance" value="{{system.biodata.lieunaissance}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
@ -395,22 +333,27 @@
|
||||
<input type="text" class="" name="system.biodata.age" value="{{system.biodata.age}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="item-name-label-medium">Profession</label>
|
||||
<input type="text" class="" name="system.biodata.profession" value="{{system.biodata.profession}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
<li class="item flexrow">
|
||||
<label class="item-name-label-medium">Résidence</label>
|
||||
<label class="item-name-label-medium">{{localize "ECRY.ui.residence"}}</label>
|
||||
<input type="text" class="" name="system.biodata.residence" value="{{system.biodata.residence}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="item-name-label-medium">Nationalité</label>
|
||||
<label class="item-name-label-medium">{{localize "ECRY.ui.origin"}}</label>
|
||||
<input type="text" class="" name="system.biodata.nationalite" value="{{system.biodata.nationalite}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="item-name-label-medium">Enfance</label>
|
||||
<label class="item-name-label-medium">{{localize "ECRY.ui.childhood"}}</label>
|
||||
<input type="text" class="" name="system.biodata.enfance" value="{{system.biodata.enfance}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user