====== Skill Literacy ====== ===== Description ===== Allows the [[:characters]] to read (although even without literacy, a character can try to read skill scrolls, else it would be impossible to gain the skill). The character can identify title and content of scrolls, spellbooks, and other literature. As the character gains levels of literacy (by identifying and reading) the character can read more advanced literature. ===== Use Skill ===== Identifies books and scrolls at lesser skill level underneath, and at higher level also around the character. \\ Syntax : ''use_skill literacy'' ===== Ready Skill ===== Same effect as [[#use skill]] on firing. \\ Syntax : ''ready_skill literacy'' ===== Apply ===== Learns a [[:spells|spell]] from a spellbook, understands a new [[:skills|skill]] from a skill scroll or discovers [[:lore]] from the various scrolls and records littered around the [[:bigworld|world]] . \\ Syntax : ''apply '' , ''apply'' if on top of stack of [[:items:]] underneath the player. ===== Technical ===== From [[:server]]/server/skills.c //do_skill_ident// function it would identify up to three tiles around the player. if( skill->level > 64 ){ /* Adjust these levels? */ area = 49; When identifying an item, the [[:characters:Int]]elligence value is considered only :\\ ''skill_value = skill->level * pl->stats.Int?pl->stats.Int:10;''