| | |
| | | } |
| | | |
| | | public int GetFetterAttrPer(int attrType) |
| | | { |
| | | if (PlayerPropertyConfig.baseAttr2perDict.ContainsKey(attrType)) |
| | | { |
| | | var pertype = PlayerPropertyConfig.baseAttr2perDict[attrType]; |
| | | return fetterAttrs.ContainsKey(pertype) ? fetterAttrs[pertype] : 0; |
| | | } |
| | | return 0; |
| | | { |
| | | if (PlayerPropertyConfig.baseAttr2perDict.ContainsKey(attrType)) |
| | | { |
| | | var pertype = PlayerPropertyConfig.baseAttr2perDict[attrType]; |
| | | return fetterAttrs.ContainsKey(pertype) ? fetterAttrs[pertype] : 0; |
| | | } |
| | | return 0; |
| | | } |
| | | |
| | | |
| | | |
| | | public List<int> GetActiveFetter(HeroConfig config, TeamBase teamBase) |
| | | { |
| | | List<int> list = new List<int>(); |
| | |
| | | |
| | | return list; |
| | | } |
| | | |
| | | |
| | | } |