Design
WebsiteGitHubGitBook
  • ✍️Design Intro
    • Gameplay Summary
    • Art Style
  • 🕹️Basic Game Mechanics
    • 🖥️User Interface
      • Server Hub
      • Server Lobby
        • Edit Character
      • Game
        • Player HUD
        • In-game Settings
        • Inventory
        • Radial Menu
        • Misc. UI Elements
        • Windows
    • 🎮Controls
    • 🔦Field of Vision
    • 🔍Examine
    • 🖐️Interactions
      • Move
      • Activate
      • Access
    • ⏳Rounds
  • 🛰️Environment
    • 🗺️Tilemaps
      • Stations
      • Planets
      • Tile Objects
        • Airlocks
    • ☁️Atmospherics
      • Gas Substances
    • 🧩Connectables
      • Basic Adjacency Connections
      • Advanced Adjacency Connections
      • Window Divider Adjacency Connections
      • Counter Adjacency Connections
      • Directional Adjacency Connections
      • Disposal Adjacency Connections
        • Disposal Furniture Connections
      • Pipe Adjacency Connections
        • Pipe Furniture Connections
      • Transit Tube Adjacency Connections
      • Wire Adjacency Connections
      • Airlock Adjacency Connections
    • 🏗️Construction
      • Construction Recipes
        • Walls / Windows
        • Doors
      • Menu and User Case
      • Propositions and Suggestions
    • 🔓Crew Access
    • ⚡Electricity
      • Power Grid
    • 📞Communication Systems
  • 👫Entities
    • 🎥Roles
      • 📋Crew
        • Nanotrasen
        • Command
        • Security
        • Engineering
        • Medical
        • Science
        • Supply
        • Civilian
        • Silicons
      • Antagonists
        • Primary Antags
        • Secondary Antags
      • Ghosts
    • 🧙‍♂️Characters
      • Player Characters
      • NPCs
    • 🌡️Health
      • Stamina
      • Damage
      • Body Systems
        • Organs
          • Lungs
          • Heart
        • Blood
        • Oxygen
        • Pain
        • Death
        • Body parts volume
      • Healing
        • Surgery
    • ⚔️Combat
      • Combat Mode
        • Help
        • Harm
        • Grab
        • Hold
        • Push
        • Toss and Throw
        • Items
          • Melee
          • Ranged
      • Melee combat
  • 🔦Items
    • 📌Hold Positions
    • 🍕Food
    • 🧰Containers
  • 🎬Actions
    • 🛠️Crafting
      • Makeshift, simple Crafting
      • Advanced Crafting
      • Specialized Crafting
    • ⚗️Chemistry
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Entities
  2. Combat
  3. Combat Mode

Items

ITEMS

There are several options proposed on how to deal with item interactions when tied to the intents, but one overall rule remains: items that are made to be used on a character should be easily used on them if needed. In other words:

LEFT_CLICK on an active target character, while having an item that's marked as "helpful" in hand, will result in the primary interaction of the item applied on the target character. (Works regardless of the player's current mode.)

(For example, clicking on another character with a syringe or food in your hand will make you attempt to inject or force feed them)

LEFT_CLICK on an active target character, while having an item that's marked as "harmful", either "melee" or "ranged", in hand, will result in an attempt to use the item on the target character accordingly (see section WEAPONS). (Works regardless of the player's current mode, but this action automatically enables Combat mode)

The rest is divisive. The items that were not made to be used on humans, ideally, should still be used on them in some way. For example, the toolbox.

Option true to the SS13: LEFT_CLICK on an active target character, while having an item that's not marked as "helpful" or "harmful" in hand will result in an attempt to bash the target character with this item. (Works regardless of the player's current mode.)

This, however, has a problem of player/character disconnect (RP stuff) and it generally wouldn’t make sense hurting someone with the HELP intent. For this purpose, another set of options was suggested:

LEFT_CLICK on an active target character, while having an item that's not marked as "helpful" or "harmful" in hand, will result in:

  • a message "You can't help this person with your hands full" (Works regardless of the player's current mode.)

  • an attempt to bash the target character with this item. In HARM mode, the rules for improvised melee weapons apply. In HELP mode, the damage is reduced to ⅓ or less, depending on the traits of the item, such as "sharp" or "chemical" or "breakable"

  • an attempt to bash the target character with this item. In HARM mode, the rules for improvised melee weapons apply. In HELP mode, the damage is reduced 0, so only the effect of the hit (such as the animation and the sound) remains

  • an attempt to bash the target character with this item (In HARM mode) or an attempt to drop the item and help the target character with a freed hand (In HELP mode)

  • an attempt to bash the target character with this item (In HARM mode) or an attempt to offer the said item to the target character (In HELP mode)

PreviousToss and ThrowNextMelee

Last updated 1 year ago

Was this helpful?

👫
⚔️