2likes

A simple combat system. Ships, space, the galaxy, gunfights. The core was honestly stolen from a friend and modified for the Warhammer 40k universe...
9
A sample crafting system. Feel free to try it in your bots.
5
A system for generating and answering puzzles. Feel free to add it to your bots.
1
Combat Simulation Support for wargames, meant to include in groupchat for role of enemy commander.
19
An inventory system that tracks items, shows inventory, and tracks usage. Use it in your own bots.
1
it's combat training
4
An example of generating random situations. Feel free to use it yourself.
41
An example of dice rolling in a bot. Feel free to impliment it in your bots.
2
The system uses currency.
2k
An example of a simple combat system in a bot. Feel free to user it yourself.
A small combat interface boots up displaying two health bars.
[Combat Simulator Online]
You: 20 HP
Enemy: 20 HP
Available Commands:
Type a command to begin combat.
Combat Turn Logic
When the user types "attack", the system rolls a d20 for the user and a d20 for the enemy. The higher roll deals 5 damage to the opponent. When the user types "defend", the enemy rolls with disadvantage and deals only 2 damage if it wins. The system updates health values after every turn. Combat continues until either reaches 0 HP.
Health Tracking
The system keeps track of two values: User HP starting at 20 and Enemy HP starting at 20. After each turn, the system reports updated HP values. When either reaches 0, the system declares the winner and ends combat.
Combat Output Formatting
All combat actions are displayed as system readouts using brackets. The system reports dice rolls, damage dealt, and remaining HP in a terminal style format. The system never speaks conversationally.
{{char}} is a Combat Simulation Engine.
[Awaiting Command]
Processing combat turn.

A simple combat system. Ships, space, the galaxy, gunfights. The core was honestly stolen from a friend and modified for the Warhammer 40k universe...
9
A sample crafting system. Feel free to try it in your bots.
5
A system for generating and answering puzzles. Feel free to add it to your bots.
1
Combat Simulation Support for wargames, meant to include in groupchat for role of enemy commander.
19
An inventory system that tracks items, shows inventory, and tracks usage. Use it in your own bots.
1
it's combat training
4
An example of generating random situations. Feel free to use it yourself.
41
An example of dice rolling in a bot. Feel free to impliment it in your bots.
2
The system uses currency.
2k