diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-16 22:48:47 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-16 22:48:47 -0200 |
commit | cd237b94dfa0103d15ff72152b7ebf784be2bd18 (patch) | |
tree | 9c457e179e9be9826178f4e1ae04c7fce8619fd7 /npc/017-4/pyndragon.txt | |
parent | df3505e3b68f9c9f0a16020f6197c0feb655096c (diff) | |
download | serverdata-cd237b94dfa0103d15ff72152b7ebf784be2bd18.tar.gz serverdata-cd237b94dfa0103d15ff72152b7ebf784be2bd18.tar.bz2 serverdata-cd237b94dfa0103d15ff72152b7ebf784be2bd18.tar.xz serverdata-cd237b94dfa0103d15ff72152b7ebf784be2bd18.zip |
Cut several zeros in several places to please @demure and @Xtreem and make balance
more smooth. Jhedia was on previous commit. Ingot sell price adjusted accordingly.
Diffstat (limited to 'npc/017-4/pyndragon.txt')
-rw-r--r-- | npc/017-4/pyndragon.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt index 6c69b294b..e1ee6062e 100644 --- a/npc/017-4/pyndragon.txt +++ b/npc/017-4/pyndragon.txt @@ -110,16 +110,16 @@ L_Craft: switch (@menu) { case 2: - craft_gun( LeadIngot, 5, TitaniumIngot, 5, Coal, 11, PynRevolver, 15000 ); + craft_gun( LeadIngot, 5, TitaniumIngot, 5, Coal, 11, PynRevolver, 3000 ); goto L_Craft; case 3: - craft_gun( LeadIngot, 7, TitaniumIngot, 7, Coal, 14, PynRifle, 15000 ); + craft_gun( LeadIngot, 7, TitaniumIngot, 7, Coal, 14, PynRifle, 3000 ); goto L_Craft; case 4: - craft_gun( LeadIngot, 7, TitaniumIngot, 7, Coal, 14, PynGatling, 15000 ); + craft_gun( LeadIngot, 7, TitaniumIngot, 7, Coal, 14, PynGatling, 4000 ); goto L_Craft; case 5: - craft_gun( LeadIngot, 11, TitaniumIngot, 11, Coal, 16, PynShotgun, 60000 ); + craft_gun( LeadIngot, 11, TitaniumIngot, 11, Coal, 16, PynShotgun, 6000 ); goto L_Craft; } goto L_Menu; |