diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-10-14 12:24:11 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:42 +0100 |
| commit | 23685450e46f2aa686b126e26b39d55f5c1cdfab (patch) | |
| tree | f2f1e5bf3f2be88b936b8be06dcc4387d69f56d1 | |
| parent | 310191108d823f3130b3e670b3b476904d26db9c (diff) | |
| download | brokentalents-23685450e46f2aa686b126e26b39d55f5c1cdfab.tar.gz brokentalents-23685450e46f2aa686b126e26b39d55f5c1cdfab.zip | |
Update 3.8: Inara
| -rw-r--r-- | data/vainglory.json | 14 | ||||
| -rw-r--r-- | dist/assets/hero-icons/inara.jpg | bin | 0 -> 7784 bytes | |||
| -rw-r--r-- | dist/assets/talent-icons-small/Inara/Inara_Epic.jpg | bin | 0 -> 46251 bytes | |||
| -rw-r--r-- | dist/assets/talent-icons-small/Inara/Inara_Legendary.jpg | bin | 0 -> 37705 bytes | |||
| -rw-r--r-- | dist/assets/talent-icons-small/Inara/Inara_Rare.jpg | bin | 0 -> 35002 bytes | |||
| -rw-r--r-- | src/maps/names.json | 5 |
6 files changed, 18 insertions, 1 deletions
diff --git a/data/vainglory.json b/data/vainglory.json index cef5768..c33458e 100644 --- a/data/vainglory.json +++ b/data/vainglory.json @@ -17132,6 +17132,20 @@ "team_utility" : 8, "mobility" : 5 } + }, + "inara" : { + "name" : "Inara", + "thumb" : "inara.png", + "difficulty" : "Medium", + "attack_type" : "Melee", + "description" : "", + "primary_role" : "Jungler", + "ratings" : { + "offense" : 7, + "defense" : 2, + "team_utility" : 3, + "mobility" : 9 + } } } } diff --git a/dist/assets/hero-icons/inara.jpg b/dist/assets/hero-icons/inara.jpg Binary files differnew file mode 100644 index 0000000..c41a61f --- /dev/null +++ b/dist/assets/hero-icons/inara.jpg diff --git a/dist/assets/talent-icons-small/Inara/Inara_Epic.jpg b/dist/assets/talent-icons-small/Inara/Inara_Epic.jpg Binary files differnew file mode 100644 index 0000000..2fdf4c8 --- /dev/null +++ b/dist/assets/talent-icons-small/Inara/Inara_Epic.jpg diff --git a/dist/assets/talent-icons-small/Inara/Inara_Legendary.jpg b/dist/assets/talent-icons-small/Inara/Inara_Legendary.jpg Binary files differnew file mode 100644 index 0000000..1d6b7c2 --- /dev/null +++ b/dist/assets/talent-icons-small/Inara/Inara_Legendary.jpg diff --git a/dist/assets/talent-icons-small/Inara/Inara_Rare.jpg b/dist/assets/talent-icons-small/Inara/Inara_Rare.jpg Binary files differnew file mode 100644 index 0000000..79974a9 --- /dev/null +++ b/dist/assets/talent-icons-small/Inara/Inara_Rare.jpg diff --git a/src/maps/names.json b/src/maps/names.json index eac60b2..32d04de 100644 --- a/src/maps/names.json +++ b/src/maps/names.json @@ -28,5 +28,8 @@ "*Talent_Silvernail_TalentC*": "Tri-Wire", "*Talent_Yates_TalentA*": "Extended Hooks", "*Talent_Yates_TalentB*": "Whiplash", - "*Talent_Yates_TalentC*": "Rapid Response" + "*Talent_Yates_TalentC*": "Rapid Response", + "*Talent_Inara_TalentA*": "Dance Of Mending", + "*Talent_Inara_TalentB*": "Banishing Might", + "*Talent_Inara_TalentC*": "Sacred Warrior" } |
