Port Discordia gloves (#419)
Still need descriptions on the items to be done but the groundwork is there. Could also do with layers for stuff that should light up in the darkness but I wasn't entirely sure what should and shouldn't.
@@ -75,7 +75,7 @@ namespace Content.Server.GameObjects.Components.Items.Storage.Fill
|
||||
|
||||
if (random.Prob(0.05f))
|
||||
{
|
||||
Spawn("YellowGloves");
|
||||
Spawn("GlovesYellow");
|
||||
}
|
||||
|
||||
if (random.Prob(0.4f))
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace Content.Server.GameObjects.Components.Items.Storage.Fill
|
||||
Spawn("CableStack");
|
||||
|
||||
// 5% chance for a pair of fancy insulated gloves, else just a third cable coil.
|
||||
Spawn(random.Prob(0.05f) ? "YellowGloves" : "CableStack");
|
||||
Spawn(random.Prob(0.05f) ? "GlovesYellow" : "CableStack");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3175,7 +3175,7 @@ entities:
|
||||
entities: []
|
||||
type: Robust.Server.GameObjects.Components.Container.Container
|
||||
type: ContainerContainer
|
||||
- type: BlackGloves
|
||||
- type: GlovesBlack
|
||||
uid: 267
|
||||
components:
|
||||
- grid: 0
|
||||
@@ -3687,7 +3687,7 @@ entities:
|
||||
- !type:PhysShapeAabb
|
||||
layer: 1
|
||||
type: Collidable
|
||||
- type: LeatherGloves
|
||||
- type: GlovesLeather
|
||||
uid: 311
|
||||
components:
|
||||
- grid: 0
|
||||
@@ -3700,7 +3700,7 @@ entities:
|
||||
mask: 5
|
||||
bounds: -0.25,-0.25,0.25,0.25
|
||||
type: Collidable
|
||||
- type: LeatherGloves
|
||||
- type: GlovesLeather
|
||||
uid: 312
|
||||
components:
|
||||
- grid: 0
|
||||
@@ -3713,7 +3713,7 @@ entities:
|
||||
mask: 5
|
||||
bounds: -0.25,-0.25,0.25,0.25
|
||||
type: Collidable
|
||||
- type: LeatherGloves
|
||||
- type: GlovesLeather
|
||||
uid: 313
|
||||
components:
|
||||
- grid: 0
|
||||
|
||||
@@ -3,54 +3,804 @@
|
||||
id: GlovesBase
|
||||
abstract: true
|
||||
components:
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Icon
|
||||
state: icon
|
||||
- type: Clothing
|
||||
Slots: [gloves]
|
||||
|
||||
Slots:
|
||||
- gloves
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: YellowGloves
|
||||
name: Insulated Gloves
|
||||
description: Electrical gloves that keep you from frying
|
||||
id: GlovesAssetProtectionRig
|
||||
name: Asset Protection Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/glove_icons.rsi
|
||||
state: yellow
|
||||
sprite: Clothing/Gloves/asset_protection_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/glove_icons.rsi
|
||||
state: yellow
|
||||
sprite: Clothing/Gloves/asset_protection_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/gloves_yellow.rsi
|
||||
|
||||
sprite: Clothing/Gloves/asset_protection_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: BlackGloves
|
||||
name: Black Gloves
|
||||
id: GlovesAssetProtectionRigSealed
|
||||
name: Asset Protection Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/asset_protection_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/asset_protection_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/asset_protection_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesBlack
|
||||
name: Black gloves
|
||||
description: Regular gloves that do not keep you from frying
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/glove_icons.rsi
|
||||
state: black
|
||||
sprite: Clothing/Gloves/black.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/glove_icons.rsi
|
||||
state: black
|
||||
sprite: Clothing/Gloves/black.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/gloves_black.rsi
|
||||
HeatResistance: 500
|
||||
sprite: Clothing/Gloves/black.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: LeatherGloves
|
||||
name: Botanist's leather gloves
|
||||
description: These leather gloves protect against thorns, barbs, prickles, spikes and other harmful objects of floral origin. They're also quite warm.
|
||||
id: GlovesBlue
|
||||
name: Blue gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/glove_icons.rsi
|
||||
state: leather
|
||||
sprite: Clothing/Gloves/blue.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/glove_icons.rsi
|
||||
state: leather
|
||||
sprite: Clothing/Gloves/blue.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/blue.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesBoxingRed
|
||||
name: Boxing gloves (red)
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/boxing.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/boxing.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/boxing.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesBoxingBlue
|
||||
name: Boxing gloves (blue)
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/boxingblue.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/boxingblue.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/boxingblue.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesBoxingGreen
|
||||
name: Boxing gloves (green)
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/boxinggreen.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/boxinggreen.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/boxinggreen.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesBoxingYellow
|
||||
name: Boxing gloves (yellow)
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/boxingyellow.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/boxingyellow.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/boxingyellow.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesBrown
|
||||
name: Brown gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/brown.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/brown.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/brown.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesCaptain
|
||||
name: Captain gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/captain.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/captain.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/captain.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesCeRig
|
||||
name: CE Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ce_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ce_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ce_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesCeRigSealed
|
||||
name: CE Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ce_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ce_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ce_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesChalAppara1
|
||||
name: Chal Appara 1 gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/chal_appara_1.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/chal_appara_1.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/chal_appara_1.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesChalAppara12
|
||||
name: Chal Appara 12 gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/chal_appara_12.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/chal_appara_12.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/chal_appara_12.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesEngineeringRig
|
||||
name: Engineering Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/engineering_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/engineering_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/engineering_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesEngineeringRigSealed
|
||||
name: Engineering Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/engineering_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/engineering_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/engineering_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesErtCommanderRig
|
||||
name: ERT Commander Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ert_commander_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ert_commander_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ert_commander_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesErtCommanderRigSealed
|
||||
name: ERT Commander Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ert_commander_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ert_commander_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ert_commander_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesErtEngineerRig
|
||||
name: ERT Engineer Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ert_engineer_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ert_engineer_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ert_engineer_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesErtEngineerRigSealed
|
||||
name: ERT Engineer Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ert_engineer_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ert_engineer_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ert_engineer_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesErtMedicalRig
|
||||
name: ERT Medical Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ert_medical_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ert_medical_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ert_medical_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesErtMedicalRigSealed
|
||||
name: ERT Medical Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ert_medical_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ert_medical_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ert_medical_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesErtSecurityRig
|
||||
name: ERT Security Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ert_security_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ert_security_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ert_security_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesErtSecurityRigSealed
|
||||
name: ERT Security Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ert_security_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ert_security_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ert_security_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesEvaRig
|
||||
name: Eva Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/eva_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/eva_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/eva_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesEvaRigSealed
|
||||
name: Eva Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/eva_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/eva_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/eva_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesGray
|
||||
name: Gray gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/gray.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/gray.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/gray.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesGreen
|
||||
name: Green gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/green.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/green.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/green.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesHackerRig
|
||||
name: Hacker Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/hacker_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/hacker_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/hacker_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesHackerRigSealed
|
||||
name: Hacker Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/hacker_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/hacker_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/hacker_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesHazardRig
|
||||
name: Hazard Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/hazard_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/hazard_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/hazard_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesHazardRigSealed
|
||||
name: Hazard Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/hazard_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/hazard_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/hazard_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesIhscombat
|
||||
name: IHS combat gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ihscombat.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ihscombat.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ihscombat.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesIhsRig
|
||||
name: IHS Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ihs_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ihs_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ihs_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesIhsRigSealed
|
||||
name: IHS Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ihs_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ihs_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ihs_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesLatex
|
||||
name: Latex gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/latex.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/latex.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/latex.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesLeather
|
||||
name: Leather gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/leather.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/leather.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/leather.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesLightBrown
|
||||
name: Light brown gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/lightbrown.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/lightbrown.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/lightbrown.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesMedicalRig
|
||||
name: Medical Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/medical_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/medical_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/medical_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesMedicalRigSealed
|
||||
name: Medical Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/medical_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/medical_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/medical_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesMercRig
|
||||
name: Merc Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/merc_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/merc_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/merc_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesMercRigSealed
|
||||
name: Merc Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/merc_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/merc_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/merc_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesNinjaRig
|
||||
name: Ninja Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ninja_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ninja_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ninja_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesNinjaRigSealed
|
||||
name: Ninja Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/ninja_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/ninja_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/ninja_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesOrange
|
||||
name: Orange gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/orange.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/orange.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/orange.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesPowerglove
|
||||
name: Power gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/powerglove.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/powerglove.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/powerglove.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesPowergloveActive
|
||||
name: Powergloves (Active)
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/powerglove_active.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/powerglove_active.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/powerglove_active.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesPurple
|
||||
name: Purple gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/purple.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/purple.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/purple.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesRainbow
|
||||
name: Rainbow gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/rainbow.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/rainbow.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/rainbow.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesRed
|
||||
name: Red gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/red.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/red.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/red.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesRobohands
|
||||
name: Robohands gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/robohands.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/robohands.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/robohands.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesScienceRig
|
||||
name: Science Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/science_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/science_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/science_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesScienceRigSealed
|
||||
name: Science Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/science_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/science_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/science_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesSecurityRig
|
||||
name: Security Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/security_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/security_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/security_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesSecurityRigSealed
|
||||
name: Security Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/security_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/security_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/security_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesStealthRig
|
||||
name: Stealth Rig gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/stealth_rig.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/stealth_rig.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/stealth_rig.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesStealthRigSealed
|
||||
name: Stealth Rig Sealed gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/stealth_rig_sealed.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/stealth_rig_sealed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/stealth_rig_sealed.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesSNinja
|
||||
name: S Ninja gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/s_ninja.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/s_ninja.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/s_ninja.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesSNinjak
|
||||
name: S Ninjak gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/s_ninjak.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/s_ninjak.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/s_ninjak.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesSNinjan
|
||||
name: S Ninjan gloves
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/s_ninjan.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/s_ninjan.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Gloves/s_ninjan.rsi
|
||||
|
||||
- type: entity
|
||||
parent: GlovesBase
|
||||
id: GlovesYellow
|
||||
name: Insulated gloves
|
||||
description: Electrical gloves that keep you from frying
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Gloves/yellow.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/Gloves/yellow.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/gloves_leather.rsi
|
||||
HeatResistance: 1500
|
||||
sprite: Clothing/Gloves/yellow.rsi
|
||||
|
||||
|
After Width: | Height: | Size: 476 B |
|
After Width: | Height: | Size: 511 B |
|
After Width: | Height: | Size: 338 B |
|
After Width: | Height: | Size: 337 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 491 B |
|
After Width: | Height: | Size: 526 B |
|
After Width: | Height: | Size: 347 B |
|
After Width: | Height: | Size: 351 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
BIN
Resources/Textures/Clothing/Gloves/black.rsi/equipped-HAND.png
Normal file
|
After Width: | Height: | Size: 381 B |
BIN
Resources/Textures/Clothing/Gloves/black.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 485 B |
BIN
Resources/Textures/Clothing/Gloves/black.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 352 B |
BIN
Resources/Textures/Clothing/Gloves/black.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 352 B |
1
Resources/Textures/Clothing/Gloves/black.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
BIN
Resources/Textures/Clothing/Gloves/blue.rsi/equipped-HAND.png
Normal file
|
After Width: | Height: | Size: 441 B |
BIN
Resources/Textures/Clothing/Gloves/blue.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 366 B |
BIN
Resources/Textures/Clothing/Gloves/blue.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 357 B |
BIN
Resources/Textures/Clothing/Gloves/blue.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 356 B |
1
Resources/Textures/Clothing/Gloves/blue.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
BIN
Resources/Textures/Clothing/Gloves/boxing.rsi/equipped-HAND.png
Normal file
|
After Width: | Height: | Size: 887 B |
BIN
Resources/Textures/Clothing/Gloves/boxing.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 734 B |
BIN
Resources/Textures/Clothing/Gloves/boxing.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 378 B |
BIN
Resources/Textures/Clothing/Gloves/boxing.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 392 B |
1
Resources/Textures/Clothing/Gloves/boxing.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 916 B |
BIN
Resources/Textures/Clothing/Gloves/boxingblue.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 772 B |
|
After Width: | Height: | Size: 387 B |
|
After Width: | Height: | Size: 402 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 895 B |
BIN
Resources/Textures/Clothing/Gloves/boxinggreen.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 731 B |
|
After Width: | Height: | Size: 373 B |
|
After Width: | Height: | Size: 392 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 874 B |
BIN
Resources/Textures/Clothing/Gloves/boxingyellow.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 826 B |
|
After Width: | Height: | Size: 416 B |
|
After Width: | Height: | Size: 432 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
BIN
Resources/Textures/Clothing/Gloves/brown.rsi/equipped-HAND.png
Normal file
|
After Width: | Height: | Size: 446 B |
BIN
Resources/Textures/Clothing/Gloves/brown.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 365 B |
BIN
Resources/Textures/Clothing/Gloves/brown.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 356 B |
BIN
Resources/Textures/Clothing/Gloves/brown.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 355 B |
1
Resources/Textures/Clothing/Gloves/brown.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
BIN
Resources/Textures/Clothing/Gloves/captain.rsi/equipped-HAND.png
Normal file
|
After Width: | Height: | Size: 436 B |
BIN
Resources/Textures/Clothing/Gloves/captain.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 913 B |
BIN
Resources/Textures/Clothing/Gloves/captain.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 453 B |
BIN
Resources/Textures/Clothing/Gloves/captain.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 459 B |
1
Resources/Textures/Clothing/Gloves/captain.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
BIN
Resources/Textures/Clothing/Gloves/ce_rig.rsi/equipped-HAND.png
Normal file
|
After Width: | Height: | Size: 739 B |
BIN
Resources/Textures/Clothing/Gloves/ce_rig.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Resources/Textures/Clothing/Gloves/ce_rig.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 625 B |
BIN
Resources/Textures/Clothing/Gloves/ce_rig.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 638 B |
1
Resources/Textures/Clothing/Gloves/ce_rig.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 758 B |
BIN
Resources/Textures/Clothing/Gloves/ce_rig_sealed.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 626 B |
|
After Width: | Height: | Size: 642 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 348 B |
BIN
Resources/Textures/Clothing/Gloves/chal_appara_1.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 111 B |
|
After Width: | Height: | Size: 189 B |
|
After Width: | Height: | Size: 185 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 172 B |
BIN
Resources/Textures/Clothing/Gloves/chal_appara_12.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 111 B |
|
After Width: | Height: | Size: 146 B |
|
After Width: | Height: | Size: 143 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 1}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 508 B |
BIN
Resources/Textures/Clothing/Gloves/engineering_rig.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 386 B |
|
After Width: | Height: | Size: 341 B |
|
After Width: | Height: | Size: 341 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 679 B |
|
After Width: | Height: | Size: 457 B |
|
After Width: | Height: | Size: 333 B |
|
After Width: | Height: | Size: 336 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 464 B |
|
After Width: | Height: | Size: 514 B |
|
After Width: | Height: | Size: 331 B |
|
After Width: | Height: | Size: 332 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 512 B |
|
After Width: | Height: | Size: 536 B |
|
After Width: | Height: | Size: 357 B |
|
After Width: | Height: | Size: 362 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 463 B |
BIN
Resources/Textures/Clothing/Gloves/ert_engineer_rig.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 492 B |
|
After Width: | Height: | Size: 332 B |
|
After Width: | Height: | Size: 331 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi", "states": [{"name": "equipped-HAND", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
After Width: | Height: | Size: 521 B |