|
|
@ -1,23 +1,53 @@
|
|
|
|
<p><ul>
|
|
|
|
<p>in use</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li><b>activation</b>: the activation must complete before the skill can begin functioning. After a successful activation, the skill penalties are applied. If activation fails, no penalties are applied. Flash skills activate instantly and cannot fail. </li>
|
|
|
|
|
|
|
|
<li><b>attack</b>: An aggressive action that begins combat. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/item">base item</a></b>: the core of data of an individual item. Floor items and inventory items contain a base item. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/item">base item</a></b>: the core of data of an individual item. Floor items and inventory items contain a base item. </li>
|
|
|
|
|
|
|
|
<li><b>base max health</b>: character’s expected max health, calculated by level. The formula is 100 + 10 * get_character().find_level(get_character().get_xp()).</li>
|
|
|
|
|
|
|
|
<li><b>combat</b>: </li>
|
|
|
|
|
|
|
|
<li><b>cost</b>: a price must be paid before a skill is used. The main currency for skills is spirit, which is taken after a successful skill activation.</li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">current_dot</a></b>: (DG era variable, StateMachine.gd) the immediate point the entity is pathfinding to in order to ultimately reach the goal_target. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">current_dot</a></b>: (DG era variable, StateMachine.gd) the immediate point the entity is pathfinding to in order to ultimately reach the goal_target. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/proxemics">degrees(❥)</a></b>: (concept) the unit of social distance </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/proxemics">degrees(❥)</a></b>: (concept) the unit of social distance </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">dot</a></b>: (DG era variable, StateMachine.gd) a set of coordinates for a global position. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">dot</a></b>: (DG era variable, StateMachine.gd) a set of coordinates for a global position. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">dots</a></b>: (DG era variable, StateMachine.gd) the discreet path between points, esp. the entity and the goal target. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">dots</a></b>: (DG era variable, StateMachine.gd) the discreet path between points, esp. the entity and the goal target. </li>
|
|
|
|
|
|
|
|
<li><b>equipped<b>: for skills, this has two meanings. Known skills that are loaded into an entity’s skillbar are equipped. A player would not be aware that all hidden and subskills are also ‘equipped’ to their entity before they are used, but these are not equipped to the skillbar.</li>
|
|
|
|
|
|
|
|
<li><b>event</b>: anything that happens in the game that brings about an effect. Using a skill, completing a quest, using a specific item, walking steps, starting the game, entering a room, etc...</li>
|
|
|
|
|
|
|
|
<li><b>event handler</b>: An object that subscribes to the MessageBus and waits to receive notification of the event when it happens. The event topic usually comes bundled with data that helps the handler bring about some kind of effect. Responses include level up rewards, quest rewards, world changes, new dialog options, adding an item to the inv, updating UI, etc. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/item">floor item</a></b>: </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/item">floor item</a></b>: </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">goal target</a></b>: (DG era variable, MoveToDestination.gd) It is set when the entity decides to pathfind and nulled during clear_goal(). mobile.gd/path_to_object(goal_target) is called from MoveToDestination every Execute loop to reassess the path between entity and goal. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">goal target</a></b>: (DG era variable, MoveToDestination.gd) It is set when the entity decides to pathfind and nulled during clear_goal(). mobile.gd/path_to_object(goal_target) is called from MoveToDestination every Execute loop to reassess the path between entity and goal. </li>
|
|
|
|
|
|
|
|
<li><b><a href="/blessfrey-gdd/knowledgebase">KnowledgeBase</a></b>: </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/inspect">inspect menu</a></b>: (UI) presents options for interacting with the subject </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/inspect">inspect menu</a></b>: (UI) presents options for interacting with the subject </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/proxemics">intimate distance</a></b>: 45❥, declared at mobile.gd/intimate_space </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/proxemics">intimate distance</a></b>: 45❥, declared at mobile.gd/intimate_space </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/item">inventory item</a></b>: </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/item">inventory item</a></b>: </li>
|
|
|
|
|
|
|
|
<li><b>life</b>: Health points. Entity dies at 0 life. Entity experiences life regeneration over time when not in combat. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/item">item</a></b>: varies in form depending on its context - base item, floor item, inventory item, merchandise </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/item">item</a></b>: varies in form depending on its context - base item, floor item, inventory item, merchandise </li>
|
|
|
|
|
|
|
|
<li><b>max health</b>: character’s actual max health, affected by the max_health addend and max_health factor. The formula is get_max_health() * get_max_health_factor() + get_max_health_addend().</li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/item">merchandise</a></b>: </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/item">merchandise</a></b>: </li>
|
|
|
|
|
|
|
|
<li><b><a href="/blessfrey-gdd/Mercur">Mercur</a></b>: generic attribution for events </li>
|
|
|
|
|
|
|
|
<li><b><a href="/blessfrey-gdd/MessageBus">MessageBus</a></b>: </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">next</a></b>: (DG era variable, StateMachine.gd) same as the goal_target. The current waypoint for the entity. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">next</a></b>: (DG era variable, StateMachine.gd) same as the goal_target. The current waypoint for the entity. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">next_dot</a></b>: (DG era variable, StateMachine.gd) the first item in the dots array that is not at the entity's global_position. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">next_dot</a></b>: (DG era variable, StateMachine.gd) the first item in the dots array that is not at the entity's global_position. </li>
|
|
|
|
|
|
|
|
<li><b>Penalty</b>: Skill penalties typically include a skill cost and skill cooldown. They are only paid after the skill successfully activates.</li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/proxemics">personal distance</a></b>: 60❥, declared at mobile.gd/personal_space </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/proxemics">personal distance</a></b>: 60❥, declared at mobile.gd/personal_space </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/proxemics">proxemics</a></b>: (concept) interentitic, mechanical distances </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/proxemics">proxemics</a></b>: (concept) interentitic, mechanical distances </li>
|
|
|
|
|
|
|
|
<li><b>side-load</b>: skills can be side-loaded onto the skillbar, avoiding skillbar equip rules, with skills that copy or permanently replace with other skills (Signet of Skill Capture, Arcane Thievery, etc). Also, skills that are offered in a room (i.e., Chloe offers you a temporary Holy Water skill while you are doing the mission)</li>
|
|
|
|
|
|
|
|
<li><b>skill</b>: individual power usable by an entity to modify the attributes other entities. They are represented by an ID. To be used, they are instanced into individual containers and managed by individual DMVs</li>
|
|
|
|
|
|
|
|
<li><b>skill library, skill pool</b>: each entity has its own, full of all its known skills </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/proxemics">social distance</a></b>: 90❥, declared at mobile.gd/social_space </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/proxemics">social distance</a></b>: 90❥, declared at mobile.gd/social_space </li>
|
|
|
|
|
|
|
|
<li><b>skillbar</b>: each entity has its own, full of its equipped skills. There is a limit of 8 skills, 1 elite skill, and no repeating skills. Side-loaded skills avoid these restrictions, but the skillbar will be governed upon zoning. </li>
|
|
|
|
|
|
|
|
<li><b>spirit</b>: energy points. Entity experiences spirit regeneration at all time.</li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/inspect">subject</a></b>: inspect menu has a subject; inspect options will affect it </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/inspect">subject</a></b>: inspect menu has a subject; inspect options will affect it </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">swing</a></b>: (BF era action, ???.gd) Encompasses both weapon swings and the use phase of weapon attack skills. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">swing</a></b>: (BF era action, ???.gd) Encompasses both weapon swings and the use phase of weapon attack skills. </li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<p>in use soon? or never?</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li><b>ActivationUse</b>: a skill is considered ‘used’ once a skillequip has been entered. It will immediately begin activating.</li>
|
|
|
|
|
|
|
|
<li><b>arsenal</b>: a list of SkillEquips. Skills are represented as IDs and must be instanced into a container before they can be used by an entity. The instances are appended to the entity’s skill arsenal upon being ‘equipped’. </li>
|
|
|
|
|
|
|
|
<li><b>remove by tag</b>: published to remove keywords by tag.</li>
|
|
|
|
|
|
|
|
<li><b>skill tagged</b>: published during keyword setup; sends tags and the keyword</li>
|
|
|
|
|
|
|
|
<li><b>skill untagged</b>: published when keyword is untagged, like during keyword teardown; sends tags and the keyword. </li>
|
|
|
|
|
|
|
|
<li><b>SkillEquip</b>: an instance containing a skill and information about its cooldown status. A skill needs one in order to be used.</li>
|
|
|
|
|
|
|
|
<li><b>tag removed</b>: published when a tag was requested to be removed. It won’t be published if the tag’s keyword expires naturally. It sends its tags, the keyword, and the source of removal. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">track</a></b>: (DG era variable, MoveToDestination.gd) If the AI is pathfinding to a point or object, track is true. Upon arrived(), it is false. It is checked in handle_moved_result(result, entity).</li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">track</a></b>: (DG era variable, MoveToDestination.gd) If the AI is pathfinding to a point or object, track is true. Upon arrived(), it is false. It is checked in handle_moved_result(result, entity).</li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">waypoints</a></b>: (DG era variable, StateMachine.gd) the list of selected points the entity will be traveling to. Usually a patrol route. </li>
|
|
|
|
<li><b><a href="/blessfrey-gdd/pathfinding">waypoints</a></b>: (DG era variable, StateMachine.gd) the list of selected points the entity will be traveling to. Usually a patrol route. </li>
|
|
|
|
</ul></p>
|
|
|
|
</ul>
|
|
|
|