added late night
This commit is contained in:
25
README.md
25
README.md
@@ -63,8 +63,9 @@ state NightPhaseMain {
|
||||
}
|
||||
|
||||
NightPhaseMain --> NightPhaseLate : Witch/Leaderwolf && voted && actions done and all ready
|
||||
NightPhaseLate: LeaderWolf selects victim to convert
|
||||
NightPhaseLate: witch is allowed to select heal/murder
|
||||
state NightPhaseLate {
|
||||
!include https://gitea.d1v3.de/matthias/pywerewolf/raw/branch/master/README.md!NightPhaseLate
|
||||
}
|
||||
|
||||
NightPhaseMain --> ShowDead: no Witch/Leaderwolf && voted && actions done and all ready
|
||||
NightPhaseLate --> ShowDead: actions taken
|
||||
@@ -94,6 +95,26 @@ NightPhaseMainEnd --> [*]
|
||||
@enduml
|
||||
```
|
||||
|
||||
```plantuml
|
||||
@startuml(id=NightPhaseLate)
|
||||
state NightPhaseLateStart <<fork>>
|
||||
[*] --> NightPhaseLateStart
|
||||
NightPhaseLateStart --> SelectHealOrPoison: Witch
|
||||
NightPhaseLateStart --> SelectLeaderVictim: Leaderwolf
|
||||
NightPhaseLateStart --> SleepAgain: Villager
|
||||
|
||||
|
||||
state NightPhaseLateEnd <<join>>
|
||||
SelectHealOrPoison --> NightPhaseLateEnd: Selection finished
|
||||
SelectHealOrPoison -> SelectHealOrPoison: Next selection
|
||||
SelectLeaderVictim --> NightPhaseLateEnd: Done
|
||||
SleepAgain --> NightPhaseLateEnd
|
||||
|
||||
NightPhaseLateEnd --> [*]
|
||||
|
||||
@enduml
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user