Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
- ReagentId: Absinthe
Quantity: 30
- type: Icon
sprite: Objects/Consumable/Drinks/absintheglass.rsi
sprite: _Sidewinder/Objects/Consumables/Drinks/absinthebottle.rsi # Sidewinder
state: icon

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
- type: entity
parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull]
id: DrinkAbsintheBottleFull
name: Jailbreaker Verte
description: One sip of this and you just know you're gonna have a good time.
name: The Green Fairy # Sidewinder
description: One sip of this and you just know you're going to start seeing things.
components:
- type: SolutionContainerManager
solutions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

# Containers
- type: entity
name: Jailbreaker Verte bottle
name: The Green Fairy # Sidewinder
parent: DrinkBottleBaseEmpty
id: DrinkBottleAbsinthe
components:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
desc: reagent-desc-absinthe
physicalDesc: reagent-physical-desc-strong-smelling
flavor: alcohol
color: "#33EE00"
color: "#303b21" # Sidewinder
metamorphicSprite:
sprite: Objects/Consumable/Drinks/absintheglass.rsi
state: icon_empty
Expand All @@ -31,7 +31,7 @@
desc: reagent-desc-ale
physicalDesc: reagent-physical-desc-bubbly
flavor: ale
color: "#663100"
color: "#8d4b03" # Sidewinder
recognizable: true
metamorphicSprite:
sprite: Objects/Consumable/Drinks/aleglass.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
doAfter: 4

- node: bat
entity: BaseBallBat
entity: SW14BaseBallBat #Sidewinder
35 changes: 35 additions & 0 deletions Resources/Prototypes/_Sidewinder/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
- type: entity
parent: ClothingBeltStorageBase
id: SW14ClothingSlingerBelt
name: slinger belt
description: a typical gunslinger's belt. holds all your guns and ammo!
components:
- type: Sprite
sprite: _Sidewinder/Clothing/Belt/holster.rsi
- type: Clothing
sprite: _Sidewinder/Clothing/Belt/holster.rsi
- type: Storage
grid:
- 0,0,3,1

- type: entity
parent: [ClothingBeltStorageBase, BaseSyndicateContraband]
id: SW14ClothingSyndicateSlingerBelt
name: syndicate slinger belt
description: A customized slinger belt, on the inside theres a stitch that says Syndicate.
components:
- type: Sprite
sprite: _Sidewinder/Clothing/Belt/syndieholster.rsi
- type: Clothing
sprite: _Sidewinder/Clothing/Belt/syndieholster.rsi
- type: Item
size: Ginormous
- type: Storage
maxItemSize: Huge
grid:
- 0,0,3,3
whitelist:
components:
- Gun
- BallisticAmmoProvider
- CartridgeAmmo
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
- type: entity
name: baseball bat
parent: [BaseItem, BaseMinorContraband]
id: SW14BaseBallBat
description: A sturdy wooden baseball bat.
components:
- type: Sprite
sprite: _Sidewinder/Objects/Weapons/Melee/baseball_bat.rsi
state: icon
- type: MeleeWeapon
wideAnimationRotation: -135
damage:
types:
Blunt: 10
Structural: 5
soundHit:
collection: MetalThud
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Blunt: 5
Structural: 10
- type: Item
size: Normal
- type: Tool
qualities:
- Rolling
speedModifier: 0.75 # a bit unwieldly but does the job
- type: Clothing
quickEquip: false
slots:
- back
- type: Construction
graph: WoodenBat
node: bat
- type: UseDelay
delay: 1
- type: PhysicalComposition
materialComposition:
Wood: 250
- type: Tag
tags:
- SW14BaseballBat
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
- type: entity
name: kitchen knife
parent: BaseKnife
id: SW14KitchenKnife
description: A common Kitchen Knife, cuts all the food you could imagine.... probably.
components:
- type: Tag
tags:
- Knife
- SW14KitchenKnife
- type: Sprite
sprite: _Sidewinder/Objects/Weapons/Melee/kitchen_knife.rsi
state: icon
- type: Item
sprite: _Sidewinder/Objects/Weapons/Melee/kitchen_knife.rsi
- type: GuideHelp
guides:
- Chef
- FoodRecipes

- type: entity
name: butcher's cleaver
parent: BaseKnife
id: SW14ButchCleaver
description: A specific purpose Cleavers Knife. Sharp enough to cut through bone!
components:
- type: Tag
tags:
- Knife
- SW14Cleaver
- type: Sprite
sprite: _Sidewinder/Objects/Weapons/Melee/cleaver.rsi
state: butch
- type: MeleeWeapon
wideAnimationRotation: -115
attackRate: 1.5
damage:
types:
Slash: 13
- type: Item
size: Normal
sprite: _Sidewinder/Objects/Weapons/Melee/cleaver.rsi
- type: GuideHelp
guides:
- Chef
- FoodRecipes

- type: entity
name: combat knife
parent: [BaseKnife, BaseRestrictedContraband]
id: SW14CombatKnife
description: A sharp knife built for fighting, watch your fingers.
components:
- type: Tag
tags:
- SW14CombatKnife
- Knife
- type: Sprite
sprite: _Sidewinder/Objects/Weapons/Melee/combat_knife.rsi
state: icon
- type: MeleeWeapon
wideAnimationRotation: -135
attackRate: 1.5
damage:
types:
Slash: 12
- type: EmbeddableProjectile
sound: /Audio/Weapons/star_hit.ogg
- type: LandAtCursor
- type: DamageOtherOnHit
damage:
types:
Slash: 10
- type: Item
sprite: _Sidewinder/Objects/Weapons/Melee/combat_knife.rsi
- type: DisarmMalus
malus: 0.225

- type: entity
name: survival knife
parent: [CombatKnife, BaseSecurityCargoContraband]
id: SW14SurvivalKnife
description: Weapon of first and last resort for combatting sand carp.
components:
- type: Sprite
sprite: _Sidewinder/Objects/Weapons/Melee/survival_knife.rsi
state: icon
- type: Item
sprite: _Sidewinder/Objects/Weapons/Melee/survival_knife.rsi

- type: entity
name: machete
parent: [CombatKnife, BaseSecurityCargoContraband]
id: SW14Machete
description: A huge Knife, almost a Sword!
components:
- type: Sprite
sprite: _Sidewinder/Objects/Weapons/Melee/machete.rsi
state: icon
- type: Item
sprite: _Sidewinder/Objects/Weapons/Melee/machete.rsi
- type: DamageOtherOnHit
damage:
types:
Slash: 14
- type: Tool
qualities:
- Rolling
speedModifier: 0.75
15 changes: 15 additions & 0 deletions Resources/Prototypes/_Sidewinder/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
- type: Tag
id: Prybar

- type: Tag
id: SW14BaseballBat

- type: Tag
id: SW14Cleaver

- type: Tag
id: SW14CombatKnife

- type: Tag
id: SW14KitchenKnife

- type: Tag
id: SW14SurvivalKnife

- type: Tag
id: SWMop

Expand Down
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.
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
@@ -1,20 +1,22 @@
{
"version": 1,
"size": {
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi",
"states": [
"copyright": "Sprites by icepicked on Discord for Sidewinder",
"states":
[
{
"name": "icon"
},
{
"name": "icon_open"
"name": "icon_empty"
},
{
"name": "icon_empty"
"name": "icon_open"
},
{
"name": "fill-1"
Expand Down
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.
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
Expand Up @@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi",
"copyright": "Sprites by icepicked on Discord for Sidewinder",
"states": [
{
"name": "icon"
Expand Down
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
@@ -1 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]}
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Sprites by icepicked on Discord for Sidewinder", "states": [{"name": "icon"}]}
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
@@ -1 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]}
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Sprites by icepicked on Discord for Sidewinder", "states": [{"name": "icon"}]}
Binary file modified Resources/Textures/Objects/Fun/caps.rsi/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Objects/Fun/caps.rsi/icon.png
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
Expand Up @@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/tgstation/tgstation/pull/1684/commits/19e51caef09e78ca1122d26455b539ff5968d334, https://github.com/tgstation/tgstation/blob/master/icons/obj/weapons/guns/ammo.dmi",
"copyright": "https://github.com/tgstation/tgstation/pull/1684/commits/19e51caef09e78ca1122d26455b539ff5968d334, https://github.com/tgstation/tgstation/blob/master/icons/obj/weapons/guns/ammo.dmi, Base and Icon moon clips by icepicked on Discord.",
"states": [
{
"name": "base"
Expand Down
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
Expand Up @@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from and modified https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_speed.dmi",
"copyright": "Taken from and modified https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_speed.dmi, base by icepicked on Discord.",
"states": [
{
"name": "base"
Expand Down
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
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "tgstation at a373b4cb08298523d40acc14f9c390a0c403fc31, equipped-BACKPACK and wielded sprites added by mirrorcult",
"copyright": "tgstation at a373b4cb08298523d40acc14f9c390a0c403fc31, equipped-BACKPACK and wielded sprites added by mirrorcult, Modified by icepicked on Discord.",
"size": {
"x": 32,
"y": 32
Expand Down
Binary file modified Resources/Textures/Objects/Weapons/Guns/Bow/bow.rsi/wielded.png
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "tgstation at a373b4cb08298523d40acc14f9c390a0c403fc31, sprites modified and cut into layers by mirrorcult",
"copyright": "tgstation at a373b4cb08298523d40acc14f9c390a0c403fc31, sprites modified and cut into layers by mirrorcult, Modified again by icepicked on Discord",
"size": {
"x": 32,
"y": 32
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken/modified from desertrose at https://github.com/DesertRose2/desertrose/commit/0b8f7b7694a4a814724ba8ed59f695916ce845ce , https://github.com/DesertRose2/desertrose/blob/master/icons/obj/guns/projectile.dmi",
"copyright": "Taken/modified from desertrose at https://github.com/DesertRose2/desertrose/commit/0b8f7b7694a4a814724ba8ed59f695916ce845ce , https://github.com/DesertRose2/desertrose/blob/master/icons/obj/guns/projectile.dmi, Modified further by icepicked on Discord",
"size": {
"x": 32,
"y": 32
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from desertrose at https://github.com/DesertRose2/desertrose/commit/0b8f7b7694a4a814724ba8ed59f695916ce845ce , https://github.com/DesertRose2/desertrose/blob/master/icons/obj/guns/projectile.dmi",
"copyright": "Taken from desertrose at https://github.com/DesertRose2/desertrose/commit/0b8f7b7694a4a814724ba8ed59f695916ce845ce , https://github.com/DesertRose2/desertrose/blob/master/icons/obj/guns/projectile.dmi, Modified by icepicked on Discord.",
"size": {
"x": 32,
"y": 32
Expand Down
Binary file modified Resources/Textures/Objects/Weapons/Melee/fireaxe.rsi/icon.png
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Taken and modified by Taral from goonstation at commit https://github.com/goonstation/goonstation/pull/2816/commits/b99c5dff45a6527bbf698bc00f7d24b8ca75a806",
"copyright": "Taken and modified by Taral from goonstation at commit https://github.com/goonstation/goonstation/pull/2816/commits/b99c5dff45a6527bbf698bc00f7d24b8ca75a806, Modified by icepicked on Discord.",
"size": {
"x": 32,
"y": 32
Expand Down
Binary file modified Resources/Textures/Template/Humanoid/human.png
Loading