AME Deconstruction Changes (#29317)
* AME deconstruction complexity * review --------- Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -3,11 +3,14 @@
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
- node: startBroken
|
||||
|
||||
- node: ameShielding
|
||||
entity: AmeShielding
|
||||
edges:
|
||||
- to: start
|
||||
conditions:
|
||||
- !type:AmeShieldIntegrity
|
||||
completed:
|
||||
- !type:AdminLog # I don't like logging it like this. The log should include the user, AMEShielding EntityID, and AMEPart EntityID, and there should also be a start of attempt log.
|
||||
message: "An AME shielding was deconstructed"
|
||||
@@ -18,3 +21,16 @@
|
||||
steps:
|
||||
- tool: Welding
|
||||
doAfter: 3
|
||||
|
||||
- to: startBroken
|
||||
conditions:
|
||||
- !type:AmeShieldIntegrity
|
||||
checkAbove: false
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetSteel1
|
||||
amount: 5
|
||||
- !type:DeleteEntity
|
||||
steps:
|
||||
- tool: Welding
|
||||
doAfter: 3
|
||||
|
||||
Reference in New Issue
Block a user