Accepted [Suggestion] Fishing 'Treasure' Adjustment

Discussion in 'Suggestions' started by KMaxwell, Feb 3, 2018.

?

Which suggestion outcome would you favour?

  1. Adding fish drop with treasure

    38.5%
  2. Adding more items to the available drops

    15.4%
  3. Both

    46.2%
Thread Status:
Not open for further replies.
  1. KMaxwell

    KMaxwell Crazy Cat Lady that Crochets
    EcoLegend ⛰️⛰️⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ III ⭐ Premium Upgrade

    Joined:
    Jul 24, 2012
    Messages:
    5,484
    Trophy Points:
    88,160
    Gender:
    Female
    EcoDollars:
    $0
    Ratings:
    +1,614
    Minecraft Name: KMaxwell

    Suggestion: 1) Adding the additional drop of a fish (a plain fish, not salmon or any of the others) whenever 'treasure' is caught.

    OR

    2) Consider adding additional items to the list of available treasure, like prismarine shards/crystals, rabbit's feet, etc.

    Reason: It may stop those whining that fishing doesn't make enough money if they aren't losing out on fish because of the RNG deciding they should get treasure instead... and it might give more reasons for people to fish if they can't get to a sea temple or have other access to sea lanterns, etc.

    Why do you think this is a good addition for EcoCitycraft?: We actually had it once, and I'm not sure at what point this was removed or changed back to the way MCMMO was originally coded.

    Other Information: NA

    Link to this plugin/Is this a custom addition?: MCMMO, most likely.
     
    • Agree Agree x 1
    • Creative Creative x 1
    • List
  2. LaggyTryHard

    LaggyTryHard ♛Exalted Builder♛
    EcoLeader ⛰️⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ I ⭐ Premium Upgrade

    Joined:
    Jun 15, 2017
    Messages:
    1,361
    Trophy Points:
    52,160
    Gender:
    Male
    Ratings:
    +964
    Once the new anti cheat is tuned a bit better, I feel like this is a viable solution. As you progress through the levels for fishing, one would expect to obtain more wealth, but its quite the opposite. If you were to obtain a regular fish along side the junk items, fishing would be quite a prosperous method of money. (i think its fair to say, fishing is the poor man of the rich club)
     
  3. KMaxwell

    KMaxwell Crazy Cat Lady that Crochets
    EcoLegend ⛰️⛰️⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ III ⭐ Premium Upgrade

    Joined:
    Jul 24, 2012
    Messages:
    5,484
    Trophy Points:
    88,160
    Gender:
    Female
    EcoDollars:
    $0
    Ratings:
    +1,614
    I'm still looking for opinions on how this suggestion might be improved... something to make fishing great again.
     
  4. oxwood2

    oxwood2 Builder
    ECC Sponsor Resident ⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ II ⭐ Premium Upgrade

    Joined:
    Jul 1, 2013
    Messages:
    2,893
    Trophy Points:
    76,160
    Gender:
    Female
    Ratings:
    +1,684
    add prismarine shards, good idea, helps make sea lanterns more accessible. i still question any improvements to fishing $$ until autofishing is proven impossible
     
  5. andrewkm

    Founder Premium Upgrade

    Joined:
    Apr 5, 2011
    Messages:
    20,370
    Trophy Points:
    102,160
    Ratings:
    +15,065
    I've currently removed the following from fishing:

    Code:
        LEATHER_BOOTS:
            Amount: 1
            XP: 4
            Rarity: COMMON
        LEATHER_HELMET:
            Amount: 1
            XP: 4
            Rarity: COMMON
        LEATHER_LEGGINGS:
            Amount: 1
            XP: 4
            Rarity: COMMON
        LEATHER_CHESTPLATE:
            Amount: 1
            XP: 4
            Rarity: COMMON
        WOOD_SWORD:
            Amount: 1
            XP: 4
            Rarity: COMMON
        WOOD_SPADE:
            Amount: 1
            XP: 4
            Rarity: COMMON
        WOOD_PICKAXE:
            Amount: 1
            XP: 4
            Rarity: COMMON
        WOOD_AXE:
            Amount: 1
            XP: 4
            Rarity: COMMON
        WOOD_HOE:
            Amount: 1
            XP: 4
            Rarity: COMMON
        STONE_SWORD:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        STONE_SPADE:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        STONE_PICKAXE:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        STONE_AXE:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        STONE_HOE:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        GOLD_SWORD:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        GOLD_SPADE:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        GOLD_PICKAXE:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        GOLD_AXE:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        GOLD_HOE:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        GOLD_BOOTS:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        GOLD_HELMET:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        GOLD_LEGGINGS:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
        GOLD_CHESTPLATE:
            Amount: 1
            XP: 4
            Rarity: UNCOMMON
    These are now the only treasures:
    Code:
        INK_SACK_BLUE:
            Amount: 1
            XP: 4
            Rarity: RARE
        IRON_INGOT:
            Amount: 1
            XP: 4
            Rarity: RARE
        GOLD_INGOT:
            Amount: 1
            XP: 4
            Rarity: RARE
        IRON_SWORD:
            Amount: 1
            XP: 4
            Rarity: RARE
        IRON_SPADE:
            Amount: 1
            XP: 4
            Rarity: RARE
        IRON_PICKAXE:
            Amount: 1
            XP: 4
            Rarity: RARE
        IRON_AXE:
            Amount: 1
            XP: 4
            Rarity: RARE
        IRON_HOE:
            Amount: 1
            XP: 4
            Rarity: RARE
        BOW:
            Amount: 1
            XP: 4
            Rarity: RARE
        BLAZE_ROD:
            Amount: 1
            XP: 4
            Rarity: RARE
        ENDER_PEARL:
            Amount: 1
            XP: 4
            Rarity: EPIC
        IRON_BOOTS:
            Amount: 1
            XP: 4
            Rarity: EPIC
        IRON_HELMET:
            Amount: 1
            XP: 4
            Rarity: EPIC
        IRON_LEGGINGS:
            Amount: 1
            XP: 4
            Rarity: EPIC
        IRON_CHESTPLATE:
            Amount: 1
            XP: 4
            Rarity: EPIC
        GHAST_TEAR:
            Amount: 1
            XP: 4
            Rarity: LEGENDARY
    This should dramatically change fishing having removed quite a TON of crap.
    Let's see how fishing goes through the next 7 days before making any more major suggestions regarding it.
     
    • Agree Agree x 1
    • Winner Winner x 1
    • List
    #5 andrewkm, Feb 19, 2018
    Last edited: Feb 19, 2018
Thread Status:
Not open for further replies.