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

Speedboot text change and tweaks (Delta #2550) #2684

Merged
merged 2 commits into from
Jan 12, 2025
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Resources/Prototypes/Entities/Clothing/Shoes/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
parent: [ClothingShoesBase, PowerCellSlotSmallItem, BaseToggleClothing]
id: ClothingShoesBootsSpeed
name: speed boots
description: High-tech boots woven with quantum fibers, able to convert electricity into pure speed!
description: High-tech boots with interwoven bluespace fibers, able to convert electricity into pure speed! # DeltaV illegal ops
components:
- type: Sprite
sprite: Clothing/Shoes/Boots/speedboots.rsi
Expand All @@ -101,8 +101,8 @@
- type: ToggleClothing
action: ActionToggleSpeedBoots
- type: ClothingSpeedModifier
walkModifier: 1.15 # Frontier 1.5<1.15
sprintModifier: 1.15 # Frontier 1.5<1.15
walkModifier: 1.7 # DeltaV
sprintModifier: 1.7 # DeltaV
- type: Appearance
- type: GenericVisualizer
visuals:
Expand All @@ -113,7 +113,7 @@
- type: StaticPrice
price: 500
- type: PowerCellDraw
drawRate: 4
drawRate: 30 # DeltaV 4>30, you have to turn off micro reactor at somepoint
- type: ToggleCellDraw
- type: ItemSlots
slots:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Recipes/Lathes/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
Steel: 1500
Plastic: 1000
Silver: 500
Bluespace: 200 #DeltaV

- type: latheRecipe
id: ModularReceiver
Expand Down
Loading