So I want to make a website that has cool applications to go along-side the official Discovery server. One of the biggest things I'm thinking is a whole bounty network system, where you can submit bounties and track your targets, etc.
To start off with though, I'm working on a simple character biography generator (NOT MEANT TO BE USED SERIOUSLY). You can try it out here
So it takes a template:
Code:
I'm a @GENDER@ pilot for @AFFILIATION@. I'm from @HOUSE@. I fly a @SHIP_CLASS@. @ATTRIBUTE@, and @ATTRIBUTE@.
and replaces the variables with values from a list (can be weighted).
I need you to come up with more
templates
variables (the @ things)
and values (the actual thing that replaces it)
along with any other ideas you might have.
It's silly right now, and it will probably remain mostly silly, but it can at the very least be silly with a lot more variety.