Cataclysm-DDA-LUA is collection of LUA mods for Dark Days Ahead.
Shared library mod for easier creation of LUA mods.
Mod that adds following achievements:
- not implemented yet.
Mod that adds following fun:
- select character nationality on game start and receive several bonus items - suggested on the forums.
Mod that adds following items:
atomic_entity_scanner
- highlights items and creatures around player character;atomic_earthquake_generator
- makes rubbles around player character;atomic_flamethrower
- bursts fire in selected direction.
Mod that adds following mapgen:
- not implemented yet.
Mod that adds following skills:
athletics
- gives +2 base speed points per 1 skill level, based onsquares_walked
(practices by 1 skill point per 10 tiles traversed with at least 1 skill point).
Mod that adds following traits:
TOURETTE
- shouts bad words when not under medication (xanax
);NIGHTMARES
- you see bad dreams when not under medication (ambien
);NUDIST
- +2 to all attributes when naked;DEAFNESS
- you are totally deaf and cannot hear anything - suggested on the forums;BLINDNESS
- you are totally blind and cannot see anything.
- enhance capabilities (add
mapgen
,menu
,config
); - update figlet/ascii intro;
- implement global configuration menu;
- optimize
figlet
data; - optimize container handling in
function_players
data; - make profiling and optimize code;
- make use of
lifetime_stats
(see CleverRaven/Cataclysm-DDA#21607).
- add achievements infrastructure to
dda-lua-achievements
; - add achievements (
squares_walked
,cash
,damage_taken
,damage_healed
,headshots
,skill_level
,attribute
,recipes_known
,get_naked
,speed
).
- rewrite code to make use of
dda-lua
; - add more nationalities, review bonus items and quantities;
- rotting food and corpses create stench clouds that reduce morale. Wearing mouth protection reduces the effect. Perfume and incense can be used for an opposite effect - see http://smf.cataclysmdda.com/index.php?topic=3310.msg300514#msg300514.
- hygiene (you make filthier each turn and must wash/clean yourself with occassionally. filthy gear matters)
- rewrite code to make use of
dda-lua
; - implement solar powered items;
- implement ascii photo-gallery for camera.
- add mapgen infrastructure to
dda-lua-mapgen
; - rewrite code to make use of
dda-lua
; - implement some buildings (merge from http://smf.cataclysmdda.com/index.php?topic=14231.msg300728#msg300728);
- implement building degradation (merge from http://smf.cataclysmdda.com/index.php?topic=14825.0).
- change
athletics
skill to controlstamina
and/orfatigue
; - rebalance
athletics
skill practice amount persquares_walked
.
- change
NUDIST
trait to affect morale; - change
NIGHTMARES
trait to affect morale after awake; - add more nightmare images to
NIGHTMARES
trait; - add
ALHOHOLIC
trait - Every time you find alcohol, your character has a % chance to automatically pick it up and start drinking - http://smf.cataclysmdda.com/index.php?topic=3310.msg300936#msg300936; - add
HYPOCHONDRIA
trait - Whenever physically injured or affected by Flu, Infection, Poison or Shroom sickness, character gains a -50 morale penalty until their condition improves to normal - http://smf.cataclysmdda.com/index.php?topic=3310.msg302481#msg302481.