updated states
This commit is contained in:
38
README.md
38
README.md
@@ -40,9 +40,6 @@ state MainPhase {
|
|||||||
state NightPhaseCupin <<fork>>
|
state NightPhaseCupin <<fork>>
|
||||||
[*] --> NightPhaseCupin: Game has Cupin
|
[*] --> NightPhaseCupin: Game has Cupin
|
||||||
[*] --> NightPhaseMain: no Cupin
|
[*] --> NightPhaseMain: no Cupin
|
||||||
NightPhaseMain : Werewolfes awake & select (vote) their victim
|
|
||||||
NightPhaseMain : Seer/Spy/Protector/ParanormalInvestigator awaken & access feat
|
|
||||||
NightPhaseMain : sleep & confirm
|
|
||||||
|
|
||||||
|
|
||||||
state NightPhaseCupinEnd <<join>>
|
state NightPhaseCupinEnd <<join>>
|
||||||
@@ -60,8 +57,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 +70,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