Crossfire Server  1.75.0
artifact.h File Reference

Artifact-related structures. More...

Go to the source code of this file.

Data Structures

struct  artifact
 This is one artifact, ie one special item. More...
 
struct  artifactlist
 This represents all archetypes for one particular object type. More...
 

Functions

void artifact_check (const artifact *art)
 
void artifact_post_load ()
 

Detailed Description

Artifact-related structures.

See the page on artifacts for more information.

Definition in file artifact.h.

Function Documentation

◆ artifact_check()

void artifact_check ( const artifact art)

Definition at line 673 of file artifact.cpp.

References artifact::chance, artifact::item, llevDebug, LOG(), object::name, and object::nrof.

Referenced by artifact_post_load().

◆ artifact_post_load()

void artifact_post_load ( )

Definition at line 680 of file artifact.cpp.

References artifact_check(), first_artifactlist, and artifactlist::next.

Referenced by assets_collect().