updated states
This commit is contained in:
35
README.md
35
README.md
@@ -60,8 +60,12 @@ LovedOnesAwake --> NightPhaseLovedOnesEnd: ready
|
|||||||
WaitForLovedOnes --> NightPhaseLovedOnesEnd
|
WaitForLovedOnes --> NightPhaseLovedOnesEnd
|
||||||
|
|
||||||
NightPhaseLovedOnesEnd --> NightPhaseMain : all ready
|
NightPhaseLovedOnesEnd --> NightPhaseMain : all ready
|
||||||
NightPhaseMain --> NightPhaseLate : Witch/Leaderwolf && voted && actions done and all ready
|
|
||||||
|
|
||||||
|
state NightPhaseMain {
|
||||||
|
!include https://gitea.d1v3.de/matthias/pywerewolf/raw/branch/master/README.md!NightPhaseMain
|
||||||
|
}
|
||||||
|
|
||||||
|
NightPhaseMain --> NightPhaseLate : Witch/Leaderwolf && voted && actions done and all ready
|
||||||
NightPhaseLate: LeaderWolf selects victim to convert
|
NightPhaseLate: LeaderWolf selects victim to convert
|
||||||
NightPhaseLate: witch is allowed to select heal/murder
|
NightPhaseLate: witch is allowed to select heal/murder
|
||||||
|
|
||||||
@@ -69,3 +73,32 @@ NightPhaseMain --> ShowDead: no Witch/Leaderwolf && voted && actions done and al
|
|||||||
NightPhaseLate --> ShowDead: actions taken
|
NightPhaseLate --> ShowDead: actions taken
|
||||||
@enduml
|
@enduml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```plantuml
|
||||||
|
@startuml(id=NightPhaseMain)
|
||||||
|
state NightPhaseMainStart <<fork>>
|
||||||
|
[*] --> NightPhaseMainStart
|
||||||
|
NightPhaseMainStart --> SelectVictim: Werewolfes || Spy
|
||||||
|
NightPhaseMainStart --> SelectIdentity: Seer
|
||||||
|
NightPhaseMainStart --> SelectProtectee: Protector
|
||||||
|
NightPhaseMainStart --> SeeWerewolfes: ParanormalInvestigator && FirstRound*
|
||||||
|
NightPhaseMainStart --> Sleep: Villager
|
||||||
|
|
||||||
|
|
||||||
|
state NightPhaseMainEnd <<join>>
|
||||||
|
SelectVictim --> NightPhaseMainEnd: Werewolfes || Spy
|
||||||
|
SelectIdentity --> NightPhaseMainEnd: Done
|
||||||
|
SelectProtectee --> NightPhaseMainEnd: Done
|
||||||
|
SeeWerewolfes --> NightPhaseMainEnd: Done
|
||||||
|
Sleep --> NightPhaseMainEnd: Ready
|
||||||
|
|
||||||
|
NightPhaseMainEnd --> [*]
|
||||||
|
|
||||||
|
@enduml
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user