Update GreatTransformation.gd
This commit is contained in:
parent
4bf97a1b76
commit
be6968f66d
1 changed files with 45 additions and 33 deletions
|
@ -7,39 +7,51 @@ var ModInfo = {
|
||||||
"mod_description": "Embark on a magical journey featuring the cutest cheerleader, Anita!\nSmells like a treated lake and waterlogged wood.\n\nAnita is from the game \"oneway.exe\".\nThis mod is not associated with Disordered Media or Adair Carnival of Family Magic.",
|
"mod_description": "Embark on a magical journey featuring the cutest cheerleader, Anita!\nSmells like a treated lake and waterlogged wood.\n\nAnita is from the game \"oneway.exe\".\nThis mod is not associated with Disordered Media or Adair Carnival of Family Magic.",
|
||||||
"implements_stages":
|
"implements_stages":
|
||||||
{
|
{
|
||||||
"Great Transformation": {
|
"Great Transformation": GreatTransformationStage
|
||||||
"bits": 19,
|
},
|
||||||
"scene": "res://LoadedModContent/GreatTransformation/Stages/GreatTransformation.tscn",
|
"implements_maps":
|
||||||
"scene_ref_base": "SubViewport/GreatTransformation/",
|
{
|
||||||
"camera_count": 3,
|
"Great Transformation":
|
||||||
|
{
|
||||||
"ust_type": "Rockafire Explosion/3-Stage",
|
"name": "Great Transformation",
|
||||||
|
"scene": "res://LoadedModContent/GreatTransformation/FreeRoam/GreatTransformation.tscn",
|
||||||
"bit_mapping":
|
"stage": GreatTransformationStage,
|
||||||
{
|
"curtains": [ ]
|
||||||
23: { "bot": "Anita", "movement": "Mouth", "flow_in": 3.0, "flow_out": 2.0 },
|
|
||||||
26: { "bot": "Anita", "movement": "Left Eyelid", "flow_in": 1.5, "flow_out": 2.0 },
|
|
||||||
27: { "bot": "Anita", "movement": "Right Eyelid", "flow_in": 1.5, "flow_out": 2.0 },
|
|
||||||
28: { "bot": "Anita", "movement": "Eyes Left", "flow_in": 3.5, "flow_out": 1.5 },
|
|
||||||
29: { "bot": "Anita", "movement": "Eyes Right", "flow_in": 3.5, "flow_out": 1.5 },
|
|
||||||
30: { "bot": "Anita", "movement": "Head Left", "flow_in": 1.5, "flow_out": 1.5 },
|
|
||||||
31: { "bot": "Anita", "movement": "Head Right", "flow_in": 1.5, "flow_out": 1.5 },
|
|
||||||
32: { "bot": "Anita", "movement": "Head Up", "flow_in": 1.0, "flow_out": 1.0 },
|
|
||||||
33: { "bot": "Anita", "movement": "Left Arm Up", "flow_in": 0.8, "flow_out": 0.6 },
|
|
||||||
34: { "bot": "Anita", "movement": "Left Arm Twist", "flow_in": 0.8, "flow_out": 0.8 },
|
|
||||||
35: { "bot": "Anita", "movement": "Left Elbow", "flow_in": 1.0, "flow_out": 1.0 },
|
|
||||||
36: { "bot": "Anita", "movement": "Right Arm Up", "flow_in": 0.8, "flow_out": 0.6 },
|
|
||||||
37: { "bot": "Anita", "movement": "Right Arm Twist", "flow_in": 0.8, "flow_out": 0.8 },
|
|
||||||
38: { "bot": "Anita", "movement": "Right Elbow", "flow_in": 1.0, "flow_out": 1.0 },
|
|
||||||
39: { "bot": "Anita", "movement": "Body Left", "flow_in": 0.7, "flow_out": 0.7 },
|
|
||||||
40: { "bot": "Anita", "movement": "Body Right", "flow_in": 0.7, "flow_out": 0.7 },
|
|
||||||
41: { "bot": "Anita", "movement": "Body Lean", "flow_in": 1.0, "flow_out": 0.8 },
|
|
||||||
125: { "bot": "Spots", "movement": "Anita 1", "flow_in": "None", "flow_out": "None" },
|
|
||||||
131: { "bot": "Spots", "movement": "Anita 2", "flow_in": "None", "flow_out": "None" },
|
|
||||||
},
|
|
||||||
|
|
||||||
"cosmetics": [ ],
|
|
||||||
"cosmetic_defaults": [ ]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var GreatTransformationStage = {
|
||||||
|
"bits": 19,
|
||||||
|
"scene": "res://LoadedModContent/GreatTransformation/Stages/GreatTransformation.tscn",
|
||||||
|
"scene_ref_base": "SubViewport/GreatTransformation/",
|
||||||
|
"camera_count": 3,
|
||||||
|
|
||||||
|
"ust_type": "Rockafire Explosion/3-Stage",
|
||||||
|
|
||||||
|
"bit_mapping":
|
||||||
|
{
|
||||||
|
23: { "bot": "Anita", "movement": "Mouth", "flow_in": 3.0, "flow_out": 2.0 },
|
||||||
|
26: { "bot": "Anita", "movement": "Left Eyelid", "flow_in": 1.5, "flow_out": 2.0 },
|
||||||
|
27: { "bot": "Anita", "movement": "Right Eyelid", "flow_in": 1.5, "flow_out": 2.0 },
|
||||||
|
28: { "bot": "Anita", "movement": "Eyes Left", "flow_in": 3.5, "flow_out": 1.5 },
|
||||||
|
29: { "bot": "Anita", "movement": "Eyes Right", "flow_in": 3.5, "flow_out": 1.5 },
|
||||||
|
30: { "bot": "Anita", "movement": "Head Left", "flow_in": 1.5, "flow_out": 1.5 },
|
||||||
|
31: { "bot": "Anita", "movement": "Head Right", "flow_in": 1.5, "flow_out": 1.5 },
|
||||||
|
32: { "bot": "Anita", "movement": "Head Up", "flow_in": 1.0, "flow_out": 1.0 },
|
||||||
|
33: { "bot": "Anita", "movement": "Left Arm Up", "flow_in": 0.8, "flow_out": 0.6 },
|
||||||
|
34: { "bot": "Anita", "movement": "Left Arm Twist", "flow_in": 0.8, "flow_out": 0.8 },
|
||||||
|
35: { "bot": "Anita", "movement": "Left Elbow", "flow_in": 1.0, "flow_out": 1.0 },
|
||||||
|
36: { "bot": "Anita", "movement": "Right Arm Up", "flow_in": 0.8, "flow_out": 0.6 },
|
||||||
|
37: { "bot": "Anita", "movement": "Right Arm Twist", "flow_in": 0.8, "flow_out": 0.8 },
|
||||||
|
38: { "bot": "Anita", "movement": "Right Elbow", "flow_in": 1.0, "flow_out": 1.0 },
|
||||||
|
39: { "bot": "Anita", "movement": "Body Left", "flow_in": 0.7, "flow_out": 0.7 },
|
||||||
|
40: { "bot": "Anita", "movement": "Body Right", "flow_in": 0.7, "flow_out": 0.7 },
|
||||||
|
41: { "bot": "Anita", "movement": "Body Lean", "flow_in": 1.0, "flow_out": 0.8 },
|
||||||
|
125: { "bot": "Spots", "movement": "Anita 1", "flow_in": "None", "flow_out": "None" },
|
||||||
|
131: { "bot": "Spots", "movement": "Anita 2", "flow_in": "None", "flow_out": "None" },
|
||||||
|
},
|
||||||
|
|
||||||
|
"cosmetics": [ ],
|
||||||
|
"cosmetic_defaults": [ ]
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue