diff --git a/src/blessfrey-gdd/passive-skill b/src/blessfrey-gdd/passive-skill new file mode 100644 index 0000000..bb9297c --- /dev/null +++ b/src/blessfrey-gdd/passive-skill @@ -0,0 +1,33 @@ +

description

+

Passive skills bestow a constant effect and are perpetually applied in the background.

+ +

flow

+ + +

Skills perform their function on their user and target, but they are also applied to their target's applied_skills, a list of skill usages.

+ +

structure

+

+ +

logic

+

end

+

A skill naturally ends after completion. After all the keywords are complete, the skill will complete.

+ +

A skill prematurely ends if it is removed (the remove keyword targets applied skills) or reapplied (a duplicate skill ends earlier instances of the skill then is applied normally).

+ +

When a skill ends for any reason, all keywords must also end.

diff --git a/src/static/extra/RegisterGame.bat b/src/static/extra/RegisterGame.bat new file mode 100755 index 0000000..75144f4 --- /dev/null +++ b/src/static/extra/RegisterGame.bat @@ -0,0 +1 @@ +reg import vampire.reg \ No newline at end of file diff --git a/src/views/milestones.tpl b/src/views/milestones.tpl index 2487b34..52dc730 100644 --- a/src/views/milestones.tpl +++ b/src/views/milestones.tpl @@ -152,6 +152,11 @@
  • {{random.choice(['.','•','☆','★'])}} canceled skills still exact their initial costs
  • {{random.choice(['.','•','☆','★'])}} canceled skills do not need to recharge
  • {{random.choice(['.','•','☆','★'])}} canceled skills do not cause aftercast delay
  • +
  • {{random.choice(['.','•','☆','★'])}} skills can affect multiple targets
  • +
  • {{random.choice(['.','•','☆','★'])}} skills can fail if not targeting a human
  • +
  • {{random.choice(['.','•','☆','★'])}} skill can be self-targeting, regardless of target
  • +
  • {{random.choice(['.','•','☆','★'])}} skills can affect everything within an area
  • +
  • {{random.choice(['.','•','☆','★'])}} skills can affect everything of a certain type
  • skill autoequip from save✗
  • skill equip new skill/empty slot/rearrange skillbar✗
  • skill use by click/keyboard/AI selection✗