Basic gear
This commit is contained in:
parent
7f33bf5772
commit
7f164c55da
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"equipment": {
|
||||||
|
"id": "original:basic_earring",
|
||||||
|
"displayName": "items.personal.original.accessory.basic_earring",
|
||||||
|
"description": "items.personal.original.accessory.basic_earring.desc",
|
||||||
|
"texture": "original/assets/textures/equipment/personal/accessory/basic_accessory.png",
|
||||||
|
"stats": {
|
||||||
|
"attack.base": 0,
|
||||||
|
"attack.rate": 0,
|
||||||
|
"health": 2.5,
|
||||||
|
"penetration.base": 0
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"rarity": "common",
|
||||||
|
"equipmentSlot": [
|
||||||
|
"original:personal_accessory_1",
|
||||||
|
"original:personal_accessory_2",
|
||||||
|
"original:personal_accessory_3",
|
||||||
|
"original:personal_accessory_4"
|
||||||
|
],
|
||||||
|
"storeCategory": "original:personal_equipment",
|
||||||
|
"dungeon": "ground",
|
||||||
|
"storePrice": 100,
|
||||||
|
"storeSellValue": 25,
|
||||||
|
"storeShowWeight": 10,
|
||||||
|
"storeFeaturedDiscountPercentage": 0,
|
||||||
|
"storeFeaturedShowWeight": 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"equipment": {
|
||||||
|
"id": "original:basic_necklace",
|
||||||
|
"displayName": "items.personal.original.accessory.basic_necklace",
|
||||||
|
"description": "items.personal.original.accessory.basic_necklace.desc",
|
||||||
|
"texture": "original/assets/textures/equipment/personal/accessory/basic_necklace.png",
|
||||||
|
"stats": {
|
||||||
|
"attack.base": 0,
|
||||||
|
"attack.rate": 0,
|
||||||
|
"health": 2.5,
|
||||||
|
"penetration.base": 0
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"rarity": "common",
|
||||||
|
"equipmentSlot": "original:accessory_1",
|
||||||
|
"storeCategory": "original:personal_equipment",
|
||||||
|
"dungeon": "ground",
|
||||||
|
"storePrice": 100,
|
||||||
|
"storeSellValue": 25,
|
||||||
|
"storeShowWeight": 10,
|
||||||
|
"storeFeaturedDiscountPercentage": 0,
|
||||||
|
"storeFeaturedShowWeight": 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"equipment": {
|
||||||
|
"id": "original:basic_ring",
|
||||||
|
"displayName": "items.personal.original.accessory.basic_ring",
|
||||||
|
"description": "items.personal.original.accessory.basic_ring.desc",
|
||||||
|
"texture": "original/assets/textures/equipment/personal/accessory/basic_ring.png",
|
||||||
|
"stats": {
|
||||||
|
"attack.base": 0,
|
||||||
|
"attack.rate": 0,
|
||||||
|
"health": 2.5,
|
||||||
|
"penetration.base": 0
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"rarity": "common",
|
||||||
|
"equipmentSlot": "original:accessory_1",
|
||||||
|
"storeCategory": "original:personal_equipment",
|
||||||
|
"dungeon": "ground",
|
||||||
|
"storePrice": 100,
|
||||||
|
"storeSellValue": 25,
|
||||||
|
"storeShowWeight": 10,
|
||||||
|
"storeFeaturedDiscountPercentage": 0,
|
||||||
|
"storeFeaturedShowWeight": 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"equipment": {
|
||||||
|
"id": "original:basic_boots",
|
||||||
|
"displayName": "items.personal.original.boots.basic_boots",
|
||||||
|
"description": "items.personal.original.boots.basic_boots.desc",
|
||||||
|
"texture": "original/assets/textures/equipment/personal/boots/basic_boots.png",
|
||||||
|
"stats": {
|
||||||
|
"health": 2.5,
|
||||||
|
"resistance.base": 0
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"rarity": "common",
|
||||||
|
"equipmentSlot": "original:boots",
|
||||||
|
"storeCategory": "original:personal_equipment",
|
||||||
|
"dungeon": "ground",
|
||||||
|
"storePrice": 100,
|
||||||
|
"storeSellValue": 25,
|
||||||
|
"storeShowWeight": 10,
|
||||||
|
"storeFeaturedDiscountPercentage": 0,
|
||||||
|
"storeFeaturedShowWeight": 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"equipment": {
|
||||||
|
"id": "original:basic_gloves",
|
||||||
|
"displayName": "items.personal.original.glove.basic_gloves",
|
||||||
|
"description": "items.personal.original.glove.basic_gloves.desc",
|
||||||
|
"texture": "original/assets/textures/equipment/personal/glove/basic_gloves.png",
|
||||||
|
"stats": {
|
||||||
|
"attack.base": 0,
|
||||||
|
"defence.base": 0.5,
|
||||||
|
"health": 2.5
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"rarity": "common",
|
||||||
|
"equipmentSlot": "original:gloves",
|
||||||
|
"storeCategory": "original:personal_equipment",
|
||||||
|
"dungeon": "ground",
|
||||||
|
"storePrice": 100,
|
||||||
|
"storeSellValue": 25,
|
||||||
|
"storeShowWeight": 10,
|
||||||
|
"storeFeaturedDiscountPercentage": 0,
|
||||||
|
"storeFeaturedShowWeight": 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"equipment": {
|
||||||
|
"id": "original:basic_helmet",
|
||||||
|
"displayName": "items.personal.original.helmet.basic_helmet",
|
||||||
|
"description": "items.personal.original.helmet.basic_helmet.desc",
|
||||||
|
"texture": "original/assets/textures/equipment/personal/helmet/basic_helmet.png",
|
||||||
|
"stats": {
|
||||||
|
"defence.base": 0.5,
|
||||||
|
"health": 2.5,
|
||||||
|
"carry.capacity": 0
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"rarity": "common",
|
||||||
|
"equipmentSlot": "original:helmet",
|
||||||
|
"storeCategory": "original:personal_equipment",
|
||||||
|
"dungeon": "ground",
|
||||||
|
"storePrice": 100,
|
||||||
|
"storeSellValue": 25,
|
||||||
|
"storeShowWeight": 10,
|
||||||
|
"storeFeaturedDiscountPercentage": 0,
|
||||||
|
"storeFeaturedShowWeight": 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
24
original/data/items/equipment/personal/suit/basic_suit.json
Normal file
24
original/data/items/equipment/personal/suit/basic_suit.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"equipment": {
|
||||||
|
"id": "original:basic_suit",
|
||||||
|
"displayName": "items.personal.original.suit.basic_suit",
|
||||||
|
"description": "items.personal.original.suit.basic_suit.desc",
|
||||||
|
"texture": "original/assets/textures/equipment/personal/suit/basic_suit.png",
|
||||||
|
"stats": {
|
||||||
|
"defence.base": 0.5,
|
||||||
|
"health": 2.5,
|
||||||
|
"resistance.base": 0
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"rarity": "common",
|
||||||
|
"equipmentSlot": "original:suit",
|
||||||
|
"storeCategory": "original:personal_equipment",
|
||||||
|
"dungeon": "ground",
|
||||||
|
"storePrice": 100,
|
||||||
|
"storeSellValue": 25,
|
||||||
|
"storeShowWeight": 10,
|
||||||
|
"storeFeaturedDiscountPercentage": 0,
|
||||||
|
"storeFeaturedShowWeight": 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user