Migrate all mechs to PartAssembly and remove legacy MechAssemblySystem (#39027)
* Removed the old MechAssembly system and component. Converted all mechs to use the unified PartAssembly system. Removed dismantling mechs during assembly logic to simplify the code. * Delete Chassis via migration
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
edges:
|
||||
- to: hamtr
|
||||
steps:
|
||||
- assemblyId: Hamtr
|
||||
guideString: mech-construction-guide-string
|
||||
|
||||
- tool: Anchoring
|
||||
doAfter: 1
|
||||
completed:
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
edges:
|
||||
- to: honker
|
||||
steps:
|
||||
- assemblyId: Honker
|
||||
guideString: mech-construction-guide-string
|
||||
|
||||
- tool: Honking
|
||||
doAfter: 1
|
||||
completed:
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
edges:
|
||||
- to: ripley
|
||||
steps:
|
||||
- assemblyId: Ripley
|
||||
guideString: mech-construction-guide-string
|
||||
|
||||
- tool: Anchoring
|
||||
doAfter: 1
|
||||
completed:
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
edges:
|
||||
- to: vim
|
||||
steps:
|
||||
- assemblyId: Vim
|
||||
guideString: mech-construction-guide-string
|
||||
|
||||
- tag: VoiceTrigger
|
||||
name: construction-graph-tag-voice-trigger
|
||||
icon:
|
||||
|
||||
Reference in New Issue
Block a user