Skip to content

Commit

Permalink
feat: items, outfits and mounts from version 13.x (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
fellipe005 authored May 9, 2023
1 parent 48b3a3a commit 448427a
Show file tree
Hide file tree
Showing 5 changed files with 428 additions and 0 deletions.
144 changes: 144 additions & 0 deletions data-canary/scripts/movements/unscripted_movements.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,148 @@
local items = {
{
-- mutant bone kilt
itemid = 40595,
type = "equip",
slot = "legs",
level = 300,
vocation = {
{"Druid", true},
{"Elder Druid"}
}
},
{
-- mutant bone kilt
itemid = 40595,
type = "deequip",
slot = "legs",
level = 300
},
{
-- alchemist's notepad
itemid = 40594,
type = "equip",
slot = "shield",
level = 250,
vocation = {
{"Sorcerer", true},
{"Master Sorcerer"}
}
},
{
-- alchemist's notepad
itemid = 40594,
type = "deequip",
slot = "shield",
level = 250
},
{
-- mutant bone boots
itemid = 40593,
type = "equip",
slot = "feet",
level = 250,
vocation = {
{"Druid", true},
{"Elder Druid"}
}
},
{
-- mutant bone boots
itemid = 40593,
type = "deequip",
slot = "feet",
level = 250
},
{
-- alchemist's boots
itemid = 40592,
type = "equip",
slot = "feet",
level = 250,
vocation = {
{"Sorcerer", true},
{"Master Sorcerer"}
}
},
{
-- alchemist's boots
itemid = 40592,
type = "deequip",
slot = "feet",
level = 250
},
{
-- mutated skin armor
itemid = 40591,
type = "equip",
slot = "armor",
level = 270,
vocation = {
{"Paladin", true},
{"Royal Paladin"}
}
},
{
-- mutated skin armor
itemid = 40591,
type = "deequip",
slot = "armor",
level = 270
},
{
-- Mutated Skin Legs
itemid = 40590,
type = "equip",
slot = "legs",
level = 270,
vocation = {
{"Paladin", true},
{"Royal Paladin"}
}
},
{
-- Mutated Skin Legs
itemid = 40590,
type = "deequip",
slot = "legs",
level = 270
},
{
-- Stitched Mutant Hide Legs
itemid = 40589,
type = "equip",
slot = "legs",
level = 270,
vocation = {
{"Knight", true},
{"Elite Knight"}
}
},
{
-- Stitched Mutant Hide Legs
itemid = 40589,
type = "deequip",
slot = "legs",
level = 270
},
{
-- Antler-Horn Helmet
itemid = 40588,
type = "equip",
slot = "head",
level = 250,
vocation = {
{"Knight", true},
{"Elite Knight"}
}
},
{
-- Antler-Horn Helmet
itemid = 40588,
type = "deequip",
slot = "head",
level = 250
},
{
-- 25 years backpack
itemid = 39693,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,148 @@
local items = {
{
-- mutant bone kilt
itemid = 40595,
type = "equip",
slot = "legs",
level = 300,
vocation = {
{"Druid", true},
{"Elder Druid"}
}
},
{
-- mutant bone kilt
itemid = 40595,
type = "deequip",
slot = "legs",
level = 300
},
{
-- alchemist's notepad
itemid = 40594,
type = "equip",
slot = "shield",
level = 250,
vocation = {
{"Sorcerer", true},
{"Master Sorcerer"}
}
},
{
-- alchemist's notepad
itemid = 40594,
type = "deequip",
slot = "shield",
level = 250
},
{
-- mutant bone boots
itemid = 40593,
type = "equip",
slot = "feet",
level = 250,
vocation = {
{"Druid", true},
{"Elder Druid"}
}
},
{
-- mutant bone boots
itemid = 40593,
type = "deequip",
slot = "feet",
level = 250
},
{
-- alchemist's boots
itemid = 40592,
type = "equip",
slot = "feet",
level = 250,
vocation = {
{"Sorcerer", true},
{"Master Sorcerer"}
}
},
{
-- alchemist's boots
itemid = 40592,
type = "deequip",
slot = "feet",
level = 250
},
{
-- mutated skin armor
itemid = 40591,
type = "equip",
slot = "armor",
level = 270,
vocation = {
{"Paladin", true},
{"Royal Paladin"}
}
},
{
-- mutated skin armor
itemid = 40591,
type = "deequip",
slot = "armor",
level = 270
},
{
-- Mutated Skin Legs
itemid = 40590,
type = "equip",
slot = "legs",
level = 270,
vocation = {
{"Paladin", true},
{"Royal Paladin"}
}
},
{
-- Mutated Skin Legs
itemid = 40590,
type = "deequip",
slot = "legs",
level = 270
},
{
-- Stitched Mutant Hide Legs
itemid = 40589,
type = "equip",
slot = "legs",
level = 270,
vocation = {
{"Knight", true},
{"Elite Knight"}
}
},
{
-- Stitched Mutant Hide Legs
itemid = 40589,
type = "deequip",
slot = "legs",
level = 270
},
{
-- Antler-Horn Helmet
itemid = 40588,
type = "equip",
slot = "head",
level = 250,
vocation = {
{"Knight", true},
{"Elite Knight"}
}
},
{
-- Antler-Horn Helmet
itemid = 40588,
type = "deequip",
slot = "head",
level = 250
},
{
-- 25 years backpack
itemid = 39693,
Expand Down
7 changes: 7 additions & 0 deletions data/XML/mounts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,11 @@
<mount id="203" clientid="1578" name="Parade Horse" speed="10" premium="no" type="store" />
<mount id="204" clientid="1579" name="Jousting Horse" speed="10" premium="no" type="store" />
<mount id="205" clientid="1580" name="Tourney Horse" speed="10" premium="no" type="store" />
<mount id="206" clientid="1599" name="Mutated Abomination" speed="10" premium="no" type="quest" />
<mount id="207" clientid="1608" name="Tangerine Flecked Koi" speed="10" premium="no" type="store" />
<mount id="208" clientid="1609" name="Brass Speckled Koi" speed="10" premium="no" type="store" />
<mount id="209" clientid="1610" name="Ink Spotted Koi" speed="10" premium="no" type="store" />
<mount id="210" clientid="1615" name="Frostbringer" speed="10" premium="no" type="store" />
<mount id="211" clientid="1616" name="Winterstride" speed="10" premium="no" type="store" />
<mount id="212" clientid="1617" name="Icebreacher" speed="10" premium="no" type="store" />
</mounts>
8 changes: 8 additions & 0 deletions data/XML/outfits.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
<outfit type="0" looktype="1501" name="Nordic Chieftain" premium="yes" unlocked="no" enabled="yes" from="store" />
<outfit type="0" looktype="1569" name="Fire-Fighter" premium="yes" unlocked="no" enabled="yes" from="quest" />
<outfit type="0" looktype="1576" name="Fencer" premium="yes" unlocked="no" enabled="yes" from="store" />
<outfit type="0" looktype="1582" name="Shadowlotus Disciple" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="0" looktype="1598" name="Ancient Aucar" premium="yes" unlocked="no" enabled="yes" from="quest" />
<outfit type="0" looktype="1613" name="Frost Tracer" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="0" looktype="1619" name="Armoured Archer" premium="no" unlocked="no" enabled="yes" from="store" />

<!-- Male outfits -->
<outfit type="1" looktype="128" name="Citizen" premium="no" unlocked="yes" enabled="yes" />
Expand Down Expand Up @@ -219,4 +223,8 @@
<outfit type="1" looktype="1500" name="Nordic Chieftain" premium="yes" unlocked="no" enabled="yes" from="store" />
<outfit type="1" looktype="1568" name="Fire-Fighter" premium="yes" unlocked="no" enabled="yes" from="quest" />
<outfit type="1" looktype="1575" name="Fencer" premium="yes" unlocked="no" enabled="yes" from="store" />
<outfit type="1" looktype="1581" name="Shadowlotus Disciple" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="1" looktype="1597" name="Ancient Aucar" premium="yes" unlocked="no" enabled="yes" from="quest" />
<outfit type="1" looktype="1612" name="Frost Tracer" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="1" looktype="1618" name="Armoured Archer" premium="no" unlocked="no" enabled="yes" from="store" />
</outfits>
Loading

0 comments on commit 448427a

Please sign in to comment.