diff --git a/Content.Shared/_CP14/Fishing/Components/CP14FishingRod.cs b/Content.Shared/_CP14/Fishing/Components/CP14FishingRod.cs new file mode 100644 index 0000000000..5d52e7963d --- /dev/null +++ b/Content.Shared/_CP14/Fishing/Components/CP14FishingRod.cs @@ -0,0 +1,10 @@ +namespace Content.Shared._CP14.Fishing.Components; + +/// +/// Allows to fish with this item +/// +[RegisterComponent] +public sealed partial class CP14FishingRodComponent : Component +{ + +} diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Tools/fishing_rod.yml b/Resources/Prototypes/_CP14/Entities/Objects/Tools/fishing_rod.yml new file mode 100644 index 0000000000..9f844776c9 --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Objects/Tools/fishing_rod.yml @@ -0,0 +1,49 @@ +- type: entity + parent: BaseItem + id: CP14FishingRod + name: fishing rod + description: Wooden stick with string attached. + categories: [ ForkFiltered ] + components: + - type: Item + shape: + - 0,0,0,1 + - type: Sprite + sprite: _CP14/Objects/Tools/fishing_rod.rsi + state: icon + - type: Damageable + damageContainer: Inorganic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 50 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: MetalBreak + - !type:CP14ModularDisassembleBehavior + - !type:DoActsBehavior + acts: ["Destruction"] + - type: CP14ModularCraftStartPoint + startSlots: + - FishingRodShaft + - type: MeleeWeapon + angle: 45 + attackRate: 1 + wideAnimationRotation: 135 + wideAnimation: CP14WeaponArcSlash + damage: + types: + Blunt: 0.1 + soundHit: + collection: MetalThud + cPAnimationLength: 0.25 + - type: Clothing + equipDelay: 0.25 + unequipDelay: 0.25 + quickEquip: false + breakOnMove: false + slots: + - neck + - type: CP14FishingRod \ No newline at end of file diff --git a/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/icon.png b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/icon.png new file mode 100644 index 0000000000..6515da2b47 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/inhand-left.png b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/inhand-left.png new file mode 100644 index 0000000000..d3f5220f68 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/inhand-right.png b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/inhand-right.png new file mode 100644 index 0000000000..31df31dc8f Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/meta.json b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/meta.json new file mode 100644 index 0000000000..ff0451567b --- /dev/null +++ b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "size": { + "x": 48, + "y": 48 + }, + "license": "CLA", + "copyright": "Created by omsoyk (Discord) ", + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CP14/Objects/Tools/float.rsi/1.png b/Resources/Textures/_CP14/Objects/Tools/float.rsi/1.png new file mode 100644 index 0000000000..75ce9b950c Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Tools/float.rsi/1.png differ diff --git a/Resources/Textures/_CP14/Objects/Tools/float.rsi/2.png b/Resources/Textures/_CP14/Objects/Tools/float.rsi/2.png new file mode 100644 index 0000000000..1c60d7a727 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Tools/float.rsi/2.png differ diff --git a/Resources/Textures/_CP14/Objects/Tools/float.rsi/3.png b/Resources/Textures/_CP14/Objects/Tools/float.rsi/3.png new file mode 100644 index 0000000000..5b99de7d8b Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Tools/float.rsi/3.png differ diff --git a/Resources/Textures/_CP14/Objects/Tools/float.rsi/4.png b/Resources/Textures/_CP14/Objects/Tools/float.rsi/4.png new file mode 100644 index 0000000000..e6ae1d4fb3 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Tools/float.rsi/4.png differ