| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- [
- {
- "excel_file_name": "T-探险-关卡.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "chapter_level.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "ChapterLevelCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "ChapterID,ID",
- "is_unique": true
- },
- {
- "index_names": "ID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "所属章节",
- "name": "ChapterID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "关卡ID",
- "name": "ID",
- "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": "关卡名称",
- "name": "Levelname",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "前置关卡ID",
- "name": "UnlockID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "关卡类型",
- "name": "LevelType",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "图标",
- "name": "Icon",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "怪物组ID",
- "name": "MonsterGroupID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "挑战消耗精力值",
- "name": "CostStamina",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "每日可挑战次数",
- "name": "DayChallengeCount",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "每日可购买次数",
- "name": "DayCanBuyTimes",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "星级条件",
- "name": "Conditions",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.List[int32]",
- "type_cjson": "array",
- "type_csharp": "int[]"
- },
- {
- "key": "固定奖励",
- "name": "FixedRewards",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "首通奖励展示",
- "name": "FirstRewardDisplay",
- "side": "c",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "随机奖励展示",
- "name": "RandomRewardDisplay",
- "side": "c",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "首通奖励",
- "name": "FirstReward",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "随机奖励库",
- "name": "RandomRewardPools",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.PairList[int32, int]",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "战场地图ID",
- "name": "BattleSceneID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "uint32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "章节界面奖励展示",
- "name": "ChapterRewards",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "怪物组名字Lang",
- "name": "MonsterNameLang",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "怪物组等级",
- "name": "MonsterLevle",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "怪物组头像",
- "name": "MonsterIcon",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "跳转id",
- "name": "JumpIDs",
- "side": "c",
- "type_cjson": "array",
- "type_csharp": "int[]"
- }
- ]
- }
- ]
- }
- ]
|