Home
last modified time | relevance | path

Searched refs:cut_resist (Results 1 – 24 of 24) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tools/json_tools/jq/
H A Darmor_stats.jq8 ( $mat | map ( { (.ident):.cut_resist } ) | add ) as $cr
43 cut_resist:
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tools/json_tools/jq/
H A Darmor_stats.jq8 ( $mat | map ( { (.ident):.cut_resist } ) | add ) as $cr
43 cut_resist:
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmaterial.h118 int cut_resist() const;
H A Dmaterial.cpp164 int material_type::cut_resist() const in cut_resist() function in material_type
H A Ddump.cpp117 r.push_back( std::to_string( obj.cut_resist() ) ); in dump_stats()
H A Darmor_layers.cpp316 string_format( "%.2f", worn_item.cut_resist() ), width ) ); in clothing_protection()
H A Diuse_actor.cpp4384 desc += colorize( string_format( "%s: %.2f->%.2f\n", _( "Cut" ), mod.cut_resist(), in use()
4385 … temp_item.cut_resist() ), get_compare_color( mod.cut_resist(), temp_item.cut_resist(), true ) ); in use()
H A Ditem.h1048 float cut_resist( bool to_self = false ) const;
H A Ditem.cpp2662 iteminfo::no_newline | iteminfo::is_decimal, cut_resist() ) ); in armor_protection_info()
6291 float item::cut_resist( bool to_self ) const in cut_resist() function in item
6310 resist += mat->cut_resist(); in cut_resist()
6326 return 0.8f * cut_resist( to_self ); in stab_resist()
6618 return cut_resist( to_self ); in damage_resist()
H A Dgame_inventory.cpp297 return get_decimal_string( loc->cut_resist() ); in armor_inventory_preset()
H A Dcharacter.cpp8481 ret += i.cut_resist(); in get_armor_cut_base()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmaterial.h118 int cut_resist() const;
H A Dmaterial.cpp164 int material_type::cut_resist() const in cut_resist() function in material_type
H A Ddump.cpp117 r.push_back( std::to_string( obj.cut_resist() ) ); in dump_stats()
H A Darmor_layers.cpp316 string_format( "%.2f", worn_item.cut_resist() ), width ) ); in clothing_protection()
H A Diuse_actor.cpp4384 desc += colorize( string_format( "%s: %.2f->%.2f\n", _( "Cut" ), mod.cut_resist(), in use()
4385 … temp_item.cut_resist() ), get_compare_color( mod.cut_resist(), temp_item.cut_resist(), true ) ); in use()
H A Ditem.h1048 float cut_resist( bool to_self = false ) const;
H A Ditem.cpp2662 iteminfo::no_newline | iteminfo::is_decimal, cut_resist() ) ); in armor_protection_info()
6291 float item::cut_resist( bool to_self ) const in cut_resist() function in item
6310 resist += mat->cut_resist(); in cut_resist()
6326 return 0.8f * cut_resist( to_self ); in stab_resist()
6618 return cut_resist( to_self ); in damage_resist()
H A Dgame_inventory.cpp297 return get_decimal_string( loc->cut_resist() ); in armor_inventory_preset()
H A Dcharacter.cpp8481 ret += i.cut_resist(); in get_armor_cut_base()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Diteminfo_test.cpp1055 REQUIRE( armor.cut_resist() == Approx( cut ) ); in expected_armor_values()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Diteminfo_test.cpp1055 REQUIRE( armor.cut_resist() == Approx( cut ) ); in expected_armor_values()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/doc/
H A DJSON_INFO.md817 | `cut_resist` | How well a material resists cutting damage.
852 "cut_resist": 1,
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/doc/
H A DJSON_INFO.md817 | `cut_resist` | How well a material resists cutting damage.
852 "cut_resist": 1,