12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "0001001" : {
- "type" : 1,
- "cost" : 1,
- "value" : 10,
- "tenacity" : 2,
- "describe" : "木棍"
- },
- "0001002" : {
- "type" : 1,
- "cost" : 1,
- "value" : 4,
- "tenacity" : 1,
- "describe" : "铁锤",
- "buff" : "0002"
- },
- "0002001" : {
- "type" : 2,
- "cost" : 1,
- "value" : 1,
- "tenacity" : 3,
- "describe" : "锅盖"
- },
- "0002002" : {
- "type" : 2,
- "cost" : 1,
- "value" : 1,
- "tenacity" : 3,
- "describe" : "闪避"
- },
- "0003001" : {
- "type" : 3,
- "cost" : 0,
- "value" : 1,
- "tenacity" : 0,
- "describe" : "碳灰"
- },
- "0003002" : {
- "type" : 3,
- "cost" : 0,
- "value" : 1,
- "tenacity" : 0,
- "describe" : "铁钉"
- },
- "1001001" : {
- "type" : 1,
- "cost" : 1,
- "value" : 0,
- "tenacity" : 3,
- "describe" : "粘液喷射"
- },
- "1001002" : {
- "type" : 1,
- "cost" : 1,
- "value" : 1,
- "tenacity" : 2,
- "describe" : "强力撞击"
- },
- "1002001" : {
- "type" : 2,
- "cost" : 1,
- "value" : 0,
- "tenacity" : 2,
- "describe" : "闪避"
- },
- "1002002" : {
- "type" : 2,
- "cost" : 1,
- "value" : 1,
- "tenacity" : 2,
- "describe" : "伤害吸收"
- },
- "1011001" : {
- "type" : 1,
- "cost" : 1,
- "value" : 2,
- "tenacity" : 1,
- "describe" : "强力撞击"
- },
- "1012001" : {
- "type" : 2,
- "cost" : 1,
- "value" : 0,
- "tenacity" : 2,
- "describe" : "滚动"
- },
- "1012002" : {
- "type" : 2,
- "cost" : 1,
- "value" : 2,
- "tenacity" : 1,
- "describe" : "团成一团"
- }
- }
|