Skip to content

Releases: tiltowait/inconnu

Inconnu v2.0.0

17 Sep 00:48
1901624
Compare
Choose a tag to compare

Inconnu 2.0.0

New:

  • Added the /aggheal command, which automates healing Aggravated damage.
  • Server admins can now perform the following commands on other players’ behalf: /vr, /traits list, /character display.
  • Added a hunger parameter to macro creation that specifies whether the character’s current Hunger should be used in the roll. Default is true. It can be overridden when you make a macro roll.
  • Added a rouse re-roll option.
  • Added the ability to blood surge in rolls. The surge value is automatically determined by the character’s Blood Potency as defined in the V5 Companion. To blood surge, simply add + surge to your pool.

Improved:

  • Probabilities are shown to two decimal places (up from 1).
  • Further tweaks to roll outcome calculation. (Potentially fixes some very rare edge cases.)
  • The message when a trait cannot be found now shows the character name.
  • Re-roll buttons time out after 10 minutes.
  • When you adjust your total XP, current XP is also adjusted accordingly.
  • Improved the output of /mend.
  • Numerous under-the-hood improvements.

Fixed:

  • “You do not have a macro named None” has been fixed.
  • Current XP could exceed total XP or could be negative.
  • Total XP could be negative.
  • Invoking hunger without a specified character when you have more than one character would not present the character chooser.
  • It was not possible to mend while at Hunger 5.

Invonnu v1.3.0

15 Sep 20:07
d64dfad
Compare
Choose a tag to compare

Inconnu 1.3.0

New:

  • Added a /probability command. You may calculate the probabilities of roll outcomes, including the use of one of the four re-roll strategies. You may enter either raw numbers or a trait pool for the roll.
  • You may now perform basic rolls in DMs.
  • You may now perform simple addition and subtraction when using a macro. For instance: /vm hunt-1 will roll your hunt macro with one fewer die.
  • You may reference your Hunger in a macro. For instance: /vm hunt hunger will roll your hunt macro and apply your character’s Hunger.

Improved:

  • Added “Help” buttons to every single error message that direct you to the appropriate spot in the documentation.
  • Revamped many error messages. Now, if you have multiple characters and issue a command without specifying one, Inconnu will present a list of options so you don’t have to reenter your command. (Exception: Character deletion.)

Fixed:

  • Messy criticals where there without normal 10s were not properly counted as messy criticals.

Inconnu v1.2.0

14 Sep 02:17
7b19854
Compare
Choose a tag to compare

Inconnu 1.2.0

New:

  • You may now perform basic rolls in DMs.
  • You may now perform simple addition and subtraction when using a macro. For instance: /vm hunt-1 will roll your hunt macro with one fewer die.
  • You may reference your Hunger in a macro. For instance: /vm hunt hunger will roll your hunt macro and apply your character’s Hunger.

Improved:

  • Removed legacy //v command. This simplifies the logic of the roll parser. As a result, non-attributed rolls (those without traits and with the character parameter left empty) will no longer automatically be attributed to your character.
  • If you fail a Hunger 5 Rouse check, the bot advices you to use /frenzy.
  • The bot will detect if you have DMs disabled and complain when you try to create a character or add incognito traits.

Fixed:

  • Clicking on another person’s re-roll buttons would cancel their ability to re-roll.
  • The bot would not allow you to Rouse when at Hunger 5.

Inconnu v1.1.1

13 Sep 16:04
aba4394
Compare
Choose a tag to compare

Inconnu 1.1.1

Improved:

  • The completion message when you finish making a character has been overhauled.
  • Macros and characters are properly sorted.
  • Reformatted no-character and many-character /character display messages.
  • /character update now prints a readout of changes.
  • Creation wizard clarifies trait modification must be done in-server.
  • The bot displays an error message when using guild-restricted commands in DMs rather than “Interaction failed”.
  • Slight improvements to rouse result display.

Fixed:

  • The bot no longer gives a This interaction failed message if your dice pool is 0 or less.
  • Instead of a “mortal” chargen option, there was a duplicate “ghoul” option. This has been fixed.

Inconnu v1.1.0

12 Sep 20:14
0555b60
Compare
Choose a tag to compare

Inconnu 1.1.0

New

  • Added a Risky Avoid Messy re-roll option that re-rolls 10s and failures.

Improved

  • Trait sorting is now case-insensitive.
  • Trait addition/modification/deletion have more graceful failure conditions.

Fixed

  • Fixed a bug that allowed you to create a duplicate trait.
  • Library update should hopefully tackle/greatly reduce the rate-limiting issue that causes interaction failures.