33 code results in CleverRaven/Cataclysm-DDA or view all results on GitHub
data/json/techniques.json
JSON
Showing the top three matches
Last indexed Jul 15, 2019
doc/MARTIALART_JSON.md
Markdown
Showing the top two matches
Last indexed Jul 15, 2019
data/mods/MMA/techniques.json
JSON
Showing the top two matches
Last indexed Jun 2, 2019
src/martialarts.cpp
C++
Showing the top three matches
Last indexed Jul 15, 2019
| 36 | const skill_id skill_unarmed( "unarmed" ); |
| 37 | |
| 38 | namespace |
| 39 | { |
| 40 | generic_factory<ma_technique> ma_techniques( "martial art technique" ); |
| 41 | generic_factory<martialart> martialarts( "martial art style" ); |
| … | |
| 60 | void load_technique( JsonObject &jo, const std::string &src ) |
| 61 | { |
| 62 | ma_techniques.load( jo, src ); |
| 63 | } |
| 64 | |
| 65 | // To avoid adding empty entries |
data/mods/CRT_EXPANSION/martial/generaltechn.json
JSON
Showing the top two matches
Last indexed May 28, 2019
src/melee.cpp
C++
Showing the top three matches
Last indexed Jul 10, 2019
| 103 | Creature &t, int dam, bool crit = false ); |
| 104 | int stumble( player &u, const item &weap ); |
| 105 | std::string melee_message( const ma_technique &tec, player &p, const dealt_damage_instance &ddi ); |
| … | |
| 376 | static const matec_id no_technique_id( "" ); |
| 377 | melee_attack( t, allow_special, no_technique_id ); |
| 378 | } |
| 379 | |
| 380 | // Melee calculation is in parts. This sets up the attack, then in deal_melee_attack, |
data/json/martialarts_fictional.json
JSON
Showing the top two matches
Last indexed Jun 26, 2019
| 148 | "initial_ma_styles": [ "style_centipede", "style_venom_snake", "style_scorpion", "style_lizard", "style_toad" ], |
| 149 | "valid": false |
| 150 | }, |
| 151 | { |
| 152 | "type": "technique", |
| 153 | "id": "tec_venom_snake_feint", |
| … | |
| 159 | "messages": [ "You hiss threateningly at %s", "<npcname> hisses threateningly at %s" ] |
| 160 | }, |
| 161 | { |
| 162 | "type": "technique", |
| 163 | "id": "tec_venom_snake_rapid", |
data/mods/CRT_EXPANSION/martial/stabtechn.json
JSON
Showing the top two matches
Last indexed May 28, 2019
src/martialarts.h
C++
Showing the top three matches
Last indexed Jul 15, 2019
data/mods/CRT_EXPANSION/martial/dragonslayertechn.json
JSON
Showing the top two matches
Last indexed May 28, 2019