Skip to content
Open
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 @@ -26,6 +26,7 @@
- SunriseUplink # рыбаплинк
- PillCanister
- Pen
- Bottle
- type: StorageFill
contents:
- id: BookScp049Diary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
- type: Hands
- type: Body
prototype: Human
requiredLegs: 2
- type: ComplexInteraction
- type: Buckle
- type: Stripping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@
10000: Dead
- type: Body
prototype: Human
requiredLegs: 2
- type: Inventory
templateId: scp082
- type: FieldOfView
angle: 240
- type: Hunger
- type: Thirst
Comment thread
coderabbitai[bot] marked this conversation as resolved.
- type: Sprite
noRot: true
drawdepth: Mobs
Expand Down Expand Up @@ -70,13 +71,19 @@
- DoorBumpOpener
- type: MeleeWeapon
hidden: true
altDisarm: false
animation: WeaponArcSmash
wideAnimation: WeaponArcSmash
soundHit:
collection: Punch
damage:
types:
Blunt: 40
attackRate: 1.25
range: 2
- type: MeleeThrowOnHit
speed: 2
distance: 0.25
- type: TTS
voice: Dota2Pudge
- type: GuideHelp
Expand All @@ -93,3 +100,20 @@
path: /Audio/_Scp/Scp096/prydoor.ogg
params:
volume: -4
- type: Bloodstream
bloodRefreshAmount: 5
bloodReferenceSolution:
reagents:
- ReagentId: Blood
Quantity: 1500
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.4,0.25,0.4"
density: 500
mask:
- MobMask
layer:
- MobLayer
Loading