-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
366bd63
commit 392b543
Showing
21 changed files
with
382 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.3] - 2020-10-29 | ||
### Added | ||
- Genetical traits | ||
- Events for Vee and Khalga reproduction | ||
- Events of trait inheritance system | ||
|
||
|
||
[Unreleased]: https://github.com/khanmaytok/Ancestors-CK3/compare/v0.0.3...HEAD | ||
[0.0.3]: https://github.com/khanmaytok/Ancestors-CK3/compare/v0.0.2...v0.0.3 | ||
[0.0.2]: https://github.com/khanmaytok/Ancestors-CK3/releases/tag/v0.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
FROM scratch | ||
FROM node:lts-alpine | ||
|
||
WORKDIR /usr/src/app | ||
|
||
COPY . . | ||
|
||
CMD [ "sh", "/usr/src/app/entrypoint.sh" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<h1 align="center">Ancestors</h1> | ||
|
||
<div align="center"> | ||
🏰⚔️🛡️⚔️🏰 | ||
</div> | ||
|
||
<div align="center"> | ||
<strong>Mod for Crusader Kings III</strong> | ||
</div> | ||
|
||
<br /> | ||
|
||
<div align="center"> | ||
<!-- NPM version --> | ||
<a href="https://npmjs.org/package/rinnegan"> | ||
<img src="https://img.shields.io/npm/v/rinnegan.svg?style=flat-square" | ||
alt="NPM version" /> | ||
</a> | ||
|
||
<!-- Downloads --> | ||
<a href="https://npmjs.org/package/rinnegan"> | ||
<img src="https://img.shields.io/npm/dt/rinnegan.svg?style=flat-square" | ||
alt="NPM downloads" /> | ||
</a> | ||
<!-- Docker pulls --> | ||
<a href="https://hub.docker.com/repository/docker/khanmaytok/ancestors"> | ||
<img src="https://img.shields.io/docker/pulls/khanmaytok/ancestors.svg?style=flat-square" | ||
alt="Docker pulls" /> | ||
</a> | ||
</div> | ||
|
||
<div align="center"> | ||
<h3> | ||
<a href="https://www.maytok.com"> | ||
Website | ||
</a> | ||
<span> | </span> | ||
<a href="https://discord.gg/F6f2FPJUvV"> | ||
Discord | ||
</a> | ||
</h3> | ||
</div> | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/sh | ||
|
||
npm install -g rinnegan | ||
|
||
exec "$@" |
Oops, something went wrong.