[Tweak] Ripley mech buffs (#15567)

* Misc. locker fill changes

* Ripley buffs

* description change
This commit is contained in:
Flareguy
2023-04-20 03:04:57 -05:00
committed by GitHub
parent adb12676c6
commit 171b40a90e
3 changed files with 37 additions and 19 deletions

View File

@@ -51,7 +51,7 @@
parent: BaseMechPart parent: BaseMechPart
id: RipleyHarness id: RipleyHarness
name: ripley harness name: ripley harness
description: The core of the ripley mech description: The core of the Ripley APLU.
components: components:
- type: Appearance - type: Appearance
- type: ItemMapper - type: ItemMapper
@@ -91,7 +91,7 @@
parent: BaseMechPartItem parent: BaseMechPartItem
id: RipleyLArm id: RipleyLArm
name: ripley left arm name: ripley left arm
description: Ripley mech left arm description: The left arm of the Ripley APLU. It belongs on the chassis of the mech.
components: components:
- type: Sprite - type: Sprite
state: ripley_l_arm state: ripley_l_arm
@@ -103,7 +103,7 @@
parent: BaseMechPartItem parent: BaseMechPartItem
id: RipleyLLeg id: RipleyLLeg
name: ripley left leg name: ripley left leg
description: Ripley mech left leg description: The left leg of the Ripley APLU. It belongs on the chassis of the mech.
components: components:
- type: Sprite - type: Sprite
state: ripley_l_leg state: ripley_l_leg
@@ -115,7 +115,7 @@
parent: BaseMechPartItem parent: BaseMechPartItem
id: RipleyRLeg id: RipleyRLeg
name: ripley right leg name: ripley right leg
description: Ripley mech right leg description: The right leg of the Ripley APLU. It belongs on the chassis of the mech.
components: components:
- type: Sprite - type: Sprite
state: ripley_r_leg state: ripley_r_leg
@@ -127,7 +127,7 @@
parent: BaseMechPartItem parent: BaseMechPartItem
id: RipleyRArm id: RipleyRArm
name: ripley right arm name: ripley right arm
description: Ripley mech right arm description: The right arm of the Ripley APLU. It belongs on the chassis of the mech.
components: components:
- type: Sprite - type: Sprite
state: ripley_r_arm state: ripley_r_arm
@@ -139,7 +139,7 @@
id: RipleyChassis id: RipleyChassis
parent: BaseMechConstruct parent: BaseMechConstruct
name: ripley chassis name: ripley chassis
description: An in-progress construction of a ripley mech. description: An in-progress construction of the Ripley APLU mech.
components: components:
- type: Sprite - type: Sprite
noRot: true noRot: true

View File

@@ -76,8 +76,8 @@
- type: entity - type: entity
id: MechRipley id: MechRipley
parent: BaseMech parent: BaseMech
name: ripley name: Ripley APLU
description: Cargo's favorite robotic box hauling friend. description: Versatile and lightly armored, the Ripley is useful for almost any heavy work scenario. The "APLU" stands for Atonomous Power Loading Unit.
components: components:
- type: FootstepModifier - type: FootstepModifier
footstepSoundCollection: footstepSoundCollection:
@@ -86,7 +86,16 @@
baseState: ripley baseState: ripley
openState: ripley-open openState: ripley-open
brokenState: ripley-broken brokenState: ripley-broken
mechToPilotDamageMultiplier: 0.5 mechToPilotDamageMultiplier: 0.75
- type: MeleeWeapon
hidden: true
attackRate: 1
damage:
types:
Blunt: 14 #intentionally shit so people realize that going into combat with the ripley is usually a bad idea.
- type: MovementSpeedModifier
baseWalkSpeed: 2.25
baseSprintSpeed: 3.6
- type: entity - type: entity
id: MechRipleyBattery id: MechRipleyBattery
@@ -98,4 +107,13 @@
openState: ripley-open openState: ripley-open
brokenState: ripley-broken brokenState: ripley-broken
startingBattery: PowerCellHigh startingBattery: PowerCellHigh
mechToPilotDamageMultiplier: 0.5 mechToPilotDamageMultiplier: 0.75
- type: MeleeWeapon
hidden: true
attackRate: 1
damage:
types:
Blunt: 14
- type: MovementSpeedModifier
baseWalkSpeed: 2.25
baseSprintSpeed: 3.6

View File

@@ -3,7 +3,7 @@
result: RipleyHarness result: RipleyHarness
completetime: 10 completetime: 10
materials: materials:
Steel: 3000 Steel: 1500
Glass: 1200 Glass: 1200
- type: latheRecipe - type: latheRecipe
@@ -11,32 +11,32 @@
result: RipleyLArm result: RipleyLArm
completetime: 10 completetime: 10
materials: materials:
Steel: 3000 Steel: 1000
Glass: 1200 Glass: 750
- type: latheRecipe - type: latheRecipe
id: RipleyLLeg id: RipleyLLeg
result: RipleyLLeg result: RipleyLLeg
completetime: 10 completetime: 10
materials: materials:
Steel: 3000 Steel: 1000
Glass: 1200 Glass: 750
- type: latheRecipe - type: latheRecipe
id: RipleyRLeg id: RipleyRLeg
result: RipleyRLeg result: RipleyRLeg
completetime: 10 completetime: 10
materials: materials:
Steel: 3000 Steel: 1000
Glass: 1200 Glass: 750
- type: latheRecipe - type: latheRecipe
id: RipleyRArm id: RipleyRArm
result: RipleyRArm result: RipleyRArm
completetime: 10 completetime: 10
materials: materials:
Steel: 3000 Steel: 1000
Glass: 1200 Glass: 750
- type: latheRecipe - type: latheRecipe
id: MechEquipmentGrabber id: MechEquipmentGrabber