Skip to content

Commit

Permalink
im abel and this is jackass
Browse files Browse the repository at this point in the history
  • Loading branch information
hivehum committed Feb 11, 2025
1 parent f56201e commit 7924455
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 24 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Procedural/salvage_loot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
prob: 0.7
- proto: CDDogtags # imp
prob: 0.7
- proto: BigRock #imp
prob: 0.01

# Mob loot table

Expand Down
Original file line number Diff line number Diff line change
@@ -1,36 +1,24 @@
- type: entity
parent: BaseItem
id: BigRock
parent: [BaseItem, BaseRock]
id: SlightlySmallerRock
name: rock
description: It's a rock. You should know what to do with this.
components:
- type: Sprite
noRot: true
sprite: Objects/Decoration/Flora/flora_rockssolid.rsi
layers:
- state: rocksolid01
map: ["random"]
- type: RandomSprite
available:
- random:
rocksolid01: ""
rocksolid02: ""
rocksolid03: ""
sprite: _Impstation/Objects/Weapons/Melee/bigrock.rsi
state: bigrock
- type: Item
size: Normal
inhandVisuals:
left:
- state: rock-inhand-left
right:
- state: rock-inhand-right
- type: Appearance
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.4
density: 1000
layer:
- HalfWallLayer
- Opaque
- type: Climbable
- type: MeleeWeapon
soundHit:
collection: Ronck
wideAnimationRotation: 45
damage:
types:
Expand All @@ -45,7 +33,50 @@
damage:
types:
Blunt: 10
soundHit:
collection: Ronck
- type: StaminaDamageOnHit
damage: 4
- type: UseDelay
delay: 1

- type: entity
parent: [BaseItem, BaseRock]
id: BigRock
name: big rock
description: It's a rock. You should know what to do with this.
components:
- type: Sprite
noRot: true
sprite: _Impstation/Objects/Weapons/Melee/bigrock.rsi
state: bigrock
- type: Item
size: Ginormous
inhandVisuals:
left:
- state: bigrock-inhand
right:
- state: bigrock-inhand
- type: MeleeWeapon
soundHit:
collection: Ronck
wideAnimationRotation: 45
attackRate: 0.5
damage:
types:
Blunt: 25 # one must imagine cain happy
Structural: 5
- type: Appearance
- type: DamageOtherOnHit
damage:
types:
Blunt: 25
staminaCost: 50
soundHit:
collection: Ronck
- type: StaminaDamageOnHit
damage: 4
- type: MultiHandedItem
- type: HeldSpeedModifier
walkModifier: 0.5
sprintModifier: 0.5
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
- type: soundCollection
id: HollowPlastic
files:
files:
- /Audio/_Impstation/Effects/hollow_plastic1.ogg
- /Audio/_Impstation/Effects/hollow_plastic2.ogg
- /Audio/_Impstation/Effects/hollow_plastic3.ogg
- /Audio/_Impstation/Effects/hollow_plastic4.ogg
- /Audio/_Impstation/Effects/hollow_plastic5.ogg

- type: soundCollection
id: Ronck
files:
- /Audio/Effects/break_stone.ogg
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": "icon taken from tgstation at commit https://github.com/tgstation/tgstation/commit/74bda160b97739cb9159dd19fe0800a5526735c0, inhands by carousel for impstation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "bigrock"
},
{
"name": "bigrock-inhand",
"directions": 4
},
{
"name": "rock-inhand-left",
"directions": 4
},
{
"name": "rock-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.

0 comments on commit 7924455

Please sign in to comment.