瀏覽代碼

added some spell

Warafear 1 年之前
父節點
當前提交
c9dd3d42ed

+ 1 - 1
src/app/journal/spell-modal/spell-modal.component.ts

@@ -24,7 +24,7 @@ export class SpellModalComponent {
   public cost: string = 'action';
   public duration: number = 0;
   public timeToCast: number = 0;
-  public canRitual: string = 'false';
+  public canRitual: 'true' | 'false' | 'only' = 'false';
   public needsConcentration: boolean = false;
   public needsVerbal: boolean = false;
   public needsSomatic: boolean = false;

二進制
src/assets/images/spells/bladeWard.jpg


二進制
src/assets/images/spells/createBonfire.jpg


二進制
src/assets/images/spells/light.jpg


二進制
src/assets/images/spells/magicStone.jpg


二進制
src/assets/images/spells/rayOfFrost.jpg


+ 2 - 0
src/services/spells/spells.service.ts

@@ -2095,5 +2095,7 @@ export class SpellsService {
       areaOfEffectType: '',
       radius: 0,
     },
+
+    // Level 2
   ];
 }