v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
19
assets/devel/items/augments/pet/redcollar.augment
Normal file
19
assets/devel/items/augments/pet/redcollar.augment
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"itemName" : "redcollar",
|
||||
"price" : 5000,
|
||||
"rarity" : "Uncommon",
|
||||
"inventoryIcon" : "redcollar.png",
|
||||
"description" : "A collar that makes your pet red.",
|
||||
"shortdescription" : "Red Collar",
|
||||
|
||||
"collar" : {
|
||||
"name" : "red",
|
||||
"displayName" : "Red",
|
||||
"displayIcon" : "/items/augments/pet/redcollar.png",
|
||||
"effects" : [ "colorred" ]
|
||||
},
|
||||
|
||||
"radioMessagesOnPickup" : [ "pickupcollar" ],
|
||||
|
||||
"scripts" : [ "/scripts/augments/collar.lua" ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue