Module: SuperSimpleWorldBuilder::FeatureSet
- Defined in:
- lib/super_simple_world_builder/feature_set.rb
Constant Summary collapse
- FEATURES =
[ Feature.new(:lake, rand(4..7), rand(5..11), '~' ), Feature.new(:mountain, rand(4..12), rand(2..13), 'M'), Feature.new(:town, rand(4..6), rand(5..14), '#'), Feature.new(:forest, rand(4..10), rand(5..11), '^'), ]
- RANDOM_FEATURE_MIN =
1- RANDOM_FEATURE_MAX =
20