Open-Source-Software-Development / Cardtorium

OSSD Project
https://open-source-software-development.github.io/Cardtorium-Website/#/index
GNU General Public License v3.0
6 stars 19 forks source link

Implement `attribute_8` (survivalist) #59

Closed j-wielg closed 6 months ago

j-wielg commented 6 months ago

Implement the survivalist attribute, which removes the movement penalty caused by moving through a forest tile. This can be achieved by overriding the calc_move_cost method.

See here for more info on attributes.

Requirements:

AGaylord6 commented 6 months ago

I submitted a pull request trying this, let me know how it looks!