Add repo hygiene rules and ignore secrets

This commit is contained in:
2026-02-03 06:55:39 +01:00
parent 88732a8ae7
commit 6035bc1715
52 changed files with 3295 additions and 25 deletions

22
config/races.json Normal file
View File

@@ -0,0 +1,22 @@
{
"races": {
"human": {
"name": "Mensch",
"modifiers": {
"produce": {
"credits": 0.02
},
"consume": {}
}
},
"robot": {
"name": "Roboter",
"modifiers": {
"produce": {
"metal": 0.05
},
"consume": {}
}
}
}
}