forked from team-sg/hero-mark-2
tuned shard requirements
This commit is contained in:
parent
121af4481e
commit
04f1e8ed44
1 changed files with 17 additions and 17 deletions
|
@ -71,10 +71,10 @@ 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_sweet = 0
|
||||
shards_required_salty = 0
|
||||
shards_required_spicy = 0
|
||||
shards_required_pungent = 0
|
||||
shards_required_sweet = 8
|
||||
shards_required_salty = 12
|
||||
shards_required_spicy = 16
|
||||
shards_required_pungent = 24
|
||||
boss_required = ""
|
||||
boss = true
|
||||
scores_id = -1
|
||||
|
@ -135,10 +135,10 @@ script = ExtResource( 5 )
|
|||
title = "VS. STG-2600"
|
||||
shard_titles = [ "", "", "", "", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
|
||||
save_id = "boss2"
|
||||
shards_required_sweet = 0
|
||||
shards_required_salty = 0
|
||||
shards_required_spicy = 0
|
||||
shards_required_pungent = 0
|
||||
shards_required_sweet = 20
|
||||
shards_required_salty = 24
|
||||
shards_required_spicy = 32
|
||||
shards_required_pungent = 40
|
||||
boss_required = ""
|
||||
boss = true
|
||||
scores_id = -1
|
||||
|
@ -199,10 +199,10 @@ script = ExtResource( 5 )
|
|||
title = "VS. Fami"
|
||||
shard_titles = [ "", "", "", "", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
|
||||
save_id = "boss3"
|
||||
shards_required_sweet = 0
|
||||
shards_required_salty = 0
|
||||
shards_required_spicy = 0
|
||||
shards_required_pungent = 0
|
||||
shards_required_sweet = 30
|
||||
shards_required_salty = 40
|
||||
shards_required_spicy = 50
|
||||
shards_required_pungent = 60
|
||||
boss_required = ""
|
||||
boss = true
|
||||
scores_id = -1
|
||||
|
@ -215,11 +215,11 @@ 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_sweet = 0
|
||||
shards_required_salty = 0
|
||||
shards_required_spicy = 0
|
||||
shards_required_pungent = 0
|
||||
boss_required = ""
|
||||
shards_required_sweet = 72
|
||||
shards_required_salty = 72
|
||||
shards_required_spicy = 72
|
||||
shards_required_pungent = 72
|
||||
boss_required = "boss3"
|
||||
boss = false
|
||||
scores_id = -1
|
||||
times_id = -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue