Home
last modified time | relevance | path

Searched refs:min_health (Results 1 – 9 of 9) sorted by relevance

/dports/games/widelands/widelands-build21/data/tribes/workers/frisians/soldier/
H A Dinit.lua448 min_health = 1,
458 min_health = 0,
468 min_health = 1,
478 min_health = 0,
/dports/games/widelands/widelands-build21/src/logic/map_objects/tribes/
H A Dsoldier.h48 return min_health == other.min_health && min_attack == other.min_attack &&
54 int32_t min_health; member
H A Dsoldier.cc61 : min_health(-1), in SoldierLevelRange()
72 min_health = t.get_int("min_health"); in SoldierLevelRange()
86 return (health >= min_health && health <= max_health && attack >= min_attack && in matches()
/dports/games/widelands/widelands-build21/data/tribes/workers/barbarians/soldier/
H A Dinit.lua63 min_health = 0,
/dports/games/widelands/widelands-build21/data/tribes/workers/empire/soldier/
H A Dinit.lua63 min_health = 0,
/dports/games/widelands/widelands-build21/data/tribes/workers/atlanteans/soldier/
H A Dinit.lua77 min_health = 0,
/dports/games/widelands/widelands-build21/data/tribes/scripting/help/
H A Dbuilding_help.lua380 if (building_description.max_health and building_description.min_health) then
383 bformat(building_description.min_health, building_description.max_health+1))
387 …es/workers/" .. tribe.name .. "/soldier/health_level" .. building_description.min_health .. ".png",
/dports/games/widelands/widelands-build21/test/maps/lua_testsuite.wmf/scripting/
H A Dimmovables_descriptions.lua411 assert_equal(nil, egbase:get_building_description("barbarians_battlearena").min_health)
412 assert_equal(0, egbase:get_building_description("barbarians_trainingcamp").min_health)
/dports/games/widelands/widelands-build21/src/scripting/
H A Dlua_map.cc2838 PROP_RO(LuaTrainingSiteDescription, min_health),