Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lunetoiles authored May 2, 2019
1 parent 52b7a3f commit 5a1d070
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions race-framework/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,22 @@
## Miscellaneous rules

**Keep goal index updated**

Rule type: Ongoing - Global

Cond: N != Count of(A) - 1
N <= count of(A) -1

**Player killed event - Reset match**

Rule type: Player Died

State <= 90



**Ultimate pressed - quick reset**

Rule type: Ongoing - Each Player

Cond: State >= 30
Expand All @@ -99,6 +102,7 @@ Rule type: Ongoing - Each Player
Kill(ep)

**Rebuild Leaderboard loop**

Rule type: Ongoing - Global

Cond: Y == true //init complete
Expand All @@ -124,6 +128,7 @@ Rule type: Ongoing - Global


**Make players phase**

Rule type: Ongoing - Each Player

Cond: Has status(ep, phased out) == false
Expand All @@ -132,6 +137,7 @@ Rule type: Ongoing - Each Player
Apply status( Event playser, phased out, 999)

## Global State Machine:

All below rules are of rule type "Ongoing - Global" unless otherwise noted.

All below rules have an implied condition of `"gZ == {state in rule name}"`
Expand Down Expand Up @@ -195,6 +201,7 @@ All below rules have an implied condition of `"gZ == {state in rule name}"`
State <= 15 // unlocking state

**Global state 15 - Freeze players**

Rule type: Ongoing - Each Player

Cond: Has status(Even player, frozen) == false
Expand All @@ -212,6 +219,7 @@ Rule type: Ongoing - Each Player
Loop if true

**Global state 15 and payload checkpoints remain - advance payload**

Rule type: Ongoing - Each Player

Team 2 players
Expand Down

0 comments on commit 5a1d070

Please sign in to comment.