| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388 |
- [
- {
- "excel_file_name": "D-地图-城池.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 2,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "map_castle.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "MapCastleCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "ConfigID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "城池配置ID",
- "name": "ConfigID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "名称Lang",
- "name": "NameLang",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "地图ID",
- "name": "MapID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "类型",
- "name": "CityType",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "城池类型Lang",
- "name": "CityTypeLang",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "城池子类型",
- "name": "CitySubType",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "等级",
- "name": "Level",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "驻城部队",
- "name": "GarrisonArmies",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Pair[int32,int]",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "驻守部队兵力",
- "name": "GarrisonArmiesTroops",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "调动数量",
- "name": "TransferNum",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "可城外征兵",
- "name": "CanOutsideConscript",
- "side": "cs",
- "type_sjson": "bool",
- "type_go": "bool",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "守军部队",
- "name": "DefendArmy",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "驻城部队名字",
- "name": "GarrisonArmiesName",
- "side": "c",
- "type_sjson": "array",
- "type_go": "types.Pair[int32,int]",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "守军部队名字",
- "name": "DefendArmyName",
- "side": "c",
- "type_sjson": "array",
- "type_go": "types.Pair[int32,int]",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "耐久",
- "name": "Durability",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "是否有攻城排行",
- "name": "HasSiegeRank",
- "side": "cs",
- "type_sjson": "bool",
- "type_go": "bool",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "是否有攻城奖励",
- "name": "HasSiegeReward",
- "side": "cs",
- "type_sjson": "bool",
- "type_go": "bool",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "参与奖励",
- "name": "JoinRewards",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "占领奖励",
- "name": "OccupyRewards",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "霸业积分",
- "name": "SupremacyScore",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "全盟资源产量",
- "name": "LeagueResYield",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int64",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "辎重数量",
- "name": "BaggageNum",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "封印时间",
- "name": "SealTime",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int64",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "描述Lang",
- "name": "DescLang",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "领地半径",
- "name": "AreaRange",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "占地奇数偏移",
- "name": "CoverOddOffsets",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Points",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "占地偶数偏移",
- "name": "CoverEvenOffsets",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Points",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "领土奇数偏移",
- "name": "AffectOddOffsets",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Points",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "领土偶数偏移",
- "name": "AffectEvenOffsets",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Points",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "领土外围一圈奇数偏移",
- "name": "AffectEdgeOddOffsets",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Points",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "领土外围一圈偶数偏移",
- "name": "AffectEdgeEvenOffsets",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Points",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "攻城点奇数偏移",
- "name": "SiegeOddOffsets",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Points",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "攻城点偶数偏移",
- "name": "SiegeEvenOffsets",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Points",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "模型",
- "name": "Model",
- "side": "c",
- "type_sjson": "array",
- "type_go": "types.Points",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "模型角度",
- "name": "ModelAngle",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "信息页背景图",
- "name": "Image",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "预览图",
- "name": "PreImage",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "略缩图",
- "name": "Thumbnail",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "所属县ID",
- "name": "CountyID",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- }
- ]
- }
- ]
- }
- ]
|