Skip to content

Commit

Permalink
Merge pull request #6999 from MahtraDR/sanowret_match
Browse files Browse the repository at this point in the history
[scripts][sanoret-crystal] Add match for exahel
  • Loading branch information
MahtraDR authored Dec 4, 2024
2 parents 555db85 + 5eefb12 commit b7f453b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sanowret-crystal.lic
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ class SanowretCrystal

def use_crystal
if DRSkill.getxp('Arcana') <= 30 && @force_exhale
response = DRC.bput("exhale my #{@adjective} crystal", 'you come away from the experience with a further understanding of Arcana as the scintillating lights fade again.', 'However, nothing much else happens, as you lack the concentration to focus.', 'This is not a good place for that.', 'Doing that would give away your hiding place.', 'That would be difficult to do while you attempt to keep the trail in sight.')
response = DRC.bput("exhale my #{@adjective} crystal", 'you come away from the experience with a further understanding of Arcana as the scintillating lights fade again.', 'However, nothing much else happens, as you lack the concentration to focus.', 'This is not a good place for that.', 'Doing that would give away your hiding place.', 'That would be difficult to do while you attempt to keep the trail in sight.', 'However, you realize that you\'re already gleaning knowledge from it.')
elsif DRSkill.getxp('Arcana') <= 10 && @worn_crystal
response = DRC.bput("gaze my #{@adjective} crystal", /A soft light blossoms in the very center of the crystal, and begins to fill your mind with the knowledge of .*\./, 'However, nothing much else happens, as you lack the concentration to focus.', 'This is not a good place for that.', 'However, you realize that you\'re already gleaning knowledge from it.', 'That would be difficult to do while you attempt to keep the trail in sight.')
elsif DRSkill.getxp('Arcana') <= 25
response = DRC.bput("exhale my #{@adjective} crystal", 'you come away from the experience with a further understanding of Arcana as the scintillating lights fade again.', 'However, nothing much else happens, as you lack the concentration to focus.', 'This is not a good place for that.', 'Doing that would give away your hiding place.', 'That would be difficult to do while you attempt to keep the trail in sight.')
response = DRC.bput("exhale my #{@adjective} crystal", 'you come away from the experience with a further understanding of Arcana as the scintillating lights fade again.', 'However, nothing much else happens, as you lack the concentration to focus.', 'This is not a good place for that.', 'Doing that would give away your hiding place.', 'That would be difficult to do while you attempt to keep the trail in sight.', 'However, you realize that you\'re already gleaning knowledge from it.')
end
return unless response =~ /This is not a good place for that\./

Expand Down

0 comments on commit b7f453b

Please sign in to comment.