feature: add new composite and exotic mana types (ticket #202)
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 17s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 17s
This commit is contained in:
@@ -234,12 +234,20 @@ Mana-Loop/
|
||||
│ │ │ │ │ ├── advanced-spells.ts
|
||||
│ │ │ │ │ ├── aoe-spells.ts
|
||||
│ │ │ │ │ ├── basic-elemental-spells.ts
|
||||
│ │ │ │ │ ├── blackflame-spells.ts
|
||||
│ │ │ │ │ ├── compound-spells.ts
|
||||
│ │ │ │ │ ├── enchantment-spells.ts
|
||||
│ │ │ │ │ ├── frost-spells.ts
|
||||
│ │ │ │ │ ├── legendary-spells.ts
|
||||
│ │ │ │ │ ├── lightning-spells.ts
|
||||
│ │ │ │ │ ├── master-spells.ts
|
||||
│ │ │ │ │ ├── miasma-spells.ts
|
||||
│ │ │ │ │ ├── plasma-spells.ts
|
||||
│ │ │ │ │ ├── radiantflames-spells.ts
|
||||
│ │ │ │ │ ├── raw-spells.ts
|
||||
│ │ │ │ │ ├── shadowglass-spells.ts
|
||||
│ │ │ │ │ ├── soul-spells.ts
|
||||
│ │ │ │ │ ├── time-spells.ts
|
||||
│ │ │ │ │ └── utility-spells.ts
|
||||
│ │ │ │ ├── core.ts
|
||||
│ │ │ │ ├── elements.ts
|
||||
@@ -273,11 +281,17 @@ Mana-Loop/
|
||||
│ │ │ │ ├── enchantments/
|
||||
│ │ │ │ │ ├── spell-effects/
|
||||
│ │ │ │ │ │ ├── basic-spells.ts
|
||||
│ │ │ │ │ │ ├── blackflame-spells.ts
|
||||
│ │ │ │ │ │ ├── exotic-new-spells.ts
|
||||
│ │ │ │ │ │ ├── frost-spells.ts
|
||||
│ │ │ │ │ │ ├── index.ts
|
||||
│ │ │ │ │ │ ├── legendary-spells.ts
|
||||
│ │ │ │ │ │ ├── lightning-spells.ts
|
||||
│ │ │ │ │ │ ├── metal-spells.ts
|
||||
│ │ │ │ │ │ ├── miasma-spells.ts
|
||||
│ │ │ │ │ │ ├── radiantflames-spells.ts
|
||||
│ │ │ │ │ │ ├── sand-spells.ts
|
||||
│ │ │ │ │ │ ├── shadowglass-spells.ts
|
||||
│ │ │ │ │ │ ├── tier2-spells.ts
|
||||
│ │ │ │ │ │ ├── tier3-spells.ts
|
||||
│ │ │ │ │ │ └── types.ts
|
||||
|
||||
Reference in New Issue
Block a user