Skip to content

Commit

Permalink
Add more default skills
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Mar 16, 2024
1 parent 2b63b85 commit fab5900
Showing 3 changed files with 52 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/data/skills/engineer.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,33 @@
hits: 5
- id: 31167 # spare capacitor
hits: 4
- id: 42163 # blade burst
hits: 1
max_duration: 3000 # appropriate max duration?

# photon forge
- id: 44530 # corona burst
hits: 2
- id: 45783 # photon blitz
hits: 8

# mech
- id: 63188 # spark revolver
hits: 12
max_duration: 3000 # appropriate max duration?
minion: true
- id: 63367 # discharge array
hits: 5
max_duration: 3000 # appropriate max duration?
minion: true
- id: 63236 # sky circus
hits: 2
max_duration: 3000 # appropriate max duration?
minion: true
- id: 63375 # jade buster cannon (overclock signet)
hits: 5
max_duration: 4000 # appropriate max duration?
minion: true

# grenade kit
- id: 5807 # shrapnel grenade
@@ -31,3 +58,7 @@
hits: 12
- id: 31248 # blast gyro
hits: 1
- id: 42842 # laser disk
hits: 12
- id: 42009 # prime light beam
hits: 11 # initial + 10 pulses
12 changes: 12 additions & 0 deletions src/data/skills/mesmer.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# shatter
- id: 10191 # mind wrack
hits: 4
max_duration: 3000 # appropriate max duration?
- id: 10190 # cry of frustration
hits: 4
max_duration: 3000 # appropriate max duration?

# chronomancer
- id: 56930 # split second
hits: 8
max_duration: 3000 # appropriate max duration?
- id: 56928 # rewinder
hits: 4
max_duration: 3000 # appropriate max duration?

# virtuoso
- id: 62617 # bladesong harmony
@@ -43,6 +47,12 @@
- id: 10169 # chaos storm
hits: 6

# pistol
- id: 10175 # phantasmal duelist
hit_ids: [38331]
hits: 11 # 3 self + 8 phantasm
minion: true

# dagger
- id: 62560 # bladecall
hits: 6
@@ -58,6 +68,8 @@
hit_ids: [10266]
hits: 1 # actually 4 bounces
minion: true
- id: 41065 # crystal sands
hits: 6
- id: 30525 # well of calamity
hits: 4
- id: 30359 # gravity well
9 changes: 9 additions & 0 deletions src/data/skills/revenant.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@
- id: 28357 # searing fissure
hits: 4

# sword
- id: 28472 # shackling wave
hits: 6

# greatsword
- id: 62929 # eternitys requiem
hits: 14
@@ -20,6 +24,11 @@
hits: 4

# slot
- id: 28287 # embrace the darkness
hit_ids: [34331]
hits: 0 # limited by energy
- id: 27162 # elemental blast
hits: 3
- id: 40485 # icerazors ire
hit_ids: [43856]
hits: 20

0 comments on commit fab5900

Please sign in to comment.