add files

This commit is contained in:
Persephone Bubblegum-Holiday 2025-07-31 20:33:48 -07:00
parent a543c3fba6
commit 8907612f55
11 changed files with 269 additions and 0 deletions

View file

@ -0,0 +1,45 @@
extends Node
var ModInfo = {
"mod_name": "Great Transformation",
"mod_creator": "Persephone (KawaiiZenbo)",
"mod_version": 1.0,
"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":
{
"Great Transformation": {
"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": [ ]
}
}
}