Home
last modified time | relevance | path

Searched defs:set_defense_weight (Results 1 – 2 of 2) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dattack_type.cpp208 const std::string& set_defense_weight = cfg["defense_weight"]; in apply_modification() local
H A Dattack_type.hpp66 void set_defense_weight(double value) { defense_weight_ = value; } in set_defense_weight() function in attack_type