Skip to content

Commit

Permalink
store npc/enc data, prettier everything
Browse files Browse the repository at this point in the history
  • Loading branch information
jarena-qsr committed Jul 12, 2019
1 parent 41aefd9 commit a54d922
Show file tree
Hide file tree
Showing 182 changed files with 5,721 additions and 7,566 deletions.
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"printWidth": 100,
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": true,
Expand Down
26 changes: 13 additions & 13 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
- The use of sexualized language or imagery and unwelcome sexual attention or
advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Build Setup

``` bash
```bash
# install dependencies
yarn

Expand All @@ -19,26 +19,26 @@ yarn dist
---

## About

A pilot and mech builder, organizer, and item database (other stuff, too) for [Massif Press' LANCER Tabletop RPG](https://massif-press.itch.io/lancer-core-book).

More information about LANCER can be found at [The official LANCER Twitter](https://twitter.com/lancer_rpg), as well as [the LANCER subreddit](https://www.reddit.com/r/LancerRPG/)</a>
A pilot and mech builder, organizer, and item database (other stuff, too) for [Massif Press' LANCER Tabletop RPG](https://massif-press.itch.io/lancer-core-book).

This is a piece of open source software under the GNU Public License — feel free to contribute via the [GitHub repository](https://github.com/jarena3/compcon) or yell at me directly on Twitter at [@jarena2](https://www.twitter.com/jarena2)</a>.
More information about LANCER can be found at [The official LANCER Twitter](https://twitter.com/lancer_rpg), as well as [the LANCER subreddit](https://www.reddit.com/r/LancerRPG/)</a>

This is a piece of open source software under the GNU Public License — feel free to contribute via the [GitHub repository](https://github.com/jarena3/compcon) or yell at me directly on Twitter at [@jarena2](https://www.twitter.com/jarena2)</a>.

### [Project Roadmap](https://github.com/massif-press/compcon/wiki/Roadmap)

### [Contributing](https://github.com/massif-press/compcon/wiki/Getting-Started)

### Attributions

Default pilot and frame images are by Massif Press' [Tom Parkinson-Morgan](https://twitter.com/orbitaldropkick) for the LANCER Core Book
Default pilot and frame images are by Massif Press' [Tom Parkinson-Morgan](https://twitter.com/orbitaldropkick) for the LANCER Core Book

The frame name generator contains many names lifted from the [Culture Ship Name Twitter account](https://twitter.com/cultureshipname)
The frame name generator contains many names lifted from the [Culture Ship Name Twitter account](https://twitter.com/cultureshipname)

This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[8fae476](https://github.com/SimulatedGREG/electron-vue/tree/8fae4763e9d225d3691b627e83b9e09b56f6c935) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[8fae476](https://github.com/SimulatedGREG/electron-vue/tree/8fae4763e9d225d3691b627e83b9e09b56f6c935) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).

---
---

## License

Expand All @@ -61,4 +61,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).
along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).
6 changes: 3 additions & 3 deletions build_scripts/create-version-env.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var fs = require("fs")
var contents = fs.readFileSync("./package.json")
var fs = require('fs')
var contents = fs.readFileSync('./package.json')
var jsonContent = JSON.parse(contents)
console.log(jsonContent.version)
console.log(jsonContent.version)
Loading

0 comments on commit a54d922

Please sign in to comment.