Skip to content

Commit

Permalink
Drip made
Browse files Browse the repository at this point in the history
  • Loading branch information
AjexRose committed Sep 20, 2023
1 parent f3ed8c0 commit db3a8dc
Show file tree
Hide file tree
Showing 65 changed files with 414 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,10 @@
- type: Unremoveable
deleteOnDrop: false

- type: entity
parent: ClothingBackpack
name: arcadia backpack
description: A backpack produced by Arcadia Industries
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/arcadia-backpack.rsi
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Back/duffel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,12 @@
capacity: 9999
- type: ClothingSpeedModifier
sprintModifier: 1 # makes its stats identical to other variants of bag of holding

- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelArcadia
name: arcadia duffel
description: A duffelbag produced by Arcadia Industries
components:
- type: Sprite
sprite: Clothing/Back/Duffels/arcadia-duffel.rsi
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Back/satchel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,12 @@
shader: unshaded
- type: Storage
capacity: 9999

- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelArcadia
name: arcadia satchel
description: A satchel produced by Arcadia Industries.
components:
- type: Sprite
sprite: Clothing/Back/Satchels/arcadia-satchel.rsi
15 changes: 15 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,18 @@
- type: Clothing
sprite: Clothing/Eyes/Glasses/ninjavisor.rsi
- type: FlashImmunity

- type: entity
parent: ClothingEyesBase
id: ClothingEyesArcadiaVisor
name: arcadia visor
description: A visor produced by Arcadia Industries, with some high tech optics systems built in.
components:
- type: Sprite
sprite: Clothing/Eyes/Glasses/arcadiavisor.rsi
- type: Clothing
sprite: Clothing/Eyes/Glasses/arcadiavisor.rsi
- type: FlashImmunity
- type: EyeProtection
- type: VisionCorrection
- type: IdentityBlocker
17 changes: 17 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,3 +385,20 @@
- type: GuideHelp
guides:
- DNA

- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesArcadiaCombat
description: Combat gloves produced by Arcadia Industries.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/arcadia-combatgloves.rsi
- type: Clothing
sprite: Clothing/Hands/Gloves/arcadia-combatgloves.rsi
- type: GloveHeatResistance
heatResistance: 1400
- type: Insulated
- type: Fiber
fiberMaterial: fibers-synthetic
fiberColor: fibers-black
- type: FingerprintMask
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Head/hoods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,3 +465,14 @@
sprite: Clothing/Head/Hoods/Coat/hoodweb.rsi
- type: Clothing
sprite: Clothing/Head/Hoods/Coat/hoodweb.rsi

- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodArcadia
noSpawn: true
name: arcadia coat hood
components:
- type: Sprite
sprite: Clothing/Head/Hoods/Coat/hoodarcadia.rsi
- type: Clothing
sprite: Clothing/Head/Hoods/Coat/hoodarcadia.rsi
20 changes: 20 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Masks/masks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,3 +505,23 @@
- type: EyeProtection
- type: BreathMask
- type: IdentityBlocker

- type: entity
parent: ClothingMaskBase
id: ClothingMaskArcadia
name: arcadia battle mask
description: A close-fitting high tech mask designed by Arcadia Industries for space faring battlers.
components:
- type: Sprite
sprite: Clothing/Mask/arcadia-battleface.rsi
- type: Clothing
sprite: Clothing/Mask/arcadia-battleface.rsi
- type: BreathMask
- type: IdentityBlocker
- type: Armor
modifiers:
coefficients:
Blunt: 0.80
Slash: 0.80
Piercing: 0.90
Heat: 0.90
Original file line number Diff line number Diff line change
Expand Up @@ -508,3 +508,21 @@
Quantity: 20
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodWinterWeb

- type: entity
parent: ClothingOuterWinterCoatToggleable
id: ClothingOuterWinterArcadia
name: arcadia winter coat
description: A coat produced by Arcadia Industries, seems soft.
components:
- type: Sprite
sprite: Clothing/OuterClothing/WinterCoats/coatarcadia.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatarcadia.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodArcadia
- type: Armor
modifiers:
coefficients:
Heat: 0.75
Caustic: 0.9
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -812,3 +812,14 @@
- type: Construction
graph: WebObjects
node: jumpskirt

- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtArcadia
name: arcadia jumpskirt
description: A jumpskirt produced by Arcadia Industries. Designed to reduce chaffing between the legs for the comfort of skin, slime, scales, fluff, and wood
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/arcadia-jumpskirt.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/arcadia-jumpskirt.rsi
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1301,3 +1301,14 @@
- type: Construction
graph: WebObjects
node: jumpsuit

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitArcadia
name: arcadia jumpsuit
description: A jumpsuit produced by Arcadia Industries. Designed to reduce chaffing between the legs for the comfort of skin, slime, scales, fluff, and wood
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/arcadia-jumpsuit.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/arcadia-jumpsuit.rsi
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/12c21ced8432015485484b17e311dcceb7c458f6",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1 | modified by AjexRose for NewFrontier",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from paradise station https://github.com/ParadiseSS13/Paradise/commit/ede55cc8f5b50abcd4f51d37779b56853a440a9a | modified by AjexRose for NewFrontier",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/55d823b97dda098a1b2ee9edfca7155c753e456e | modified by AjexRose for NewFrontier",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "By Gotimanga for SS14 | Modified by AjexRose for NewFrontier",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Resources/Textures/Clothing/Mask/arcadia-battleface.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Nimfar11 (GitHub) for Space Station 14 | Modified by AjexRose for NewFrontier",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Original sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e | modified by AjexRose for NewFrontier",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading

0 comments on commit db3a8dc

Please sign in to comment.