A kobold social/economic simulation based on git.chromaticdragon.app/kistaro/CardSimEngine
Go to file
Kistaro Windrider 37d3b639bf
Merge branch 'Rewrite-Stats-System' of https://git.chromaticdragon.app/kistaro/KoboldSim into effects_table
# Conflicts:
#	koboldsim/cards.go
#	koboldsim/stats.go

cards.go -- Rakeela fixed a card differently from how I did
stats.go -- expected; Rakeela added to the big switch statement I got rid of
2024-09-29 12:51:39 -07:00
.vscode Remove stale "Add case" snippet 2024-09-29 12:20:53 -07:00
koboldsim Merge branch 'Rewrite-Stats-System' of https://git.chromaticdragon.app/kistaro/KoboldSim into effects_table 2024-09-29 12:51:39 -07:00
main Initial stats, etc. 2023-04-02 23:24:47 -07:00
.DS_Store Card 10, first PIP implementation 2024-09-29 09:29:50 -07:00
.gitignore go.mod, gitignore 2023-04-02 22:30:52 -07:00
go.mod fix compilation errors and warnings 2024-09-29 10:27:15 -07:00
go.sum Chaos Stat 2023-05-13 20:05:07 -07:00
LICENSE Initial commit 2023-04-03 05:17:39 +00:00
README.md Initial commit 2023-04-03 05:17:39 +00:00

KoboldSim

A kobold social/economic simulation based on git.chromaticdragon.app/kistaro/CardSimEngine