Modulentwicklung für unser DSA 4.1 Spielmodul zu Foundry.
 
 
 
Go to file
macniel e74ba8c105
Pull Request Check / testing (pull_request) Successful in 18s Details
Merge branch 'main' into feature/meta
# Conflicts:
#	src/main.mjs
#	src/module/documents/character.mjs
#	src/module/sheets/characterSheet.mjs
#	src/module/sheets/liturgySheet.mjs
#	src/style/styles.scss
#	src/templates/actor/actor-character-sheet.hbs
2025-10-09 21:15:20 +02:00
.gitea/workflows chore: eslinted 2025-10-05 13:41:52 +02:00
.idea adds preparing the database as a mandatory step and also adds the directory of prepped database jsons to the ignore list 2025-10-08 12:46:38 +02:00
src Merge remote-tracking branch 'origin/main' into feature/meta 2025-10-09 21:10:18 +02:00
.gitignore adds preparing the database as a mandatory step and also adds the directory of prepped database jsons to the ignore list 2025-10-08 12:46:38 +02:00
README.md chore: eslinted 2025-10-05 13:41:52 +02:00
glossar.json Einbau der restlchen Vorteile - erstmal großteilig ohne modifikatoren - das müssen wir noch nachholen 2025-09-28 18:06:29 +02:00
gulpfile.mjs adds preparing the database as a mandatory step and also adds the directory of prepped database jsons to the ignore list 2025-10-08 12:46:38 +02:00
installToFoundry.mjs chore: eslinted 2025-10-05 13:41:52 +02:00
package-lock.json Adds Binding example a of one-to-many relation between a Character and multiple Skills (#15) 2025-09-27 21:59:47 +02:00
package.json chore: eslinted 2025-10-05 13:41:52 +02:00

README.md

Modulentwicklung eines Systems was Das Schwarze Auge 4.1 in FoundryVTT abbildet.

In diesem Repository findet die Codeentwicklung des Moduls statt.

Weitere Resourcen

Repository zum Tracken von Resourcen und Meilensteinen: https://git.macniel.online/macniel/foundry-dsa41-game

Designgrundlage: https://penpot.macniel.online/#/dashboard/recent?team-id=602f8f62-bb8f-8033-8006-da15e9852a09

FoundryVTT Dokumentation

Systementwicklung: https://foundryvtt.com/article/system-development/

API: https://foundryvtt.com/api/classes/foundry.abstract.Document.html

Demo: https://github.com/foundryvtt/dnd5e

Flim Flam