Skip to content

Commit

Permalink
Tires and BoS Flagpole (Vault-Overseers#627)
Browse files Browse the repository at this point in the history
* Flagpole yaml

added midwestflag pole yml. Sorry its late

* Added Tires

added tire sprites and yml.

Still needs the entity created

* Added tire yaml

Added yaml for the tires, also moved folder that held the tire pngs.

Do not know if either are in their correct locations

* The actual yaml

He he... didnt save it the first time...

* Wrong Sprite Size

Did not notice i copy and pasted 32x62 and not 32x32. Oppsies

* Solving this one at at time, hurray

it needed to be named icon, so i fixed that

* maybe?

rsi folders hate me and i cant figure out why

* fix meta

---------

Co-authored-by: Peptide90 <[email protected]>
  • Loading branch information
TeaTimeDino and Peptide90 authored Oct 25, 2024
1 parent 9c818fc commit 6a77aa3
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 6a77aa3

Please sign in to comment.