1
0
Fork 0
spacetac/README.md

139 lines
6.2 KiB
Markdown
Raw Normal View History

2015-01-13 00:00:00 +00:00
# SpaceTac, a space tactical RPG
2015-04-21 15:09:02 +00:00
[![Build Status](https://travis-ci.org/thunderk/spacetac.svg?branch=master)](https://travis-ci.org/thunderk/spacetac)
2017-01-12 18:49:02 +00:00
[![Code Coverage](https://codecov.io/gh/thunderk/spacetac/branch/master/graph/badge.svg)](https://codecov.io/gh/thunderk/spacetac)
2015-04-21 15:09:02 +00:00
2017-01-12 18:49:02 +00:00
**Disclaimer: this is a work-in-progress technology preview**
2015-01-13 00:00:00 +00:00
2017-01-12 18:49:02 +00:00
[![Play Online](https://thunderk.net/spacetac/play.svg)](https://thunderk.net/spacetac/)
*Play directly in your browser, no download or dependency required.*
2017-01-11 00:38:08 +00:00
2017-01-15 11:45:18 +00:00
## How to develop
If you want to build on your computer, clone the repository, then run:
npm install # Install dependencies
npm test # Run unit tests
rpm start # Start development server, and open game in web browser
After making changes to sources, you need to recompile:
npm run build
2017-04-15 21:16:55 +00:00
## Credits
* **[Michaël Lemaire](https://thunderk.net/)** - Code and graphics
* **[Matthieu Desprez](https://github.com/edistra)** - Beta testing and ideas
* **[Viktor Hahn](https://opengameart.org/content/spaceships-6)** - Ship models
* This work, made by Viktor Hahn (Viktor.Hahn@web.de), is licensed under the Creative Commons Attribution 3.0 Unported License. http://creativecommons.org/licenses/by/3.0/
* **Nicolas Forgo** - Ship models
2017-04-15 21:16:55 +00:00
* **[Phaser](http://phaser.io)** - Game engine
* **[Kevin MacLeod](http://www.incompetech.com/)** - Musics
* "Full On" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0 License
http://creativecommons.org/licenses/by/3.0/
* "Walking Along" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0 License
http://creativecommons.org/licenses/by/3.0/
2017-04-15 21:16:55 +00:00
2017-02-08 18:54:02 +00:00
## Ships
2017-03-17 00:07:00 +00:00
### Level and experience
A ship gains experience during battles. When reaching a certain amount of experience points,
a ship will automatically level up (which is, gain 1 level).
A ship starts at level 1. There is no upper limit to level value (except 99, for display sake,
but it may not be reached in a classic campaign).
2017-02-08 18:54:02 +00:00
### In-combat values (HSP)
In combat, a ship's vitals are represented by the HSP system (Hull-Shield-Power):
2017-01-11 00:38:08 +00:00
* **Hull** - Amount of damage that a ship can sustain before having to engage emergency stasis
2017-01-11 00:38:08 +00:00
* **Shield** - Amount of damage that the shield equipments may absorb to protect the Hull
* **Power** - Available action points (some actions require more power than others)
2017-02-08 18:54:02 +00:00
These values will be changed by various effects (usage of equipments, sustained damage...).
Once the Hull of a ship is fully damaged (Hull=0), the ship engages its ESP, or Emergency
Statis Protocol. This protocol activates a statis field that protects the ship for the
remaining of the battle, preventing any further damage, but rendering it fully inoperent.
For battle purpose, the ship is to be considered "dead".
2017-02-08 18:54:02 +00:00
### Attributes
Attributes represent a ship's ability to use its HSP system:
* **Initiative** - Ability to play before other ships in the play order
* **Hull capacity** - Maximal Hull value (when the battle starts)
* **Shield capacity** - Maximal Shield value (when the battle starts)
* **Power capacity** - Maximal Power value
* **Initial power** - Power immediately available at the start of battle
2017-01-11 00:38:08 +00:00
* **Power recovery** - Power generated at the end of a ship's turn
2017-02-08 18:54:02 +00:00
These attributes are the sum of all currently applied effects (being permanent by an equipped item,
or a temporary effect caused by a weapon or a drone).
For example, a ship that equips a power generator with "power recovery +3", but has a sticky effect
of "power recovery -1" from a previous weapon hit, will have an effective power recovery of 2.
### Skills
Skills represent a ship's ability to use equipments:
2017-01-11 00:38:08 +00:00
* **Materials** - Usage of physical materials such as bullets, shells...
* **Electronics** - Components of computers and communication
* **Energy** - Raw energy manipulation
* **Human** - Management of a human team and resources
* **Gravity** - Interaction with gravitational forces
* **Time** - Manipulation of time
2017-02-06 21:46:55 +00:00
2017-02-08 18:54:02 +00:00
Each equipment has minimal skill requirements to be used. For example, a weapon may require "materials >= 2"
and "energy >= 3" to be equipped. A ship that does not meet these requirements will not be able to use
the equipment.
2017-03-17 00:07:00 +00:00
Skills are defined by the player, using points given while leveling up.
As for attributes, skill values may also be altered by equipments.
2017-02-08 18:54:02 +00:00
If an equipped item has a requirement of "time skill >= 2", that the ship has "time skill" of exactly 2, and
that a temporary effect of "time skill -1" is active, the requirement is no longer fulfilled and the equipped
item is then temporarily disabled (no more effects and cannot be used), until the "time skill -1" effect is lifted.
2017-02-08 18:54:02 +00:00
2017-05-16 23:12:05 +00:00
## Equipments
### Overheat/Cooldown
Equipments may overheat, and need to cooldown for some time, during which it cannot be used.
If an equipment has "overheat 2 / cooldown 3", using it twice in the same turn will cause it to
overheat. It then cannot be used for the next three turns. Using this equipment only once per turn
is safe, and will never overheat it.
If an equipment has multiple actions associated, any of these actions will increase the shared heat.
*Not done yet :* Some equipments may have a "cumulative overheat", meaning that the heat is stored between turns, cooling down 1
point at the end of turn.
*Not done yet :* Some equipments may have a "stacked overheat", which
is similar to "cumulative overheat", except it does not cool down at
the end of turn (it will only start cooling down after being overheated).
2017-02-06 21:46:55 +00:00
## Drones
Drones are static objects, deployed by ships, that apply effects in a circular zone around themselves.
2017-05-10 22:52:16 +00:00
A drone lasts for a given number of battle cycles. For example, if there are 8 ships in play, a 2-cycles
drone will try to activate 16 times, before being destroyed.
All drones activate between two ship turns. At each activation, the drone effects are applied to any ship
in the surrounding zone, except if less than a battle cycle passed since last activation for this ship.
2017-02-06 21:46:55 +00:00
Drones are fully autonomous, and once deployed, are not controlled by their owner ship.
2017-05-16 23:12:05 +00:00
They are small and cannot be the direct target of weapons.
*Not done yet :* They are not affected by area effects,
2017-02-08 18:54:02 +00:00
except for area damage and area effects specifically designed for drones.