feat(game): match Ref nation basic card
This commit is contained in:
@@ -145,9 +145,24 @@ const myGeneral = (state: FixtureState) => ({
|
||||
rice: 0,
|
||||
tech: 0,
|
||||
typeCode: 'None',
|
||||
typeName: '해당 없음',
|
||||
typeName: '-',
|
||||
typePros: '',
|
||||
typeCons: '',
|
||||
capitalCityId: null,
|
||||
capitalCityName: null,
|
||||
population: { cityCount: 0, current: 0, max: 0 },
|
||||
crew: { generalCount: 0, current: 0, max: 0 },
|
||||
power: 0,
|
||||
bill: 100,
|
||||
taxRate: 20,
|
||||
strategicCommandLimit: 0,
|
||||
diplomaticLimit: 0,
|
||||
prohibitScout: false,
|
||||
prohibitWar: false,
|
||||
techLevel: 0,
|
||||
techLimited: false,
|
||||
topChiefs: {},
|
||||
impossibleStrategicCommands: [],
|
||||
}
|
||||
: {
|
||||
id: 1,
|
||||
@@ -162,6 +177,21 @@ const myGeneral = (state: FixtureState) => ({
|
||||
typeName: '법가',
|
||||
capitalCityId: 1,
|
||||
capitalCityName: '업',
|
||||
typePros: '금수입↑ 치안↑',
|
||||
typeCons: '인구↓ 민심↓',
|
||||
population: { cityCount: 1, current: 1_000, max: 2_000 },
|
||||
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: {
|
||||
tnmt: 0,
|
||||
|
||||
Reference in New Issue
Block a user