SCOPE is a discordJS bot that support the Specific Calculation of Power (for) EiTS... Or... more specifically, it's a discord bot that provides multiple functions to increase the decision making processes of players in Visual-Utopia, "A massively multi player strategy war game!" built in the early 2000s and rarely updated.
Built with ❤️ by @LeviRoss1 & @CTFries
-
army
- description Provides the OP & DP of given troops
- arguments
- required
- race select
- military select
- magic select
- t1 int
- t2 int
- t3 int
- t4 int
- t5 int
- optiona
- moral int
- bless int
- xp int
- required
-
attack
- description Paste, post message, then call
- arguments
- optional
- visible select
- optional
-
battlecalc
- description Takes OP and DP, gives % chance
- arguments
- required
- op - Attacking army OP int
- dp - Defedning army DP int
- optional
- visible select
- required
-
dropcalc
- description Estimate time until resources acquired for Land Drop assuming no market interaction.
- arguments
- required
- buildings int
- goldcost int
- stonecost int
- woodcost int
- goldreserve int
- stonereserve int
- woodreserve int
- goldprod int
- stoneprod int
- woodprod int
- stoneprice int
- optional
- visible select
- required
-
eits
- description Calculates the OP/DP of EITS results, must paste the results THEN immediately call the bot
- arguments
- required
- military select
- magic select
- optional
- visible select
- required
-
math
- description Does basic math operations, rounded to 2 decimal places
- arguments
- required
- firstitem number
- operator select
- seconditem number
- optional
- title string
- required
-
ping
- description PONG!
-
prep
- description Determines max prep based on city visual size and troop counts.
- arguments
- required
- t1 int
- t2 int
- t3 int
- t4 int
- t5 int
- size select
- required
-
prune
- description Prune up to 99 messages (Must have permissions to manage messages on the server to execute)
- arguments
- required
- amount int
- required
-
range
- description Determine MT range given X MTs, or find MTs needed to reach Y range.
- arguments
- required
- race select
- optional
- mts int
- distance int
- visible int
- required
-
remind
- description Bot will @ you with your message after X hours and Y minutes
- arguments
- required
- hours int
- minutes int
- noti string
- optional
- visible select
- required
-
reminddelete
- description Delete upcoming reminders. Run /remindlist first.
- arguments
- required
- entry int
- required
-
remindlist
- description List upcoming reminders you have set
-
server
- description Display info about this server.
Well, you can fire up a nodejs service with this repo, instantiate a bot via discord developer service, capture a token and client id and then add a config.json meeting to format below.
Then invite it to your VU server.
OR you can reach out to @Percy or @Moff to get a link to inviate a production ready version invited to your Visual-Utopia related discord server.
{
"token" ,
"clientId" ,
}