Skip to content

Qui-Gon-Jin/punk_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Punk Bot

Discord bot for Cyberpunk 2020 tabletop game

Bot created to play Cyberpunk 2020 tabletop RPG over Discord more natively, by supporting throw mechanics and counting rules from them.

To add bot to your discord server click here, then choose server.


Rolls are looking the same as they presented in a corebook:

!r *stat* *skill*
!r 4 6

If you need some extra of d10 dices

!r *number_of_dices*d*dice_type*
!r 4d10

Also bot is able to calculate your initiative

!i *REF*
!i 6

You can request percent check from a bot by typing

!r %

Implemented modificators option, whiuch can be used with every other base comand like this (Dividing is automatically rounds down, according to corebook)

!r 3 4 +4
!r 4 5 -1
!r 2 8 *2
!r 3 2 /2
!i 3 +4
!r % +25

Also bot counts natural roll 1 as fail and marks it, as well as 10 will be critical success. Every result equal 0 or less will be considered as 1.


Bot installation

To run bot on your own, first download or clone repository, then create discord bot token and put it to new file "token.txt" near to bot.py. Bot primary uses "discord" libruary, so before starting it make shure you installed it

pip install discord

In development

  • Abilitie to make initiative calculation with !i n

  • Add % rolling

  • Add modifiers

  • Add fail (natural 1) and critical success (natural 10)

  • create module to correct show tables

  • Add generating of Run, Leap, Lift, BTM and Save

  • Add career skills list

  • Add commands to generate stats (random, fast and table for cinematic)

  • special abilitie level table

  • Add rolls for generating background

  • Add Fast and Dirty expandables

About

Discord bot for Cyberpunk 2020 tabletop game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages