Add repo hygiene rules and ignore secrets
This commit is contained in:
22
config/races.json
Normal file
22
config/races.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"races": {
|
||||
"human": {
|
||||
"name": "Mensch",
|
||||
"modifiers": {
|
||||
"produce": {
|
||||
"credits": 0.02
|
||||
},
|
||||
"consume": {}
|
||||
}
|
||||
},
|
||||
"robot": {
|
||||
"name": "Roboter",
|
||||
"modifiers": {
|
||||
"produce": {
|
||||
"metal": 0.05
|
||||
},
|
||||
"consume": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user