Helmets
This commit is contained in:
parent
918f9a90db
commit
f8fd198870
@ -5,8 +5,10 @@
|
||||
"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
|
||||
"attack.chance": 0.5,
|
||||
"defence.chance": 0.5,
|
||||
"defence.rate": 1.5,
|
||||
"health": 5
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
|
||||
@ -5,8 +5,10 @@
|
||||
"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
|
||||
"defence.rate": 1.5,
|
||||
"health": 5,
|
||||
"resistance.base": 0.5,
|
||||
"resistance.physical": 0.5
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
|
||||
@ -5,8 +5,11 @@
|
||||
"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
|
||||
"defence.base": 0.5,
|
||||
"defence.rate": 1.5,
|
||||
"health": 5,
|
||||
"resistance.base": 0.25,
|
||||
"resistance.physical": 0.25
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
|
||||
@ -5,8 +5,10 @@
|
||||
"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
|
||||
"defence.rate": 1.5,
|
||||
"health": 5,
|
||||
"resistance.cold": 0.5,
|
||||
"resistance.heat": 0.5
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
|
||||
@ -5,8 +5,11 @@
|
||||
"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
|
||||
"defence.rate": 1.5,
|
||||
"health": 5,
|
||||
"resistance.gamma": 0.5,
|
||||
"resistance.ion": 0.5,
|
||||
"resistance.plasma": 0.5
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user