Crossfire Server, Trunk
scroll.cpp File Reference
#include <global.h>
#include <ob_methods.h>
#include <ob_types.h>
#include <sounds.h>
#include <sproto.h>
+ Include dependency graph for scroll.cpp:

Go to the source code of this file.

Functions

void init_type_scroll (void)
 
static method_ret scroll_type_apply (object *op, object *applier, int aflags)
 

Detailed Description

The implementation of the Scroll class of objects.

Definition in file scroll.cpp.

Function Documentation

◆ init_type_scroll()

void init_type_scroll ( void  )

Initializer for the scroll object type.

Definition at line 37 of file scroll.cpp.

References register_apply(), SCROLL, and scroll_type_apply().

Referenced by register_all_ob_types().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ scroll_type_apply()

static method_ret scroll_type_apply ( object scroll,
object applier,
int  aflags 
)
static

Handles reading a spell scroll.

Parameters
scrollThe scroll to apply
applierThe object attempting to apply the scroll
aflagsSpecial flags (always apply/unapply)
Returns
METHOD_OK
Todo:

should handle scroll failure differently if god-like scroll.

Tweak failure parameters.

Definition at line 55 of file scroll.cpp.

References calc_skill_exp(), cast_spell(), change_exp(), die_roll(), draw_ext_info(), draw_ext_info_format(), object::facing, find_skill_by_number(), FLAG_BLESSED, FLAG_BLIND, FLAG_CURSED, FLAG_DAMNED, FLAG_IDENTIFIED, FLAG_WIZ, HEAD, identify(), object::inv, object::level, MAX, METHOD_OK, MSG_TYPE_APPLY, MSG_TYPE_APPLY_ERROR, MSG_TYPE_APPLY_FAILURE, MSG_TYPE_APPLY_SUCCESS, give::name, object::name, NDI_BLACK, NDI_UNIQUE, object_decrease_nrof_by_one, PLAYER, QUERY_FLAG, rndm(), scroll_failure(), settings, SK_LITERACY, object::skill, SPELL, Settings::spell_failure_effects, sstring, TRUE, object::type, and nlohmann::detail::void().

Referenced by init_type_scroll().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: