Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
Add campaign_01.ron and scenario_01.ron (ozkriff/zemeroth#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkriff committed Nov 27, 2018
1 parent 6e8486c commit b4d5267
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .checksum.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c2154a1b84ba0884e4af04e431fe84e0
afa801b428c475e817ef07a55e7e62ed
75 changes: 75 additions & 0 deletions campaign_01.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
(
initial_agents: [
"swordsman",
"alchemist",
],
nodes: [
(
scenario: (
map_radius: (4),
rocky_tiles_count: 5,
objects: [
(owner: Some((1)), typename: "imp", line: Front, count: 2),
],
),
award: (
recruits: ["spearman"],
),
),
(
scenario: (
map_radius: (4),
rocky_tiles_count: 8,
objects: [
(owner: Some((1)), typename: "imp", line: Front, count: 3),
(owner: Some((1)), typename: "imp_bomber", line: Middle, count: 2),
],
),
award: (
recruits: ["hammerman", "alchemist"],
),
),
(
scenario: (
rocky_tiles_count: 10,
objects: [
(owner: Some((1)), typename: "imp", line: Front, count: 3),
(owner: Some((1)), typename: "imp_toxic", line: Middle, count: 1),
(owner: Some((1)), typename: "imp_bomber", line: Back, count: 1),
(owner: Some((1)), typename: "imp_summoner", line: Back, count: 1),
],
),
award: (
recruits: ["swordsman", "alchemist"],
),
),
(
scenario: (
rocky_tiles_count: 10,
objects: [
(owner: Some((1)), typename: "imp", line: Front, count: 4),
(owner: Some((1)), typename: "imp_toxic", line: Middle, count: 2),
(owner: Some((1)), typename: "imp_bomber", line: Back, count: 1),
(owner: Some((1)), typename: "imp_summoner", line: Back, count: 2),
],
),
award: (
recruits: ["swordsman", "spearman", "hammerman"],
),
),
(
scenario: (
rocky_tiles_count: 5,
objects: [
(owner: Some((1)), typename: "imp", line: Front, count: 3),
(owner: Some((1)), typename: "imp_toxic", line: Middle, count: 3),
(owner: Some((1)), typename: "imp_bomber", line: Back, count: 2),
(owner: Some((1)), typename: "imp_summoner", line: Back, count: 3),
],
),
award: (
recruits: [],
),
),
],
)
15 changes: 15 additions & 0 deletions scenario_01.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
(
rocky_tiles_count: 10,
objects: [
(owner: None, typename: "boulder", line: Any, count: 3),
(owner: None, typename: "spike_trap", line: Any, count: 3),
(owner: Some((0)), typename: "swordsman", line: Front, count: ),
(owner: Some((0)), typename: "hammerman", line: Front, count: 1),
(owner: Some((0)), typename: "spearman", line: Middle, count: 1),
(owner: Some((0)), typename: "alchemist", line: Middle, count: 1),
(owner: Some((1)), typename: "imp", line: Front, count: 4),
(owner: Some((1)), typename: "imp_toxic", line: Middle, count: 1),
(owner: Some((1)), typename: "imp_bomber", line: Back, count: 1),
(owner: Some((1)), typename: "imp_summoner", line: Middle, count: 2),
],
)

0 comments on commit b4d5267

Please sign in to comment.