forked from UOX3DevTeam/UOX3
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into Granite-Mining
- Loading branch information
Showing
54 changed files
with
1,487 additions
and
404 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,4 +152,10 @@ ID=0x0c6c | |
{ | ||
ID=0x09b9 | ||
ID=0x09ba | ||
} | ||
|
||
[RESOURCE MAPS] | ||
{ | ||
ID=0x14eb | ||
ID=0x0E34 | ||
} |
This file contains 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
This file contains 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
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
// Clothing Bless Deed | ||
// Blesses a single item of clothing | ||
[clothing_bless_deed] | ||
{ | ||
get=base_item | ||
id=0x14F0 | ||
name=a clothing bless deed | ||
script=5051 | ||
} | ||
|
||
// -- TAILOR TOOLS -- | ||
[base_runic_sewing_kit] | ||
{ | ||
get=sewing_kit | ||
origin=uor | ||
} | ||
|
||
// Spined Runic Sewing Kit - Adds Durable/Defense properties to crafted clothing/armor (not implemented). | ||
[spined_runic_sewing_kit] | ||
{ | ||
get=base_runic_sewing_kit | ||
name=spined runic sewing kit | ||
maxuses=45 | ||
usesleft=45 | ||
colour=0x283 | ||
} | ||
|
||
// Horned Runic Sewing Kit - Adds Substantial/Guarding properties to crafted clothing/armor (not implemented). | ||
[horned_runic_sewing_kit] | ||
{ | ||
get=base_runic_sewing_kit | ||
name=horned runic sewing kit | ||
maxuses=30 | ||
usesleft=30 | ||
colour=0x227 | ||
} | ||
|
||
// Barbed RUnic Sewing Kit - Adds Massive/Hardening properties to crafted clothing/armor (not implemented). | ||
[barbed_runic_sewing_kit] | ||
{ | ||
get=base_runic_sewing_kit | ||
name=barbed runic sewing kit | ||
maxuses=15 | ||
usesleft=15 | ||
colour=0x1C1 | ||
} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[mapmakerspen] | ||
{ | ||
Get=base_item | ||
name=Mapmakers Pen | ||
id=0x0fc0 | ||
weight=100 | ||
value=6 3 | ||
restock=20 | ||
decay=1 | ||
good=56 | ||
maxuses=75 | ||
usesleft=25 | ||
script=4031 | ||
script=2200// uses left tooltip | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.