feat(game): match Ref nation basic card
This commit is contained in:
@@ -116,7 +116,31 @@ const generalContext = {
|
||||
items: { horse: 'None', weapon: 'None', book: 'None', item: 'None' },
|
||||
},
|
||||
city,
|
||||
nation: { id: 1, name: '아국', color: '#008000', level: 1 },
|
||||
nation: {
|
||||
id: 1,
|
||||
name: '아국',
|
||||
color: '#008000',
|
||||
level: 1,
|
||||
gold: 10_000,
|
||||
rice: 9_000,
|
||||
tech: 100,
|
||||
typeName: '유가',
|
||||
typePros: '농상↑ 민심↑',
|
||||
typeCons: '쌀수입↓',
|
||||
population: { cityCount: 1, current: 150_000, max: 620_500 },
|
||||
crew: { generalCount: 2, current: 500, max: 7_000 },
|
||||
power: 1_234,
|
||||
bill: 100,
|
||||
taxRate: 20,
|
||||
strategicCommandLimit: 0,
|
||||
diplomaticLimit: 0,
|
||||
prohibitScout: false,
|
||||
prohibitWar: false,
|
||||
techLevel: 0,
|
||||
techLimited: false,
|
||||
topChiefs: {},
|
||||
impossibleStrategicCommands: [],
|
||||
},
|
||||
settings: {},
|
||||
penalties: {},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user