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