Skip to content

Commit

Permalink
Merge pull request #99 from Vault-Overseers/master
Browse files Browse the repository at this point in the history
Доапстрим на 1 коммит
  • Loading branch information
Zekins3366 authored Oct 25, 2024
2 parents a3371ab + 6a77aa3 commit e85e7ac
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,48 @@
collection: WoodDestroy
- !type:DoActsBehavior
acts: [ "Destruction" ]
# N14TODO: Needs inhands sprites
# N14TODO: Needs inhands sprites

#BoS Flagpole
- type: entity
parent: BaseItem
id: N14DecorationFlagpoleBOS
name: BoS flag pole
description: A Midwest Brotherhood flag on a wooden pole.
components:
- type: Sprite
sprite: _Nuclear14/Objects/Decoration/Flags/bos_flagpole.rsi
state: icon
noRot: true
- 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: Huge
- type: UseDelay
delay: 1
- type: Damageable
damageModifierSet: Wood
damageContainer: Inorganic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 50
behaviors:
- !type:PlaySoundBehavior
sound:
collection: WoodDestroy
- !type:DoActsBehavior
acts: [ "Destruction" ]
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,25 @@
- type: Sprite
state: junk_clock
drawdepth: Overdoors
- type: WallMount
- type: WallMount

#Tires
- type: entity
parent: N14JunkMetalBase #for the moment
id: N14JunkStackedTires
name: stack of tires
description: A stack of old, unusable tires.
components:
- type: Sprite
sprite: _Nuclear14/Structures/Decoration/tires.rsi
state: stackedtires

- type: entity
parent: N14JunkMetalBase #for the moment
id: N14JunkGroundTires
name: a pile of tires
description: A pile of old, unusable tires spread on the ground.
components:
- type: Sprite
sprite: _Nuclear14/Structures/Decoration/tires.rsi
state: groundtires
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"copyright": "made by ladyayla for Nuclear 14",
"size": {
"x": 32,
"y": 64
"y": 32
},
"states": [
{
"name": "midwestflagpole"
"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
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Created by ladyayla and MaxxOrion for N14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "groundtires"
},
{
"name": "stackedtires"
}
]
}
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 e85e7ac

Please sign in to comment.