Ported the missing melding actions/shotlocks
parent
791b55b367
commit
22f5f67298
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,34 @@
|
|||
name = "Bio Barrage"
|
||||
order = 3
|
||||
category = "shotlock"
|
||||
char = ["T", "V", "A"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V"]
|
||||
type = "-"
|
||||
ingredients = ["Poison Edge", "Block"]
|
||||
chance = 20
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V"]
|
||||
type = "-"
|
||||
ingredients = ["Poison", "BLock"]
|
||||
chance = 20
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V", "A"]
|
||||
type = "-"
|
||||
ingredients = ["Quick Blitz", "Poison"]
|
||||
chance = 5
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V", "A"]
|
||||
type = "-"
|
||||
ingredients = ["Sliding Dash", "Poison"]
|
||||
chance = 5
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V", "A"]
|
||||
type = "-"
|
||||
ingredients = ["Strike Raid", "Poison"]
|
||||
chance = 5
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
name = "Confuse Barrier"
|
||||
order = 9
|
||||
category = "action"
|
||||
char = ["A"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "C"
|
||||
ingredients = ["Confusion Strike", "Barrier"]
|
||||
chance = 100
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "L"
|
||||
ingredients = ["Confuse", "Barrier"]
|
||||
chance = 100
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
name = "Fire Glide"
|
||||
order = 5
|
||||
category = "action"
|
||||
char = ["V"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["V"]
|
||||
type = "C"
|
||||
ingredients = ["Fire Surge", "Glide"]
|
||||
chance = 100
|
||||
|
||||
[[recipes]]
|
||||
char = ["V"]
|
||||
type = "B"
|
||||
ingredients = ["Firaga", "Glide"]
|
||||
chance = 100
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
name = "Firewheel"
|
||||
order = 3
|
||||
category = "action"
|
||||
char = ["A"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "B"
|
||||
ingredients = ["Firaga", "Cartwheel"]
|
||||
chance = 100
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "B"
|
||||
ingredients = ["Fission Firaga", "Cartwheel"]
|
||||
chance = 100
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "C"
|
||||
ingredients = ["Fire Surge", "Cartwheel"]
|
||||
chance = 90
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
name = "Homing Slide"
|
||||
order = 1
|
||||
category = "action"
|
||||
char = ["V", "A"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["V", "A"]
|
||||
type = "P"
|
||||
ingredients = ["Sliding Dash", "Magnera"]
|
||||
chance = 100
|
||||
|
||||
[[recipes]]
|
||||
char = ["V", "A"]
|
||||
type = "C"
|
||||
ingredients = ["Sliding Dash", "Air Slide"]
|
||||
chance = 100
|
||||
|
||||
[[recipes]]
|
||||
char = ["V", "A"]
|
||||
type = "L"
|
||||
ingredients = ["Magnet", "Air Slide"]
|
||||
chance = 100
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
name = "Ice Slide"
|
||||
order = 4
|
||||
category = "action"
|
||||
char = ["T", "V", "A"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V", "A"]
|
||||
type = "F"
|
||||
ingredients = ["Blizzard Edge", "Air Slide"]
|
||||
chance = 100
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V", "A"]
|
||||
type = "H"
|
||||
ingredients = ["Blizzaga", "Air Slide"]
|
||||
chance = 100
|
||||
|
|
@ -0,0 +1,46 @@
|
|||
name = "Lightning Ray"
|
||||
order = 1
|
||||
category = "shotlock"
|
||||
char = ["T", "V", "A"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["T"]
|
||||
type = "-"
|
||||
ingredients = ["Blitz", "Dark Haze"]
|
||||
chance = 10
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V", "A"]
|
||||
type = "-"
|
||||
ingredients = ["Blitz", "Air Slide"]
|
||||
chance = 10
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V", "A"]
|
||||
type = "-"
|
||||
ingredients = ["Fire Dash", "Thunder Surge"]
|
||||
chance = 10
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V", "A"]
|
||||
type = "-"
|
||||
ingredients = ["Binding Strike", "Thundara"]
|
||||
chance = 10
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V", "A"]
|
||||
type = "-"
|
||||
ingredients = ["Thunder", "Thundara"]
|
||||
chance = 10
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V", "A"]
|
||||
type = "-"
|
||||
ingredients = ["Thundara", "Thundara"]
|
||||
chance = 10
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "-"
|
||||
ingredients = ["Aeroga", "Barrier Surge"]
|
||||
chance = 10
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
name = "Meteor Shower"
|
||||
order = 2
|
||||
category = "shotlock"
|
||||
char = ["A"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "-"
|
||||
ingredients = ["Strike Raid", "Thundaga"]
|
||||
chance = 15
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "-"
|
||||
ingredients = ["Freeze Raid", "Thundaga"]
|
||||
chance = 15
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "-"
|
||||
ingredients = ["Firaga", "Thundaga"]
|
||||
chance = 15
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "-"
|
||||
ingredients = ["Blitz", "Zero Graviga"]
|
||||
chance = 10
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
name = "Payback Fang"
|
||||
order = 11
|
||||
category = "action"
|
||||
char = ["T"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["T"]
|
||||
type = "P"
|
||||
ingredients = ["Sliding Dash", "Counter Hammer"]
|
||||
chance = 100
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
name = "Payback Raid"
|
||||
order = 12
|
||||
category = "action"
|
||||
char = ["V"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["V"]
|
||||
type = "P"
|
||||
ingredients = ["Sliding Dash", "Strike Raid"]
|
||||
chance = 100
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
name = "Payback Surge"
|
||||
order = 13
|
||||
category = "action"
|
||||
char = ["A"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "C"
|
||||
ingredients = ["Sliding Dash", "Fire Surge"]
|
||||
chance = 100
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "L"
|
||||
ingredients = ["Sliding Dash", "Thunder Surge"]
|
||||
chance = 100
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
name = "Poison Block"
|
||||
order = 7
|
||||
category = "action"
|
||||
char = ["T", "V"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V"]
|
||||
type = "H"
|
||||
ingredients = ["Poison Edge", "Block"]
|
||||
chance = 80
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V"]
|
||||
type = "P"
|
||||
ingredients = ["Poison", "Block"]
|
||||
chance = 80
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
name = "Renewal Barrier"
|
||||
order = 8
|
||||
category = "action"
|
||||
char = ["A"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "P"
|
||||
ingredients = ["Curaga", "Barrier"]
|
||||
chance = 100
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "N"
|
||||
ingredients = ["Esuna", "Barrier"]
|
||||
chance = 100
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
name = "Renewal Block"
|
||||
order = 6
|
||||
category = "action"
|
||||
char = ["T", "V"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V"]
|
||||
type = "P"
|
||||
ingredients = ["Curaga", "Block"]
|
||||
chance = 100
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V"]
|
||||
type = "C"
|
||||
ingredients = ["Esuna", "Block"]
|
||||
chance = 100
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
name = "Stop Barrier"
|
||||
order = 10
|
||||
category = "action"
|
||||
char = ["A"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["A"]
|
||||
type = "C"
|
||||
ingredients = ["Stopga", "Barrier"]
|
||||
chance = 80
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
name = "Stun Block"
|
||||
order = 6
|
||||
category = "action"
|
||||
char = ["T", "V"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V"]
|
||||
type = "L"
|
||||
ingredients = ["Stun Edge", "Block"]
|
||||
chance = 100
|
||||
|
||||
[[recipes]]
|
||||
char = ["T", "V"]
|
||||
type = "I"
|
||||
ingredients = ["Thundaga", "Block"]
|
||||
chance = 100
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
name = "Thunder Roll"
|
||||
order = 2
|
||||
category = "action"
|
||||
char = ["V"]
|
||||
|
||||
[[recipes]]
|
||||
char = ["V"]
|
||||
type = "P"
|
||||
ingredients = ["Thunder Surge", "Dodge Roll"]
|
||||
chance = 80
|
||||
|
||||
[[recipes]]
|
||||
char = ["V"]
|
||||
type = "L"
|
||||
ingredients = ["Thundaga", "Dodge Roll"]
|
||||
chance = 80
|
||||
|
||||
[[recipes]]
|
||||
char = ["V"]
|
||||
type = "L"
|
||||
ingredients = ["Stun Block", "Dodge Roll"]
|
||||
chance = 80
|
||||
Loading…
Reference in New Issue