This commit is contained in:
Unl1m1t3d_L1v3s 2026-04-27 07:10:19 -05:00
parent 918f9a90db
commit f8fd198870
5 changed files with 22 additions and 10 deletions

View File

@ -5,8 +5,10 @@
"description": "items.personal.original.helmet.Carbon_helmet.desc", "description": "items.personal.original.helmet.Carbon_helmet.desc",
"texture": "original/assets/textures/equipment/personal/helmet/Carbon_helmet.png", "texture": "original/assets/textures/equipment/personal/helmet/Carbon_helmet.png",
"stats": { "stats": {
"resistance.ion": 0, "attack.chance": 0.5,
"resistance.plasma": 0 "defence.chance": 0.5,
"defence.rate": 1.5,
"health": 5
}, },
"meta": { "meta": {
"rarity": "common", "rarity": "common",

View File

@ -5,8 +5,10 @@
"description": "items.personal.original.helmet.kevlar_helmet.desc", "description": "items.personal.original.helmet.kevlar_helmet.desc",
"texture": "original/assets/textures/equipment/personal/helmet/kevlar_helmet.png", "texture": "original/assets/textures/equipment/personal/helmet/kevlar_helmet.png",
"stats": { "stats": {
"resistance.ion": 0, "defence.rate": 1.5,
"resistance.plasma": 0 "health": 5,
"resistance.base": 0.5,
"resistance.physical": 0.5
}, },
"meta": { "meta": {
"rarity": "common", "rarity": "common",

View File

@ -5,8 +5,11 @@
"description": "items.personal.original.helmet.metallic_helmet.desc", "description": "items.personal.original.helmet.metallic_helmet.desc",
"texture": "original/assets/textures/equipment/personal/helmet/metallic_helmet.png", "texture": "original/assets/textures/equipment/personal/helmet/metallic_helmet.png",
"stats": { "stats": {
"resistance.ion": 0, "defence.base": 0.5,
"resistance.plasma": 0 "defence.rate": 1.5,
"health": 5,
"resistance.base": 0.25,
"resistance.physical": 0.25
}, },
"meta": { "meta": {
"rarity": "common", "rarity": "common",

View File

@ -5,8 +5,10 @@
"description": "items.personal.original.helmet.nano_helmet.desc", "description": "items.personal.original.helmet.nano_helmet.desc",
"texture": "original/assets/textures/equipment/personal/helmet/nano_helmet.png", "texture": "original/assets/textures/equipment/personal/helmet/nano_helmet.png",
"stats": { "stats": {
"resistance.ion": 0, "defence.rate": 1.5,
"resistance.plasma": 0 "health": 5,
"resistance.cold": 0.5,
"resistance.heat": 0.5
}, },
"meta": { "meta": {
"rarity": "common", "rarity": "common",

View File

@ -5,8 +5,11 @@
"description": "items.personal.original.helmet.oblique_helmet.desc", "description": "items.personal.original.helmet.oblique_helmet.desc",
"texture": "original/assets/textures/equipment/personal/helmet/oblique_helmet.png", "texture": "original/assets/textures/equipment/personal/helmet/oblique_helmet.png",
"stats": { "stats": {
"resistance.ion": 0, "defence.rate": 1.5,
"resistance.plasma": 0 "health": 5,
"resistance.gamma": 0.5,
"resistance.ion": 0.5,
"resistance.plasma": 0.5
}, },
"meta": { "meta": {
"rarity": "common", "rarity": "common",