diff --git a/src/app/_json/costumes/weapon-skins.json b/src/app/_json/costumes/weapon-skins.json index 7fed5edc..d623a244 100644 --- a/src/app/_json/costumes/weapon-skins.json +++ b/src/app/_json/costumes/weapon-skins.json @@ -15,6 +15,22 @@ "buff": "hell", "class": "pvp" }, + { + "name": "Overclocked Steampunk Weapon Skins", + "id": "", + "location": "You can craft those weapon skins at Rainbow Battle Exchange NPC in Nosville", + "upgrade": "You can upgrade them to +3 maximum.", + "buff": "overclocked_steampunk", + "class": "pvp" + }, + { + "name": "Remastered Frost Weapons", + "id": "", + "location": "You can craft those weapon skins at arena NPC Minthril & Cobalt Medal Craft", + "upgrade": "You can't upgrade them.", + "buff": "frost_remastered", + "class": "pvp" + }, { "name": "Sweet Chocolate Skins", "id": "", diff --git a/src/app/_json/helmets-masks.json b/src/app/_json/helmets-masks.json index 41735e9f..5d4b5601 100644 --- a/src/app/_json/helmets-masks.json +++ b/src/app/_json/helmets-masks.json @@ -9,6 +9,27 @@ "buff": "broken_frost", "class": "raid" }, + { + "name": "Knight Helmet", + "id": "", + "location": "You can get it from Fortune Wheel", + "buff": "KnightHelmet", + "class": "pvp" + }, + { + "name": "Magic Hat of Light", + "id": "", + "location": "You can craft it at Beginner Rainbow Battle NPC in Nosville", + "buff": "magic_hat_of_light", + "class": "pvp" + }, + { + "name": "Morning Glory Hat", + "id": "", + "location": "You can craft it in arena NPC Mithril & Cobalt Medal Craft", + "buff": "morning_glory", + "class": "pvp" + }, { "name": "Caligor's Golden Horn", "id": "", diff --git a/src/app/_json/pets.json b/src/app/_json/pets.json index be3e6162..2a32dbbd 100644 --- a/src/app/_json/pets.json +++ b/src/app/_json/pets.json @@ -479,6 +479,14 @@ "skin": "spooky_imp", "class": "pvp" }, + { + "name": "Remastered Rainbow Pegasus", + "id": "", + "location": "Can be crafted in Rainbow Battle Exchange NPC at Nosville ", + "buff": "remastered_pegas", + "skin": "remastered_pegas", + "class": "pvp" + }, { "name": "Super Fortune Bushtail", "id": "", diff --git a/src/app/_json/resistances.json b/src/app/_json/resistances.json index 3450448c..031cbdf4 100644 --- a/src/app/_json/resistances.json +++ b/src/app/_json/resistances.json @@ -11,6 +11,18 @@ "location": "You can craft them at Prestige 1 Rewards NPC $warp p1", "buff": "magma_res" }, + { + "name": "Shiny Rainbow Resistances", + "id": "", + "location": "You can craft them at Beginner Rainbow Battle Exchange NPC in Nosville", + "buff": "shiny_rainbow" + }, + { + "name": "Dragonlord Resistances", + "id": "", + "location": "You can craft them at arena Mithril & Medal Craft NPC", + "buff": "dragonlord" + }, { "name": "Sealed Heavenly resistances", "id": "", diff --git a/src/app/_json/titles.json b/src/app/_json/titles.json index cb061d85..27f13e91 100644 --- a/src/app/_json/titles.json +++ b/src/app/_json/titles.json @@ -111,6 +111,13 @@ "img": "experienced_angler", "class": "fish" }, + { + "name": "Fearless", + "id": "", + "location": "You can craft it in arena NPC Mithril & Cobalt Medal Craft", + "img": "fearless", + "class": "pvp" + }, { "name": "Fish Merchant", "id": "", diff --git a/src/app/special-items/special-items.component.html b/src/app/special-items/special-items.component.html index 5e429488..7412b8ab 100644 --- a/src/app/special-items/special-items.component.html +++ b/src/app/special-items/special-items.component.html @@ -165,6 +165,10 @@

Change Skin 6 Item (Works only for Hellord P9 Ski

Change Skin 8 Item (Works only for Overclocked Steampunk Weapon Skins)

+
+ +

Change Skin 9 Item (Works only for Remastered Frost Weapon Skins)

+

You can change another class skin to your own class.
Can be used only on +0 or +10 skins (+5 for Candy, +7 for P9 Skins, +3 for Overclocked skins) diff --git a/src/assets/img/costumes/weapon-skins/frost_remastered.png b/src/assets/img/costumes/weapon-skins/frost_remastered.png new file mode 100644 index 00000000..b19bb3d1 Binary files /dev/null and b/src/assets/img/costumes/weapon-skins/frost_remastered.png differ diff --git a/src/assets/img/costumes/weapon-skins/overclocked_steampunk.png b/src/assets/img/costumes/weapon-skins/overclocked_steampunk.png new file mode 100644 index 00000000..b9e52d00 Binary files /dev/null and b/src/assets/img/costumes/weapon-skins/overclocked_steampunk.png differ diff --git a/src/assets/img/helmets-masks/magic_hat_of_light.png b/src/assets/img/helmets-masks/magic_hat_of_light.png new file mode 100644 index 00000000..58d1ac0f Binary files /dev/null and b/src/assets/img/helmets-masks/magic_hat_of_light.png differ diff --git a/src/assets/img/helmets-masks/morning_glory.png b/src/assets/img/helmets-masks/morning_glory.png new file mode 100644 index 00000000..d653d9a3 Binary files /dev/null and b/src/assets/img/helmets-masks/morning_glory.png differ diff --git a/src/assets/img/pets/buffs/remastered_pegas.png b/src/assets/img/pets/buffs/remastered_pegas.png new file mode 100644 index 00000000..08c2492e Binary files /dev/null and b/src/assets/img/pets/buffs/remastered_pegas.png differ diff --git a/src/assets/img/pets/skins/remastered_pegas.png b/src/assets/img/pets/skins/remastered_pegas.png new file mode 100644 index 00000000..b0ce38bf Binary files /dev/null and b/src/assets/img/pets/skins/remastered_pegas.png differ diff --git a/src/assets/img/resistances/dragonlord.png b/src/assets/img/resistances/dragonlord.png new file mode 100644 index 00000000..c36a9ade Binary files /dev/null and b/src/assets/img/resistances/dragonlord.png differ diff --git a/src/assets/img/resistances/shiny_rainbow.png b/src/assets/img/resistances/shiny_rainbow.png new file mode 100644 index 00000000..818e5029 Binary files /dev/null and b/src/assets/img/resistances/shiny_rainbow.png differ diff --git a/src/assets/img/special-items/change_skin9.png b/src/assets/img/special-items/change_skin9.png new file mode 100644 index 00000000..ef7a0957 Binary files /dev/null and b/src/assets/img/special-items/change_skin9.png differ diff --git a/src/assets/img/tattoo-carve/tattoos-buffs/first_strike.png b/src/assets/img/tattoo-carve/tattoos-buffs/first_strike.png index dec9844a..6562f2dd 100644 Binary files a/src/assets/img/tattoo-carve/tattoos-buffs/first_strike.png and b/src/assets/img/tattoo-carve/tattoos-buffs/first_strike.png differ diff --git a/src/assets/img/titles/fearless.png b/src/assets/img/titles/fearless.png new file mode 100644 index 00000000..70970890 Binary files /dev/null and b/src/assets/img/titles/fearless.png differ