|
|
@ -99,8 +99,7 @@ class PlasmaFootstepRegion(PlasmaModifierProperties, PlasmaModifierLogicWiz): |
|
|
|
respmod.name = "Resp" |
|
|
|
respmod.name = "Resp" |
|
|
|
respmod.link_input(volsens, "satisfies", "condition") |
|
|
|
respmod.link_input(volsens, "satisfies", "condition") |
|
|
|
respstate = nodes.new("PlasmaResponderStateNode") |
|
|
|
respstate = nodes.new("PlasmaResponderStateNode") |
|
|
|
respstate.link_input(respmod, "states", "condition") |
|
|
|
respstate.link_input(respmod, "state_refs", "resp") |
|
|
|
respstate.default_state = True |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# ArmatureEffectStateMsg |
|
|
|
# ArmatureEffectStateMsg |
|
|
|
msg = nodes.new("PlasmaFootstepSoundMsgNode") |
|
|
|
msg = nodes.new("PlasmaFootstepSoundMsgNode") |
|
|
|