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

Combat Boots #335

Merged
merged 7 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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 @@ -905,6 +905,7 @@
- MagazineBoxSpecialIncendiary
- MagazineBoxSpecialUranium
- MagazineBoxSpecialMindbreaker
- ClothingShoesBootsMagCom #Floof
- type: MaterialStorage
whitelist:
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- type: entity
parent: ClothingShoesBootsMag
id: ClothingShoesBootsMagCom
name: Combat magboots
description: Made by SESWC. These State-of-the-art magnetic boots with built in armor for extra protection
components:
- type: ClothingSpeedModifier
walkModifier: 0.90
sprintModifier: 0.85
VividPups marked this conversation as resolved.
Show resolved Hide resolved
- type: Item
- type: Armor
modifiers:
coefficients:
Blunt: 0.90
Slash: 0.90
Piercing: 0.90
Heat: 0.90
9 changes: 9 additions & 0 deletions Resources/Prototypes/Floof/Recipes/Lathes/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@
completetime: 5
materials:
Steel: 210

- type: latheRecipe
id: ClothingShoesBootsMagCom
result: ClothingShoesBootsMagCom
completetime: 5
VividPups marked this conversation as resolved.
Show resolved Hide resolved
materials:
Steel: 1000
Plastic: 500
Silver: 250
1 change: 1 addition & 0 deletions Resources/Prototypes/Research/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
cost: 7500
recipeUnlocks:
- ClothingShoesBootsMagSci
- ClothingShoesBootsMagCom #Floof

- type: technology
id: AnomalyCoreHarnessing
Expand Down
Loading