44 Commits

Author SHA1 Message Date
9664a9dc43 Merge pull request 'Update git repo for new server release' (#1) from master into main
Reviewed-on: #1
2025-02-26 00:30:57 +01:00
Peach
55490a313e Update git repo for new server release 2025-02-26 00:22:27 +01:00
Yoshi
4d1c7c3642 module.json aktualisiert
All checks were successful
release / release (push) Successful in 23s
2025-02-26 00:04:14 +01:00
Yoshi
9535f8f89a .gitea/workflows/ release.yml aktualisiert 2025-02-26 00:03:37 +01:00
Yoshi
020c6f45d5 .gitea/workflows/ release.yml aktualisiert
All checks were successful
release / release (push) Successful in 24s
2025-02-25 23:47:11 +01:00
Yoshi
c7e203362c .gitea/workflows/ release.yml aktualisiert
Some checks failed
release / release (push) Failing after 23s
2025-02-25 23:46:03 +01:00
Yoshi
0f8197db8a .gitea/workflows/ release.yml aktualisiert
Some checks failed
release / release (push) Failing after 9s
2025-02-25 23:30:48 +01:00
Yoshi
5354139456 .gitea/workflows/ release.yml aktualisiert
Some checks failed
release / release (push) Failing after 8s
2025-02-25 23:28:27 +01:00
Yoshi
653c9f4503 .gitea/workflows/ release.yml aktualisiert
Some checks failed
release / release (push) Failing after 9s
2025-02-25 23:23:01 +01:00
Yoshi
b51a46f719 module.json aktualisiert 2025-02-25 23:07:43 +01:00
Yoshi
7e5bfca667 .gitea/workflows/ release.yml aktualisiert
All checks were successful
release / release (push) Successful in 23s
2025-02-25 23:04:57 +01:00
Yoshi
f8c0b89410 module.json aktualisiert
All checks were successful
release / release (push) Successful in 1m29s
2025-02-25 22:48:36 +01:00
Yoshi
bbb8ed7110 .gitea/workflows/ release.yml aktualisiert 2025-02-25 22:42:52 +01:00
Yoshi
99c2d7575a .gitea/workflows/release.yml aktualisiert 2025-02-25 22:42:00 +01:00
Yoshi
86b87cfc7c .gitea/workflows/release.yml aktualisiert 2025-02-25 22:41:41 +01:00
9e837c32b3 .gitea/workflows/release.yml aktualisiert
All checks were successful
release / release (push) Successful in 1m23s
2025-02-25 22:28:30 +01:00
46139cc4e1 fix: remove go jobs
Some checks failed
release / release (push) Failing after 7s
2025-02-25 22:25:42 +01:00
ce26ec331a Add gitea workflow file
Some checks failed
release / release (push) Failing after 1m34s
2025-02-25 22:12:55 +01:00
Peach
35d8bf7ee3 Updating package via script 2025-01-28 23:05:04 +01:00
Peach
3f315d3021 Updating package via script 2025-01-27 23:05:02 +01:00
Peach
a0c67ca16d Updating package via script 2025-01-27 18:09:02 +01:00
Peach
397e3b3118 Updating package via script 2025-01-26 22:02:03 +01:00
Peach
71e6701102 Updating package via script 2024-06-16 20:40:02 +02:00
Peach
98070d533d Updating package via script 2024-06-01 22:28:02 +02:00
Peach
651c71a8f6 Updating package via script 2024-06-01 22:26:02 +02:00
Peach
5bc8c60d4c Updating package via script 2024-06-01 22:23:04 +02:00
Peach
d75c1d81e2 Updating package via script 2023-12-30 23:06:02 +01:00
71ba40c663 Feat: update to v1.1.48 2023-12-29 23:00:25 +00:00
efbeec2d1f Fix: merge conflict 2023-12-29 22:53:04 +00:00
Peach
19e2709b5f Updating package via script 2023-12-29 23:27:04 +01:00
Peach
f949623334 Updating package via script 2023-12-25 11:19:02 +01:00
Peach
9b7a4d86df Updating package via script 2023-12-25 11:18:37 +01:00
437464ddb1 Update module.json 2023-12-25 10:13:23 +00:00
Peach
eb27a7cf9f Updating package via script 2023-05-28 18:49:06 +02:00
Peach
1bdcd9facc Updating package via script 2023-04-24 18:48:05 +02:00
Peach
a694bbfe3f Updating package via script 2023-04-08 01:59:02 +02:00
Peach
f0aebce0b8 Updating package via script 2023-04-08 01:57:04 +02:00
Peach
3acaeb3955 Updating package via script 2023-03-04 19:02:05 +01:00
Peach
32f3ea96a0 Updating package via script 2023-01-10 18:44:06 +01:00
Peach
b8334e06b8 Updating package via script 2023-01-10 16:24:04 +01:00
Peach
2241fb8f90 Updating package via script 2023-01-09 23:02:04 +01:00
Peach
7298b4eaa6 Updating package via script 2022-09-16 20:23:07 +02:00
Peach
18d7ce0844 Updating package via script 2022-07-05 22:50:02 +02:00
Peach
055d9bce83 Updating package via script 2022-05-16 11:33:01 +02:00
1394 changed files with 454 additions and 1728 deletions

View File

@@ -0,0 +1,26 @@
name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- run: |
zip -r release.zip *
- name: Create Release
uses: https://gitea.com/actions/release-action@main
with:
files: |-
release.zip
api_key: '${{secrets.RELEASE_TOKEN}}'

0
Server_Befehle/RESTART Normal file
View File

0
Server_Befehle/UPDATE Normal file
View File

View File

@@ -5,14 +5,130 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [To-Do-Liste]
### Geplant
- Hintergr<67>nde aus dem Abenteuer Die Abenteuer von Salzmarsch hinzuf<75>gen
## [1.1.55] - 2025-01-27
Erg<EFBFBD>nzungen aus der Kampagne "Dragonlance: im Schatten der Drachenk<6E>nigin" hinzugef<65>gt
- Rassen hinzugef<65>gt
- Kender (Dragonlance)
- Hintergr<67>nde hinzugef<65>gt
- Magier der Hochzauberei (Dragonlance)
- Ritter von Solamnia (Dragonlance)
- Talente hinzugef<65>gt
- Adept der roten Robe (Dragonlance)
- Adept der schwarzen Robe (Dragonlance)
- Adept der wei<65>en Robe (Dragonlance)
- Eingeweihter der Hochzauberei (Dragonlance)
- G<>ttlicher G<>nstling (Dragonlance)
- Knappe von Solamnia (Dragonlance)
- Ritter der Krone (Dragonlance)
- Ritter der Rose (Dragonlance)
- Ritter des Schwerts (Dragonlance)
- Subklassen hinzugef<65>gt
- Zauberer:
- Mondzauberei (Dragonlance)
## [1.1.53] - 2025-01-26
- Subklassen hinzugef<65>gt
- Barde:
- Schule des Wissens (SHB)
- Schule des Wagemuts (SHB)
- Druide:
- Zirkel der Sporen (TKmA)
- Hexenmeister:
- Der Unhold (SHB)
- Kleriker:
- Dom<6F>ne des Krieges (SHB)
- Dom<6F>ne des Lichts (SHB)
- Zauberer:
- Drachenblutlinie (SHB)
- Anpassungen
- <20>bersichtstabellen zu den F<>higkeiten in die Subklassenb<6E>gen hinzugef<65>gt
- Tabellen der Zauberwirker neu erstellt, da Kompatibilit<69>tsprobleme seit der <20>berarbeitung dieser
## [1.1.52] - 2024-06-16
### Changed
- Kompatiblit<69>t auf V12
- Dateienstruktur ge<67>ndert und verlinkungen innerhalb der Eintr<74>ge angepasst
- Mehrere Kreaturen eingef<65>gt
- Mehrere Magische Gegenst<73>nde eingef<65>gt
- Erste Itemlisten der magischen Gegenst<73>nde eingef<65>gt (Deutsch-Regelwerk/Magische Gegenst<73>nde)
## [1.1.47] - 2023-12-29
### Changed
- Ordnerstruktur zu verschiedenen Kompendien hinzugef<65>gt
- Einige V<>lker auf neue "Race-Sheets" umgestellt
- Subclasses hinzugef<65>gt:
- Barde:
- Schule der Schwerter (XGtE)
- Druide:
- Zirkel der Sterne (TCoE)
- Zirkel der Sporen (TCoE)
- Magier:
- Schule der Bannmagie (PHB)
- Schule der Beschw<68>rung (PHB)
- Schule der Erkenntnismagie (PHB)
- Schule der Illusion (PHB)
- Schule der nekromantie (PHB)
- Schule der Verwandlung (PHB)
- Schule der Verzauberung (PHB)
- Waldl<64>ufer:
- J<>ger (PHB)
- Zauber aus Fizbans Schatzkammer der Drachen hinzugef<65>gt
- Diverse magische Gegenst<73>nde hinzugef<65>gt
- Diverse Monster hinzugef<65>gt
## [1.1.44] - 2023-05-28
### Changed
- Versionsanpassung f<>r FoundyVTT V11
## [1.1.43] - 2023-04-24
### Changed
- M<>nchsschule: Der Weg des Kensei hinzugef<65>gt
## [1.1.42] - 2023-04-08
### Changed
- Diverse Monster hinzugef<65>gt
## [1.1.41] - 2023-01-10
### Changed
- Zauber aus Tashas Kessel mit Allem vollst<73>ndig eingepflegt
- Magierzauber in der Zauberliste mit Entsprechenden Schulen erg<72>nzt
## [1.1.39] - 2023-01-09
### Changed
- Erste Zauber und beschw<68>rungen aus Tashas kessel mit Allem hinzugef<65>gr
- Magier Subclass Orden des Schreibers hinzugef<65>gt
- Diverse magische Gegenst<73>nde hinzugef<65>gt
- Diverse Monster hinzugef<65>gt
## [1.1.38] - 2022-09-13
### Changed
- V10 Ready
- F<>higkeitenicons von V9 sind nun im Modul zu finden
- Pfad der alten Icons auf Modulordner ge<67>ndert
## [1.1.36] - 2022-07-04
### Changed
- Hinterg<72>nde <20>berarbeitet (F<>higkeiten hinzugef<65>gt)
- Klassen <20>berarbeitet (F<>higkeiten an entsprechende Level gebunden)
- Subclasses hinzugef<65>gt
- Druiden Zirkel hinzugef<65>gt:
-> Zirkel des Landes (PHB)
-> Zirkel der Tr<54>ume (XGtE)
-> Zirkel des Hirten (XGtE)
## [1.1.34] - 2022-05-16
### Changed
- Barbar Urt<72>mliche Pfade hinzugef<65>gt (SBH & XGtE):
- Berserker (SHB), Ahnenw<6E>chter (XGtE), Sturmherold (XGtE), Zelot (XGtE)
- Diverse Monster & Monsterf<72>higkeiten hinzugef<65>gt
- Diverse Magische Gegenst<73>nde hinzugef<65>gt
- Kleinere Textanpassungen in allen Bereichen
## [1.1.33] - 2022-02-16

BIN
icons/Homebrew/AST.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
icons/Homebrew/AST_Diurnal.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
icons/Homebrew/AST_Nocturnal.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
icons/Homebrew/AST_Ziehen.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB

BIN
icons/Kompendien/bilder/Purix.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

46
icons/LICENSE Executable file
View File

@@ -0,0 +1,46 @@
The dnd5e system for Foundry Virtual Tabletop includes icon artwork licensed from Humble Bundle and from OpenGameArt.org.
These icons are packaged with and provided for use in the dnd5e system and may not be redistributed or used outside of Foundry Virtual Tabletop except as permitted by a separate license agreement between the original copyright holder of these icons. These license terms apply to all icons within the following subdirectories:
/items
/skills
/spells
==============================================
OpenGameArt.Org Painterly Spell Icons
==============================================
J. W. Bjerk (eleazzaar) -- www.jwbjerk.com/art -- find this and other open art at: http://opengameart.org
https://opengameart.org/content/painterly-spell-icons-part-1
https://opengameart.org/content/painterly-spell-icons-part-2
https://opengameart.org/content/painterly-spell-icons-part-3
https://opengameart.org/content/painterly-spell-icons-part-4
==============================================
Humble 7000 Game Dev ICONS Bundle EULA
==============================================
https://support.humblebundle.com/hc/en-us/articles/360046217533
"End Product" means any digital product, games, websites, software, applications, video content, audio content.
1. Seller grants to the Purchaser a non-exclusive perpetual license to:
- use and/or modify or manipulate the Licensed Assets and make a Derivative Work from it;
- use Licensed Assets to create an unlimited number of End Products for Sale, in which the End Product for Sale may be sold an unlimited number of times;
- use the Licensed Assets in End Product that are either used for the Purchaser's own personal use or used for the Purchaser's commercial use in which case it may be distributed, sold and supplied by the Purchaser for any fee;
2. A License does not allow the Purchaser to:
- Use, sell, share, transfer, give away, sublicense or redistribute the Licensed Asset or Derivative Works other than as part of the relevant End Product;
- Extract the Licensed Asset or Derivative Works and use them outside of the relevant End Product.
- Use or/and incorporated the Licensed Asset or Derivative Works into a logo, service mark or trademark.
- Purchaser may not use the Licensed Asset or Derivative Works in End Product containing models and/or property in a manner that is unlawful, harmful, abusive, racially or ethnically offensive, defamatory, deceptive, infringing, invasive of personal privacy or publicity rights, harassing, humiliating to other people, libelous, obscene, threatening, profane, or promotes racism, bigotry, hatred or physical harm of any kind against any group or individual, or is otherwise objectionable.
==============================================
SVG Icons from Game-Icons.net
==============================================
The dnd5e system for Foundry Virtual Tabletop includes icon artwork licensed from Game-icons.net under the Creative Commons license. These icons are packaged with and provided for use in the dnd5e system under their respective licenses, as noted below.
/svg/hit-points.svg - "Heart plus" by Zeromancer under CC0 PDD
/svg/item-grant.svg - "White book" by Willdabeast under CC BY 3.0
/svg/scale-value.svg - "Dice target" by Delapouite under CC BY 3.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

BIN
icons/items/armor/halfplate.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
icons/items/armor/hide.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
icons/items/armor/leather.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
icons/items/armor/plate.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

BIN
icons/items/armor/robe.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
icons/items/armor/scale.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

BIN
icons/items/armor/shield.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
icons/items/armor/spiked.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
icons/items/armor/splint.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
icons/items/armor/studded.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
icons/items/equipment/boots.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
icons/items/equipment/cowl.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
icons/items/equipment/gloves.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
icons/items/equipment/pants.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
icons/items/equipment/tunic.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
icons/items/inventory/amber.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
icons/items/inventory/anvil.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
icons/items/inventory/bamboo.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
icons/items/inventory/barrel.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
icons/items/inventory/bills.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
icons/items/inventory/bomb.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
icons/items/inventory/book.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
icons/items/inventory/bread.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
icons/items/inventory/brush.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
icons/items/inventory/cage.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
icons/items/inventory/caltrop.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Some files were not shown because too many files have changed in this diff Show More