Cult fix cloning & more (#355)
* - fix: Fix cult cloning. * - tweak: Some tweaks. * - fix: Cult door not rcd deconstructible.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
- type: vendingMachineInventory
|
||||
id: SalvageEquipmentInventory
|
||||
startingInventory:
|
||||
WeaponProtoKineticAccelerator: 4
|
||||
WeaponCrusher: 4
|
||||
WeaponProtoKineticAccelerator: 2
|
||||
WeaponCrusher: 2
|
||||
WeaponCrusherDagger: 4
|
||||
WeaponGrapplingGun: 3
|
||||
HandheldGPSBasic: 10
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
parent: Handcuffs
|
||||
components:
|
||||
- type: Handcuff
|
||||
breakoutTime: 3
|
||||
cuffedRSI: Objects/Misc/cablecuffs.rsi
|
||||
bodyIconState: body-overlay
|
||||
color: forestgreen
|
||||
@@ -79,7 +78,6 @@
|
||||
size: Tiny
|
||||
storedRotation: 0
|
||||
- type: Handcuff
|
||||
breakoutTime: 3
|
||||
cuffedRSI: Objects/Misc/cablecuffs.rsi # cablecuffs will look fine
|
||||
bodyIconState: body-overlay
|
||||
breakOnRemove: true
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
damage:
|
||||
types:
|
||||
Blunt: 15
|
||||
Structural: 40
|
||||
Structural: 10
|
||||
soundHit:
|
||||
path: "/Audio/Weapons/smash.ogg"
|
||||
|
||||
@@ -89,4 +89,4 @@
|
||||
damage:
|
||||
types:
|
||||
Blunt: 20
|
||||
Structural: 60
|
||||
Structural: 20
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
melee:
|
||||
maxVol: 2
|
||||
maxVol: 5
|
||||
- type: MeleeChemicalInjector
|
||||
solution: melee
|
||||
- type: RefillableSolution
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
- type: Clothing
|
||||
slots:
|
||||
- back
|
||||
- suitStorage
|
||||
- type: Wieldable
|
||||
- type: IncreaseDamageOnWield
|
||||
damage:
|
||||
|
||||
@@ -44,6 +44,8 @@
|
||||
- type: Construction
|
||||
graph: AirlockGlassCult
|
||||
node: airlock
|
||||
- type: RCDDeconstructable
|
||||
deconstructable: false
|
||||
- type: PlacementReplacement
|
||||
key: walls
|
||||
- type: Appearance
|
||||
|
||||
Reference in New Issue
Block a user