Skip to content

Commit

Permalink
Fixes and adding
Browse files Browse the repository at this point in the history
  • Loading branch information
HungryCuban committed Jan 5, 2025
1 parent bb445dd commit d4ed30a
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
- id: N14ClothingOuterBattlecoatCoat
prob: 0.07
orGroup: Clothing
- id: N14ClothingOuterZealotDuster
prob: 0.6
orGroup: Clothing
- id: N14ClothingHeadHatBaseball
prob: 0.12
orGroup: Clothing
Expand Down Expand Up @@ -864,6 +867,9 @@
- id: N14ClothingOuterRaiderCombat2
prob: 0.12
orGroup: Clothing
- id: N14ClothingOuterZealotDuster
prob: 0.6
orGroup: Clothing
- id: N14ClothingBootsCowboy
prob: 0.07
orGroup: Clothing
Expand Down Expand Up @@ -2470,6 +2476,9 @@
- id: N14ClothingBootsFire
prob: 0.07
orGroup: Clothing
- id: N14ClothingOuterZealotDuster
prob: 0.07
orGroup: Clothing
- id: N14EmptySlot
prob: 0.75
orGroup: Ammunition
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
- type: loadout
id: N14LoadoutNeckCloakLeather
- type: loadout
id: N14LoadoutNeckMantleLeather
id: N14LoadoutNeckMantleLeather
- type: loadout
id: N14LoadoutNeckCloakDarkCloak
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@
- type: loadout
id: N14LoadoutOuterRaiderBadlands
- type: loadout
id: N14LoadoutOuterRaiderBlastmaster
id: N14LoadoutOuterRaiderBlastmaster
- type: loadout
id: N14LoadoutOuterHarperCoat
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@
sprite: _Nuclear14/Clothing/OuterClothing/Coats/falloutfollowerlabcoat.rsi
- type: ClothingSpecialModifier
intelligenceModifier: 1
- type: Tag #For crafting
tags:
- FollowerLabcoat

- type: entity
parent: ClothingOuterStorageBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.85
Slash: 0.85
Piercing: 0.9
Heat: 0.9
Blunt: 0.8
Slash: 0.75
Piercing: 0.75
Heat: 0.7
- type: ExplosionResistance
damageCoefficient: 0.85
- type: ClothingSpecialModifier
Expand Down Expand Up @@ -67,6 +67,9 @@
damageCoefficient: 0.85
- type: ClothingSpecialModifier
intelligenceModifier: 1
- type: Construction
graph: CoatFollowersArmoredGraph
node: followercoat

- type: entity
parent: ClothingOuterBase
Expand Down Expand Up @@ -518,6 +521,9 @@
Heat: 0.8
- type: ExplosionResistance
damageCoefficient: 0.85
- type: Tag #For crafting
tags:
- PoliceVest

- type: entity
parent: ClothingOuterStorageBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
- N14ClothingOuterTribalArmorHeavy
- N14ClothingOuterInsectArmor
- N14ClothingOuterMetalArmor
- N14ClothingOuterZealotDuster
# Shield's
- N14InsectShield
- MakeshiftShield
Expand Down
13 changes: 13 additions & 0 deletions Resources/Prototypes/_Nuclear14/Loadouts/outerClothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,16 @@
group: N14LoadoutOuter
items:
- N14ClothingOuterHarperCoat

- type: loadout
id: N14LoadoutOuterZealotDuster
category: Outer
cost: 3
requirements:
- !type:CharacterItemGroupRequirement
group: N14LoadoutOuter
- !type:CharacterPlaytimeRequirement
tracker: WastelandChaplain
min: 72000 # 20 hours veterancy unlock
items:
- N14ClothingOuterZealotDuster
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,28 @@
- node: rags
entity: N14ClothingUniformJumpsuitRags

- type: constructionGraph
id: CoatFollowersArmoredGraph
start: start
graph:
- node: start
edges:
- to: followercoat
steps:
- tag: FollowerLabcoat
name: follower's labcoat
icon:
sprite: _Nuclear14/Clothing/OuterClothing/Coats/falloutfollowerlabcoat.rsi
state: icon
- tag: PoliceVest
name: police vest
icon:
sprite: _Nuclear14/Clothing/OuterClothing/Armor/falloutpolicevest.rsi
state: icon
doAfter: 8
- node: followercoat
entity: N14ClothingOuterCoatFollowersArmored

#MARK: Mantie's
- type: constructionGraph
id: LeatherMantleGraph
Expand Down
14 changes: 14 additions & 0 deletions Resources/Prototypes/_Nuclear14/Recipes/Crafting/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,20 @@
state: icon
hide: false

- type: construction
name: Followers armored coat
id: CoatFollowersArmored
graph: CoatFollowersArmoredGraph
startNode: start
targetNode: followercoat
category: construction-category-clothing
objectType: Item
description: Protection for the followers.
icon:
sprite: _Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi
state: icon
hide: false

#MARK: Mantle's
- type: construction
id: LeatherMantle
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/_Nuclear14/Recipes/Lathes/armor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@
Cloth: 1000
Steel: 2000

- type: latheRecipe
id: N14ClothingOuterZealotDuster
result: N14ClothingOuterZealotDuster
category: N14Armor
completetime: 8
materials:
Cloth: 1000
Steel: 1000
Leather: 300
Thread: 200

# Shield's
- type: latheRecipe
id: N14InsectShield
Expand Down

0 comments on commit d4ed30a

Please sign in to comment.