Commit graph

28 commits

Author SHA1 Message Date
MRegnard
01d02f6bc4
Adding the reminder tokens "Townsfolk", "Outsider", "Minion" and "Demon" (#204) 2024-12-04 20:25:56 +00:00
MRegnard
33b9fd0a6d
Updating Night Order (#199)
Updating the night order, and adding Dusk during the first night

Pour prendre en compte le Spécialiste, récemment ajouté
2024-12-04 19:57:25 +00:00
MRegnard
4cdd2d340f
Adding special votes (#198)
Creates a window to choose the type of special vote
- Adding the argument "playerForSpecialVote"
- Updating the history to take account of the special votes
- Allowing all players to vote during special vote
- Adding an option "Special vote" in players' menu
NB: This skull will not be visible while the vote is still open. You need to close the vote first.
If the vote is detected as special, the majority isn't printed

This change affects the Story Teller's mark (for the case of an Atheist-script, where the Story Teller is marked as being on the block).

This mark is now hidden for players if the option "Organ Grinder Vote" is turned on.
2024-12-04 19:55:43 +00:00
Pingumask
a9b65e088d last fixes 2024-08-25 23:38:56 +02:00
MRegnard
4a459dc7b6
Plurial for the categories (#172)
* Categories plural
2024-08-25 20:10:03 +00:00
MRegnard
03dc0a13b8
Space before colons in the french version (#162)
* Update CHANGELOG.md

* space before colons

* Adding a missing space
2024-06-21 10:10:14 +02:00
MRegnard
600a85cfd3
French translation of "nominations" (#159)
* Update CHANGELOG.md

* french word for "nomination"
2024-06-21 10:06:02 +02:00
MRegnard
86fb778dd9
Changing the french word for "Minion" (#149)
* Update CHANGELOG.md

* French word for Minion (ui)

* French word for Minions

* French word for "Minion" (+Clockmaker+Imp+Preacher)

* Adding "encore en vie"

My bad. Even if the original description doesn't say it, the almanac is clear.

* Cancelling two changes

---------

Co-authored-by: Pingumask <68610022+Pingumask@users.noreply.github.com>
2024-06-21 08:47:16 +02:00
MRegnard
5ed68cd264
Correcting nomination messages (#173)
Correcting nomination messages (#173)
2024-04-22 18:53:12 +00:00
MRegnard
629e07c1b8
Translating Reference roles' hover text (#174)
Translating Reference roles' hover text (#174)
2024-04-22 18:47:22 +00:00
MRegnard
bdea5f83a5
Translating Night Order's hover text (#175)
Translating Night Order's hover text (#175)
2024-04-22 18:45:04 +00:00
Pingumask
85f5387305 Fix json issues 2024-04-19 23:25:25 +00:00
MRegnard
3f666ce5f4
Updating night order print (#108) 2024-02-04 23:46:59 +00:00
MRegnard
c536845bcc
Adding an asterisk in the roles reference (#116) 2023-11-10 21:13:45 +00:00
MRegnard
34bcbff811
Exile message (#115) 2023-11-10 21:10:37 +00:00
Pingumask
3941b87da1 Script selection UI rework 2023-07-30 13:17:36 +00:00
MRegnard
d1f72a5d47
Correcting the print, when the ST assigns the roles (#93) 2023-07-05 18:27:12 +00:00
MRegnard
8038d21a09
Correcting the french message before a vote (#79) 2023-06-21 19:40:34 +00:00
MRegnard
12fb45ccaa
Translating "Exile" and "Execution" in french (#82) 2023-06-21 19:36:13 +00:00
MRegnard
3e859a8850
Adding the Organ Grinder (#42)
* Adding Organ Grinder's icon

* Adding Organ Grinder's English description

* Adding Organ Grinder's French Description

* Adding Organ Grinder's English Jinxes

* Adding Organ Grinder's French Jinxes

* Correcting a typo

* Correcting a typo

* Adding a new icon

* Temporary change to test presence of new icon

* Adding some texts

They will be useful later

* Adding some texts, useful later

* Adding print in History for hidden vote

* Correcting history's print

* Adding new token for Organ Grinder

* New token for Organ Grinder

* Adding new (boolean) parameter for hidden vote

* Adding a new option in the menue

Without effect for now

* Cancelling previous update

* Adding new option in the menue

For now, without the bad effect

* Test: is the variable "isOrganGrinder" detected?

* The option in the menue can now change a variable

* Updating the saving of vote history

Taking account the possibility of Organ Grinder

* Correcting the previous commit

Deleting an unexpected "locale"

* Testing new way

Because of its folder, this file doesn't have access to the grimoire. I test now to give the boolean "organVote" as a parameter.

* Testing giving "organGrinder" as a parameter

* Testing to find the "grimoire" variable

* Adding a print for debbug

* Deleting the console.log, but adding a new test

* Test to know if the bool variable is seen

* End of test, get back to the normal type

* Test

* Cancelling all changes in Vote.vue

* Trying to access to the grimoire with an import

* Testing again to import grimoire

* Testing to print organGrinder

* Gone back to the first changes

Now, we just have to know where is the grimoire, for the import

* Test for access to the grimoire

* New test to find the grimoire

* Trying to import 'state' instead of 'grimoire'

* maybe the import is useless

* Trying what happens if organGrinder=true

* Trying access to index.js/state without conflict

* Update session.js

* Update session.js

* Update session.js

* Correcting typo

* Update session.js

* Update session.js

* Update session.js

* Update session.js

* Update session.js

* Update session.js

* Update session.js

* Update session.js

* Update session.js

* Update session.js

* Final version of this file

* Updating a sentence in singular

* Correcting Organ Grinder's ability

The Organ Grinder's ability is not active for exiles.

* Hiding the number of votes if Organ Grinder

* Trying new bool, maybe better that "isStoryTeller"

* Update Vote.vue

* Update Vote.vue

* Just for a test

* Update Vote.vue

* It's just for a test

* Cancelling all changes, I'll see it later

* Updating to take account isOrganGrinderVoteMode

* Allowing Story Teller to see history

(even if there is an Organ Grinder)

* Correcting ?:

An "else" condition is necessary.

* Trying to correct the error with new parenthesis

* Hidding the number of hands up during vote

Only for players, and only if there is an Organ Grinder

* Test for hide vote

* Update Player.vue

* Cancelling changes

* Test for icons

* New test to confirm the "v-if" is detected

* New test

* Trying to add the "?"

* Testing adding some new elements to print the "?"

* Finishing the print of "?"

The print wasn't printed for other players before the vote lock.

* Corecting a careless mistake

* Finalising the hidden votes

- Correcting the conditions (the previous ones was for tests
- Changing the colour of "?"

* Adding a new colour

* Removing the previous (and without effect) change

* Adding a new colour
2023-05-09 17:32:02 +00:00
Pingumask
0e3451fc80
Merge branch 'develop' into develop 2023-04-23 20:06:56 +00:00
MRegnard
a2b38b4fde
Best translation of "Time" (Vote History) 2023-04-17 21:58:31 +02:00
MRegnard
7fcbca2692
Orthographical & Grammatical Correction 2023-04-17 19:51:23 +02:00
Pingumask
9df8456774 Preset Timers 2022-12-29 17:05:03 +01:00
pingumask
b44bab4cf7 streamer mode 2022-12-26 13:09:47 +01:00
Pingumask
d59cef24d3 storyteller tools 2022-11-06 17:48:18 +01:00
pingumask
738d2c42ff add "Ring bell" for Strory teller 2022-10-27 22:37:06 +02:00
Pingumask
fdb208c03a Localization + French translation 2022-10-27 22:36:19 +02:00