Home
last modified time | relevance | path

Searched refs:dex_mod (Results 1 – 23 of 23) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtransform.cc114 str_mod(fe.str_mod), dex_mod(fe.dex_mod), in Form()
1559 const int dex_mod = get_form(new_form)->dex_mod - get_form()->dex_mod; in check_form_stat_safety() local
1562 const bool bad_dex = you.dex() > 0 && dex_mod + you.dex() <= 0; in check_form_stat_safety()
1818 const int dex_mod = get_form(which_trans)->dex_mod; in transform() local
1823 if (dex_mod) in transform()
1824 notify_stat_change(STAT_DEX, dex_mod, true); in transform()
2047 const int dex_mod = get_form(old_form)->dex_mod; in untransform() local
2052 if (dex_mod) in untransform()
2053 notify_stat_change(STAT_DEX, -dex_mod, true); in untransform()
H A Dtransform.h172 const int dex_mod; variable
H A Dform-data.h24 int dex_mod; member
H A Dplayer-stats.cc478 result += get_form()->dex_mod; in _dex_modifier()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dbodypart.h97 float dex_mod = 0.0f;
H A Dplayer_hardcoded_effects.cpp591 int dex_mod = -( dur > 600_minutes ? 10.0 : dur / 60_minutes ); in hardcoded_effects() local
592 mod_dex_bonus( dex_mod ); in hardcoded_effects()
593 add_miss_reason( _( "Why waste your time on that insignificant speck?" ), -dex_mod ); in hardcoded_effects()
H A Dbodypart.cpp611 optional( jsobj, was_loaded, "dex_mod", dex_mod, 0.0f ); in load()
H A Davatar.cpp1310 const int dex_mod = -get_thirst() / 200; in reset_stats() local
1311 add_miss_reason( _( "You're weak from thirst." ), static_cast<unsigned>( -dex_mod ) ); in reset_stats()
1313 mod_dex_bonus( dex_mod ); in reset_stats()
H A Dcreature.cpp1676 … part.first->hp_mods.dex_mod + int_max * part.first->hp_mods.int_mod + per_max * in calc_all_parts_hp()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dbodypart.h97 float dex_mod = 0.0f;
H A Dplayer_hardcoded_effects.cpp591 int dex_mod = -( dur > 600_minutes ? 10.0 : dur / 60_minutes ); in hardcoded_effects() local
592 mod_dex_bonus( dex_mod ); in hardcoded_effects()
593 add_miss_reason( _( "Why waste your time on that insignificant speck?" ), -dex_mod ); in hardcoded_effects()
H A Dbodypart.cpp611 optional( jsobj, was_loaded, "dex_mod", dex_mod, 0.0f ); in load()
H A Davatar.cpp1310 const int dex_mod = -get_thirst() / 200; in reset_stats() local
1311 add_miss_reason( _( "You're weak from thirst." ), static_cast<unsigned>( -dex_mod ) ); in reset_stats()
1313 mod_dex_bonus( dex_mod ); in reset_stats()
H A Dcreature.cpp1676 … part.first->hp_mods.dex_mod + int_max * part.first->hp_mods.int_mod + per_max * in calc_all_parts_hp()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/doc/
H A DEFFECTS_JSON.md335 "dex_mod" - Positive values raises stat, negative values lowers stat
502 "dex_mod": [-1],
H A DJSON_INFO.md606 …hp_max of this part following this formula: `hp_max += int_mod*int_max + dex_mod*dex_max + str_mod…
635 …"stat_hp_mods": { "int_mod": 4.0, "dex_mod": 1.0, "str_mod": 1.0, "per_mod": 1.0, "health_mod": 1.…
1857 "per_mod" : 1, //Possible values per_mod, str_mod, dex_mod, int_mod
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/doc/
H A DEFFECTS_JSON.md335 "dex_mod" - Positive values raises stat, negative values lowers stat
502 "dex_mod": [-1],
H A DJSON_INFO.md606 …hp_max of this part following this formula: `hp_max += int_mod*int_max + dex_mod*dex_max + str_mod…
635 …"stat_hp_mods": { "int_mod": 4.0, "dex_mod": 1.0, "str_mod": 1.0, "per_mod": 1.0, "health_mod": 1.…
1857 "per_mod" : 1, //Possible values per_mod, str_mod, dex_mod, int_mod
/dports/games/pcgen/pcgen/system/gameModes/5e/
H A Dbase.xml.ftl346 <dex_mod>${pcstring('STAT.1.MOD')}</dex_mod>
/dports/games/pcgen/pcgen/system/gameModes/Sagaborn/
H A Dbase.xml.ftl346 <dex_mod>${pcstring('STAT.1.MOD')}</dex_mod>
/dports/games/pcgen/pcgen/system/gameModes/Fantasy_Craft/
H A Dbase.xml.ftl349 <dex_mod>${pcstring('STAT.1.MOD')}</dex_mod>
/dports/games/pcgen/pcgen/outputsheets/d20/fantasy/htmlxml/
H A Dcsheet_fantasy_generic_export.xml.ftl343 <dex_mod>${pcstring('STAT.1.MOD')}</dex_mod>
/dports/games/pcgen/pcgen/outputsheets/
H A Dbase.xml.ftl368 <dex_mod>${pcstring('STAT.1.MOD')}</dex_mod>