;; Merchant/alchemist stuff ;; Antti Pietikäinen (heidel@operamail.com) ;; 2005 /def -F -i -P1Cmagenta -t'(birch|pear|apple|cedar|holly|plum|elder|oak|mallorn|elm|maple) tree' treelite_1 /def -F -i -P1BCmagenta -t'(ebony|mahogany) tree' treelite_2 ;; mine targets ;; --------------------------- /def -F -i -P2xBCblue -t'(deposit of )([a-z]+)' mineral_lite_1 = /set_mining %{P2} /def -F -i -P2xBCblue -t'(abyss of )([a-z]+)' mineral_lite_2 = /set_mining %{P2} /def -F -i -P2xBCblue -t'(lode of )([a-z]+)' mineral_lite_3 = /set_mining %{P2} /def -F -i -P2xBCblue -t'(graveyard of )([a-z]+)' mineral_lite_4 = /set_mining %{P2} /def -F -i -P2xBCblue -t'(protrusion of )([a-z]+)' mineral_lite_5 = /set_mining %{P2} /def -F -i -P2xBCblue -t'(slab of )([a-z]+)' mineral_lite_6 = /set_mining %{P2} /def -F -i -P2xBCblue -t'(crag of )([a-z]+)' mineral_lite_7 = /set_mining %{P2} /def -F -i -P2xBCblue -t'(gloss of )([a-z]+)' mineral_lite_8 = /set_mining %{P2} /def -F -i -P2xBCblue -t'(hill of )([a-z]+)' mineral_lite_9 = /set_mining %{P2} /def -i set_mining = /set minetarget=%{*} ;; auto look at deposit after mining ;; -------------------------- /def -F -i -t'You begin mining the *' mining_done=\ @look at %{minetarget} on ground ;; keybindings ;; -------------------------- /def -i -b'§b' = @cast create herb /def -i -b'§v' = @look at %{minetarget} on ground /def -i -b'§m' = @use mining at %{minetarget} /def -i -b'§d' = @put substance in my disc /def -i -b'§g' = @cast create money /def -i -b'§w' = @cast floating disc at my disc /def -i -b'§e' = @formulas %{minetarget} ;; other stuff ;; -------------------------- ;/def -i mixp=@use mix potion at flask use %{3-%{potionmetal}} %{1} %{2} ;/def -i set_pot=/set potionmetal=%{*} ;/def -i sp = submit potion ;; chest building, add chest level to look ;; -------------------------- /def -F -i -t'The basic structure is forming up.' chest_levels_1 = /substitute -p %{*} (@{B}level 1@{n}) /def -F -i -t'It slightly resembles a chest.' chest_levels_2 = /substitute -p %{*} (@{B}level 2@{n}) /def -F -i -t'It is missing a lid.' chest_levels_3 = /substitute -p %{*} (@{B}level 3@{n}) /def -F -i -t'It is still quite shaky.' chest_levels_4 = /substitute -p %{*} (@{B}level 4@{n}) /def -F -i -t'It looks like a small chest but it could be so much more.' chest_levels_5 = /substitute -p %{*} (@{B}level 5@{n}) /def -F -i -t'It does not look quite safe yet.' chest_levels_6 = /substitute -p %{*} (@{B}level 6@{n}) /def -F -i -t'The base looks strong now but lid is still quite weak.' chest_levels_7 = /substitute -p %{*} (@{B}level 7@{n}) /def -F -i -t'The chest is looking much larger.' chest_levels_8 = /substitute -p %{*} (@{B}level 8@{n}) /def -F -i -t'The construction looks bigger and bigger.' chest_levels_9 = /substitute -p %{*} (@{B}level 9@{n}) /def -F -i -t'The structure is now stronger than ever before.' chest_levels_10 = /substitute -p %{*} (@{B}level 10@{n}) /def -F -i -t'The chest looks big enough to hold out several equipments.' chest_levels_11 = /substitute -p %{*} (@{B}level 11@{n}) /def -F -i -t'The extra material has made the chest almost impossible to breach.' chest_levels_12 = /substitute -p %{*} (@{B}level 12@{n}) /def -F -i -t'The chest construction looks quite large and safe.' chest_levels_13 = /substitute -p %{*} (@{B}level 13@{n}) /def -F -i -t'The extra material in support-structure quarantees quality.' chest_levels_14 = /substitute -p %{*} (@{B}level 14@{n}) /def -F -i -t'The chest looks just perfect and there is very little unfinished.' chest_levels_15 = /substitute -p %{*} (@{B}level 15@{n}) /def -F -i -t'The construction looks very big and sturdy.' chest_levels_16 = /substitute -p %{*} (@{B}level 16@{n}) ;; chest building, add reinforce level to look ;; -------------------------- /def -F -i -t'The reinforcement looks totally incomplete.' chest_rlevels_1 = /substitute -p %{*} (@{B}level 1@{n}) /def -F -i -t'The reinforcement is still quite weak.' chest_rlevels_2 = /substitute -p %{*} (@{B}level 2@{n}) /def -F -i -t'The structure looks much stronger because of the reinforcement.' chest_rlevels_3 = /substitute -p %{*} (@{B}level 3@{n}) /def -F -i -t'The reinforcement still lacks quality.' chest_rlevels_4 = /substitute -p %{*} (@{B}level 4@{n}) /def -F -i -t'The reinforcement looks fine but it could be improved.' chest_rlevels_5 = /substitute -p %{*} (@{B}level 5@{n}) /def -F -i -t'The reinforced chest looks quite sturdy now.' chest_rlevels_6 = /substitute -p %{*} (@{B}level 6@{n}) /def -F -i -t'It would be a pain to force through the reinforcements.' chest_rlevels_7 = /substitute -p %{*} (@{B}level 7@{n}) /def -F -i -t'Just a final touch and the reinforcement is fully complete.' chest_rlevels_8 = /substitute -p %{*} (@{B}level 8@{n}) ;; chest building, add lock level to look ;; -------------------------- /def -F -i -t'The lock looks totally imcomplete.' chest_llevels_1 = /substitute -p %{*} (@{B}level 1@{n}) /def -F -i -t'The basic structure is forming up quite nicely.' chest_llevels_2 = /substitute -p %{*} (@{B}level 2@{n}) /def -F -i -t'The inner structure looks almost completed.' chest_llevels_3 = /substitute -p %{*} (@{B}level 3@{n}) /def -F -i -t'The lock still lacks all the rolls.' chest_llevels_4 = /substitute -p %{*} (@{B}level 4@{n}) /def -F -i -t'The lock looks somewhat ready.' chest_llevels_5 = /substitute -p %{*} (@{B}level 5@{n}) /def -F -i -t'It looks like a primary lock but it could be so much more.' chest_llevels_6 = /substitute -p %{*} (@{B}level 6@{n}) /def -F -i -t'The extra material in mechanism should pay off.' chest_llevels_7 = /substitute -p %{*} (@{B}level 7@{n}) /def -F -i -t'The lock looks very complicated.' chest_llevels_8 = /substitute -p %{*} (@{B}level 8@{n}) /def -F -i -t'It looks very strong, almost impossible to break.' chest_llevels_9 = /substitute -p %{*} (@{B}level 9@{n}) /def -F -i -t'The mechanism is now stronger than before.' chest_llevels_10 = /substitute -p %{*} (@{B}level 10@{n}) /def -F -i -t'The quality of lock is very high but dials could be more sturdy.' chest_llevels_11 = /substitute -p %{*} (@{B}level 11@{n}) /def -F -i -t'The lock looks extremely strong and supreme quality.' chest_llevels_12 = /substitute -p %{*} (@{B}level 12@{n}) /def -F -i -t'The lock looks incredible strong and divine quality.' chest_llevels_13 = /substitute -p %{*} (@{B}level 13@{n})