Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions assets/_custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
strong {
&[data-trait-unapplicable-with-profile] {
&:after {
content: " (Currently Unapplicable: "
attr(data-trait-unapplicable-with-profile) ")";
}
}
}

input[type="number"] {
width: 3em;
text-align: center;
}
dl.groupProfileValues {
dt {
display: inline-block;
margin-right: 1em;
}
dd {
display: inline-block;
margin-right: 2em;
}
}

@media print {
iframe,
button,
img.book-icon {
display: none;
}
}
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ params:
# (Optional, default true) Enables search function with flexsearch,
# Index is built on fly, therefore it might slowdown your website.
# Configuration for indexing can be adjusted in i18n folder per language.
BookSearch: true
BookSearch: false # Disabled because of the conflict when pressing the `s` key in forms

# (Optional, default true) Enables comments template on pages
# By default partals/docs/comments.html includes Disqus template
Expand Down
8 changes: 8 additions & 0 deletions content/docs/factions/tools/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Tools"
description: "Sample companies to play in Flagrant Factions"
bookToC: false
weight: 50
---

{{< section >}}
10 changes: 10 additions & 0 deletions content/docs/factions/tools/company.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Company Keeper"
description: "A digital tool for managing a Company while playing Flagrant Factions"
bookToC: false
weight: 10
---

This is the Company Keeper for Flagrant Factions.

{{< company_sheet >}}
219 changes: 219 additions & 0 deletions data/factions/profiles/core.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,219 @@
- id: heavy_beast
name: Heavy Beast
base_cost: 6
melee:
activation: 5
attack: 3
defense: 6
missile:
activation: 0
hit: 0
range: 0
move:
activation: 6
distance: 10
resilience:
test: 3
max: 6
toughness: 4
traits:
- Reckless
- id: light_beast
name: Light Beast
base_cost: 4
melee:
activation: 5
attack: 3
defense: 6
missile:
activation: 0
hit: 0
range: 0
move:
activation: 6
distance: 10
resilience:
test: 4
max: 6
toughness: 3
traits:
- Reckless
- Nimble
- id: elite_cavalry
name: Elite Cavalry
base_cost: 6
melee:
activation: 5
attack: 3
defense: 5
missile:
activation: 0
hit: 0
range: 0
move:
activation: 7
distance: 10
resilience:
test: 3
max: 6
toughness: 4
traits:
- Reckless
- Defiant
- id: heavy_cavalry
name: Heavy Cavalry
base_cost: 4
melee:
activation: 5
attack: 4
defense: 5
missile:
activation: 0
hit: 0
range: 0
move:
activation: 5
distance: 10
resilience:
test: 4
max: 6
toughness: 3
traits:
- Defiant
- id: light_cavalry
name: Light Cavalry
base_cost: 4
melee:
activation: 7
attack: 5
defense: 6
missile:
activation: 6
hit: 5
range: 12
move:
activation: 5
distance: 12
resilience:
test: 5
max: 6
toughness: 3
traits: []
- id: elite_engine
name: Elite Engine
base_cost: 6
melee:
activation: 0
attack: 0
defense: 5
missile:
activation: 5
hit: 4
range: 24
move:
activation: 7
distance: 4
resilience:
test: 4
max: 6
toughness: 3
traits:
- Ponderous
- id: heavy_engine
name: Heavy Engine
base_cost: 4
melee:
activation: 0
attack: 0
defense: 6
missile:
activation: 6
hit: 5
range: 24
move:
activation: 8
distance: 2
resilience:
test: 5
max: 6
toughness: 2
traits:
- Ponderous
- id: light_engine
name: Light Engine
base_cost: 4
melee:
activation: 0
attack: 0
defense: 6
missile:
activation: 6
hit: 5
range: 18
move:
activation: 8
distance: 4
resilience:
test: 5
max: 6
toughness: 1
traits: []
- id: elite_foot
name: Elite Foot
base_cost: 5
melee:
activation: 5
attack: 3
defense: 4
missile:
activation: 0
hit: 0
range: 0
move:
activation: 5
distance: 6
resilience:
test: 3
max: 12
toughness: 4
traits: []
- id: heavy_foot
name: Heavy Foot
base_cost: 4
melee:
activation: 5
attack: 4
defense: 4
missile:
activation: 0
hit: 0
range: 0
move:
activation: 5
distance: 6
resilience:
test: 4
max: 12
toughness: 3
traits:
- Defensive
- id: light_foot
name: Light Foot
base_cost: 3
melee:
activation: 6
attack: 5
defense: 4
missile:
activation: 0
hit: 0
range: 0
move:
activation: 5
distance: 6
resilience:
test: 4
max: 12
toughness: 2
traits:
- Defensive
2 changes: 1 addition & 1 deletion data/factions/traits/optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
cost: 2
effect: Groups with the Reckless trait only. Remove Reckless, improve MO activation by one.
- name: Cowardly
cost: 2
cost: -2
effect: When making a Resilience test, this Group must always reroll the highest die.
- name: "[Kind]-Foe"
cost: 1
Expand Down
Loading