mixxit / frontier13

winter 2021 project
GNU General Public License v2.0
0 stars 0 forks source link

Farmer #2

Open mixxit opened 3 years ago

mixxit commented 3 years ago

Question: If you had to pick the first role to be added to the game would it be adventurer orientated or crafting orientated Results: Adventuring: 3 Crafting: 4 Link: https://discord.com/channels/359145879472701441/855785346762276874/855821075479920672

mixxit commented 3 years ago

First Crafting Class Vote: Farmer: 4 Smith: 1 Baker: 1 Mason: 1 Barkeep: 2 Source vote: https://discord.com/channels/359145879472701441/907256815664910407/907353273353248789

mixxit commented 3 years ago

Barn key Hoe Knife Scythe Hand baskets

mixxit commented 3 years ago

depends on #3 to complete

mixxit commented 3 years ago

Objective: HARVEST100 Description: Harvest 100 crops in a round Awards: 1 point Tracking Value: player.TotalNumberOfCropsHarvested Completion Trigger: player.TotalNumberOfCropsHarvested > 99

mixxit commented 3 years ago

WATERFURY Description: Water 50 crops in a round Awards: 1 point Tracking Value: player.TotalNumberOfCropsWatered Completion Trigger: player.TotalNumberOfCropsWatered > 49

mixxit commented 3 years ago

OFFMYLAND Description: Do damage on at least 1 player who is standing on crops Awards: 1 point Tracking Value: player.TotalPlayersHitStandingOnCrops Completion Trigger: player.TotalPlayersHitStandingOnCrops > 0

mixxit commented 3 years ago

GREENFINGERED Description: Grow at least one exotic plant in a round Awards: 1 point Tracking Value: player.TotalExoticPlantsFullyGrown Completion Trigger: player.TotalExoticPlantsFullyGrown > 0

mixxit commented 3 years ago

NEVERPERISH Description: Preserve at least 100 crops in a suitable storage jars Awards: 1 point Tracking Value: player.TotalCropsPreserved Completion Trigger: player.TotalCropsPreserved > 99

mixxit commented 3 years ago

ACETILLER Description: Till at least 100 blocks of farmland in a round Awards: 1 point Tracking Value: player.HoeUsedOnGround Completion Trigger: player.HoeUsedOnGround> 99