more items
This commit is contained in:
parent
fc9b157704
commit
9753e348bd
@ -0,0 +1,25 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:basic_accessory",
|
||||
"displayName": "items.personal.original.accessory.basic_accessory",
|
||||
"description": "items.personal.original.accessory.basic_accessory.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/accessory/basic_accessory.png",
|
||||
"stats": {
|
||||
"attack.base": 0,
|
||||
"attack.rate": 0,
|
||||
"penetration.base": 0,
|
||||
"reflect.rate": 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,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:backpack",
|
||||
"displayName": "items.personal.original.backpack.backpack",
|
||||
"description": "items.personal.original.backpack.backpack.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/backpack/backpack.png",
|
||||
"stats": {
|
||||
"defence.rate": 0.125,
|
||||
"health": 20,
|
||||
"resistance.base": 0.125
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:backpack",
|
||||
"storeCategory": "original:personal_equipment",
|
||||
"dungeon": "ground",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:overshield",
|
||||
"displayName": "items.personal.original.backpack.overshield",
|
||||
"description": "items.personal.original.backpack.overshield.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/backpack/overshield.png",
|
||||
"stats": {
|
||||
"health": 35,
|
||||
"reflect.chance": 0.1,
|
||||
"resistance.base": 0.1
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "uncommon",
|
||||
"equipmentSlot": "original:backpack",
|
||||
"storeCategory": "original:personal_equipment",
|
||||
"dungeon": "ground",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,26 @@
|
||||
{
|
||||
"plating": {
|
||||
"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": {
|
||||
"defence.rate": 1.3,
|
||||
"health": 5,
|
||||
"reflect.chance": 0.1,
|
||||
"resistance.base": 0.1,
|
||||
"resistance.plasma": 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 @@
|
||||
{
|
||||
"plating": {
|
||||
"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,
|
||||
"penetration.rate": 0,
|
||||
"reflect.rate": 0
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:gloves",
|
||||
"storeCategory": "original:personal_equipment",
|
||||
"dungeon": "ground",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
27
original/data/items/equipment/personal/suit/basic_suit.json
Normal file
27
original/data/items/equipment/personal/suit/basic_suit.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"plating": {
|
||||
"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.rate": 0.9,
|
||||
"health": 15,
|
||||
"penetration.rate": 0,
|
||||
"reflect.chance": 0.0125,
|
||||
"resistance.base": 0.125,
|
||||
"resistance.plasma": 0
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:suit",
|
||||
"storeCategory": "original:personal_equipment",
|
||||
"dungeon": "ground",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,22 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:basic_suit",
|
||||
"displayName": "items.personal.original.weapon.basic_suit",
|
||||
"description": "items.personal.original.weapon.basic_suit.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/weapon/basic_suit.png",
|
||||
"stats": {
|
||||
"attack.base": 20
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:weapon",
|
||||
"storeCategory": "original:personal_equipment",
|
||||
"dungeon": "ground",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user