Last active
November 8, 2016 21:43
-
-
Save gabriel-dehan/7340e1c9a323ad38c7465134a88690e5 to your computer and use it in GitHub Desktop.
item mobilelegends
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Tough Boots", | |
"tier": 2, | |
"price": 890, | |
"category": "movement", | |
"components": [ "boots", "magic_resist_cloak" ], | |
"properties": [ | |
{ | |
"type": "Magic Resistance", | |
"value": 22, | |
"modifier": false | |
} | |
], | |
"effects": [ | |
{ | |
"name": null, | |
"effect": "+50 Movement Speed", | |
"unique": true, | |
"passive": false | |
}, | |
{ | |
"name": "Fortitude", | |
"effect": "25% Increased Resilience", | |
"unique": true, | |
"passive": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment