Dominion 0.2.0
Details
-
FilenameDominion.jar
-
Uploaded by
-
UploadedJun 17, 2013
-
Size95.95 KB
-
Downloads326
-
MD582554f4f38050433a213a0f8040746ed
Supported Bukkit Versions
- CB 1.5.2-R1.0
Changelog
Update Changes:
+Should theoretically be compatible with Java 6.0 servers.
+Buildings can be created and now produce resources for its settlement.
+Wealth will be produced by all employed peasantry due to income tax.
+Food will be consumed by peasants, and it will decay if not stored in a granary.
+Wealth will be stolen if it is not within a bank.
+Admin command "manualupdate" "mu" - Manually updates a turn or "tick" to increment all materials in a settlement by the amount produced by the buildings within.
+Player command "data" - Outputs data of an object - currently only "biome". This makes it easier to see bonuses and penalties.
+Player command "production" "prod" "p" - Displays how much a settlement produces of all of its resources every building update tick.
+Player command "employ" - Sets people to work at a specified building.
+Player command "employment" - Displays all buildings in a settlement and how many people are working there.
+Added "weapon" as a possible item to produce. This will be used for soldiers.
+Added the "unit" table to the database. This is not used yet, but will be used for units in the future.
+Added the "spell" table to the database. This is not used yet, but will be used for spells in the future.
+Biomes have their respective effects upon the productions of buildings.
~ Tweaked command basic usage output.
~ Tweaked player info command to also display the maximum mana the settlement can have. Also added a base defense value to the output.
~ All materials are stored as doubles instead of integers in the database. This allows for more control on the production. All items will still require a whole integer to use the item. Ie. you cannot withdraw .01 of something.
- Removed console outputting redundant messages when a player uses a command.
More information about biomes, buildings, and the commands will be given in their respective pages.
Dominion 0.2.0 Git Commit
Some buildings currently do nothing:
- Archery Range
- Barracks
- Dockyards
- Lighthouse
- Market
- Shipyard
- Spire
- Warehouse