Skip to content

Commit

Permalink
Merge pull request #1 from Scutlet/main
Browse files Browse the repository at this point in the history
Add BDSandGeyser parameter descriptions + more default parameters
  • Loading branch information
KillzXGaming authored Apr 27, 2022
2 parents 35f4dc4 + 943039d commit aa9239d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Plugins/TurboLibrary/FileData/Muunt/MapObj/ParamDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ public class ParamDatabase
{
public static Dictionary<int, float[]> ParameterDefaults = new Dictionary<int, float[]>()
{
{ 1040, new float[8] { 1, 0, 0, 0, 0, 0, 0, 0 }}, // TowerKuribo
{ 1012, new float[8] { 0, 5, 0, 0, 0, 0, 0, 0 }}, // Sanbo
{ 1021, new float[8] { 0, 0, 1, 3, 100, 0, 0, 0 }}, // Basabasa
{ 1036, new float[8] { 1, 0, 0, 0, 0, 0, 0, 0 }}, // PcBalloon
{ 1040, new float[8] { 1, 0, 0, 0, 0, 0, 0, 0 }}, // TowerKuribo
{ 4048, new float[8] { 0, 700, 2300, 400, 0, 0, 0, 0 }}, // BDSandGeyser
};

public static Dictionary<int, string[]> ParameterObjs = new Dictionary<int, string[]>()
Expand Down Expand Up @@ -272,7 +275,7 @@ public class ParamDatabase
{ 4042, new string[8] {"Fall Delay", null, null, null, null, null, null, null} }, // KaraPillar
{ 4043, new string[8] {"Unknown 1", "Unknown 2", "Unknown 3", null, null, null, null, null} }, // MpBoard
{ 4044, new string[8] {null, null, null, null, null, null, null, null} }, // ExDash
{ 4048, new string[8] {"Unknown 1", "Unknown 2", "Delay between rise", "Unknown 4", null, null, null, null} }, // BDSandGeyser
{ 4048, new string[8] {"Initial Delay", "Up Duration", "Delay between rise", "Geyser Height", null, null, null, null} }, // BDSandGeyser
{ 4050, new string[8] {"Unknown 1", "Unknown 2", "Shake speed", "Unknown 4", "Unknown 5", "Unknown 6", null, null} }, // VolMovRoadPlus
{ 4051, new string[8] {null, null, "Shake speed", "Unknown 4", "Unknown 5", "Unknown 6", null, null} }, // VolMovRoad
{ 4052, new string[8] {"Unknown 1", "Unknown 2", "Unknown 3", "Unknown 4", null, null, null, "Model Index"} }, // VolcanoPiece
Expand Down

0 comments on commit aa9239d

Please sign in to comment.