uploads
This commit is contained in:
10
config/avatars.json
Normal file
10
config/avatars.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"avatars": [
|
||||
{"key": "avatar-01", "label": "Nova", "image": "/assets/avatars/avatar-01.svg"},
|
||||
{"key": "avatar-02", "label": "Vektor", "image": "/assets/avatars/avatar-02.svg"},
|
||||
{"key": "avatar-03", "label": "Ion", "image": "/assets/avatars/avatar-03.svg"},
|
||||
{"key": "avatar-04", "label": "Astra", "image": "/assets/avatars/avatar-04.svg"},
|
||||
{"key": "avatar-05", "label": "Pulse", "image": "/assets/avatars/avatar-05.svg"},
|
||||
{"key": "avatar-06", "label": "Zenit", "image": "/assets/avatars/avatar-06.svg"}
|
||||
]
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
"races": {
|
||||
"human": {
|
||||
"name": "Mensch",
|
||||
"description": "Ausgewogene Spezies mit leichtem Kreditbonus.",
|
||||
"modifiers": {
|
||||
"produce": {
|
||||
"credits": 0.02
|
||||
@@ -11,6 +12,7 @@
|
||||
},
|
||||
"robot": {
|
||||
"name": "Roboter",
|
||||
"description": "Effiziente Maschinen mit Fokus auf Metallproduktion.",
|
||||
"modifiers": {
|
||||
"produce": {
|
||||
"metal": 0.05
|
||||
|
||||
Reference in New Issue
Block a user