diff --git a/config/__init__.py b/config/__init__.py index 727c69f..cbe96ec 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -1,3 +1,3 @@ from config import * -__version__ = 'alpha' +__version__ = '1.0.0' diff --git a/manager.py b/manager.py index 24d7b5d..691f1bd 100644 --- a/manager.py +++ b/manager.py @@ -9,7 +9,7 @@ -__version__ = 'alpha' +__version__ = '1.0.0' diff --git a/pydwarf/__init__.py b/pydwarf/__init__.py index df6b18e..a438dba 100644 --- a/pydwarf/__init__.py +++ b/pydwarf/__init__.py @@ -2,4 +2,4 @@ from response import * from urist import * -__version__ = 'alpha' +__version__ = '1.0.0' diff --git a/raws/__init__.py b/raws/__init__.py index 13e16af..8588721 100644 --- a/raws/__init__.py +++ b/raws/__init__.py @@ -7,4 +7,4 @@ from dir import rawsdir as dir import color -__version__ = 'alpha' +__version__ = '1.0.0' diff --git a/scripts/pineapple/pydwarf.adoptsowner.py b/scripts/pineapple/pydwarf.adoptsowner.py index 7ee5b71..38cde57 100644 --- a/scripts/pineapple/pydwarf.adoptsowner.py +++ b/scripts/pineapple/pydwarf.adoptsowner.py @@ -2,7 +2,7 @@ @pydwarf.urist( name = 'pineapple.adoptsowner', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''todo''', arguments = { diff --git a/scripts/pineapple/pydwarf.bauxitetoaluminum.py b/scripts/pineapple/pydwarf.bauxitetoaluminum.py index 6251fa3..66fbb30 100644 --- a/scripts/pineapple/pydwarf.bauxitetoaluminum.py +++ b/scripts/pineapple/pydwarf.bauxitetoaluminum.py @@ -19,7 +19,7 @@ @pydwarf.urist( name = 'pineapple.bauxitetoaluminum', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Adds a reaction to the smelter to allow the creation of aluminum bars from bauxite (as ore) and cryolite (as flux). Credit to this forum discussion for the diff --git a/scripts/pineapple/pydwarf.boneflux.py b/scripts/pineapple/pydwarf.boneflux.py index bb14d43..9071139 100644 --- a/scripts/pineapple/pydwarf.boneflux.py +++ b/scripts/pineapple/pydwarf.boneflux.py @@ -27,7 +27,7 @@ @pydwarf.urist( name = 'pineapple.boneflux', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Adds a reaction to the kiln which consumes bones and produces flux. Inspired by/stolen from Rubble's Bone Flux mod.''', diff --git a/scripts/pineapple/pydwarf.butcherinorganic.py b/scripts/pineapple/pydwarf.butcherinorganic.py index 705ab9c..879ec3f 100644 --- a/scripts/pineapple/pydwarf.butcherinorganic.py +++ b/scripts/pineapple/pydwarf.butcherinorganic.py @@ -9,7 +9,7 @@ @pydwarf.urist( name = 'pineapple.butcherinorganic', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Allows butchering of some inorganics, get things like wood or stone from some corpses. Inspired by/stolen from Igfig's Modest Mod.''', diff --git a/scripts/pineapple/pydwarf.castanvil.py b/scripts/pineapple/pydwarf.castanvil.py index 5121fc0..cbd1ce8 100644 --- a/scripts/pineapple/pydwarf.castanvil.py +++ b/scripts/pineapple/pydwarf.castanvil.py @@ -21,7 +21,7 @@ @pydwarf.urist( name = 'pineapple.castanvil', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Adds a reaction to the smelter which makes it possible to create an iron anvil without already having a forge. diff --git a/scripts/pineapple/pydwarf.cavegrass.py b/scripts/pineapple/pydwarf.cavegrass.py index b93ff10..823ad9e 100644 --- a/scripts/pineapple/pydwarf.cavegrass.py +++ b/scripts/pineapple/pydwarf.cavegrass.py @@ -103,7 +103,7 @@ @pydwarf.urist( name = 'pineapple.cavegrass', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Changes the grasses in each cavern level to make the different levels more visually distinct, as well as adding a much greater variety. diff --git a/scripts/pineapple/pydwarf.deerappear.py b/scripts/pineapple/pydwarf.deerappear.py index 531e369..b0bd627 100644 --- a/scripts/pineapple/pydwarf.deerappear.py +++ b/scripts/pineapple/pydwarf.deerappear.py @@ -2,7 +2,7 @@ @pydwarf.urist( name = 'pineapple.deerappear', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = 'Changes the appearance of each deer from a brown D to yellow d.', arguments = { diff --git a/scripts/pineapple/pydwarf.diff.py b/scripts/pineapple/pydwarf.diff.py index 0e9d2af..d768ff6 100644 --- a/scripts/pineapple/pydwarf.diff.py +++ b/scripts/pineapple/pydwarf.diff.py @@ -29,7 +29,7 @@ def __str__(self): @pydwarf.urist( name = 'pineapple.diff', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Merges and applies changes made to some modded raws via diff checking. Should be reasonably smart about automatic conflict resolution but if it complains diff --git a/scripts/pineapple/pydwarf.discipline.py b/scripts/pineapple/pydwarf.discipline.py index e092531..4d414e9 100644 --- a/scripts/pineapple/pydwarf.discipline.py +++ b/scripts/pineapple/pydwarf.discipline.py @@ -27,7 +27,7 @@ @pydwarf.urist( name = 'pineapple.discipline', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Applies natural discipline skill bonuses to creatures that should probably have them. Credit to Mictlantecuhtli for creating the mod which inspired this one. diff --git a/scripts/pineapple/pydwarf.flybears.py b/scripts/pineapple/pydwarf.flybears.py index 00a5419..100f785 100644 --- a/scripts/pineapple/pydwarf.flybears.py +++ b/scripts/pineapple/pydwarf.flybears.py @@ -2,7 +2,7 @@ @pydwarf.urist( name = 'pineapple.flybears', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = 'Example script which causes all female bears to fly.', compatibility = (pydwarf.df_0_3x, pydwarf.df_0_40) diff --git a/scripts/pineapple/pydwarf.greensteel.py b/scripts/pineapple/pydwarf.greensteel.py index e354b08..c33d612 100644 --- a/scripts/pineapple/pydwarf.greensteel.py +++ b/scripts/pineapple/pydwarf.greensteel.py @@ -9,7 +9,7 @@ @pydwarf.urist( name = 'pineapple.greensteel', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Adds an alloy which is lighter and sharper than steel but not so much as adamantine. It can be made from similar ingredients as steel with the addition diff --git a/scripts/pineapple/pydwarf.maxage.py b/scripts/pineapple/pydwarf.maxage.py index 209d214..8b3878b 100644 --- a/scripts/pineapple/pydwarf.maxage.py +++ b/scripts/pineapple/pydwarf.maxage.py @@ -29,7 +29,7 @@ @pydwarf.urist( name = 'pineapple.maxage', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Applies a MAXAGE to most vanilla creatures which don't already have one.''', arguments = { diff --git a/scripts/pineapple/pydwarf.metalitems.py b/scripts/pineapple/pydwarf.metalitems.py index b6682aa..962627b 100644 --- a/scripts/pineapple/pydwarf.metalitems.py +++ b/scripts/pineapple/pydwarf.metalitems.py @@ -21,7 +21,7 @@ @pydwarf.urist( name = 'pineapple.metalitems', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = 'Allows the forging of every type of metal item from the specified metals.', arguments = { diff --git a/scripts/pineapple/pydwarf.noaquifers.py b/scripts/pineapple/pydwarf.noaquifers.py index 4b73e5b..dc7fc6b 100644 --- a/scripts/pineapple/pydwarf.noaquifers.py +++ b/scripts/pineapple/pydwarf.noaquifers.py @@ -2,7 +2,7 @@ @pydwarf.urist( name = 'pineapple.noaquifers', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = 'Removes all AQUIFER tokens.', compatibility = (pydwarf.df_0_27, pydwarf.df_0_28, pydwarf.df_0_3x, pydwarf.df_0_40) diff --git a/scripts/pineapple/pydwarf.noexotic.py b/scripts/pineapple/pydwarf.noexotic.py index 151fff5..99e2d14 100644 --- a/scripts/pineapple/pydwarf.noexotic.py +++ b/scripts/pineapple/pydwarf.noexotic.py @@ -2,7 +2,7 @@ @pydwarf.urist( name = 'pineapple.noexotic', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = 'Replaces all [PET_EXOTIC] and [MOUNT_EXOTIC] tags with their non-exotic counterparts.', compatibility = (pydwarf.df_0_34, pydwarf.df_0_40) diff --git a/scripts/pineapple/pydwarf.nograzers.py b/scripts/pineapple/pydwarf.nograzers.py index 51f4335..52c2fa3 100644 --- a/scripts/pineapple/pydwarf.nograzers.py +++ b/scripts/pineapple/pydwarf.nograzers.py @@ -2,7 +2,7 @@ @pydwarf.urist( name = 'pineapple.nograzers', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = 'Removes all [GRAZER] and [STANDARD_GRAZER] tokens.', compatibility = (pydwarf.df_0_34, pydwarf.df_0_40) diff --git a/scripts/pineapple/pydwarf.nomaxage.py b/scripts/pineapple/pydwarf.nomaxage.py index 067f3b2..faf07a4 100644 --- a/scripts/pineapple/pydwarf.nomaxage.py +++ b/scripts/pineapple/pydwarf.nomaxage.py @@ -5,7 +5,7 @@ @pydwarf.urist( name = 'pineapple.nomaxage', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Removes MAXAGE tokens from creatures.''', arguments = { diff --git a/scripts/pineapple/pydwarf.orientation.py b/scripts/pineapple/pydwarf.orientation.py index 71e7ce8..6aafca4 100644 --- a/scripts/pineapple/pydwarf.orientation.py +++ b/scripts/pineapple/pydwarf.orientation.py @@ -38,7 +38,7 @@ @pydwarf.urist( name = 'pineapple.orientation', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Causes all creatures of some type to have a single sexuality, heterosexual being the default. (You boring snob!)''', diff --git a/scripts/pineapple/pydwarf.skillrust.py b/scripts/pineapple/pydwarf.skillrust.py index f45efb1..8e39079 100644 --- a/scripts/pineapple/pydwarf.skillrust.py +++ b/scripts/pineapple/pydwarf.skillrust.py @@ -10,7 +10,7 @@ @pydwarf.urist( name = 'pineapple.skillrust', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Modifies skill rust for given creatures. Disables it entirely by default.''', diff --git a/scripts/pineapple/pydwarf.stoneclarity.py b/scripts/pineapple/pydwarf.stoneclarity.py index 8cc7ab4..ad3332c 100644 --- a/scripts/pineapple/pydwarf.stoneclarity.py +++ b/scripts/pineapple/pydwarf.stoneclarity.py @@ -199,7 +199,7 @@ def applyrules(rules, groups, ids, log=None): @pydwarf.urist( name = 'pineapple.stoneclarity', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = 'Allows powerful editing of the appearances of stone, ore, and gems.', arguments = { diff --git a/scripts/pineapple/pydwarf.subplants.py b/scripts/pineapple/pydwarf.subplants.py index 9042acd..5e2eacc 100644 --- a/scripts/pineapple/pydwarf.subplants.py +++ b/scripts/pineapple/pydwarf.subplants.py @@ -5,7 +5,7 @@ @pydwarf.urist( name = 'pineapple.subplants', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = 'Makes all subterranean plants grow year-round.', compatibility = (pydwarf.df_0_34, pydwarf.df_0_40) diff --git a/scripts/pineapple/pydwarf.useablemats.py b/scripts/pineapple/pydwarf.useablemats.py index ab03bee..9b4393b 100644 --- a/scripts/pineapple/pydwarf.useablemats.py +++ b/scripts/pineapple/pydwarf.useablemats.py @@ -12,7 +12,7 @@ @pydwarf.urist( name = 'pineapple.useablemats', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Causes scales, feathers, and chitin to become useful for crafting. Inspired by/stolen from Rubble's Usable Scale/Feathers/Chitin fixes.''', diff --git a/scripts/pineapple/pydwarf.utils.py b/scripts/pineapple/pydwarf.utils.py index 319323a..e3a0e76 100644 --- a/scripts/pineapple/pydwarf.utils.py +++ b/scripts/pineapple/pydwarf.utils.py @@ -5,7 +5,7 @@ @pydwarf.urist( name = 'pineapple.utils.addtoentity', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''A simple utility script which adds tokens to entities.''', arguments = { @@ -38,7 +38,7 @@ def addtoentity(df, entities, **kwargs): @pydwarf.urist( name = 'pineapple.utils.addreaction', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''A simple utility script which adds a single reaction.''', arguments = { @@ -65,7 +65,7 @@ def addreaction(df, id, tokens, add_to_file='reaction_custom', permit_entities=N @pydwarf.urist( name = 'pineapple.utils.objecttokens', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Utility script for adding or removing tokens from objects.''', diff --git a/scripts/pineapple/pydwarf.woodmechanisms.py b/scripts/pineapple/pydwarf.woodmechanisms.py index 7b171a8..7a33cfb 100644 --- a/scripts/pineapple/pydwarf.woodmechanisms.py +++ b/scripts/pineapple/pydwarf.woodmechanisms.py @@ -20,7 +20,7 @@ @pydwarf.urist( name = 'pineapple.woodmechanisms', - version = 'alpha', + version = '1.0.0', author = 'Sophie Kirschner', description = '''Allows construction of wooden mechanisms at the craftdwarf's workshop. Inspired by/stolen from Rubble's Wooden Mechanisms mod.''', diff --git a/scripts/putnam/pydwarf.materialsplus.py b/scripts/putnam/pydwarf.materialsplus.py index 889bd18..b7ada0b 100644 --- a/scripts/putnam/pydwarf.materialsplus.py +++ b/scripts/putnam/pydwarf.materialsplus.py @@ -11,7 +11,7 @@ def addaftertemplate(inorganic, addition): @pydwarf.urist( name = 'putnam.materialsplus', - version = 'alpha', + version = '1.0.0', author = ('Putnam', 'Sophie Kirschner'), description = 'Adds a bunch of materials to the game.', compatibility = (pydwarf.df_0_34, pydwarf.df_0_40) diff --git a/scripts/putnam/pydwarf.microreduce.py b/scripts/putnam/pydwarf.microreduce.py index b133afb..accc2b3 100644 --- a/scripts/putnam/pydwarf.microreduce.py +++ b/scripts/putnam/pydwarf.microreduce.py @@ -4,7 +4,7 @@ @pydwarf.urist( name = 'putnam.microreduce', - version = 'alpha', + version = '1.0.0', author = ('Putnam', 'Sophie Kirschner'), description = 'A mod to reduce the amount of micromanagement in Dwarf Fortress. One-step soap making and clothesmaking!', compatibility = pydwarf.df_0_40 diff --git a/scripts/shukaro/pydwarf.creationforge.py b/scripts/shukaro/pydwarf.creationforge.py index 33b218d..6a34071 100644 --- a/scripts/shukaro/pydwarf.creationforge.py +++ b/scripts/shukaro/pydwarf.creationforge.py @@ -10,7 +10,7 @@ @pydwarf.urist( name = 'shukaro.creationforge', - version = 'alpha', + version = '1.0.0', author = ('Shukaro', 'Sophie Kirschner'), description = '''This is a simple workshop I modded in to help test custom reactions, buildings, and creatures. It's used to create various different items so that you diff --git a/scripts/shukaro/pydwarf.higherlearning.py b/scripts/shukaro/pydwarf.higherlearning.py index 96d8642..d8227b0 100644 --- a/scripts/shukaro/pydwarf.higherlearning.py +++ b/scripts/shukaro/pydwarf.higherlearning.py @@ -25,7 +25,7 @@ @pydwarf.urist( name = 'shukaro.higherlearning', - version = 'alpha', + version = '1.0.0', author = ('Shukaro', 'Sophie Kirschner'), description = '''Have you ever wondered to yourself, "Man, my dwarves are such idiots, I wish I could chisel some intelligence into their heads."? No? Then, er, disregard diff --git a/scripts/smeeprocket/pydwarf.transgender.py b/scripts/smeeprocket/pydwarf.transgender.py index c0994c0..5da2ff5 100644 --- a/scripts/smeeprocket/pydwarf.transgender.py +++ b/scripts/smeeprocket/pydwarf.transgender.py @@ -45,7 +45,7 @@ @pydwarf.urist( name = 'smeeprocket.transgender', - version = 'alpha', + version = '1.0.0', author = ('SmeepRocket', 'Sophie Kirschner'), description = 'Adds transgender and intersex castes to creatures.', arguments = { diff --git a/scripts/stal/pydwarf.armourypack.py b/scripts/stal/pydwarf.armourypack.py index 8b00980..5439ff1 100644 --- a/scripts/stal/pydwarf.armourypack.py +++ b/scripts/stal/pydwarf.armourypack.py @@ -170,7 +170,7 @@ def removeattacks(dfraws, remove_attacks, remove_attacks_from): @pydwarf.urist( name = 'stal.armoury', - version = 'alpha', + version = '1.0.0', author = ('Stalhansch', 'Sophie Kirschner'), description = 'Attempts to improve the balance and realism of combat.', arguments = { diff --git a/scripts/umiman/pydwarf.smallthings.py b/scripts/umiman/pydwarf.smallthings.py index 46b2273..72df1ff 100644 --- a/scripts/umiman/pydwarf.smallthings.py +++ b/scripts/umiman/pydwarf.smallthings.py @@ -37,7 +37,7 @@ def getsmallraws(): @pydwarf.urist( name = 'umiman.smallthings.prefstring', - version = 'alpha', + version = '1.0.0', author = ('Umiman', 'Fieari', 'Sophie Kirschner'), description = '''This mod simply just adds to the number of prefstrings for everything in the game to a minimum of five each. Prefstrings are the stuff @@ -79,7 +79,7 @@ def prefstring(dfraws): @pydwarf.urist( name = 'umiman.smallthings.engraving', - version = 'alpha', + version = '1.0.0', author = ('Umiman', 'Fieari', 'Sophie Kirschner'), description = '''Has this been done before? While I think it's impossible to change any of the inbuilt engraving stuff like, "this is a picture of a dwarf and a diff --git a/scripts/witty/pydwarf.restrictednobles.py b/scripts/witty/pydwarf.restrictednobles.py index 82530cc..01ea6b3 100644 --- a/scripts/witty/pydwarf.restrictednobles.py +++ b/scripts/witty/pydwarf.restrictednobles.py @@ -5,7 +5,7 @@ def addwm(token, pretty): token.add('\n\t[%s] - WM ' % pretty) @pydwarf.urist( name = 'witty.restrictednobles', - version = 'alpha', + version = '1.0.0', author = ('Witty', 'Sophie Kirschner'), description = '''Witty: This is a pretty simple mod I've been meaning to make for a while. This should restrict all nobles of a given dwarven civ to dwarves and only @@ -32,7 +32,7 @@ def restrictnobles(raws, onlydwarves=False): @pydwarf.urist( name = 'witty.restrictednobles.custom', - version = 'alpha', + version = '1.0.0', author = ('Witty', 'Sophie Kirschner'), description = 'Allows allowing and preventing various species from becoming dwarven nobles.', arguments = {