5 armor sets, and 1 weapon
Armor still needs stat lines
This commit is contained in:
parent
ef5604807b
commit
24d09b5f41
@ -0,0 +1,23 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:carbon_boots",
|
||||
"displayName": "items.personal.original.boots.carbon_boots",
|
||||
"description": "items.personal.original.boots.carbon_boots.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/boots/carbon_boots.png",
|
||||
"stats": {
|
||||
"reflect.rate": 0,
|
||||
"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,23 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:kevlar_boots",
|
||||
"displayName": "items.personal.original.boots.kevlar_boots",
|
||||
"description": "items.personal.original.boots.kevlar_boots.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/boots/kevlar_boots.png",
|
||||
"stats": {
|
||||
"reflect.rate": 0,
|
||||
"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,23 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:metallic_boots",
|
||||
"displayName": "items.personal.original.boots.metallic_boots",
|
||||
"description": "items.personal.original.boots.metallic_boots.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/boots/metallic_boots.png",
|
||||
"stats": {
|
||||
"reflect.rate": 0,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
23
original/data/items/equipment/personal/boots/nano_boots.json
Normal file
23
original/data/items/equipment/personal/boots/nano_boots.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:nano_boots",
|
||||
"displayName": "items.personal.original.boots.nano_boots",
|
||||
"description": "items.personal.original.boots.nano_boots.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/boots/nano_boots.png",
|
||||
"stats": {
|
||||
"reflect.rate": 0,
|
||||
"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,23 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:oblique_boots",
|
||||
"displayName": "items.personal.original.boots.oblique_boots",
|
||||
"description": "items.personal.original.boots.oblique_boots.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/boots/oblique_boots.png",
|
||||
"stats": {
|
||||
"reflect.rate": 0,
|
||||
"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:carbon_gloves",
|
||||
"displayName": "items.personal.original.glove.carbon_gloves",
|
||||
"description": "items.personal.original.glove.carbon_gloves.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/glove/carbon_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
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:kevlar_gloves",
|
||||
"displayName": "items.personal.original.glove.kevlar_gloves",
|
||||
"description": "items.personal.original.glove.kevlar_gloves.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/glove/kevlar_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
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:metallic_gloves",
|
||||
"displayName": "items.personal.original.glove.metallic_gloves",
|
||||
"description": "items.personal.original.glove.metallic_gloves.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/glove/metallic_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
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:nano_gloves",
|
||||
"displayName": "items.personal.original.glove.nano_gloves",
|
||||
"description": "items.personal.original.glove.nano_gloves.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/glove/nano_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
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:oblique_gloves",
|
||||
"displayName": "items.personal.original.glove.oblique_gloves",
|
||||
"description": "items.personal.original.glove.oblique_gloves.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/glove/oblique_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
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,23 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:Carbon_helmet",
|
||||
"displayName": "items.personal.original.helmet.Carbon_helmet",
|
||||
"description": "items.personal.original.helmet.Carbon_helmet.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/helmet/Carbon_helmet.png",
|
||||
"stats": {
|
||||
"resistance.ion": 0,
|
||||
"resistance.plasma": 0
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:helmet",
|
||||
"storeCategory": "original:personal_equipment",
|
||||
"dungeon": "ground",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,23 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:kevlar_helmet",
|
||||
"displayName": "items.personal.original.helmet.kevlar_helmet",
|
||||
"description": "items.personal.original.helmet.kevlar_helmet.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/helmet/kevlar_helmet.png",
|
||||
"stats": {
|
||||
"resistance.ion": 0,
|
||||
"resistance.plasma": 0
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:helmet",
|
||||
"storeCategory": "original:personal_equipment",
|
||||
"dungeon": "ground",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,23 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:metallic_helmet",
|
||||
"displayName": "items.personal.original.helmet.metallic_helmet",
|
||||
"description": "items.personal.original.helmet.metallic_helmet.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/helmet/metallic_helmet.png",
|
||||
"stats": {
|
||||
"resistance.ion": 0,
|
||||
"resistance.plasma": 0
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:helmet",
|
||||
"storeCategory": "original:personal_equipment",
|
||||
"dungeon": "ground",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,23 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:nano_helmet",
|
||||
"displayName": "items.personal.original.helmet.nano_helmet",
|
||||
"description": "items.personal.original.helmet.nano_helmet.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/helmet/nano_helmet.png",
|
||||
"stats": {
|
||||
"resistance.ion": 0,
|
||||
"resistance.plasma": 0
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:helmet",
|
||||
"storeCategory": "original:personal_equipment",
|
||||
"dungeon": "ground",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,23 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:oblique_helmet",
|
||||
"displayName": "items.personal.original.helmet.oblique_helmet",
|
||||
"description": "items.personal.original.helmet.oblique_helmet.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/helmet/oblique_helmet.png",
|
||||
"stats": {
|
||||
"resistance.ion": 0,
|
||||
"resistance.plasma": 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/carbon_suit.json
Normal file
24
original/data/items/equipment/personal/suit/carbon_suit.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:carbon_suit",
|
||||
"displayName": "items.personal.original.suit.carbon_suit",
|
||||
"description": "items.personal.original.suit.carbon_suit.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/suit/carbon_suit.png",
|
||||
"stats": {
|
||||
"penetration.rate": 0,
|
||||
"reflect.rate": 0,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
24
original/data/items/equipment/personal/suit/kevlar_suit.json
Normal file
24
original/data/items/equipment/personal/suit/kevlar_suit.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:kevlar_suit",
|
||||
"displayName": "items.personal.original.suit.kevlar_suit",
|
||||
"description": "items.personal.original.suit.kevlar_suit.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/suit/kevlar_suit.png",
|
||||
"stats": {
|
||||
"penetration.rate": 0,
|
||||
"reflect.rate": 0,
|
||||
"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,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:metallic_suit",
|
||||
"displayName": "items.personal.original.suit.metallic_suit",
|
||||
"description": "items.personal.original.suit.metallic_suit.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/suit/metallic_suit.png",
|
||||
"stats": {
|
||||
"penetration.rate": 0,
|
||||
"reflect.rate": 0,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
24
original/data/items/equipment/personal/suit/nano_suit.json
Normal file
24
original/data/items/equipment/personal/suit/nano_suit.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:nano_suit",
|
||||
"displayName": "items.personal.original.suit.nano_suit",
|
||||
"description": "items.personal.original.suit.nano_suit.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/suit/nano_suit.png",
|
||||
"stats": {
|
||||
"penetration.rate": 0,
|
||||
"reflect.rate": 0,
|
||||
"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,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:oblique_suit",
|
||||
"displayName": "items.personal.original.suit.oblique_suit",
|
||||
"description": "items.personal.original.suit.oblique_suit.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/suit/oblique_suit.png",
|
||||
"stats": {
|
||||
"penetration.rate": 0,
|
||||
"reflect.rate": 0,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,15 +1,15 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:basic_suit",
|
||||
"displayName": "items.personal.original.weapon.basic_suit",
|
||||
"description": "items.personal.original.weapon.basic_suit.desc",
|
||||
"id": "original:basic_laser_rifle",
|
||||
"displayName": "items.personal.original.weapon.basic_laser_rifle",
|
||||
"description": "items.personal.original.weapon.basic_laser_rifle.desc",
|
||||
"texture": "original/assets/textures/equipment/personal/weapon/basic_suit.png",
|
||||
"stats": {
|
||||
"attack.base": 20
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:weapon",
|
||||
"equipmentSlot": "original:personal_weapons",
|
||||
"storeCategory": "original:personal_equipment",
|
||||
"dungeon": "ground",
|
||||
"storePrice": 100,
|
||||
Loading…
Reference in New Issue
Block a user