Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. <newBuffs>
  2. <buff name="saloon_gutpunch_self" type="avatar_resource_buff" xp_multiplier="1" avatar="self"/>
  3. <buff name="saloon_gutpunch_spouse" type="avatar_resource_buff" xp_multiplier="1" avatar="spouse"/>
  4. <buff name="tech_showandtell_buff" type="reroll_buff" value=".10" target="collection"/>
  5. <buff name="tech_yardwork_buff" type="chance_action_class_resource_buff" energy_addition="1" className="FrontierDebris" action="clear" chance=".1"/>
  6. <buff name="tech_woodcutting_buff" type="class_resource_buff" wood_multiplier=".25" className="FrontierLumberTree"/>
  7. <buff name="tech_rithmatic_buff" type="cost_adjustment_buff" area="market" discount="0.05" includes="gold"/>
  8. <buff name="tech_sharecropping" type="action_class_resource_buff" xp_addition="1" className="FrontierCrop" action="bless"/>
  9. <buff name="tech_husbandry_buff" type="action_class_resource_buff" gold_multiplier="0.5" className="FrontierAnimal" action="tend"/>
  10. <buff name="tech_irrigation_buff" type="action_class_resource_buff" gold_multiplier=".20" className="FrontierCrop" action="harvest"/>
  11. <buff name="tech_logging_buff" type="class_resource_buff" wood_multiplier=".5" className="FrontierLumberTree"/>
  12. <buff name="tech_harvesting_buff" type="class_resource_buff" xp_addition="1" className="FrontierCrop"/>
  13. <!--
  14. design: add *_multiplier and *_addition in the hunting buffs below
  15. -->
  16. <buff name="tech_hunting_attack_buff" type="action_class_resource_buff" className="FrontierAttack" action="attack"/>
  17. <buff name="tech_hunting_kill_buff" type="action_class_resource_buff" className="FrontierAttack" action="kill"/>
  18. <buff name="tech_canning_crop_buff" type="class_resource_buff" food_addition="1" className="FrontierCrop"/>
  19. <buff name="tech_canning_tree_buff" type="class_resource_buff" food_addition="1" className="FrontierTree"/>
  20. <buff name="weather_light_breeze" type="action_class_resource_buff" gold_multiplier="0.5" className="FrontierAnimal" action="tend"/>
  21. <buff name="weather_chance_rain_crops" type="action_class_resource_buff" className="FrontierCrop" action="harvest" gold_addition="5"/>
  22. <buff name="weather_chance_rain_trees" type="state_class_resource_buff" className="FrontierTree" targetState="ripe" gold_addition="5"/>
  23. <buff name="weather_no_clouds" type="action_class_resource_buff" wood_multiplier="1" className="FrontierLumberTree" action="chop"/>
  24. <buff name="weather_lightning_auto_energy" type="action_class_resource_buff" energy_addition="1" className="FrontierLumberTree" action="finalChop"/>
  25. <buff name="weather_lightning_energy_roll" type="chance_action_class_resource_buff" energy_addition="1" className="FrontierLumberTree" action="finalChop" chance=".50"/>
  26. <buff name="weather_lightning_collection" type="reroll_buff" value="0.20" target="collection" className="FrontierLumberTree"/>
  27. <buff name="weather_strong_winds" type="reroll_buff" value="0.35" target="collection" className="FrontierDebris"/>
  28. <buff name="player_appreciation" type="avatar_resource_buff" xp_multiplier="1" avatar="any"/>
  29. <buff name="romance4_cake_eaten" type="avatar_resource_buff" xp_multiplier="1" avatar="any"/>
  30. </newBuffs>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement