mirror of
https://github.com/ceratic/project_vollidioten_website.git
synced 2026-05-14 00:16:47 +02:00
readme
This commit is contained in:
12
constants.ts
12
constants.ts
@@ -118,9 +118,9 @@ export const MOCK_ORGS: Organization[] = [
|
||||
'images/screenshots/2025-12-28_01.12.24.png' // Walls
|
||||
],
|
||||
cityStats: {
|
||||
//taxRate: 3.5,
|
||||
taxRate: 3.5,
|
||||
biome: 'Ebene / Gebirge',
|
||||
//defenseRating: 8,
|
||||
defenseRating: 8,
|
||||
government: 'Feudalmonarchie',
|
||||
specialty: 'Handel & Stein'
|
||||
}
|
||||
@@ -182,10 +182,10 @@ export const MOCK_PROJECTS: Project[] = [
|
||||
associatedOrgId: 'org-3',
|
||||
bannerUrl: 'images/screenshots/tinas.png',
|
||||
shopCatalog: [
|
||||
{ id: 'f1', name: 'Redstone Block', description: '', price: 2, currency: 'Dias', stock: 45, type: 'item' },
|
||||
{ id: 'f2', name: 'Honey', description: '', price: 5, currency: 'Dias', stock: 12, type: 'item' },
|
||||
{ id: 'f3', name: 'Slime', description: '', price: 10, currency: 'Dias', stock: 4, type: 'item' },
|
||||
{ id: 'f4', name: 'Bier', description: '', price: 3, currency: 'Dias', stock: 20, type: 'item' }
|
||||
{ id: 'f1', name: 'Redstone Block', description: '', price: 2, currency: 'Diamonds', stock: 45, type: 'item' },
|
||||
{ id: 'f2', name: 'Honey', description: '', price: 5, currency: 'Diamonds', stock: 12, type: 'item' },
|
||||
{ id: 'f3', name: 'Slime', description: '', price: 10, currency: 'Diamonds', stock: 4, type: 'item' },
|
||||
{ id: 'f4', name: 'Bier', description: '', price: 3, currency: 'Diamonds', stock: 20, type: 'item' }
|
||||
]
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user