feature: add new composite and exotic mana types (ticket #202)
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 17s

This commit is contained in:
2026-05-29 21:51:45 +02:00
parent 7bd28e2085
commit e3ce18c601
31 changed files with 1279 additions and 170 deletions
+14
View File
@@ -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