Skip to content

Commit

Permalink
cactbot
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Apr 10, 2024
1 parent 1bbef15 commit 1aefd39
Show file tree
Hide file tree
Showing 18 changed files with 5,749 additions and 1,506 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/cactbot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: cactbot
on:
workflow_dispatch:
push:
paths:
- 'cactbot/**'
- '.github/workflows/cactbot.yml'
jobs:
zip:
runs-on: ubuntu-latest
steps:
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d-%H%M%S')"
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/upload-artifact@v4
with:
name: cactbot_${{ steps.date.outputs.date }}
path: parse
if-no-files-found: error
compression-level: 9
Original file line number Diff line number Diff line change
Expand Up @@ -12987,15 +12987,17 @@ const aloalo_island_triggerSet = {
// Corresponds to 0x8CDC ability
en: 'Targeted Light',
de: 'Gezieltes Licht',
fr: 'Lumière ciblée'
fr: 'Lumière ciblée',
cn: '高精度光弹'
}
};
}
}, renameMistake('Aloalo Statice Fair Flight', '89F5', 'warn', {
// Corresponds to 0x8946 ability
en: 'Fair Flight',
de: 'Feenflug',
fr: 'Vol équitable'
fr: 'Vol équitable',
cn: '仙女击飞'
})]
};
/* harmony default export */ const aloalo_island = (aloalo_island_triggerSet);
Expand Down Expand Up @@ -13288,7 +13290,9 @@ const another_aloalo_island_savage_triggerSet = {
en: 'Tornado',
de: 'Tornado',
fr: 'Tornade',
cn: '龙卷风'
ja: 'トルネド',
cn: '龙卷风',
ko: '토네이도'
}), pushedIntoWall('AAIS Angry Seas', '8AE1'), pushedIntoWall('AAIS Pop', '896B'), another_aloalo_island_savage_nonzeroDamageMistake('AAIS Hundred Lashings', ['8AE5', '8AE6'], 'warn')]
};
/* harmony default export */ const another_aloalo_island_savage = (another_aloalo_island_savage_triggerSet);
Expand Down Expand Up @@ -13501,7 +13505,9 @@ const another_aloalo_island_triggerSet = {
en: 'Tornado',
de: 'Tornado',
fr: 'Tornade',
cn: '龙卷风'
ja: 'トルネド',
cn: '龙卷风',
ko: '토네이도'
}), another_aloalo_island_pushedIntoWall('AAI Angry Seas', '8AC1'), another_aloalo_island_pushedIntoWall('AAI Pop', '894E'), another_aloalo_island_nonzeroDamageMistake('AAI Hundred Lashings', ['8AC9', '8ACB'], 'warn')]
};
/* harmony default export */ const another_aloalo_island = (another_aloalo_island_triggerSet);
Expand Down
2,099 changes: 1,343 additions & 756 deletions cactbot/Plugins/cactbot-offline/ui/common/raidboss_data.bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1aefd39

Please sign in to comment.