12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- export namespace FateattridConf {
- export const data = {
- "101": {
- "Id": 101,
- "Name": "羁绊1",
- "Num": 2,
- "AttrLevel1": "attck_p:10",
- "AttrLevel2": "attck_p:10",
- "AttrLevel3": "attck_p:10",
- "AttrLevel4": "attck_p:10"
- },
- "201": {
- "Id": 201,
- "Name": "羁绊2",
- "Num": 2,
- "AttrLevel1": "attck_p:11",
- "AttrLevel2": "attck_p:11",
- "AttrLevel3": "attck_p:11",
- "AttrLevel4": "attck_p:11"
- },
- "301": {
- "Id": 301,
- "Name": "羁绊3",
- "Num": 2,
- "AttrLevel1": "attck_p:12",
- "AttrLevel2": "attck_p:12",
- "AttrLevel3": "attck_p:12",
- "AttrLevel4": "attck_p:12"
- },
- "401": {
- "Id": 401,
- "Name": "羁绊4-2人",
- "Num": 2,
- "AttrLevel1": "attck_p:13",
- "AttrLevel2": "attck_p:13",
- "AttrLevel3": "attck_p:13",
- "AttrLevel4": "attck_p:13"
- },
- "402": {
- "Id": 402,
- "Name": "羁绊4-3人",
- "Num": 3,
- "AttrLevel1": "attck_p:14",
- "AttrLevel2": "attck_p:14",
- "AttrLevel3": "attck_p:14",
- "AttrLevel4": "attck_p:14"
- },
- "403": {
- "Id": 403,
- "Name": "羁绊4-4人",
- "Num": 4,
- "AttrLevel1": "attck_p:15",
- "AttrLevel2": "attck_p:15",
- "AttrLevel3": "attck_p:15",
- "AttrLevel4": "attck_p:15"
- }
- };
- }
|