Skip to content

Commit

Permalink
start over, with Putnam Mini-mods
Browse files Browse the repository at this point in the history
  • Loading branch information
Putnam3145 committed Jan 29, 2020
1 parent 1c036e7 commit f4da242
Show file tree
Hide file tree
Showing 52 changed files with 7,510 additions and 6,576 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk

*.zip

*.exe

*.obj

*.d
14 changes: 14 additions & 0 deletions Bestiary/raw/objects/c_variation_wanderer.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
c_variation_wanderer

[OBJECT:CREATURE_VARIATION]

[CREATURE_VARIATION:WANDERER_FANTASTIC]
[CV_REMOVE_TAG:BENIGN]
[CV_ADD_TAG:LOCAL_POPS_PRODUCE_HEROES]
[CV_ADD_TAG:LOCAL_POPS_CONTROLLABLE]
[CV_ADD_TAG:LARGE_ROAMING]
[CV_ADD_TAG:BIOME:!ARG1]
[CV_ADD_TAG:POPULATION_NUMBER:!ARG2]
[CV_ADD_TAG:CLUSTER_NUMBER:!ARG3]
[CV_ADD_TAG:FREQUENCY:!ARG4]
[CV_ADD_TAG:DIURNAL]
420 changes: 420 additions & 0 deletions Bestiary/raw/objects/creature_mega_fantastic.txt

Large diffs are not rendered by default.

381 changes: 381 additions & 0 deletions Bestiary/raw/objects/creature_wanderer_fantastic.txt

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions Bestiary/raw/objects/interaction_mega_fantastic.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
interaction_mega_fantastic

[OBJECT:INTERACTION]

[INTERACTION:BLIGHT_TOUCH]
[I_SOURCE:ATTACK]
[IS_HIST_STRING_1: gave ]
[IS_HIST_STRING_2: a virulent disease]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[IT_REQUIRES:HAS_BLOOD]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[SYNDROME]
[SYN_AFFECTED_CLASS:GENERAL_POISON]
[SYN_CLASS:PESTILENCE]
[CE_SWELLING:SEV:10:PROB:100:BP:BY_CATEGORY:ALL:SKIN:START:0:PEAK:2400:END:33600]
[CE_OOZING:SEV:100:PROB:100:BP:BY_CATEGORY:ALL:SKIN:START:2400:PEAK:4800:END:33600]
[CE_NECROSIS:SEV:1000:PROB:100:BP:BY_CATEGORY:ALL:ALL:VASCULAR_ONLY:START:4800:PEAK:9600:END:33600]

[INTERACTION:NIGHTMARE_TOUCH]
[I_SOURCE:ATTACK]
[IS_HIST_STRING_1: gave ]
[IS_HIST_STRING_2: a restless sleep]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[IT_FORBIDDEN:NO_SLEEP]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[SYNDROME]
[SYN_NAME:the touch of a nightmare elemental]
[CE_UNCONSCIOUSNESS:PROB:70:SEV:100:RESISTABLE:START:0:END:1200]
[CE_FEEL_EMOTION:EMOTION:RESTLESS:SEV:10:PROB:100:START:0:END:1200]
27 changes: 27 additions & 0 deletions Bestiary/raw/objects/interaction_wanderer_fantastic.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
interaction_wanderer_fantastic

[OBJECT:INTERACTION]

[INTERACTION:FANTASTIC_BASIC_HEAL]
[I_SOURCE:CREATURE_ACTION]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[IT_CANNOT_TARGET_IF_ALREADY_AFFECTED]
[IT_MANUAL_INPUT:recipient]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[SYNDROME]
[SYN_CONCENTRATION_ADDED:1000:0]
[CE_STOP_BLEEDING:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_CLOSE_OPEN_WOUNDS:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_HEAL_TISSUES:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_HEAL_NERVES:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REDUCE_PAIN:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REDUCE_SWELLING:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_CURE_INFECTION:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REDUCE_PARALYSIS:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REDUCE_DIZZINESS:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REDUCE_NAUSEA:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REDUCE_FEVER:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REGROW_PARTS:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
11 changes: 11 additions & 0 deletions Civilizations/raw/graphics/graphics_weird_civ_putnam.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
graphics_weird_civ_putnam

[OBJECT:GRAPHICS]

[TILE_PAGE:LASILODE]
[FILE:putnam/lasilode.png]
[TILE_DIM:32:32] it's mostly based off the official tileset
[PAGE_DIM:1:1]

[CREATURE_GRAPHICS:PHOTOSYNTHESIS_FANTASTIC]
[DEFAULT:LASILODE:0:0:AS_IS] not going to put more effort into this until the official tileset comes with all its graphics stuff, sorry
Binary file added Civilizations/raw/graphics/putnam/lasilode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f4da242

Please sign in to comment.