| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- [
- {
- "excel_file_name": "S-赛季-霸业任务.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "season_quest.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "SeasonQuestCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "ID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "霸业ID",
- "name": "ID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "下一个霸业ID",
- "name": "NextID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "任务类型",
- "name": "QuestType",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "enum.SeasonQuestType",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "标题Lang",
- "name": "TitleLang",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "任务参数",
- "name": "QuestParams",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.List[int32]",
- "type_cjson": "array",
- "type_csharp": "int[]"
- },
- {
- "key": "任务奖励",
- "name": "Rewards",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "任务时长(h)",
- "name": "QuestDuration",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "解锁功能",
- "name": "UnlockFunc",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.List[int32]",
- "type_cjson": "array",
- "type_csharp": "int[]"
- },
- {
- "key": "排序",
- "name": "Sort",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- }
- ]
- },
- {
- "sheet_name": "霸业任务枚举",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "SeasonQuestTypeCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "QuestTypeID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "霸业任务枚举ID",
- "name": "QuestTypeID",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "任务描述Lang",
- "name": "DescLang",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "展示-任务所需次数",
- "name": "NeedTimes",
- "side": "c",
- "type_cjson": "array",
- "type_csharp": "int[]"
- },
- {
- "key": "展示-描述内容",
- "name": "DesContent",
- "side": "c",
- "type_cjson": "array",
- "type_csharp": "int[]"
- }
- ]
- },
- {
- "sheet_name": "功能解锁枚举",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "SeasonUnlockFuncCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "UnlockFuncID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "功能解锁枚举ID",
- "name": "UnlockFuncID",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "功能描述Lang",
- "name": "DescLang",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- }
- ]
- }
- ]
- }
- ]
|