Your AIML does not make sense.
<pattern><set>breakable</set> is breakable</pattern>
You cannot use the set in the pattern if you want to add something to the set. Use * instead.
<pattern>* is breakable</pattern>