b13d673e-fe1b-44ca-8aa8-8215a5124477.js.map
745 Bytes
{"version":3,"sources":["assets/script/config/ItemConfig.ts"],"names":[],"mappings":";;;;;;;AAmBW,QAAA,UAAU,GAAyC;IAC1D,IAAI,EAAE,YAAY;CACrB,CAAA","file":"","sourceRoot":"/","sourcesContent":["import { ItemUnlockType } from \"../avg/EditorEnums\";\nimport { ItemType } from \"../avg/EditorEnums\";\n\n// Generated by Editor\nexport interface IItemConfig {\n id: number;\n name: number;\n ItemType: ItemType;\n ItemUnlockType: ItemUnlockType;\n unlock_plot: number;\n energy_recover: number;\n role: number[];\n relation_up_value: number[];\n icon: string;\n desc: string;\n cost: number;\n skin_image: string;\n}\n\nexport let itemConfig: { name: string, type?: IItemConfig } = {\n name: 'ItemConfig'\n}"]}