summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-10-14 12:24:11 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 17:09:42 +0100
commit23685450e46f2aa686b126e26b39d55f5c1cdfab (patch)
treef2f1e5bf3f2be88b936b8be06dcc4387d69f56d1
parent310191108d823f3130b3e670b3b476904d26db9c (diff)
downloadbrokentalents-23685450e46f2aa686b126e26b39d55f5c1cdfab.tar.gz
brokentalents-23685450e46f2aa686b126e26b39d55f5c1cdfab.zip
Update 3.8: Inara
-rw-r--r--data/vainglory.json14
-rw-r--r--dist/assets/hero-icons/inara.jpgbin0 -> 7784 bytes
-rw-r--r--dist/assets/talent-icons-small/Inara/Inara_Epic.jpgbin0 -> 46251 bytes
-rw-r--r--dist/assets/talent-icons-small/Inara/Inara_Legendary.jpgbin0 -> 37705 bytes
-rw-r--r--dist/assets/talent-icons-small/Inara/Inara_Rare.jpgbin0 -> 35002 bytes
-rw-r--r--src/maps/names.json5
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
new file mode 100644
index 0000000..c41a61f
--- /dev/null
+++ b/dist/assets/hero-icons/inara.jpg
Binary files differ
diff --git a/dist/assets/talent-icons-small/Inara/Inara_Epic.jpg b/dist/assets/talent-icons-small/Inara/Inara_Epic.jpg
new file mode 100644
index 0000000..2fdf4c8
--- /dev/null
+++ b/dist/assets/talent-icons-small/Inara/Inara_Epic.jpg
Binary files differ
diff --git a/dist/assets/talent-icons-small/Inara/Inara_Legendary.jpg b/dist/assets/talent-icons-small/Inara/Inara_Legendary.jpg
new file mode 100644
index 0000000..1d6b7c2
--- /dev/null
+++ b/dist/assets/talent-icons-small/Inara/Inara_Legendary.jpg
Binary files differ
diff --git a/dist/assets/talent-icons-small/Inara/Inara_Rare.jpg b/dist/assets/talent-icons-small/Inara/Inara_Rare.jpg
new file mode 100644
index 0000000..79974a9
--- /dev/null
+++ b/dist/assets/talent-icons-small/Inara/Inara_Rare.jpg
Binary files differ
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"
}