add completion requirements and flag to level data and save

This commit is contained in:
Haze Weathers 2023-12-24 21:23:28 -05:00
parent 885082c7c4
commit f263ce7842
6 changed files with 52 additions and 3 deletions

View file

@ -22,6 +22,8 @@ script = ExtResource( 5 )
title = "Verdant Hills"
shard_titles = [ "Climb to the top", "The obstacle course", "The smallest platform", "Energetic eviscerator", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "hills"
shards_required = 0
boss_required = ""
boss = false
scores_id = 13253
times_id = 13255
@ -33,6 +35,8 @@ script = ExtResource( 5 )
title = "Shady Canopy"
shard_titles = [ "Archer and His Friend", "Thirsty Spiders", "Spider's Den", "Dancing Above the Pond", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "canopy"
shards_required = 0
boss_required = ""
boss = false
scores_id = 13254
times_id = 13257
@ -44,6 +48,8 @@ script = ExtResource( 5 )
title = "Echo Mountain"
shard_titles = [ "Push the Rock", "Twin Rolling Fiends", "Beware! Moving Platforms", "Crafty CatBat", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "mountain"
shards_required = 0
boss_required = ""
boss = false
scores_id = 13263
times_id = 13270
@ -55,6 +61,8 @@ script = ExtResource( 5 )
title = "VS The Scrump"
shard_titles = [ "-w-", "owo", "uwu", "o3o", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "boss1"
shards_required = 0
boss_required = ""
boss = true
scores_id = -1
times_id = -1
@ -66,6 +74,8 @@ script = ExtResource( 5 )
title = "Blue Ray Cavern"
shard_titles = [ "Dynamic Duo", "Stalactite Scramble", "OverHead Obstacle Course", "Sneaky Snail", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "cave"
shards_required = 0
boss_required = "boss1"
boss = false
scores_id = 13264
times_id = 13271
@ -77,6 +87,8 @@ script = ExtResource( 5 )
title = "Crater of the Abyss"
shard_titles = [ "Follow the minnow", "Beel enclosure", "Turchin jump", "Drop Down Mine Jump", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "abyss"
shards_required = 0
boss_required = "boss1"
boss = false
scores_id = 13265
times_id = 13272
@ -88,6 +100,8 @@ script = ExtResource( 5 )
title = "ArlingWood Graveyard"
shard_titles = [ "Bone Climb", "Soul Graze", "Bow Happy Hellarcher", "Look out for spikes!", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "graveyard"
shards_required = 0
boss_required = "boss1"
boss = false
scores_id = 13266
times_id = 13273
@ -99,6 +113,8 @@ script = ExtResource( 5 )
title = "VS. STG-2600"
shard_titles = [ "", "", "", "", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "boss2"
shards_required = 0
boss_required = ""
boss = true
scores_id = -1
times_id = -1
@ -110,6 +126,8 @@ script = ExtResource( 5 )
title = "Dread PD"
shard_titles = [ "All Cops Are Bastards", "Save Ms.X", "Treacherous Climb", "Dodge the lasers", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "station"
shards_required = 0
boss_required = "boss2"
boss = false
scores_id = 13267
times_id = 13274
@ -121,6 +139,8 @@ script = ExtResource( 5 )
title = "Rust Inc."
shard_titles = [ "Precarious Block", "Beside the button", "Saws and bullets", "Beyond the Steam", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "rust"
shards_required = 0
boss_required = "boss2"
boss = false
scores_id = 13268
times_id = 13275
@ -132,6 +152,8 @@ script = ExtResource( 5 )
title = "Fami's Lab"
shard_titles = [ "Jump the Spike", "Final Obstacle Course", "5-Finger Discount", "Partners in law", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "lab"
shards_required = 0
boss_required = "boss2"
boss = false
scores_id = 13269
times_id = 13276
@ -143,6 +165,8 @@ script = ExtResource( 5 )
title = "Beta Verdant Hills"
shard_titles = [ "Climb the Big Vine", "Next to the Lone Tree", "Slime's Treasure", "The Snake Pit", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "beta_hills"
shards_required = 0
boss_required = ""
boss = false
scores_id = -1
times_id = -1
@ -154,6 +178,8 @@ script = ExtResource( 5 )
title = "Beta Blue Ray Cavern"
shard_titles = [ "Star-Crossed Lovers", "The Snail Cave", "Members Only!", "OverHead Obstacle Course", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
save_id = "beta_cave"
shards_required = 0
boss_required = ""
boss = false
scores_id = -1
times_id = -1