Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuclear Station 14 Ports #47

Merged
merged 12 commits into from
Dec 22, 2024
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions Resources/Audio/_Nuclear14/Effects/Doors/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- files: ["DRS_Junk_Wall_Gate_B_Close_01.ogg", "DRS_Junk_Wall_Gate_B_Open_01.ogg",
"DRS_Metal_Bay_Door_Close_01.ogg", "DRS_Metal_Bay_Door_Open_01.ogg",
"DRS_Metal_Jail_Swing_Close_01.ogg",
"DRS_Metal_Jail_Swing_Open_01.ogg", "DRS_PodProtectron_Close_01.ogg",
"DRS_PodProtectron_Open_01.ogg",
"DRS_Vault_Door_Vertical_Close_A_01.ogg",
"DRS_Vault_Door_Vertical_Open_A_01.ogg",
"DRS_Vault_Gear_Door_Open_2D_01.ogg",
"DRS_Vault_Gear_Door_Open_3D_01.ogg"]
license: "CC-BY-NC-SA-3.0"
copyright: "Bethesda Softworks, from fallout 4. Converted from WAV to OGG. License unconfirmed Fair use?"
source: "https://www.youtube.com/watch?v=xTvducynPKQ"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
- type: entity
id: N14FloraLogBase
name: log
description: Once a tree, always a log.
abstract: true
components:
- type: Clickable
- type: InteractionOutline
- type: Sprite
noRot: true
sprite: _Nuclear14/Structures/Decoration/flora.rsi
state: tree_log
drawdepth: FloorObjects
- type: Physics
bodyType: Dynamic
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.2
density: 2000
mask:
- TableMask
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Wood
- type: MeleeSound
soundGroups:
Brute:
path: /Audio/Effects/chop.ogg
params:
variation: 0.05
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 400
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 50
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/tree_fell.ogg
params:
volume: 5
variation: 0.05
- !type:DoActsBehavior
acts: [ "Destruction" ]
- !type:SpawnEntitiesBehavior
spawn:
Log:
min: 2
max: 8
- type: Pullable

- type: entity
parent: N14FloraLogBase
id: N14FloraLog1
suffix: seat
name: log
description: Once a tree, always a log.
components:
- type: Strap
position: Stand
buckleOffset: "0,-0.05"

- type: entity
parent: N14FloraLogBase
id: N14FloraLog3
suffix: stash
components:
- type: Sprite
state: timber
Loading
Loading