Твики (#575)
* faster skates * better rotation for RCD * remove WarpPoint component from station beacon * cleanup * add robust singulo * buff land mines * better l6 * wd edit * removing embed projectiles faster now * da ebanniy rot ya vse pereputal
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
sprintModifier: 0.8
|
||||
|
||||
- type: entity
|
||||
parent: ClothingShoesBaseButcherable
|
||||
parent: ClothingShoesBase
|
||||
id: ClothingShoesSkates
|
||||
name: roller skates
|
||||
description: "Get your skates on!"
|
||||
@@ -266,8 +266,8 @@
|
||||
- type: Item
|
||||
sprite: Clothing/Shoes/Specific/skates.rsi
|
||||
- type: ClothingSpeedModifier
|
||||
walkModifier: 1.1
|
||||
sprintModifier: 1.1
|
||||
walkModifier: 1.3
|
||||
sprintModifier: 1.3
|
||||
- type: Skates
|
||||
- type: FootstepModifier
|
||||
footstepSoundCollection:
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-general
|
||||
color: "#D4D4D496"
|
||||
- type: WarpPoint
|
||||
# - type: WarpPoint WD edit
|
||||
- type: SpawnTeleportLocation
|
||||
- type: GiftIgnore
|
||||
- type: ActivatableUI
|
||||
|
||||
@@ -70,9 +70,9 @@
|
||||
- type: ExplodeOnTrigger
|
||||
- type: Explosive
|
||||
explosionType: Default
|
||||
maxIntensity: 10
|
||||
maxIntensity: 40
|
||||
intensitySlope: 3
|
||||
totalIntensity: 120 # about a ~4 tile radius
|
||||
totalIntensity: 70 # about a ~4 tile radius
|
||||
canCreateVacuum: false
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -409,6 +409,10 @@
|
||||
state: icon
|
||||
- type: Item
|
||||
size: Normal
|
||||
storedRotation: -90
|
||||
shape: # WD
|
||||
- 0, 1, 0, 1
|
||||
- 0, 0, 1, 0
|
||||
- type: Clothing
|
||||
sprite: Objects/Tools/rcd.rsi
|
||||
quickEquip: false
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
- type: Wieldable
|
||||
- type: GunWieldBonus
|
||||
minAngle: -20
|
||||
maxAngle: -20
|
||||
maxAngle: -35 # WD
|
||||
- type: Gun
|
||||
minAngle: 24
|
||||
maxAngle: 45
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
- type: DamageOtherOnHit
|
||||
damage:
|
||||
types:
|
||||
Piercing: 15
|
||||
Piercing: 30 # WD
|
||||
- type: Item
|
||||
storedRotation: 44 # It just works
|
||||
size: Huge
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
colliderFixtureId: EventHorizonCollider
|
||||
consumerFixtureId: EventHorizonConsumer
|
||||
- type: GravityWell # To make the singularity attract things.
|
||||
baseRadialAcceleration: 10
|
||||
maxRange: 4
|
||||
baseRadialAcceleration: 20
|
||||
maxRange: 10
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
EventHorizonCollider:
|
||||
|
||||
Reference in New Issue
Block a user