Skip to content

Commit

Permalink
broken logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Br00ty committed Oct 24, 2023
1 parent 8a355c9 commit 97bca07
Show file tree
Hide file tree
Showing 14 changed files with 668 additions and 55 deletions.
86 changes: 86 additions & 0 deletions items/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,106 @@
"disabled_img": "images/icons/icon_attack_grey.png",
"codes": "breaker"
},
{
"name": "Progressive Breaker",
"type": "progressive",
"allow_disabled": true,
//"initial_stage_idx": 0,
"loop": true,
"stages": [
{
"img": "images/icons/icon_attack.png",
"disabled_img": "images/icons/icon_attack_grey.png",
"codes": "progbreaker,breaker1",
"inherit_codes": true
},
{
"img": "images/icons/icon_chargeAttack.png",
"codes": "progbreaker,breaker2",
"inherit_codes": true
},
{
"img": "images/icons/icon_Projectile.png",
"codes": "progbreaker,breaker3",
"inherit_codes": true
}
]
},
{
"name": "Sun Greaves",
"type": "toggle",
"img": "images/icons/icon_greaves.png",
"disabled_img": "images/icons/icon_greaves_grey.png",
"codes": "greaves"
},
{
"name": "Split Kicks",
"type": "consumable",
"img": "images/items/Small_Key.png",
"max_quantity": 4,
"increment": 1,
"decrement": 1,
"initial_quantity": 0,
"overlay_font_size": 8,
"codes": "splitkick,airkick"
},
//{
//"name": "Split Kicks",
//"type": "progressive",
//"allow_disabled": true,
//"initial_stage_idx": 0,
//"loop": true,
//"stages": [
//{
//"img": "images/icons/icon_HeliacalPower.png",
//"disabled_img": "images/icons/icon_HeliacalPower_grey.png",
//"codes": "splitkick,airkick",
//"inherit_codes": true
//},
//{
//"img": "images/icons/icon_HeliacalPower.png",
//"codes": "splitkick,airkick",
//"inherit_codes": true
//},
//{
//"img": "images/icons/icon_HeliacalPower.png",
//"codes": "splitkick,airkick",
//"inherit_codes": true
//},
//{
//"img": "images/icons/icon_HeliacalPower.png",
//"codes": "splitkick,airkick",
//"inherit_codes": true
//}
//]
//},
{
"name": "Slide",
"type": "toggle",
"img": "images/icons/icon_slide.png",
"disabled_img": "images/icons/icon_slide_grey.png",
"codes": "slide"
},
{
"name": "Progressive Slide",
"type": "progressive",
"allow_disabled": true,
//"initial_stage_idx": 0,
"loop": true,
"stages": [
{
"img": "images/icons/icon_slide.png",
"disabled_img": "images/icons/icon_slide_grey.png",
"codes": "progslide,slide1",
"inherit_codes": true
},
{
"img": "images/icons/icon_slideJump.png",
"codes": "progslide,slide2",
"inherit_codes": true
}
]
},
{
"name": "Solar Wind",
"type": "toggle",
Expand Down
34 changes: 3 additions & 31 deletions layouts/broadcast.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,12 @@
"content": [
{
"type": "array",
"orientation": "vertical",
"orientation": "horizontal",
"margin": "0,0",
"content": [
{
"type": "itemgrid",
"item_margin": "5, 7",
"item_size": 60,
"h_alignment": "left",
"rows": [
[
"breaker",
"slide"
],
[
"sunsetter",
"strikebreak"
],
[
"greaves",
"heliacal"
],
[
"cutter",
"solar"
],
[
"ascendant",
"cling"
],
[
"smallkey",
"majorkey"
]
]
"type": "layout",
"key": "shared_item_grid"
}
]
}
Expand Down
66 changes: 66 additions & 0 deletions layouts/items_only_progbreaker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"progbreaker": {
"type": "array",
"orientation": "vertical",
"margin": "0,0",
"content": [
{
"type": "array",
"orientation": "vertical",
"margin": "0,0",
"content": [
{
"type": "itemgrid",
"item_margin": "5, 7",
"item_size": 60,
"h_alignment": "left",
"rows": [
[
"progbreaker",
"sunsetter"
],
[
"slide",
"solar"
],
[
"greaves",
"heliacal"
],
[
"ascendant",
"cling"
],
[
"smallkey",
"majorkey"
]
]
}
]
}
]
},
"settings_popup": {
"type": "array",
"background": "#000000",
"orientation": "vertical",
"margin": "0,0",
"content": [
{
"type": "itemgrid",
"item_margin": "0,5",
"item_size": "200, 80",
"h_alignment": "left",
"rows": [
[
"normal"
],
[
"obscure"
]
]
}
]
}
}
69 changes: 69 additions & 0 deletions layouts/items_only_progslide.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"progslide": {
"type": "array",
"orientation": "vertical",
"margin": "0,0",
"content": [
{
"type": "array",
"orientation": "vertical",
"margin": "0,0",
"content": [
{
"type": "itemgrid",
"item_margin": "5, 7",
"item_size": 60,
"h_alignment": "left",
"rows": [
[
"breaker",
"progslide"
],
[
"sunsetter",
"strikebreak"
],
[
"greaves",
"heliacal"
],
[
"cutter",
"ascendant"
],
[
"cling"
],
[
"smallkey",
"majorkey"
]
]
}
]
}
]
},
"settings_popup": {
"type": "array",
"background": "#000000",
"orientation": "vertical",
"margin": "0,0",
"content": [
{
"type": "itemgrid",
"item_margin": "0,5",
"item_size": "200, 80",
"h_alignment": "left",
"rows": [
[
"normal"
],
[
"obscure"
]
]
}
]
}
}
69 changes: 69 additions & 0 deletions layouts/items_only_splitkick.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"splitkick": {
"type": "array",
"orientation": "vertical",
"margin": "0,0",
"content": [
{
"type": "array",
"orientation": "vertical",
"margin": "0,0",
"content": [
{
"type": "itemgrid",
"item_margin": "5, 7",
"item_size": 60,
"h_alignment": "left",
"rows": [
[
"breaker",
"slide"
],
[
"sunsetter",
"strikebreak"
],
[
"splitkick",
"cutter"
],
[
"solar",
"ascendant"
],
[
"cling"
],
[
"smallkey",
"majorkey"
]
]
}
]
}
]
},
"settings_popup": {
"type": "array",
"background": "#000000",
"orientation": "vertical",
"margin": "0,0",
"content": [
{
"type": "itemgrid",
"item_margin": "0,5",
"item_size": "200, 80",
"h_alignment": "left",
"rows": [
[
"normal"
],
[
"obscure"
]
]
}
]
}
}
Loading

0 comments on commit 97bca07

Please sign in to comment.