ORK Framework Logo - RPG Editor for Unity
  • Features
  • Showcase
  • Guide
    • Documentation
    • Tutorials
    • API
  • ORK 2
    • Tutorials
    • Plugins
    • API
  • Support
  • Forum
  • Get ORK

Getting Started

  • Introduction
  • First Steps
  • Game Starters
  • Components Overview
  • Player/Camera Controls
  • Game Over

Editor

  • Editor Overview
  • Base/Control Section
  • Game Section
  • UI Section
  • Templates Section
  • Status Section
  • Inventory Section
  • Combatants Section
  • Battles Section

Features

  • Animations
  • Areas & Teleports
  • Combatant Triggers
  • Control Maps
  • Difficulties
  • Factions
  • Formations
  • Formula Nodes
  • Logs
  • Loot
  • Move AI
  • Quests
  • Research Trees
  • Schematic Nodes
  • Shortcut Slots

Status System

  • Status Values
  • Status Effects
  • Attack/Defence Modifiers
  • Abilities
  • Combatants
  • Classes
  • Status Bonuses
  • Status Conditions

Inventory System

  • Inventory System Overview
  • Currencies
  • Items
  • Equipment
  • AI Behaviours/Rulesets
  • Crafting Recipes
  • Shops

Battle System

  • Battle Systems
  • Adding Battles to Scenes
  • Calculating Action Results
  • Battle Menus
  • Battle AI
  • Battle AI Nodes
  • Battle Ranges
  • Battle Camera
  • Target Selection
  • Battle Spots
  • Battle Texts
  • Battle End & Loot Dialogues
  • Action Combos
  • Damage Types
  • Cursor Prefab Components
  • Grid Battles
  • Adding Battle Grids to Scenes
  • Battle Grid Highlights
  • Battle Grid Formations

UI System

  • UI System Overview
  • Start Menu
  • Menu Screens
  • Notifications
  • Combatant Selections
  • Quantity Selections
  • Text Display Settings
  • Cursor Settings
  • Console (In-Game)
  • Menu Requirements
  • HUDs: Content Providers
  • HUDs: Conditions
  • HUDs: Click Actions
  • HUDs: Text Content
  • HUDs: Value Bar Content
  • HUDs: Status Values
  • HUDs: Status Effects
  • HUDs: Attack Modifiers
  • HUDs: Defence Modifiers
  • HUDs: Shortcuts
  • HUDs: Abilities
  • HUDs: Equipment
  • HUDs: Class Slots
  • HUDs: AI Behaviours
  • HUDs: AI Rulesets
  • HUDs: Quests
  • Timebar HUD

Scripting

  • Scripting Overview
  • Access Handler
  • Code Extensions
  • Combatant Scripting
  • Custom Nodes
  • Custom Component Save Data
  • Home
  • Guide
  • Documentation
  • UI System
  • HUDs: Value Bar Content

HUDs: Value Bar Content

Table of Contents
  • ORK HUD Value Bar Content
    • Value Type
      • Action Time
      • Actions Per Turn
      • Cast Time
      • Chance
      • Delay Time
      • Durability
      • Grid Move Range
      • Inventory Space
      • Level Points
      • Quest Task Requirement
      • Research Count
      • Research Progress
      • Reuse Time
      • Status Effect Duration
      • Status Value
      • Timebar
    • Unity UI

HUDs can display numerical values as value/icon bars, e.g. a combatant’s status values or an ability’s cast time.

ORK HUD Value Bar Content #

The ORK HUD Value Bar Content is used for displaying a specific content’s numerical value.

Value Type #

The Value Type selection defines which kind of content will be displayed.

Action Time #

Displays a combatant’s action time (only in ‘Turn Based’ and ‘Phase’ type battles).

The displayed content has to be a combatant.

Actions Per Turn #

Displays a combatant’s actions per turn (only in ‘Turn Based’ and ‘Phase’ type battles).

The displayed content has to be a combatant.

Cast Time #

Displays the cast time of a combatant currently casting an action (only while casting). Can also be used to display the cast time of a shortcut.

The displayed content has to be a combatant or a shortcut with running cast time (e.g. ability, item, etc.).

Chance #

Displays the hit or critical chance of the previewed ability on the combatant. Only used when there’s a preview.

The displayed content has to be a combatant with a status preview containing hit or critical chance information.

Delay Time #

Displays a combatant’s delay time (only while the time is running).

The displayed content has to be a combatant with a running delay time.

Durability #

The durability of an equipment.

The displayed content has to be an equipment using durability.

Grid Move Range #

Displays a combatant’s grid move range (only in grid battles).

The displayed content has to be a combatant.

Inventory Space #

Displays the combatant’s inventory space.

The displayed content has to be a combatant.

Level Points #

The level points of an ability or equipment.

The displayed content has to be a shortcut that can level up (equipment or ability).

Quest Task Requirement #

The count of a quest task’s requirement.

The displayed content has to be a quest task’s requirement (e.g. to display the number of items that need to be collected).

Research Count #

The research count of a research item.

The displayed content has to be a research item.

Research Progress #

The progress of a research item.

The displayed content has to be a research item.

Reuse Time #

Displays the reuse time/turns of an ability or item. Only displayed while the reuse time/turns is active.

The displayed content has to be a shortcut with a running reuse time (e.g. ability or item).

Status Effect Duration #

The duration (remaining time/turns) of a status effect, only shown when the effect uses a duration.

The displayed content has to be a status effect with a duration.

Status Value #

Displays the value of a combatant’s status value.

The displayed content has to be a status value or a class using status development (displays the class experience in this case).

Timebar #

Displays the timebar or used timebar value of a combatant (only in ‘Active Time’ type battles).

The displayed content has to be a combatant.

Unity UI #

Using the Unity UI module, this content is set up using the ORK HUD Value Bar Content component. The components are responsible for defining the content that will be displayed – the source of the content comes from the referenced HUD Content Provider component (Content Provider field).

The actual content is displayed by the referenced HUD Value Bar component (Value Bar field).

You can quickly create a setup using the context menu in the scene hierarchy: ORK Framework > HUD > Content > Value Bar (Sprite)

Many other context menu commands also include ORK HUD Value Bar Content setup.

You can also use the ORK HUD Icon Bar Content component – instead of a single value bar, this setup creates multiple icons, each icon being a value bar on it’s own, representing a part of the displayed value. E.g. going for a Zelda-like hearts UI to show your health, the icon bar is the way to go.

Editor, UI
Share This Article :
  • Facebook
  • Twitter
  • LinkedIn
  • Pinterest
Updated on September 15, 2022
Table of Contents
  • ORK HUD Value Bar Content
    • Value Type
      • Action Time
      • Actions Per Turn
      • Cast Time
      • Chance
      • Delay Time
      • Durability
      • Grid Move Range
      • Inventory Space
      • Level Points
      • Quest Task Requirement
      • Research Count
      • Research Progress
      • Reuse Time
      • Status Effect Duration
      • Status Value
      • Timebar
    • Unity UI
Sitemap
  • Features
  • Showcase
  • Guide
    • Documentation
    • Tutorials
    • API
  • ORK 2 Hub
    • Tutorials
    • Plugins
    • API
  • Support
  • Forum
  • Get ORK
  • Contact
  • Blog
  • Makinom
  • gamingislove.com
Categories
  • News (59)
  • ORK 2 (137)
    • Tutorial (137)
      • Game tutorial (50)
      • Gameplay (32)
      • How-to (55)
  • Release (129)
Search

© 2015 Gaming is Love e.U.

Disclosure: This site may contain affiliate links, which means I may receive a commission if you click a link and purchase something that I have recommended. While clicking these links won’t cost you any money, they will help me fund my development projects while recommending great assets!