Skip to content

Instantly share code, notes, and snippets.

View Ratstail91's full-sized avatar

Kayne Ruse Ratstail91

View GitHub Profile
Character Creation
Choose an ideal:
- Attacker (+2 when attacking)
- Defender (+2 when defending)
- Healer (+2 when healing)
Choose a form:
- Tanacity (disability resistance)
- Midrange (extra healing from others)
Setup
Giovane023 chose tails for the opening coin flip.
Ratstail91 won the coin toss.
Ratstail91 decided to go first.
Giovane023 drew 7 cards for the opening hand.
- 7 drawn cards.
Ratstail91 drew 7 cards for the opening hand.
- 7 drawn cards.
• Penny, Night Stretcher, Dark Patch, Pecharunt, Boss's Orders, Iono, Basic Darkness Energy
Giovane023 took a mulligan.
@Ratstail91
Ratstail91 / Log.txt
Created August 8, 2024 10:35
This was a close game, fun though.
Setup
Ratstail91 chose tails for the opening coin flip.
Eddie_Cheung won the coin toss.
Eddie_Cheung decided to go first.
Ratstail91 drew 7 cards for the opening hand.
- 7 drawn cards.
• Iono, Basic Darkness Energy, Iono, Energy Retrieval, Temple of Sinnoh, Pecharunt, Jubilife Village
Eddie_Cheung drew 7 cards for the opening hand.
- 7 drawn cards.
Ratstail91 played Pecharunt to the Active Spot.
@Ratstail91
Ratstail91 / gist:874eba05c517fa5199026bc0ecb24a76
Last active July 21, 2024 04:30
How did I lose this????
Setup
Ratstail91 chose heads for the opening coin flip.
Ratstail91 won the coin toss.
Ratstail91 decided to go second.
Ratstail91 drew 7 cards for the opening hand.
- 7 drawn cards.
• Artazon, Basic Psychic Energy, Radiant Greninja, Munkidori, Cleffa, Basic Psychic Energy, Basic Psychic Energy
akudama89 drew 7 cards for the opening hand.
- 7 drawn cards.
Ratstail91 played Cleffa to the Active Spot.
@Ratstail91
Ratstail91 / log.txt
Created May 17, 2024 00:58
Torracat (SIT)'s Gritty Claws attack is bugged. This is the full log of a game captured from PTCGL, you can see the effect from line 267 onwards. I was definitely on the backfoot in this game, but I was still just managing to hold on, so the fact that I lost due to a bug is a serious issue.
Setup
GBD999 chose heads for the opening coin flip.
GBD999 won the coin toss.
Ratstail91 decided to go second.
GBD999 drew 7 cards for the opening hand.
- 7 drawn cards.
Ratstail91 drew 7 cards for the opening hand.
- 7 drawn cards.
• Paldean Student, Paldean Student, Damage Pump, Litten, Boss's Orders, Arven, Paldean Student
GBD999 played Bidoof to the Active Spot.
extends CharacterBody2D
#tweakable constants
const MOVE_FORCE: int = 600
const JUMP_FORCE: int = 20_000
const FRICTION_FORCE: float = 0.9
const GRAVITY_DOWN: int = 500
const GRAVITY_UP: int = 350
const MAX_SPEED: int = 350
@Ratstail91
Ratstail91 / character.gd
Created September 18, 2023 20:13
First thing I've gotten done in months - I should be happy, but I'm still disappointed...
extends CharacterBody2D
const MOVE_FORCE: int = 150
const JUMP_FORCE: int = 500
const FRICTION_FORCE: float = 0.9
const GRAVITY_DOWN: int = 25
const GRAVITY_UP: int = 15
const MAX_SPEED: int = 350
<!DOCTYPE html>
<html>
<head>
<!-- device settings -->
<meta charset = "UTF-8" />
<meta name="Content-Type" content="text/html" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- link the structure file -->
<link rel="stylesheet" href="structure.css" />

Faith Concept Specification

I need three 3/4 bust portraits, one of each of the following characters. These busts are just concepts, but I'd like them to be placeholder portraits for a dialog system.

I'd like them to be semi-realistic in style. The setting is final-fantasy inspired - sword and sorcery with a touch of steampunk/crystalpunk technology.

Dennis

Dennis is an old man, the last adherent to an ancient religion called "The Light". His faith is unwavering, but he doesn't gain any boons from his beliefs - he simply beleives because it's the right thing to do.

# Dual Wielding Layer Cake
## Overview
The goal of this game is to have a campaign game that can be replayed multiple times, with elements of each playthrough impacting the next.
## Gameplay
### Board