Update spell definition
All checks were successful
Release Creation / build (release) Successful in 58s

This commit is contained in:
LeRatierBretonnien 2025-03-11 07:46:25 +01:00
parent 72ef2dbe1b
commit a37913c7da
27 changed files with 101 additions and 75 deletions

View File

@ -646,6 +646,9 @@
},
"Spell": {
"FIELDS": {
"criticalType": {
"label": "Crit. Type"
},
"attackRoll": {
"label": "Attack roll"
},
@ -667,8 +670,14 @@
},
"verbal": {
"label": "Verbal"
},
"catalyst": {
"label": "Catalyst"
}
},
"memorized": {
"label": "Memorized"
},
"cost": {
"label": "Cost"
},

View File

@ -192,6 +192,14 @@ export const CHOICE_DICE = {
"D20": "D20"
}
export const SPELL_CRITICAL = {
"electric": "Electric",
"fire": "Fire",
"cold": "Cold",
"force": "Force",
"acid": "Acid"
}
export const CHOICE_MODIFIERS = {
"-9": "-9",
"-8": "-8",
@ -283,5 +291,6 @@ export const SYSTEM = {
RANGE_CHOICES,
FAVOR_CHOICES,
ATTACKER_AIM_CHOICES,
MORTAL_CHOICES
MORTAL_CHOICES,
SPELL_CRITICAL
}

View File

@ -23,7 +23,8 @@ export default class LethalFantasySpell extends foundry.abstract.TypeDataModel {
schema.components = new fields.SchemaField({
verbal: new fields.BooleanField(),
somatic: new fields.BooleanField(),
somatic: new fields.BooleanField(),
catalyst: new fields.BooleanField(),
material: new fields.BooleanField(),
})
schema.castingTime = new fields.StringField({ required: true, initial: "" })
@ -33,7 +34,9 @@ export default class LethalFantasySpell extends foundry.abstract.TypeDataModel {
schema.savingThrow = new fields.StringField({ required: true, initial: "" })
schema.extraAetherPoints = new fields.StringField({ required: true, initial: "" })
schema.materialComponent = new fields.StringField({ required: true, initial: "" })
schema.catalyst = new fields.StringField({ required: true, initial: "" })
schema.criticalType = new fields.StringField({ required: true, initial: "electric", choices : SYSTEM.SPELL_CRITICAL })
schema.attackRoll = new fields.StringField({ required: true, initial: "" })
schema.powerRoll = new fields.StringField({ required: true, initial: "" })

View File

@ -1 +1 @@
MANIFEST-000171
MANIFEST-000175

View File

@ -1,8 +1,8 @@
2025/02/25-07:05:20.257875 7f4fbcbf96c0 Recovering log #169
2025/02/25-07:05:20.359696 7f4fbcbf96c0 Delete type=3 #167
2025/02/25-07:05:20.359809 7f4fbcbf96c0 Delete type=0 #169
2025/02/25-07:13:31.414455 7f4fb6bff6c0 Level-0 table #174: started
2025/02/25-07:13:31.414499 7f4fb6bff6c0 Level-0 table #174: 0 bytes OK
2025/02/25-07:13:31.420623 7f4fb6bff6c0 Delete type=0 #172
2025/02/25-07:13:31.427207 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
2025/02/25-07:13:31.427286 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
2025/03/11-07:39:37.074868 7f24c67fc6c0 Recovering log #173
2025/03/11-07:39:37.085297 7f24c67fc6c0 Delete type=3 #171
2025/03/11-07:39:37.085391 7f24c67fc6c0 Delete type=0 #173
2025/03/11-07:46:07.288174 7f24c4bff6c0 Level-0 table #178: started
2025/03/11-07:46:07.288212 7f24c4bff6c0 Level-0 table #178: 0 bytes OK
2025/03/11-07:46:07.328350 7f24c4bff6c0 Delete type=0 #176
2025/03/11-07:46:07.371397 7f24c4bff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
2025/03/11-07:46:07.371509 7f24c4bff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/09-09:17:46.952095 7f46adffb6c0 Recovering log #165
2025/02/09-09:17:47.003194 7f46adffb6c0 Delete type=3 #163
2025/02/09-09:17:47.003256 7f46adffb6c0 Delete type=0 #165
2025/02/09-09:18:22.678103 7f46abbff6c0 Level-0 table #170: started
2025/02/09-09:18:22.678129 7f46abbff6c0 Level-0 table #170: 0 bytes OK
2025/02/09-09:18:22.715696 7f46abbff6c0 Delete type=0 #168
2025/02/09-09:18:22.853749 7f46abbff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
2025/02/09-09:18:22.853920 7f46abbff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
2025/02/25-07:05:20.257875 7f4fbcbf96c0 Recovering log #169
2025/02/25-07:05:20.359696 7f4fbcbf96c0 Delete type=3 #167
2025/02/25-07:05:20.359809 7f4fbcbf96c0 Delete type=0 #169
2025/02/25-07:13:31.414455 7f4fb6bff6c0 Level-0 table #174: started
2025/02/25-07:13:31.414499 7f4fb6bff6c0 Level-0 table #174: 0 bytes OK
2025/02/25-07:13:31.420623 7f4fb6bff6c0 Delete type=0 #172
2025/02/25-07:13:31.427207 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
2025/02/25-07:13:31.427286 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000170
MANIFEST-000174

View File

@ -1,8 +1,8 @@
2025/02/25-07:05:20.365068 7f4fb7fff6c0 Recovering log #168
2025/02/25-07:05:20.456483 7f4fb7fff6c0 Delete type=3 #166
2025/02/25-07:05:20.456655 7f4fb7fff6c0 Delete type=0 #168
2025/02/25-07:13:31.400371 7f4fb6bff6c0 Level-0 table #173: started
2025/02/25-07:13:31.400477 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK
2025/02/25-07:13:31.406784 7f4fb6bff6c0 Delete type=0 #171
2025/02/25-07:13:31.427160 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
2025/02/25-07:13:31.427242 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
2025/03/11-07:39:37.089754 7f24c6ffd6c0 Recovering log #172
2025/03/11-07:39:37.101606 7f24c6ffd6c0 Delete type=3 #170
2025/03/11-07:39:37.101834 7f24c6ffd6c0 Delete type=0 #172
2025/03/11-07:46:07.253454 7f24c4bff6c0 Level-0 table #177: started
2025/03/11-07:46:07.253514 7f24c4bff6c0 Level-0 table #177: 0 bytes OK
2025/03/11-07:46:07.287990 7f24c4bff6c0 Delete type=0 #175
2025/03/11-07:46:07.371366 7f24c4bff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
2025/03/11-07:46:07.371482 7f24c4bff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/09-09:17:47.005741 7f46ad7fa6c0 Recovering log #164
2025/02/09-09:17:47.054649 7f46ad7fa6c0 Delete type=3 #162
2025/02/09-09:17:47.054741 7f46ad7fa6c0 Delete type=0 #164
2025/02/09-09:18:22.556082 7f46abbff6c0 Level-0 table #169: started
2025/02/09-09:18:22.556121 7f46abbff6c0 Level-0 table #169: 0 bytes OK
2025/02/09-09:18:22.591317 7f46abbff6c0 Delete type=0 #167
2025/02/09-09:18:22.677973 7f46abbff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
2025/02/09-09:18:22.678023 7f46abbff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
2025/02/25-07:05:20.365068 7f4fb7fff6c0 Recovering log #168
2025/02/25-07:05:20.456483 7f4fb7fff6c0 Delete type=3 #166
2025/02/25-07:05:20.456655 7f4fb7fff6c0 Delete type=0 #168
2025/02/25-07:13:31.400371 7f4fb6bff6c0 Level-0 table #173: started
2025/02/25-07:13:31.400477 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK
2025/02/25-07:13:31.406784 7f4fb6bff6c0 Delete type=0 #171
2025/02/25-07:13:31.427160 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
2025/02/25-07:13:31.427242 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000170
MANIFEST-000174

View File

@ -1,8 +1,8 @@
2025/02/25-07:05:20.159274 7f4fb77fe6c0 Recovering log #168
2025/02/25-07:05:20.252142 7f4fb77fe6c0 Delete type=3 #166
2025/02/25-07:05:20.252245 7f4fb77fe6c0 Delete type=0 #168
2025/02/25-07:13:31.406936 7f4fb6bff6c0 Level-0 table #173: started
2025/02/25-07:13:31.406981 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK
2025/02/25-07:13:31.414307 7f4fb6bff6c0 Delete type=0 #171
2025/02/25-07:13:31.427187 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
2025/02/25-07:13:31.427257 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
2025/03/11-07:39:37.057531 7f24c57fa6c0 Recovering log #172
2025/03/11-07:39:37.068677 7f24c57fa6c0 Delete type=3 #170
2025/03/11-07:39:37.068767 7f24c57fa6c0 Delete type=0 #172
2025/03/11-07:46:07.216119 7f24c4bff6c0 Level-0 table #177: started
2025/03/11-07:46:07.216184 7f24c4bff6c0 Level-0 table #177: 0 bytes OK
2025/03/11-07:46:07.253176 7f24c4bff6c0 Delete type=0 #175
2025/03/11-07:46:07.371327 7f24c4bff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
2025/03/11-07:46:07.371455 7f24c4bff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/09-09:17:46.895896 7f46ac7f86c0 Recovering log #164
2025/02/09-09:17:46.947734 7f46ac7f86c0 Delete type=3 #162
2025/02/09-09:17:46.947832 7f46ac7f86c0 Delete type=0 #164
2025/02/09-09:18:22.529278 7f46abbff6c0 Level-0 table #169: started
2025/02/09-09:18:22.529322 7f46abbff6c0 Level-0 table #169: 0 bytes OK
2025/02/09-09:18:22.555928 7f46abbff6c0 Delete type=0 #167
2025/02/09-09:18:22.677958 7f46abbff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
2025/02/09-09:18:22.678006 7f46abbff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
2025/02/25-07:05:20.159274 7f4fb77fe6c0 Recovering log #168
2025/02/25-07:05:20.252142 7f4fb77fe6c0 Delete type=3 #166
2025/02/25-07:05:20.252245 7f4fb77fe6c0 Delete type=0 #168
2025/02/25-07:13:31.406936 7f4fb6bff6c0 Level-0 table #173: started
2025/02/25-07:13:31.406981 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK
2025/02/25-07:13:31.414307 7f4fb6bff6c0 Delete type=0 #171
2025/02/25-07:13:31.427187 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
2025/02/25-07:13:31.427257 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000170
MANIFEST-000174

View File

@ -1,8 +1,8 @@
2025/02/25-07:05:20.462162 7f4fbd3fa6c0 Recovering log #168
2025/02/25-07:05:20.565485 7f4fbd3fa6c0 Delete type=3 #166
2025/02/25-07:05:20.565615 7f4fbd3fa6c0 Delete type=0 #168
2025/02/25-07:13:31.420789 7f4fb6bff6c0 Level-0 table #173: started
2025/02/25-07:13:31.420834 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK
2025/02/25-07:13:31.426961 7f4fb6bff6c0 Delete type=0 #171
2025/02/25-07:13:31.427226 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
2025/02/25-07:13:31.427271 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
2025/03/11-07:39:37.106281 7f24c5ffb6c0 Recovering log #172
2025/03/11-07:39:37.117251 7f24c5ffb6c0 Delete type=3 #170
2025/03/11-07:39:37.117421 7f24c5ffb6c0 Delete type=0 #172
2025/03/11-07:46:07.328792 7f24c4bff6c0 Level-0 table #177: started
2025/03/11-07:46:07.328887 7f24c4bff6c0 Level-0 table #177: 0 bytes OK
2025/03/11-07:46:07.371019 7f24c4bff6c0 Delete type=0 #175
2025/03/11-07:46:07.371427 7f24c4bff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
2025/03/11-07:46:07.371535 7f24c4bff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/09-09:17:47.057750 7f46acff96c0 Recovering log #164
2025/02/09-09:17:47.111395 7f46acff96c0 Delete type=3 #162
2025/02/09-09:17:47.111509 7f46acff96c0 Delete type=0 #164
2025/02/09-09:18:22.591487 7f46abbff6c0 Level-0 table #169: started
2025/02/09-09:18:22.591518 7f46abbff6c0 Level-0 table #169: 0 bytes OK
2025/02/09-09:18:22.627889 7f46abbff6c0 Delete type=0 #167
2025/02/09-09:18:22.677986 7f46abbff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
2025/02/09-09:18:22.678014 7f46abbff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
2025/02/25-07:05:20.462162 7f4fbd3fa6c0 Recovering log #168
2025/02/25-07:05:20.565485 7f4fbd3fa6c0 Delete type=3 #166
2025/02/25-07:05:20.565615 7f4fbd3fa6c0 Delete type=0 #168
2025/02/25-07:13:31.420789 7f4fb6bff6c0 Level-0 table #173: started
2025/02/25-07:13:31.420834 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK
2025/02/25-07:13:31.426961 7f4fb6bff6c0 Delete type=0 #171
2025/02/25-07:13:31.427226 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
2025/02/25-07:13:31.427271 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)

View File

@ -15,6 +15,9 @@
{{formField systemFields.components.fields.religious value=system.components.religious}}
</div>
{{formField systemFields.materialComponent value=system.materialComponent}}
{{formField systemFields.catalyst value=system.catalyst}}
<!-- {{formField systemFields.attackRoll value=system.attackRoll}}
{{formField systemFields.powerRoll value=system.powerRoll}}-->
@ -24,8 +27,6 @@
{{formField systemFields.duration value=system.duration}}
{{formField systemFields.savingThrow value=system.savingThrow}}
{{formField systemFields.materialComponent value=system.materialComponent}}
{{formField systemFields.catalyst value=system.catalyst}}
<fieldset>

View File

@ -12,8 +12,12 @@
{{formField systemFields.components.fields.verbal value=system.components.verbal}}
{{formField systemFields.components.fields.somatic value=system.components.somatic}}
{{formField systemFields.components.fields.material value=system.components.material}}
{{formField systemFields.components.fields.catalyst value=system.components.catalyst}}
</div>
{{formField systemFields.materialComponent value=system.materialComponent}}
{{formField systemFields.catalyst value=system.catalyst}}
<!-- {{formField systemFields.attackRoll value=system.attackRoll}}
{{formField systemFields.powerRoll value=system.powerRoll}} -->
@ -25,8 +29,8 @@
{{formField systemFields.duration value=system.duration}}
{{formField systemFields.savingThrow value=system.savingThrow}}
{{formField systemFields.extraAetherPoints value=system.extraAetherPoints}}
{{formField systemFields.materialComponent value=system.materialComponent}}
{{formField systemFields.criticalType value=system.criticalType}}
<fieldset>
<legend>{{localize "LETHALFANTASY.Label.description"}}</legend>